annotate man/org.texi @ 81537:b71851fc9c63

(math-small-factorial-table): New variable. (calcFunc-fact): Use `math-small-factorial-table'.
author Jay Belanger <jay.p.belanger@gmail.com>
date Fri, 22 Jun 2007 01:13:01 +0000
parents 6769fa75a20e
children 985d689b2181
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
58792
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
1 \input texinfo
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
2 @c %**start of header
65245
8a283bd1b6c0 *** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents: 65244
diff changeset
3 @setfilename ../info/org
71098
b98399840395 Small typo fixes.
Carsten Dominik <dominik@science.uva.nl>
parents: 70974
diff changeset
4 @settitle Org Mode Manual
b98399840395 Small typo fixes.
Carsten Dominik <dominik@science.uva.nl>
parents: 70974
diff changeset
5
81530
6769fa75a20e Small updates.
Carsten Dominik <dominik@science.uva.nl>
parents: 81465
diff changeset
6 @set VERSION 4.79
81167
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
7 @set DATE June 2007
58792
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
8
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
9 @dircategory Emacs
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
10 @direntry
76138
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
11 * Org Mode: (org). Outline-based notes management and organizer
58792
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
12 @end direntry
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
13
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
14 @c Version and Contact Info
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
15 @set MAINTAINERSITE @uref{http://www.astro.uva.nl/~dominik/Tools/org/,maintainers webpage}
70951
39f6e1889f85 (ASCII export): Omit command name.
Carsten Dominik <dominik@science.uva.nl>
parents: 70867
diff changeset
16 @set AUTHOR Carsten Dominik
58792
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
17 @set MAINTAINER Carsten Dominik
73874
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
18 @set MAINTAINEREMAIL @email{dominik at science dot uva dot nl}
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
19 @set MAINTAINERCONTACT @uref{mailto:dominik at science dot uva dot nl,contact the maintainer}
58792
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
20 @c %**end of header
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
21 @finalout
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
22
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
23 @c Macro definitions
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
24
69999
bd591cbbcdec (Updating settings): New section.
Carsten Dominik <dominik@science.uva.nl>
parents: 69929
diff changeset
25 @c Subheadings inside a table.
58792
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
26 @macro tsubheading{text}
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
27 @ifinfo
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
28 @subsubheading \text\
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
29 @end ifinfo
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
30 @ifnotinfo
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
31 @item @b{\text\}
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
32 @end ifnotinfo
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
33 @end macro
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
34
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
35 @copying
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
36 This manual is for Org-mode (version @value{VERSION}).
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
37
76138
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
38 Copyright @copyright{} 2004, 2005, 2006, 2007 Free Software Foundation
58792
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
39
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
40 @quotation
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
41 Permission is granted to copy, distribute and/or modify this document
65656
55fcf5165d97 Version 3.16
Carsten Dominik <dominik@science.uva.nl>
parents: 65555
diff changeset
42 under the terms of the GNU Free Documentation License, Version 1.1 or
58792
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
43 any later version published by the Free Software Foundation; with no
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
44 Invariant Sections, with the Front-Cover texts being ``A GNU Manual,''
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
45 and with the Back-Cover Texts as in (a) below. A copy of the
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
46 license is included in the section entitled ``GNU Free Documentation
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
47 License.''
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
48
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
49 (a) The FSF's Back-Cover Text is: ``You have freedom to copy and modify
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
50 this GNU Manual, like GNU software. Copies published by the Free
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
51 Software Foundation raise funds for GNU development.''
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
52 @end quotation
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
53 @end copying
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
54
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
55 @titlepage
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
56 @title Org Mode Manual
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
57
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
58 @subtitle Release @value{VERSION}
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
59 @author by Carsten Dominik
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
60
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
61 @c The following two commands start the copyright page.
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
62 @page
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
63 @vskip 0pt plus 1filll
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
64 @insertcopying
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
65 @end titlepage
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
66
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
67 @c Output the table of contents at the beginning.
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
68 @contents
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
69
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
70 @ifnottex
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
71 @node Top, Introduction, (dir), (dir)
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
72 @top Org Mode Manual
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
73
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
74 @insertcopying
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
75 @end ifnottex
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
76
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
77 @menu
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
78 * Introduction:: Getting started
70133
36d1ec75581c * org.texi: (Time stamps): Better explanation of the purpose of
Carsten Dominik <dominik@science.uva.nl>
parents: 70065
diff changeset
79 * Document structure:: A tree works like your brain
58792
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
80 * Tables:: Pure magic for quick formatting
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
81 * Hyperlinks:: Notes in context
61923
88492f3ccffa *** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents: 61562
diff changeset
82 * TODO items:: Every tree branch can be a TODO item
81465
ea719971ae70 (Tag): Section swapped with node Timestamps.
Carsten Dominik <dominik@science.uva.nl>
parents: 81167
diff changeset
83 * Tags:: Tagging headlines and matching sets of tags
58792
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
84 * Timestamps:: Assign date and time to items
70133
36d1ec75581c * org.texi: (Time stamps): Better explanation of the purpose of
Carsten Dominik <dominik@science.uva.nl>
parents: 70065
diff changeset
85 * Agenda views:: Collecting information into views
71450
93e8ae57983b (Embedded LaTeX): New chapter.
Carsten Dominik <dominik@science.uva.nl>
parents: 71386
diff changeset
86 * Embedded LaTeX:: LaTeX fragments and formulas
58792
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
87 * Exporting:: Sharing and publishing of notes
70867
68e63907ebfb (Plain lists): Added new item navigation commands.
Carsten Dominik <dominik@science.uva.nl>
parents: 70164
diff changeset
88 * Publishing:: Create a web site of linked Org-mode files
58792
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
89 * Miscellaneous:: All the rest which did not fit elsewhere
71450
93e8ae57983b (Embedded LaTeX): New chapter.
Carsten Dominik <dominik@science.uva.nl>
parents: 71386
diff changeset
90 * Extensions and Hacking:: It is possible to write add-on code
93e8ae57983b (Embedded LaTeX): New chapter.
Carsten Dominik <dominik@science.uva.nl>
parents: 71386
diff changeset
91 * History and Acknowledgments:: How Org-mode came into being
58792
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
92 * Index:: The fast road to specific information
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
93 * Key Index:: Key bindings and where they are described
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
94
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
95 @detailmenu
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
96 --- The Detailed Node Listing ---
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
97
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
98 Introduction
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
99
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
100 * Summary:: Brief summary of what Org-mode does
72399
99e38d5aaf87 (Installation, Activation): Split from Installation and
Carsten Dominik <dominik@science.uva.nl>
parents: 72101
diff changeset
101 * Installation:: How to install a downloaded version of Org-mode
99e38d5aaf87 (Installation, Activation): Split from Installation and
Carsten Dominik <dominik@science.uva.nl>
parents: 72101
diff changeset
102 * Activation:: How to activate Org-mode for certain buffers.
64517
098497d516e8 Version 3.14
Carsten Dominik <dominik@science.uva.nl>
parents: 64460
diff changeset
103 * Feedback:: Bug reports, ideas, patches etc.
58792
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
104
70867
68e63907ebfb (Plain lists): Added new item navigation commands.
Carsten Dominik <dominik@science.uva.nl>
parents: 70164
diff changeset
105 Document Structure
58792
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
106
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
107 * Outlines:: Org-mode is based on outline-mode
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
108 * Headlines:: How to typeset org-tree headlines
65656
55fcf5165d97 Version 3.16
Carsten Dominik <dominik@science.uva.nl>
parents: 65555
diff changeset
109 * Visibility cycling:: Show and hide, much simplified
58792
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
110 * Motion:: Jumping to other headlines
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
111 * Structure editing:: Changing sequence and level of headlines
63362
8a4e1b582425 Version 3.11
Carsten Dominik <dominik@science.uva.nl>
parents: 62713
diff changeset
112 * Archiving:: Move done task trees to a different place
58792
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
113 * Sparse trees:: Matches embedded in context
73874
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
114 * Plain lists:: Additional structure within an entry
58792
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
115
71450
93e8ae57983b (Embedded LaTeX): New chapter.
Carsten Dominik <dominik@science.uva.nl>
parents: 71386
diff changeset
116 Archiving
93e8ae57983b (Embedded LaTeX): New chapter.
Carsten Dominik <dominik@science.uva.nl>
parents: 71386
diff changeset
117
93e8ae57983b (Embedded LaTeX): New chapter.
Carsten Dominik <dominik@science.uva.nl>
parents: 71386
diff changeset
118 * ARCHIVE tag:: Marking a tree as inactive
93e8ae57983b (Embedded LaTeX): New chapter.
Carsten Dominik <dominik@science.uva.nl>
parents: 71386
diff changeset
119 * Moving subtrees:: Moving a tree to an archive file
93e8ae57983b (Embedded LaTeX): New chapter.
Carsten Dominik <dominik@science.uva.nl>
parents: 71386
diff changeset
120
61923
88492f3ccffa *** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents: 61562
diff changeset
121 Tables
88492f3ccffa *** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents: 61562
diff changeset
122
88492f3ccffa *** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents: 61562
diff changeset
123 * Built-in table editor:: Simple tables
69929
beebc22085fe (Link format): New section, emphasis on bracket links.
Carsten Dominik <dominik@science.uva.nl>
parents: 69891
diff changeset
124 * Narrow columns:: Stop wasting space in tables
81167
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
125 * Column groups:: Grouping to trigger vertical lines
63833
addf44674c32 Version 3.12
Carsten Dominik <dominik@science.uva.nl>
parents: 63672
diff changeset
126 * orgtbl-mode:: The table editor as minor mode
76138
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
127 * The spreadsheet:: The table editor has spreadsheet capabilities.
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
128
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
129 The spreadsheet
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
130
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
131 * References:: How to refer to another field or range
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
132 * Formula syntax for Calc:: Using Calc to compute stuff
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
133 * Formula syntax for Lisp:: Writing formulas in Emacs Lisp
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
134 * Field formulas:: Formulas valid for a single field
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
135 * Column formulas:: Formulas valid for an entire column
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
136 * Editing and debugging formulas:: Fixing formulas
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
137 * Updating the table:: Recomputing all dependent fields
64517
098497d516e8 Version 3.14
Carsten Dominik <dominik@science.uva.nl>
parents: 64460
diff changeset
138 * Advanced features:: Field names, parameters and automatic recalc
61923
88492f3ccffa *** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents: 61562
diff changeset
139
88492f3ccffa *** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents: 61562
diff changeset
140 Hyperlinks
88492f3ccffa *** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents: 61562
diff changeset
141
69929
beebc22085fe (Link format): New section, emphasis on bracket links.
Carsten Dominik <dominik@science.uva.nl>
parents: 69891
diff changeset
142 * Link format:: How links in Org-mode are formatted
beebc22085fe (Link format): New section, emphasis on bracket links.
Carsten Dominik <dominik@science.uva.nl>
parents: 69891
diff changeset
143 * Internal links:: Links to other places in the current file
beebc22085fe (Link format): New section, emphasis on bracket links.
Carsten Dominik <dominik@science.uva.nl>
parents: 69891
diff changeset
144 * External links:: URL-like links to the world
70164
7ce8d4154af5 Many small fixes.
Carsten Dominik <dominik@science.uva.nl>
parents: 70133
diff changeset
145 * Handling links:: Creating, inserting and following
73874
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
146 * Link abbreviations:: Shortcuts for writing complex links
70867
68e63907ebfb (Plain lists): Added new item navigation commands.
Carsten Dominik <dominik@science.uva.nl>
parents: 70164
diff changeset
147 * Search options:: Linking to a specific location
68e63907ebfb (Plain lists): Added new item navigation commands.
Carsten Dominik <dominik@science.uva.nl>
parents: 70164
diff changeset
148 * Custom searches:: When the default search is not enough
61923
88492f3ccffa *** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents: 61562
diff changeset
149 * Remember:: Org-trees store quick notes
88492f3ccffa *** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents: 61562
diff changeset
150
69929
beebc22085fe (Link format): New section, emphasis on bracket links.
Carsten Dominik <dominik@science.uva.nl>
parents: 69891
diff changeset
151 Internal links
69090
66a57755230b * org.texi (Internal Links): Rewritten to cover the modified
Carsten Dominik <dominik@science.uva.nl>
parents: 68639
diff changeset
152
66a57755230b * org.texi (Internal Links): Rewritten to cover the modified
Carsten Dominik <dominik@science.uva.nl>
parents: 68639
diff changeset
153 * Radio targets:: Make targets trigger links in plain text.
76138
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
154
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
155 Remember
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
156
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
157 * Setting up remember:: Some code for .emacs to get things going
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
158 * Remember templates:: Define the outline of different note types
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
159 * Storing notes:: Directly get the note to where it belongs
69090
66a57755230b * org.texi (Internal Links): Rewritten to cover the modified
Carsten Dominik <dominik@science.uva.nl>
parents: 68639
diff changeset
160
58792
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
161 TODO items
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
162
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
163 * TODO basics:: Marking and displaying TODO entries
61562
6cd3b18f298e Update to version 3.06
Carsten Dominik <dominik@science.uva.nl>
parents: 61136
diff changeset
164 * TODO extensions:: Workflow and assignments
58792
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
165 * Priorities:: Some things are more important than others
81167
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
166 * Breaking down tasks:: Splitting a task into manageable pieces
73874
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
167 * Checkboxes:: Tick-off lists
58792
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
168
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
169 Extended use of TODO keywords
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
170
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
171 * Workflow states:: From TODO to DONE in steps
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
172 * TODO types:: I do this, Fred the rest
81167
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
173 * Multiple sets in one file:: Mixing it all, and still finding your way
58792
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
174 * Per file keywords:: Different files, different requirements
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
175
81465
ea719971ae70 (Tag): Section swapped with node Timestamps.
Carsten Dominik <dominik@science.uva.nl>
parents: 81167
diff changeset
176 Tags
ea719971ae70 (Tag): Section swapped with node Timestamps.
Carsten Dominik <dominik@science.uva.nl>
parents: 81167
diff changeset
177
ea719971ae70 (Tag): Section swapped with node Timestamps.
Carsten Dominik <dominik@science.uva.nl>
parents: 81167
diff changeset
178 * Tag inheritance:: Tags use the tree structure of the outline
ea719971ae70 (Tag): Section swapped with node Timestamps.
Carsten Dominik <dominik@science.uva.nl>
parents: 81167
diff changeset
179 * Setting tags:: How to assign tags to a headline
ea719971ae70 (Tag): Section swapped with node Timestamps.
Carsten Dominik <dominik@science.uva.nl>
parents: 81167
diff changeset
180 * Tag searches:: Searching for combinations of tags
ea719971ae70 (Tag): Section swapped with node Timestamps.
Carsten Dominik <dominik@science.uva.nl>
parents: 81167
diff changeset
181
58792
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
182 Timestamps
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
183
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
184 * Time stamps:: Assigning a time to a tree entry
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
185 * Creating timestamps:: Commands which insert timestamps
81167
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
186 * Deadlines and scheduling:: Planning your work
71312
e050af4a9e72 (Progress logging): New section.
Carsten Dominik <dominik@science.uva.nl>
parents: 71246
diff changeset
187 * Progress logging:: Documenting when what work was done.
e050af4a9e72 (Progress logging): New section.
Carsten Dominik <dominik@science.uva.nl>
parents: 71246
diff changeset
188
73874
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
189 Creating timestamps
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
190
74030
7c426fa1fdff Fix typos
Carsten Dominik <dominik@science.uva.nl>
parents: 73967
diff changeset
191 * The date/time prompt:: How org-mode helps you entering date and time
81167
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
192 * Custom time format:: Making dates look differently
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
193
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
194 Deadlines and Scheduling
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
195
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
196 * Inserting deadline/schedule::
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
197 * Repeated tasks::
73874
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
198
71312
e050af4a9e72 (Progress logging): New section.
Carsten Dominik <dominik@science.uva.nl>
parents: 71246
diff changeset
199 Progress Logging
e050af4a9e72 (Progress logging): New section.
Carsten Dominik <dominik@science.uva.nl>
parents: 71246
diff changeset
200
71386
0b2c58e8821c (Publishing links): Document the
Carsten Dominik <dominik@science.uva.nl>
parents: 71312
diff changeset
201 * Closing items:: When was this entry marked DONE?
76138
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
202 * Tracking TODO state changes:: When did the status change?
71312
e050af4a9e72 (Progress logging): New section.
Carsten Dominik <dominik@science.uva.nl>
parents: 71246
diff changeset
203 * Clocking work time:: When exactly did you work on this item?
58792
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
204
70867
68e63907ebfb (Plain lists): Added new item navigation commands.
Carsten Dominik <dominik@science.uva.nl>
parents: 70164
diff changeset
205 Agenda Views
67613
eab2494a32d7 *** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents: 67604
diff changeset
206
68033
59e35f6b8ff4 (Agenda Views): Chapter reorganized.
Carsten Dominik <dominik@science.uva.nl>
parents: 67884
diff changeset
207 * Agenda files:: Files being searched for agenda information
59e35f6b8ff4 (Agenda Views): Chapter reorganized.
Carsten Dominik <dominik@science.uva.nl>
parents: 67884
diff changeset
208 * Agenda dispatcher:: Keyboard access to agenda views
76138
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
209 * Built-in agenda views:: What is available out of the box?
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
210 * Presentation and sorting:: How agenda items are prepared for display
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
211 * Agenda commands:: Remote editing of org trees
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
212 * Custom agenda views:: Defining special searches and views
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
213
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
214 The built-in agenda views
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
215
70133
36d1ec75581c * org.texi: (Time stamps): Better explanation of the purpose of
Carsten Dominik <dominik@science.uva.nl>
parents: 70065
diff changeset
216 * Weekly/Daily agenda:: The calendar page with current tasks
69090
66a57755230b * org.texi (Internal Links): Rewritten to cover the modified
Carsten Dominik <dominik@science.uva.nl>
parents: 68639
diff changeset
217 * Global TODO list:: All unfinished action items
68033
59e35f6b8ff4 (Agenda Views): Chapter reorganized.
Carsten Dominik <dominik@science.uva.nl>
parents: 67884
diff changeset
218 * Matching headline tags:: Structured information with fine-tuned search
61562
6cd3b18f298e Update to version 3.06
Carsten Dominik <dominik@science.uva.nl>
parents: 61136
diff changeset
219 * Timeline:: Time-sorted view for single file
76138
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
220 * Stuck projects:: Find projects you need to review
73874
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
221
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
222 Presentation and sorting
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
223
68033
59e35f6b8ff4 (Agenda Views): Chapter reorganized.
Carsten Dominik <dominik@science.uva.nl>
parents: 67884
diff changeset
224 * Categories:: Not all tasks are equal
59e35f6b8ff4 (Agenda Views): Chapter reorganized.
Carsten Dominik <dominik@science.uva.nl>
parents: 67884
diff changeset
225 * Time-of-day specifications:: How the agenda knows the time
59e35f6b8ff4 (Agenda Views): Chapter reorganized.
Carsten Dominik <dominik@science.uva.nl>
parents: 67884
diff changeset
226 * Sorting of agenda items:: The order of things
58792
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
227
73874
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
228 Custom agenda views
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
229
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
230 * Storing searches:: Type once, use often
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
231 * Block agenda:: All the stuff you need in a single buffer
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
232 * Setting Options:: Changing the rules
81167
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
233 * Exporting Agenda Views:: Writing agendas to files.
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
234 * Extracting Agenda Information for other programs::
73874
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
235
71450
93e8ae57983b (Embedded LaTeX): New chapter.
Carsten Dominik <dominik@science.uva.nl>
parents: 71386
diff changeset
236 Embedded LaTeX
93e8ae57983b (Embedded LaTeX): New chapter.
Carsten Dominik <dominik@science.uva.nl>
parents: 71386
diff changeset
237
71508
c12f8a27aae5 (Embedded LaTeX): Fix typos and implement small improvements
Carsten Dominik <dominik@science.uva.nl>
parents: 71450
diff changeset
238 * Math symbols:: TeX macros for symbols and Greek letters
71450
93e8ae57983b (Embedded LaTeX): New chapter.
Carsten Dominik <dominik@science.uva.nl>
parents: 71386
diff changeset
239 * Subscripts and Superscripts:: Simple syntax for raising/lowering text
93e8ae57983b (Embedded LaTeX): New chapter.
Carsten Dominik <dominik@science.uva.nl>
parents: 71386
diff changeset
240 * LaTeX fragments:: Complex formulas made easy
93e8ae57983b (Embedded LaTeX): New chapter.
Carsten Dominik <dominik@science.uva.nl>
parents: 71386
diff changeset
241 * Processing LaTeX fragments:: Previewing LaTeX processing
93e8ae57983b (Embedded LaTeX): New chapter.
Carsten Dominik <dominik@science.uva.nl>
parents: 71386
diff changeset
242 * CDLaTeX mode:: Speed up entering of formulas
93e8ae57983b (Embedded LaTeX): New chapter.
Carsten Dominik <dominik@science.uva.nl>
parents: 71386
diff changeset
243
58792
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
244 Exporting
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
245
70011
74050e653990 (Visibility cycling): Better names for the startup
Carsten Dominik <dominik@science.uva.nl>
parents: 69999
diff changeset
246 * ASCII export:: Exporting to plain ASCII
74050e653990 (Visibility cycling): Better names for the startup
Carsten Dominik <dominik@science.uva.nl>
parents: 69999
diff changeset
247 * HTML export:: Exporting to HTML
70867
68e63907ebfb (Plain lists): Added new item navigation commands.
Carsten Dominik <dominik@science.uva.nl>
parents: 70164
diff changeset
248 * XOXO export:: Exporting to XOXO
70011
74050e653990 (Visibility cycling): Better names for the startup
Carsten Dominik <dominik@science.uva.nl>
parents: 69999
diff changeset
249 * iCalendar export:: Exporting in iCalendar format
74050e653990 (Visibility cycling): Better names for the startup
Carsten Dominik <dominik@science.uva.nl>
parents: 69999
diff changeset
250 * Text interpretation:: How the exporter looks at the file
74050e653990 (Visibility cycling): Better names for the startup
Carsten Dominik <dominik@science.uva.nl>
parents: 69999
diff changeset
251
76138
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
252 HTML export
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
253
81167
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
254 * Export commands:: How to invoke HTML export
76138
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
255 * Quoting HTML tags:: Using direct HTML in Org-mode
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
256 * Links:: How hyperlinks get transferred to HTML
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
257 * Images:: To inline or not to inline?
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
258 * CSS support:: Style specifications
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
259
70011
74050e653990 (Visibility cycling): Better names for the startup
Carsten Dominik <dominik@science.uva.nl>
parents: 69999
diff changeset
260 Text interpretation by the exporter
74050e653990 (Visibility cycling): Better names for the startup
Carsten Dominik <dominik@science.uva.nl>
parents: 69999
diff changeset
261
74050e653990 (Visibility cycling): Better names for the startup
Carsten Dominik <dominik@science.uva.nl>
parents: 69999
diff changeset
262 * Comment lines:: Some lines will not be exported
81167
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
263 * Initial text:: Text before the first headline
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
264 * Footnotes:: Numbers like [1]
70011
74050e653990 (Visibility cycling): Better names for the startup
Carsten Dominik <dominik@science.uva.nl>
parents: 69999
diff changeset
265 * Enhancing text:: Subscripts, symbols and more
74050e653990 (Visibility cycling): Better names for the startup
Carsten Dominik <dominik@science.uva.nl>
parents: 69999
diff changeset
266 * Export options:: How to influence the export settings
58792
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
267
70867
68e63907ebfb (Plain lists): Added new item navigation commands.
Carsten Dominik <dominik@science.uva.nl>
parents: 70164
diff changeset
268 Publishing
68e63907ebfb (Plain lists): Added new item navigation commands.
Carsten Dominik <dominik@science.uva.nl>
parents: 70164
diff changeset
269
68e63907ebfb (Plain lists): Added new item navigation commands.
Carsten Dominik <dominik@science.uva.nl>
parents: 70164
diff changeset
270 * Configuration:: Defining projects
68e63907ebfb (Plain lists): Added new item navigation commands.
Carsten Dominik <dominik@science.uva.nl>
parents: 70164
diff changeset
271 * Sample configuration:: Example projects
68e63907ebfb (Plain lists): Added new item navigation commands.
Carsten Dominik <dominik@science.uva.nl>
parents: 70164
diff changeset
272 * Triggering publication:: Publication commands
68e63907ebfb (Plain lists): Added new item navigation commands.
Carsten Dominik <dominik@science.uva.nl>
parents: 70164
diff changeset
273
68e63907ebfb (Plain lists): Added new item navigation commands.
Carsten Dominik <dominik@science.uva.nl>
parents: 70164
diff changeset
274 Configuration
68e63907ebfb (Plain lists): Added new item navigation commands.
Carsten Dominik <dominik@science.uva.nl>
parents: 70164
diff changeset
275
68e63907ebfb (Plain lists): Added new item navigation commands.
Carsten Dominik <dominik@science.uva.nl>
parents: 70164
diff changeset
276 * Project alist:: The central configuration variable
71450
93e8ae57983b (Embedded LaTeX): New chapter.
Carsten Dominik <dominik@science.uva.nl>
parents: 71386
diff changeset
277 * Sources and destinations:: From here to there
70867
68e63907ebfb (Plain lists): Added new item navigation commands.
Carsten Dominik <dominik@science.uva.nl>
parents: 70164
diff changeset
278 * Selecting files:: What files are part of the project?
68e63907ebfb (Plain lists): Added new item navigation commands.
Carsten Dominik <dominik@science.uva.nl>
parents: 70164
diff changeset
279 * Publishing action:: Setting the function doing the publishing
68e63907ebfb (Plain lists): Added new item navigation commands.
Carsten Dominik <dominik@science.uva.nl>
parents: 70164
diff changeset
280 * Publishing options:: Tweaking HTML export
68e63907ebfb (Plain lists): Added new item navigation commands.
Carsten Dominik <dominik@science.uva.nl>
parents: 70164
diff changeset
281 * Publishing links:: Which links keep working after publishing?
68e63907ebfb (Plain lists): Added new item navigation commands.
Carsten Dominik <dominik@science.uva.nl>
parents: 70164
diff changeset
282 * Project page index:: Publishing a list of project files
68e63907ebfb (Plain lists): Added new item navigation commands.
Carsten Dominik <dominik@science.uva.nl>
parents: 70164
diff changeset
283
68e63907ebfb (Plain lists): Added new item navigation commands.
Carsten Dominik <dominik@science.uva.nl>
parents: 70164
diff changeset
284 Sample configuration
68e63907ebfb (Plain lists): Added new item navigation commands.
Carsten Dominik <dominik@science.uva.nl>
parents: 70164
diff changeset
285
68e63907ebfb (Plain lists): Added new item navigation commands.
Carsten Dominik <dominik@science.uva.nl>
parents: 70164
diff changeset
286 * Simple example:: One-component publishing
68e63907ebfb (Plain lists): Added new item navigation commands.
Carsten Dominik <dominik@science.uva.nl>
parents: 70164
diff changeset
287 * Complex example:: A multi-component publishing example
68e63907ebfb (Plain lists): Added new item navigation commands.
Carsten Dominik <dominik@science.uva.nl>
parents: 70164
diff changeset
288
58792
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
289 Miscellaneous
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
290
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
291 * Completion:: M-TAB knows what you need
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
292 * Customization:: Adapting Org-mode to your taste
71450
93e8ae57983b (Embedded LaTeX): New chapter.
Carsten Dominik <dominik@science.uva.nl>
parents: 71386
diff changeset
293 * In-buffer settings:: Overview of the #+KEYWORDS
70011
74050e653990 (Visibility cycling): Better names for the startup
Carsten Dominik <dominik@science.uva.nl>
parents: 69999
diff changeset
294 * The very busy C-c C-c key:: When in doubt, press C-c C-c
69225
a2d5fbc00b3e (Interaction): Added item about `org-mouse.el' by Piotr
Carsten Dominik <dominik@science.uva.nl>
parents: 69117
diff changeset
295 * Clean view:: Getting rid of leading stars in the outline
a2d5fbc00b3e (Interaction): Added item about `org-mouse.el' by Piotr
Carsten Dominik <dominik@science.uva.nl>
parents: 69117
diff changeset
296 * TTY keys:: Using Org-mode on a tty
58792
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
297 * Interaction:: Other Emacs packages
63362
8a4e1b582425 Version 3.11
Carsten Dominik <dominik@science.uva.nl>
parents: 62713
diff changeset
298 * Bugs:: Things which do not work perfectly
58792
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
299
70867
68e63907ebfb (Plain lists): Added new item navigation commands.
Carsten Dominik <dominik@science.uva.nl>
parents: 70164
diff changeset
300 Interaction with other packages
68e63907ebfb (Plain lists): Added new item navigation commands.
Carsten Dominik <dominik@science.uva.nl>
parents: 70164
diff changeset
301
68e63907ebfb (Plain lists): Added new item navigation commands.
Carsten Dominik <dominik@science.uva.nl>
parents: 70164
diff changeset
302 * Cooperation:: Packages Org-mode cooperates with
68e63907ebfb (Plain lists): Added new item navigation commands.
Carsten Dominik <dominik@science.uva.nl>
parents: 70164
diff changeset
303 * Conflicts:: Packages that lead to conflicts
68e63907ebfb (Plain lists): Added new item navigation commands.
Carsten Dominik <dominik@science.uva.nl>
parents: 70164
diff changeset
304
71450
93e8ae57983b (Embedded LaTeX): New chapter.
Carsten Dominik <dominik@science.uva.nl>
parents: 71386
diff changeset
305 Extensions, Hooks and Hacking
93e8ae57983b (Embedded LaTeX): New chapter.
Carsten Dominik <dominik@science.uva.nl>
parents: 71386
diff changeset
306
93e8ae57983b (Embedded LaTeX): New chapter.
Carsten Dominik <dominik@science.uva.nl>
parents: 71386
diff changeset
307 * Extensions:: Existing 3rd-part extensions
76138
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
308 * Tables in arbitrary syntax:: Orgtbl for LaTeX and other programs
71450
93e8ae57983b (Embedded LaTeX): New chapter.
Carsten Dominik <dominik@science.uva.nl>
parents: 71386
diff changeset
309 * Dynamic blocks:: Automatically filled blocks
76138
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
310 * Special agenda views:: Customized views
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
311
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
312 Tables in arbitrary syntax
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
313
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
314 * Radio tables:: Sending and receiving
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
315 * A LaTeX example:: Step by step, almost a tutorial
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
316 * Translator functions:: Copy and modify
71386
0b2c58e8821c (Publishing links): Document the
Carsten Dominik <dominik@science.uva.nl>
parents: 71312
diff changeset
317
58792
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
318 @end detailmenu
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
319 @end menu
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
320
70133
36d1ec75581c * org.texi: (Time stamps): Better explanation of the purpose of
Carsten Dominik <dominik@science.uva.nl>
parents: 70065
diff changeset
321 @node Introduction, Document structure, Top, Top
58792
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
322 @chapter Introduction
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
323 @cindex introduction
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
324
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
325 @menu
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
326 * Summary:: Brief summary of what Org-mode does
72399
99e38d5aaf87 (Installation, Activation): Split from Installation and
Carsten Dominik <dominik@science.uva.nl>
parents: 72101
diff changeset
327 * Installation:: How to install a downloaded version of Org-mode
99e38d5aaf87 (Installation, Activation): Split from Installation and
Carsten Dominik <dominik@science.uva.nl>
parents: 72101
diff changeset
328 * Activation:: How to activate Org-mode for certain buffers.
64517
098497d516e8 Version 3.14
Carsten Dominik <dominik@science.uva.nl>
parents: 64460
diff changeset
329 * Feedback:: Bug reports, ideas, patches etc.
58792
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
330 @end menu
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
331
71450
93e8ae57983b (Embedded LaTeX): New chapter.
Carsten Dominik <dominik@science.uva.nl>
parents: 71386
diff changeset
332 @node Summary, Installation, Introduction, Introduction
58792
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
333 @section Summary
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
334 @cindex summary
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
335
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
336 Org-mode is a mode for keeping notes, maintaining ToDo lists, and doing
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
337 project planning with a fast and effective plain-text system.
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
338
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
339 Org-mode develops organizational tasks around NOTES files that contain
73967
8aa00b07ec99 Minor typo fixes.
Carsten Dominik <dominik@science.uva.nl>
parents: 73874
diff changeset
340 lists or information about projects as plain text. Org-mode is
8aa00b07ec99 Minor typo fixes.
Carsten Dominik <dominik@science.uva.nl>
parents: 73874
diff changeset
341 implemented on top of outline-mode, which makes it possible to keep the
8aa00b07ec99 Minor typo fixes.
Carsten Dominik <dominik@science.uva.nl>
parents: 73874
diff changeset
342 content of large files well structured. Visibility cycling and
8aa00b07ec99 Minor typo fixes.
Carsten Dominik <dominik@science.uva.nl>
parents: 73874
diff changeset
343 structure editing help to work with the tree. Tables are easily created
8aa00b07ec99 Minor typo fixes.
Carsten Dominik <dominik@science.uva.nl>
parents: 73874
diff changeset
344 with a built-in table editor. Org-mode supports ToDo items, deadlines,
8aa00b07ec99 Minor typo fixes.
Carsten Dominik <dominik@science.uva.nl>
parents: 73874
diff changeset
345 time stamps, and scheduling. It dynamically compiles entries into an
8aa00b07ec99 Minor typo fixes.
Carsten Dominik <dominik@science.uva.nl>
parents: 73874
diff changeset
346 agenda that utilizes and smoothly integrates much of the Emacs calendar
8aa00b07ec99 Minor typo fixes.
Carsten Dominik <dominik@science.uva.nl>
parents: 73874
diff changeset
347 and diary. Plain text URL-like links connect to websites, emails,
8aa00b07ec99 Minor typo fixes.
Carsten Dominik <dominik@science.uva.nl>
parents: 73874
diff changeset
348 Usenet messages, BBDB entries, and any files related to the projects.
8aa00b07ec99 Minor typo fixes.
Carsten Dominik <dominik@science.uva.nl>
parents: 73874
diff changeset
349 For printing and sharing of notes, an Org-mode file can be exported as a
66264
d979e1d45f97 (Summary): Mention iCalendar support.
Carsten Dominik <dominik@science.uva.nl>
parents: 65965
diff changeset
350 structured ASCII file, as HTML, or (todo and agenda items only) as an
70867
68e63907ebfb (Plain lists): Added new item navigation commands.
Carsten Dominik <dominik@science.uva.nl>
parents: 70164
diff changeset
351 iCalendar file. It can also serve as a publishing tool for a set of
68e63907ebfb (Plain lists): Added new item navigation commands.
Carsten Dominik <dominik@science.uva.nl>
parents: 70164
diff changeset
352 linked webpages.
58792
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
353
73967
8aa00b07ec99 Minor typo fixes.
Carsten Dominik <dominik@science.uva.nl>
parents: 73874
diff changeset
354 An important design aspect that distinguishes Org-mode from for example
76138
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
355 Planner/Muse is that it encourages to store every piece of information
73967
8aa00b07ec99 Minor typo fixes.
Carsten Dominik <dominik@science.uva.nl>
parents: 73874
diff changeset
356 only once. In Planner, you have project pages, day pages and possibly
8aa00b07ec99 Minor typo fixes.
Carsten Dominik <dominik@science.uva.nl>
parents: 73874
diff changeset
357 other files, duplicating some information such as tasks. In Org-mode,
8aa00b07ec99 Minor typo fixes.
Carsten Dominik <dominik@science.uva.nl>
parents: 73874
diff changeset
358 you only have notes files. In your notes you mark entries as tasks,
8aa00b07ec99 Minor typo fixes.
Carsten Dominik <dominik@science.uva.nl>
parents: 73874
diff changeset
359 label them with tags and timestamps. All necessary lists like a
8aa00b07ec99 Minor typo fixes.
Carsten Dominik <dominik@science.uva.nl>
parents: 73874
diff changeset
360 schedule for the day, the agenda for a meeting, tasks lists selected by
8aa00b07ec99 Minor typo fixes.
Carsten Dominik <dominik@science.uva.nl>
parents: 73874
diff changeset
361 tags etc are created dynamically when you need them.
73874
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
362
67107
a0a8d49729fd (Structure editing): New item moving commands added.
Carsten Dominik <dominik@science.uva.nl>
parents: 66988
diff changeset
363 Org-mode keeps simple things simple. When first fired up, it should
70867
68e63907ebfb (Plain lists): Added new item navigation commands.
Carsten Dominik <dominik@science.uva.nl>
parents: 70164
diff changeset
364 feel like a straightforward, easy to use outliner. Complexity is not
68e63907ebfb (Plain lists): Added new item navigation commands.
Carsten Dominik <dominik@science.uva.nl>
parents: 70164
diff changeset
365 imposed, but a large amount of functionality is available when you need
68e63907ebfb (Plain lists): Added new item navigation commands.
Carsten Dominik <dominik@science.uva.nl>
parents: 70164
diff changeset
366 it. Org-mode can be used on different levels and in different ways, for
76138
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
367 example as:
58792
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
368
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
369 @example
76138
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
370 @r{@bullet{} outline extension with visibility cycling and structure editing}
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
371 @r{@bullet{} ASCII system and table editor for taking structured notes}
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
372 @r{@bullet{} ASCII table editor with spreadsheet-like capabilities}
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
373 @r{@bullet{} TODO list editor}
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
374 @r{@bullet{} full agenda and planner with deadlines and work scheduling}
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
375 @r{@bullet{} environment to implement David Allen's GTD system}
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
376 @r{@bullet{} simple hypertext system, with HTML export}
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
377 @r{@bullet{} publishing tool to create a set of interlinked webpages}
58792
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
378 @end example
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
379
76138
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
380 Org-mode's automatic, context sensitive table editor with spreadsheet
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
381 capabilities can be integrated into any major mode by activating the
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
382 minor Orgtbl-mode. Using a translation step, it can be used to maintain
81167
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
383 tables in arbitrary file types, for example in LaTeX.
59541
7de30c78c347 version 3.04
Carsten Dominik <dominik@science.uva.nl>
parents: 58848
diff changeset
384
71386
0b2c58e8821c (Publishing links): Document the
Carsten Dominik <dominik@science.uva.nl>
parents: 71312
diff changeset
385 @cindex FAQ
59541
7de30c78c347 version 3.04
Carsten Dominik <dominik@science.uva.nl>
parents: 58848
diff changeset
386 There is a website for Org-mode which provides links to the newest
71386
0b2c58e8821c (Publishing links): Document the
Carsten Dominik <dominik@science.uva.nl>
parents: 71312
diff changeset
387 version of Org-mode, as well as additional information, frequently asked
0b2c58e8821c (Publishing links): Document the
Carsten Dominik <dominik@science.uva.nl>
parents: 71312
diff changeset
388 questions (FAQ), links to tutorials etc. This page is located at
59541
7de30c78c347 version 3.04
Carsten Dominik <dominik@science.uva.nl>
parents: 58848
diff changeset
389 @uref{http://www.astro.uva.nl/~dominik/Tools/org/}.
7de30c78c347 version 3.04
Carsten Dominik <dominik@science.uva.nl>
parents: 58848
diff changeset
390
7de30c78c347 version 3.04
Carsten Dominik <dominik@science.uva.nl>
parents: 58848
diff changeset
391 @page
7de30c78c347 version 3.04
Carsten Dominik <dominik@science.uva.nl>
parents: 58848
diff changeset
392
76138
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
393
72399
99e38d5aaf87 (Installation, Activation): Split from Installation and
Carsten Dominik <dominik@science.uva.nl>
parents: 72101
diff changeset
394 @node Installation, Activation, Summary, Introduction
99e38d5aaf87 (Installation, Activation): Split from Installation and
Carsten Dominik <dominik@science.uva.nl>
parents: 72101
diff changeset
395 @section Installation
58792
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
396 @cindex installation
72399
99e38d5aaf87 (Installation, Activation): Split from Installation and
Carsten Dominik <dominik@science.uva.nl>
parents: 72101
diff changeset
397 @cindex XEmacs
99e38d5aaf87 (Installation, Activation): Split from Installation and
Carsten Dominik <dominik@science.uva.nl>
parents: 72101
diff changeset
398
76138
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
399 @b{Important:} @i{If Org-mode is part of the Emacs distribution or an
72399
99e38d5aaf87 (Installation, Activation): Split from Installation and
Carsten Dominik <dominik@science.uva.nl>
parents: 72101
diff changeset
400 XEmacs package, please skip this section and go directly to
76138
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
401 @ref{Activation}.}
72399
99e38d5aaf87 (Installation, Activation): Split from Installation and
Carsten Dominik <dominik@science.uva.nl>
parents: 72101
diff changeset
402
99e38d5aaf87 (Installation, Activation): Split from Installation and
Carsten Dominik <dominik@science.uva.nl>
parents: 72101
diff changeset
403 If you have downloaded Org-mode from the Web, you must take the
99e38d5aaf87 (Installation, Activation): Split from Installation and
Carsten Dominik <dominik@science.uva.nl>
parents: 72101
diff changeset
404 following steps to install it: Go into the Org-mode distribution
99e38d5aaf87 (Installation, Activation): Split from Installation and
Carsten Dominik <dominik@science.uva.nl>
parents: 72101
diff changeset
405 directory and edit the top section of the file @file{Makefile}. You
99e38d5aaf87 (Installation, Activation): Split from Installation and
Carsten Dominik <dominik@science.uva.nl>
parents: 72101
diff changeset
406 must set the name of the Emacs binary (likely either @file{emacs} or
99e38d5aaf87 (Installation, Activation): Split from Installation and
Carsten Dominik <dominik@science.uva.nl>
parents: 72101
diff changeset
407 @file{xemacs}), and the paths to the directories where local Lisp and
99e38d5aaf87 (Installation, Activation): Split from Installation and
Carsten Dominik <dominik@science.uva.nl>
parents: 72101
diff changeset
408 Info files are kept. If you don't have access to the system-wide
99e38d5aaf87 (Installation, Activation): Split from Installation and
Carsten Dominik <dominik@science.uva.nl>
parents: 72101
diff changeset
409 directories, create your own two directories for these files, enter them
99e38d5aaf87 (Installation, Activation): Split from Installation and
Carsten Dominik <dominik@science.uva.nl>
parents: 72101
diff changeset
410 into the Makefile, and make sure Emacs finds the Lisp files by adding
99e38d5aaf87 (Installation, Activation): Split from Installation and
Carsten Dominik <dominik@science.uva.nl>
parents: 72101
diff changeset
411 the following line to @file{.emacs}:
99e38d5aaf87 (Installation, Activation): Split from Installation and
Carsten Dominik <dominik@science.uva.nl>
parents: 72101
diff changeset
412
99e38d5aaf87 (Installation, Activation): Split from Installation and
Carsten Dominik <dominik@science.uva.nl>
parents: 72101
diff changeset
413 @example
99e38d5aaf87 (Installation, Activation): Split from Installation and
Carsten Dominik <dominik@science.uva.nl>
parents: 72101
diff changeset
414 (setq load-path (cons "~/path/to/lispdir" load-path))
99e38d5aaf87 (Installation, Activation): Split from Installation and
Carsten Dominik <dominik@science.uva.nl>
parents: 72101
diff changeset
415 @end example
99e38d5aaf87 (Installation, Activation): Split from Installation and
Carsten Dominik <dominik@science.uva.nl>
parents: 72101
diff changeset
416
99e38d5aaf87 (Installation, Activation): Split from Installation and
Carsten Dominik <dominik@science.uva.nl>
parents: 72101
diff changeset
417 @b{XEmacs users now need to install the file @file{noutline.el} from
99e38d5aaf87 (Installation, Activation): Split from Installation and
Carsten Dominik <dominik@science.uva.nl>
parents: 72101
diff changeset
418 the @file{xemacs} subdirectory of the Org-mode distribution. Use the
99e38d5aaf87 (Installation, Activation): Split from Installation and
Carsten Dominik <dominik@science.uva.nl>
parents: 72101
diff changeset
419 command:}
99e38d5aaf87 (Installation, Activation): Split from Installation and
Carsten Dominik <dominik@science.uva.nl>
parents: 72101
diff changeset
420
99e38d5aaf87 (Installation, Activation): Split from Installation and
Carsten Dominik <dominik@science.uva.nl>
parents: 72101
diff changeset
421 @example
99e38d5aaf87 (Installation, Activation): Split from Installation and
Carsten Dominik <dominik@science.uva.nl>
parents: 72101
diff changeset
422 @b{make install-noutline}
99e38d5aaf87 (Installation, Activation): Split from Installation and
Carsten Dominik <dominik@science.uva.nl>
parents: 72101
diff changeset
423 @end example
99e38d5aaf87 (Installation, Activation): Split from Installation and
Carsten Dominik <dominik@science.uva.nl>
parents: 72101
diff changeset
424
99e38d5aaf87 (Installation, Activation): Split from Installation and
Carsten Dominik <dominik@science.uva.nl>
parents: 72101
diff changeset
425 @noindent Now byte-compile and install the Lisp files with the shell
99e38d5aaf87 (Installation, Activation): Split from Installation and
Carsten Dominik <dominik@science.uva.nl>
parents: 72101
diff changeset
426 commands:
99e38d5aaf87 (Installation, Activation): Split from Installation and
Carsten Dominik <dominik@science.uva.nl>
parents: 72101
diff changeset
427
99e38d5aaf87 (Installation, Activation): Split from Installation and
Carsten Dominik <dominik@science.uva.nl>
parents: 72101
diff changeset
428 @example
99e38d5aaf87 (Installation, Activation): Split from Installation and
Carsten Dominik <dominik@science.uva.nl>
parents: 72101
diff changeset
429 make
99e38d5aaf87 (Installation, Activation): Split from Installation and
Carsten Dominik <dominik@science.uva.nl>
parents: 72101
diff changeset
430 make install
99e38d5aaf87 (Installation, Activation): Split from Installation and
Carsten Dominik <dominik@science.uva.nl>
parents: 72101
diff changeset
431 @end example
99e38d5aaf87 (Installation, Activation): Split from Installation and
Carsten Dominik <dominik@science.uva.nl>
parents: 72101
diff changeset
432
99e38d5aaf87 (Installation, Activation): Split from Installation and
Carsten Dominik <dominik@science.uva.nl>
parents: 72101
diff changeset
433 @noindent If you want to install the info documentation, use this command:
99e38d5aaf87 (Installation, Activation): Split from Installation and
Carsten Dominik <dominik@science.uva.nl>
parents: 72101
diff changeset
434
99e38d5aaf87 (Installation, Activation): Split from Installation and
Carsten Dominik <dominik@science.uva.nl>
parents: 72101
diff changeset
435 @example
99e38d5aaf87 (Installation, Activation): Split from Installation and
Carsten Dominik <dominik@science.uva.nl>
parents: 72101
diff changeset
436 make install-info
99e38d5aaf87 (Installation, Activation): Split from Installation and
Carsten Dominik <dominik@science.uva.nl>
parents: 72101
diff changeset
437 @end example
99e38d5aaf87 (Installation, Activation): Split from Installation and
Carsten Dominik <dominik@science.uva.nl>
parents: 72101
diff changeset
438
99e38d5aaf87 (Installation, Activation): Split from Installation and
Carsten Dominik <dominik@science.uva.nl>
parents: 72101
diff changeset
439 @noindent Then add to @file{.emacs}:
99e38d5aaf87 (Installation, Activation): Split from Installation and
Carsten Dominik <dominik@science.uva.nl>
parents: 72101
diff changeset
440
99e38d5aaf87 (Installation, Activation): Split from Installation and
Carsten Dominik <dominik@science.uva.nl>
parents: 72101
diff changeset
441 @lisp
99e38d5aaf87 (Installation, Activation): Split from Installation and
Carsten Dominik <dominik@science.uva.nl>
parents: 72101
diff changeset
442 ;; This line only if org-mode is not part of the X/Emacs distribution.
99e38d5aaf87 (Installation, Activation): Split from Installation and
Carsten Dominik <dominik@science.uva.nl>
parents: 72101
diff changeset
443 (require 'org-install)
99e38d5aaf87 (Installation, Activation): Split from Installation and
Carsten Dominik <dominik@science.uva.nl>
parents: 72101
diff changeset
444 @end lisp
99e38d5aaf87 (Installation, Activation): Split from Installation and
Carsten Dominik <dominik@science.uva.nl>
parents: 72101
diff changeset
445
99e38d5aaf87 (Installation, Activation): Split from Installation and
Carsten Dominik <dominik@science.uva.nl>
parents: 72101
diff changeset
446 @node Activation, Feedback, Installation, Introduction
99e38d5aaf87 (Installation, Activation): Split from Installation and
Carsten Dominik <dominik@science.uva.nl>
parents: 72101
diff changeset
447 @section Activation
99e38d5aaf87 (Installation, Activation): Split from Installation and
Carsten Dominik <dominik@science.uva.nl>
parents: 72101
diff changeset
448 @cindex activation
58792
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
449 @cindex autoload
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
450 @cindex global keybindings
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
451 @cindex keybindings, global
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
452
76138
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
453 @iftex
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
454 @b{Important:} @i{If you use copy-and-paste to copy lisp code from the
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
455 PDF documentation to your .emacs file, the single quote character comes
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
456 out incorrectly and the code will not work. You need to fix the single
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
457 quotes by hand, or copy from Info documentation.}
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
458 @end iftex
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
459
72399
99e38d5aaf87 (Installation, Activation): Split from Installation and
Carsten Dominik <dominik@science.uva.nl>
parents: 72101
diff changeset
460 Add the following lines to your @file{.emacs} file. The last two lines
99e38d5aaf87 (Installation, Activation): Split from Installation and
Carsten Dominik <dominik@science.uva.nl>
parents: 72101
diff changeset
461 define @emph{global} keys for the commands @command{org-store-link} and
99e38d5aaf87 (Installation, Activation): Split from Installation and
Carsten Dominik <dominik@science.uva.nl>
parents: 72101
diff changeset
462 @command{org-agenda} - please choose suitable keys yourself.
58792
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
463
62548
55227ff1f8d5 Version 3.09
Carsten Dominik <dominik@science.uva.nl>
parents: 61923
diff changeset
464 @lisp
55227ff1f8d5 Version 3.09
Carsten Dominik <dominik@science.uva.nl>
parents: 61923
diff changeset
465 ;; The following lines are always needed. Choose your own keys.
55227ff1f8d5 Version 3.09
Carsten Dominik <dominik@science.uva.nl>
parents: 61923
diff changeset
466 (add-to-list 'auto-mode-alist '("\\.org$" . org-mode))
55227ff1f8d5 Version 3.09
Carsten Dominik <dominik@science.uva.nl>
parents: 61923
diff changeset
467 (define-key global-map "\C-cl" 'org-store-link)
55227ff1f8d5 Version 3.09
Carsten Dominik <dominik@science.uva.nl>
parents: 61923
diff changeset
468 (define-key global-map "\C-ca" 'org-agenda)
55227ff1f8d5 Version 3.09
Carsten Dominik <dominik@science.uva.nl>
parents: 61923
diff changeset
469 @end lisp
58792
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
470
70867
68e63907ebfb (Plain lists): Added new item navigation commands.
Carsten Dominik <dominik@science.uva.nl>
parents: 70164
diff changeset
471 Furthermore, you must activate @code{font-lock-mode} in org-mode
68e63907ebfb (Plain lists): Added new item navigation commands.
Carsten Dominik <dominik@science.uva.nl>
parents: 70164
diff changeset
472 buffers, because significant functionality depends on font-locking being
72399
99e38d5aaf87 (Installation, Activation): Split from Installation and
Carsten Dominik <dominik@science.uva.nl>
parents: 72101
diff changeset
473 active. You can do this with either one of the following two lines
99e38d5aaf87 (Installation, Activation): Split from Installation and
Carsten Dominik <dominik@science.uva.nl>
parents: 72101
diff changeset
474 (XEmacs user must use the second option):
70867
68e63907ebfb (Plain lists): Added new item navigation commands.
Carsten Dominik <dominik@science.uva.nl>
parents: 70164
diff changeset
475 @lisp
68e63907ebfb (Plain lists): Added new item navigation commands.
Carsten Dominik <dominik@science.uva.nl>
parents: 70164
diff changeset
476 (global-font-lock-mode 1) ; for all buffers
68e63907ebfb (Plain lists): Added new item navigation commands.
Carsten Dominik <dominik@science.uva.nl>
parents: 70164
diff changeset
477 (add-hook 'org-mode-hook 'turn-on-font-lock) ; org-mode buffers only
68e63907ebfb (Plain lists): Added new item navigation commands.
Carsten Dominik <dominik@science.uva.nl>
parents: 70164
diff changeset
478 @end lisp
68e63907ebfb (Plain lists): Added new item navigation commands.
Carsten Dominik <dominik@science.uva.nl>
parents: 70164
diff changeset
479
58792
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
480 @cindex org-mode, turning on
72399
99e38d5aaf87 (Installation, Activation): Split from Installation and
Carsten Dominik <dominik@science.uva.nl>
parents: 72101
diff changeset
481 With this setup, all files with extension @samp{.org} will be put
99e38d5aaf87 (Installation, Activation): Split from Installation and
Carsten Dominik <dominik@science.uva.nl>
parents: 72101
diff changeset
482 into Org-mode. As an alternative, make the first line of a file look
99e38d5aaf87 (Installation, Activation): Split from Installation and
Carsten Dominik <dominik@science.uva.nl>
parents: 72101
diff changeset
483 like this:
58792
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
484
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
485 @example
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
486 MY PROJECTS -*- mode: org; -*-
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
487 @end example
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
488
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
489 @noindent which will select Org-mode for this buffer no matter what
61562
6cd3b18f298e Update to version 3.06
Carsten Dominik <dominik@science.uva.nl>
parents: 61136
diff changeset
490 the file's name is. See also the variable
69929
beebc22085fe (Link format): New section, emphasis on bracket links.
Carsten Dominik <dominik@science.uva.nl>
parents: 69891
diff changeset
491 @code{org-insert-mode-line-in-empty-file}.
beebc22085fe (Link format): New section, emphasis on bracket links.
Carsten Dominik <dominik@science.uva.nl>
parents: 69891
diff changeset
492
72399
99e38d5aaf87 (Installation, Activation): Split from Installation and
Carsten Dominik <dominik@science.uva.nl>
parents: 72101
diff changeset
493 @node Feedback, , Activation, Introduction
61923
88492f3ccffa *** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents: 61562
diff changeset
494 @section Feedback
88492f3ccffa *** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents: 61562
diff changeset
495 @cindex feedback
88492f3ccffa *** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents: 61562
diff changeset
496 @cindex bug reports
88492f3ccffa *** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents: 61562
diff changeset
497 @cindex maintainer
88492f3ccffa *** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents: 61562
diff changeset
498 @cindex author
88492f3ccffa *** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents: 61562
diff changeset
499
88492f3ccffa *** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents: 61562
diff changeset
500 If you find problems with Org-mode, or if you have questions, remarks,
70951
39f6e1889f85 (ASCII export): Omit command name.
Carsten Dominik <dominik@science.uva.nl>
parents: 70867
diff changeset
501 or ideas about it, please contact the maintainer @value{MAINTAINER} at
61923
88492f3ccffa *** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents: 61562
diff changeset
502 @value{MAINTAINEREMAIL}.
88492f3ccffa *** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents: 61562
diff changeset
503
88492f3ccffa *** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents: 61562
diff changeset
504 For bug reports, please provide as much information as possible,
88492f3ccffa *** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents: 61562
diff changeset
505 including the version information of Emacs (@kbd{C-h v emacs-version
69929
beebc22085fe (Link format): New section, emphasis on bracket links.
Carsten Dominik <dominik@science.uva.nl>
parents: 69891
diff changeset
506 @key{RET}}) and Org-mode (@kbd{C-h v org-version @key{RET}}), as well as
beebc22085fe (Link format): New section, emphasis on bracket links.
Carsten Dominik <dominik@science.uva.nl>
parents: 69891
diff changeset
507 the Org-mode related setup in @file{.emacs}. If an error occurs, a
73874
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
508 backtrace can be very useful (see below on how to create one). Often a
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
509 small example file helps, along with clear information about:
69929
beebc22085fe (Link format): New section, emphasis on bracket links.
Carsten Dominik <dominik@science.uva.nl>
parents: 69891
diff changeset
510
61923
88492f3ccffa *** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents: 61562
diff changeset
511 @enumerate
88492f3ccffa *** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents: 61562
diff changeset
512 @item What exactly did you do?
88492f3ccffa *** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents: 61562
diff changeset
513 @item What did you expect to happen?
88492f3ccffa *** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents: 61562
diff changeset
514 @item What happened instead?
88492f3ccffa *** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents: 61562
diff changeset
515 @end enumerate
69929
beebc22085fe (Link format): New section, emphasis on bracket links.
Carsten Dominik <dominik@science.uva.nl>
parents: 69891
diff changeset
516 @noindent Thank you for helping to improve this mode.
61923
88492f3ccffa *** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents: 61562
diff changeset
517
73874
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
518 @subsubheading How to create a useful backtrace
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
519
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
520 @cindex backtrace of an error
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
521 If working with Org-mode produces an error with a message you don't
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
522 understand, you may have hit a bug. The best way to report this is by
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
523 providing, in addition to what was mentioned above, a @emph{Backtrace}.
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
524 This is information from the built-in debugger about where and how the
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
525 error occurred. Here is how to produce a useful backtrace:
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
526
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
527 @enumerate
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
528 @item
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
529 Start a fresh Emacs or XEmacs, and make sure that it will load the
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
530 original Lisp code in @file{org.el} instead of the compiled version in
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
531 @file{org.elc}. The backtrace contains much more information if it is
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
532 produced with uncompiled code. To do this, either rename @file{org.elc}
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
533 to something else before starting Emacs, or ask Emacs explicitly to load
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
534 @file{org.el} by using the command line
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
535 @example
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
536 emacs -l /path/to/org.el
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
537 @end example
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
538 @item
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
539 Go to the @code{Options} menu and select @code{Enter Debugger on Error}
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
540 (XEmacs has this option in the @code{Troubleshooting} sub-menu).
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
541 @item
73967
8aa00b07ec99 Minor typo fixes.
Carsten Dominik <dominik@science.uva.nl>
parents: 73874
diff changeset
542 Do whatever you have to do to hit the error. Don't forget to
73874
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
543 document the steps you take.
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
544 @item
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
545 When you hit the error, a @file{*Backtrace*} buffer will appear on the
73967
8aa00b07ec99 Minor typo fixes.
Carsten Dominik <dominik@science.uva.nl>
parents: 73874
diff changeset
546 screen. Save this buffer to a file (for example using @kbd{C-x C-w}) and
8aa00b07ec99 Minor typo fixes.
Carsten Dominik <dominik@science.uva.nl>
parents: 73874
diff changeset
547 attach it to your bug report.
73874
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
548 @end enumerate
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
549
70133
36d1ec75581c * org.texi: (Time stamps): Better explanation of the purpose of
Carsten Dominik <dominik@science.uva.nl>
parents: 70065
diff changeset
550 @node Document structure, Tables, Introduction, Top
58792
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
551 @chapter Document Structure
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
552 @cindex document structure
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
553 @cindex structure of document
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
554
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
555 Org-mode is based on outline mode and provides flexible commands to
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
556 edit the structure of the document.
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
557
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
558 @menu
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
559 * Outlines:: Org-mode is based on outline-mode
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
560 * Headlines:: How to typeset org-tree headlines
65656
55fcf5165d97 Version 3.16
Carsten Dominik <dominik@science.uva.nl>
parents: 65555
diff changeset
561 * Visibility cycling:: Show and hide, much simplified
58792
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
562 * Motion:: Jumping to other headlines
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
563 * Structure editing:: Changing sequence and level of headlines
63362
8a4e1b582425 Version 3.11
Carsten Dominik <dominik@science.uva.nl>
parents: 62713
diff changeset
564 * Archiving:: Move done task trees to a different place
58792
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
565 * Sparse trees:: Matches embedded in context
73874
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
566 * Plain lists:: Additional structure within an entry
58792
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
567 @end menu
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
568
70133
36d1ec75581c * org.texi: (Time stamps): Better explanation of the purpose of
Carsten Dominik <dominik@science.uva.nl>
parents: 70065
diff changeset
569 @node Outlines, Headlines, Document structure, Document structure
58792
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
570 @section Outlines
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
571 @cindex outlines
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
572 @cindex outline-mode
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
573
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
574 Org-mode is implemented on top of outline-mode. Outlines allow to
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
575 organize a document in a hierarchical structure, which (at least for
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
576 me) is the best representation of notes and thoughts. Overview over
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
577 this structure is achieved by folding (hiding) large parts of the
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
578 document to show only the general document structure and the parts
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
579 currently being worked on. Org-mode greatly simplifies the use of
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
580 outlines by compressing the entire show/hide functionality into a
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
581 single command @command{org-cycle}, which is bound to the @key{TAB}
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
582 key.
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
583
70133
36d1ec75581c * org.texi: (Time stamps): Better explanation of the purpose of
Carsten Dominik <dominik@science.uva.nl>
parents: 70065
diff changeset
584 @node Headlines, Visibility cycling, Outlines, Document structure
58792
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
585 @section Headlines
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
586 @cindex headlines
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
587 @cindex outline tree
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
588
69929
beebc22085fe (Link format): New section, emphasis on bracket links.
Carsten Dominik <dominik@science.uva.nl>
parents: 69891
diff changeset
589 Headlines define the structure of an outline tree. The headlines in
81167
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
590 Org-mode start with one or more stars, on the left margin@footnote{See
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
591 the variable @code{org-special-ctrl-a} to configure special behavior of
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
592 @kbd{C-a} in headlines.}. For example:
58792
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
593
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
594 @example
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
595 * Top level headline
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
596 ** Second level
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
597 *** 3rd level
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
598 some text
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
599 *** 3rd level
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
600 more text
81167
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
601
58792
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
602 * Another top level headline
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
603 @end example
69929
beebc22085fe (Link format): New section, emphasis on bracket links.
Carsten Dominik <dominik@science.uva.nl>
parents: 69891
diff changeset
604
69225
a2d5fbc00b3e (Interaction): Added item about `org-mouse.el' by Piotr
Carsten Dominik <dominik@science.uva.nl>
parents: 69117
diff changeset
605 @noindent Some people find the many stars too noisy and would prefer an
a2d5fbc00b3e (Interaction): Added item about `org-mouse.el' by Piotr
Carsten Dominik <dominik@science.uva.nl>
parents: 69117
diff changeset
606 outline that has whitespace followed by a single star as headline
a2d5fbc00b3e (Interaction): Added item about `org-mouse.el' by Piotr
Carsten Dominik <dominik@science.uva.nl>
parents: 69117
diff changeset
607 starters. @ref{Clean view} describes a setup to realize this.
58792
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
608
81167
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
609 An empty line after the end of a subtree is considered part of it and
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
610 will be hidden when the subtree is folded. However, if you leave at
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
611 least two empty lines, one empty line will remain visible after folding
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
612 the subtree, in order to structure the collapsed view. See the
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
613 variable @code{org-cycle-separator-lines} for modifying this behavior.
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
614
70133
36d1ec75581c * org.texi: (Time stamps): Better explanation of the purpose of
Carsten Dominik <dominik@science.uva.nl>
parents: 70065
diff changeset
615 @node Visibility cycling, Motion, Headlines, Document structure
58792
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
616 @section Visibility cycling
67613
eab2494a32d7 *** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents: 67604
diff changeset
617 @cindex cycling, visibility
58792
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
618 @cindex visibility cycling
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
619 @cindex trees, visibility
67613
eab2494a32d7 *** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents: 67604
diff changeset
620 @cindex show hidden text
eab2494a32d7 *** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents: 67604
diff changeset
621 @cindex hide text
58792
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
622
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
623 Outlines make it possible to hide parts of the text in the buffer.
70867
68e63907ebfb (Plain lists): Added new item navigation commands.
Carsten Dominik <dominik@science.uva.nl>
parents: 70164
diff changeset
624 Org-mode uses just two commands, bound to @key{TAB} and
68e63907ebfb (Plain lists): Added new item navigation commands.
Carsten Dominik <dominik@science.uva.nl>
parents: 70164
diff changeset
625 @kbd{S-@key{TAB}} to change the visibility in the buffer.
58792
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
626
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
627 @cindex subtree visibility states
70867
68e63907ebfb (Plain lists): Added new item navigation commands.
Carsten Dominik <dominik@science.uva.nl>
parents: 70164
diff changeset
628 @cindex subtree cycling
58792
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
629 @cindex folded, subtree visibility state
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
630 @cindex children, subtree visibility state
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
631 @cindex subtree, subtree visibility state
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
632 @table @kbd
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
633 @kindex @key{TAB}
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
634 @item @key{TAB}
81167
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
635 @emph{Subtree cycling}: Rotate current subtree among the states
69929
beebc22085fe (Link format): New section, emphasis on bracket links.
Carsten Dominik <dominik@science.uva.nl>
parents: 69891
diff changeset
636
58792
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
637 @example
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
638 ,-> FOLDED -> CHILDREN -> SUBTREE --.
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
639 '-----------------------------------'
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
640 @end example
69929
beebc22085fe (Link format): New section, emphasis on bracket links.
Carsten Dominik <dominik@science.uva.nl>
parents: 69891
diff changeset
641
70867
68e63907ebfb (Plain lists): Added new item navigation commands.
Carsten Dominik <dominik@science.uva.nl>
parents: 70164
diff changeset
642 The cursor must be on a headline for this to work@footnote{see, however,
68e63907ebfb (Plain lists): Added new item navigation commands.
Carsten Dominik <dominik@science.uva.nl>
parents: 70164
diff changeset
643 the option @code{org-cycle-emulate-tab}.}. When the cursor is at the
68e63907ebfb (Plain lists): Added new item navigation commands.
Carsten Dominik <dominik@science.uva.nl>
parents: 70164
diff changeset
644 beginning of the buffer and the first line is not a headline, then
68e63907ebfb (Plain lists): Added new item navigation commands.
Carsten Dominik <dominik@science.uva.nl>
parents: 70164
diff changeset
645 @key{TAB} actually runs global cycling (see below)@footnote{see the
68e63907ebfb (Plain lists): Added new item navigation commands.
Carsten Dominik <dominik@science.uva.nl>
parents: 70164
diff changeset
646 option @code{org-cycle-global-at-bob}.}. Also when called with a prefix
68e63907ebfb (Plain lists): Added new item navigation commands.
Carsten Dominik <dominik@science.uva.nl>
parents: 70164
diff changeset
647 argument (@kbd{C-u @key{TAB}}), global cycling is invoked.
58792
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
648
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
649 @cindex global visibility states
70867
68e63907ebfb (Plain lists): Added new item navigation commands.
Carsten Dominik <dominik@science.uva.nl>
parents: 70164
diff changeset
650 @cindex global cycling
58792
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
651 @cindex overview, global visibility state
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
652 @cindex contents, global visibility state
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
653 @cindex show all, global visibility state
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
654 @kindex S-@key{TAB}
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
655 @item S-@key{TAB}
70867
68e63907ebfb (Plain lists): Added new item navigation commands.
Carsten Dominik <dominik@science.uva.nl>
parents: 70164
diff changeset
656 @itemx C-u @key{TAB}
81167
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
657 @emph{Global cycling}: Rotate the entire buffer among the states
69929
beebc22085fe (Link format): New section, emphasis on bracket links.
Carsten Dominik <dominik@science.uva.nl>
parents: 69891
diff changeset
658
58792
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
659 @example
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
660 ,-> OVERVIEW -> CONTENTS -> SHOW ALL --.
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
661 '--------------------------------------'
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
662 @end example
69929
beebc22085fe (Link format): New section, emphasis on bracket links.
Carsten Dominik <dominik@science.uva.nl>
parents: 69891
diff changeset
663
76138
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
664 When @kbd{S-@key{TAB}} is called with a numerical prefix N, the CONTENTS
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
665 view up to headlines of level N will be shown.
58792
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
666 Note that inside tables, @kbd{S-@key{TAB}} jumps to the previous field.
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
667
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
668 @cindex show all, command
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
669 @kindex C-c C-a
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
670 @item C-c C-a
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
671 Show all.
73874
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
672 @kindex C-c C-r
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
673 @item C-c C-r
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
674 Reveal context around point, showing the current entry, the following
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
675 heading and the hierarchy above. Useful for working near a location
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
676 exposed by a sparse tree command (@pxref{Sparse trees}) or an agenda
76138
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
677 command (@pxref{Agenda commands}). With prefix arg show, on each
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
678 level, all sibling headings.
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
679 @kindex C-c C-x b
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
680 @item C-c C-x b
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
681 Show the current subtree in an indirect buffer@footnote{The indirect
81167
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
682 buffer
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
683 @ifinfo
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
684 (@pxref{Indirect Buffers,,,emacs,GNU Emacs Manual})
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
685 @end ifinfo
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
686 @ifnotinfo
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
687 (see the Emacs manual for more information about indirect buffers)
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
688 @end ifnotinfo
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
689 will contain the entire buffer, but will be narrowed to the current
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
690 tree. Editing the indirect buffer will also change the original buffer,
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
691 but without affecting visibility in that buffer.}. With numerical
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
692 prefix ARG, go up to this level and then take that tree. If ARG is
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
693 negative, go up that many levels. With @kbd{C-u} prefix, do not remove
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
694 the previously used indirect buffer.
58792
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
695 @end table
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
696
63833
addf44674c32 Version 3.12
Carsten Dominik <dominik@science.uva.nl>
parents: 63672
diff changeset
697 When Emacs first visits an Org-mode file, the global state is set to
61136
003dd96023ff updated to org-mode version 3.05
Carsten Dominik <dominik@science.uva.nl>
parents: 59542
diff changeset
698 OVERVIEW, i.e. only the top level headlines are visible. This can be
003dd96023ff updated to org-mode version 3.05
Carsten Dominik <dominik@science.uva.nl>
parents: 59542
diff changeset
699 configured through the variable @code{org-startup-folded}, or on a
003dd96023ff updated to org-mode version 3.05
Carsten Dominik <dominik@science.uva.nl>
parents: 59542
diff changeset
700 per-file basis by adding one of the following lines anywhere in the
003dd96023ff updated to org-mode version 3.05
Carsten Dominik <dominik@science.uva.nl>
parents: 59542
diff changeset
701 buffer:
003dd96023ff updated to org-mode version 3.05
Carsten Dominik <dominik@science.uva.nl>
parents: 59542
diff changeset
702
003dd96023ff updated to org-mode version 3.05
Carsten Dominik <dominik@science.uva.nl>
parents: 59542
diff changeset
703 @example
70011
74050e653990 (Visibility cycling): Better names for the startup
Carsten Dominik <dominik@science.uva.nl>
parents: 69999
diff changeset
704 #+STARTUP: overview
61562
6cd3b18f298e Update to version 3.06
Carsten Dominik <dominik@science.uva.nl>
parents: 61136
diff changeset
705 #+STARTUP: content
70011
74050e653990 (Visibility cycling): Better names for the startup
Carsten Dominik <dominik@science.uva.nl>
parents: 69999
diff changeset
706 #+STARTUP: showall
61136
003dd96023ff updated to org-mode version 3.05
Carsten Dominik <dominik@science.uva.nl>
parents: 59542
diff changeset
707 @end example
003dd96023ff updated to org-mode version 3.05
Carsten Dominik <dominik@science.uva.nl>
parents: 59542
diff changeset
708
70133
36d1ec75581c * org.texi: (Time stamps): Better explanation of the purpose of
Carsten Dominik <dominik@science.uva.nl>
parents: 70065
diff changeset
709 @node Motion, Structure editing, Visibility cycling, Document structure
58792
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
710 @section Motion
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
711 @cindex motion, between headlines
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
712 @cindex jumping, to headlines
67613
eab2494a32d7 *** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents: 67604
diff changeset
713 @cindex headline navigation
58792
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
714 The following commands jump to other headlines in the buffer.
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
715
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
716 @table @kbd
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
717 @kindex C-c C-n
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
718 @item C-c C-n
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
719 Next heading.
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
720 @kindex C-c C-p
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
721 @item C-c C-p
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
722 Previous heading.
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
723 @kindex C-c C-f
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
724 @item C-c C-f
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
725 Next heading same level.
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
726 @kindex C-c C-b
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
727 @item C-c C-b
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
728 Previous heading same level.
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
729 @kindex C-c C-u
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
730 @item C-c C-u
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
731 Backward to higher level heading.
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
732 @kindex C-c C-j
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
733 @item C-c C-j
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
734 Jump to a different place without changing the current outline
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
735 visibility. Shows the document structure in a temporary buffer, where
81167
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
736 you can use the following keys to find your destination:
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
737 @example
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
738 @key{TAB} @r{Cycle visibility.}
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
739 @key{down} / @key{up} @r{Next/previous visible headline.}
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
740 n / p @r{Next/previous visible headline.}
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
741 f / b @r{Next/previous headline same level.}
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
742 u @r{One level up.}
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
743 0-9 @r{Digit argument.}
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
744 @key{RET} @r{Select this location.}
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
745 @end example
58792
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
746 @end table
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
747
70133
36d1ec75581c * org.texi: (Time stamps): Better explanation of the purpose of
Carsten Dominik <dominik@science.uva.nl>
parents: 70065
diff changeset
748 @node Structure editing, Archiving, Motion, Document structure
58792
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
749 @section Structure editing
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
750 @cindex structure editing
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
751 @cindex headline, promotion and demotion
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
752 @cindex promotion, of subtrees
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
753 @cindex demotion, of subtrees
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
754 @cindex subtree, cut and paste
63833
addf44674c32 Version 3.12
Carsten Dominik <dominik@science.uva.nl>
parents: 63672
diff changeset
755 @cindex pasting, of subtrees
addf44674c32 Version 3.12
Carsten Dominik <dominik@science.uva.nl>
parents: 63672
diff changeset
756 @cindex cutting, of subtrees
addf44674c32 Version 3.12
Carsten Dominik <dominik@science.uva.nl>
parents: 63672
diff changeset
757 @cindex copying, of subtrees
67613
eab2494a32d7 *** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents: 67604
diff changeset
758 @cindex subtrees, cut and paste
58792
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
759
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
760 @table @kbd
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
761 @kindex M-@key{RET}
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
762 @item M-@key{RET}
67382
62adeda8b0dd Structure editing): DOcument new fucntionality of
Carsten Dominik <dominik@science.uva.nl>
parents: 67353
diff changeset
763 Insert new heading with same level as current. If the cursor is in a
70133
36d1ec75581c * org.texi: (Time stamps): Better explanation of the purpose of
Carsten Dominik <dominik@science.uva.nl>
parents: 70065
diff changeset
764 plain list item, a new item is created (@pxref{Plain lists}). To force
36d1ec75581c * org.texi: (Time stamps): Better explanation of the purpose of
Carsten Dominik <dominik@science.uva.nl>
parents: 70065
diff changeset
765 creation of a new headline, use a prefix arg, or first press @key{RET}
36d1ec75581c * org.texi: (Time stamps): Better explanation of the purpose of
Carsten Dominik <dominik@science.uva.nl>
parents: 70065
diff changeset
766 to get to the beginning of the next line. When this command is used in
36d1ec75581c * org.texi: (Time stamps): Better explanation of the purpose of
Carsten Dominik <dominik@science.uva.nl>
parents: 70065
diff changeset
767 the middle of a line, the line is split and the rest of the line becomes
36d1ec75581c * org.texi: (Time stamps): Better explanation of the purpose of
Carsten Dominik <dominik@science.uva.nl>
parents: 70065
diff changeset
768 the new headline. If the command is used at the beginning of a
70867
68e63907ebfb (Plain lists): Added new item navigation commands.
Carsten Dominik <dominik@science.uva.nl>
parents: 70164
diff changeset
769 headline, the new headline is created before the current line. If at
70133
36d1ec75581c * org.texi: (Time stamps): Better explanation of the purpose of
Carsten Dominik <dominik@science.uva.nl>
parents: 70065
diff changeset
770 the beginning of any other line, the content of that line is made the
73874
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
771 new heading. If the command is used at the end of a folded subtree
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
772 (i.e. behind the ellipses at the end of a headline), then a headline
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
773 like the current one will be inserted after the end of the subtree.
61562
6cd3b18f298e Update to version 3.06
Carsten Dominik <dominik@science.uva.nl>
parents: 61136
diff changeset
774 @kindex M-S-@key{RET}
6cd3b18f298e Update to version 3.06
Carsten Dominik <dominik@science.uva.nl>
parents: 61136
diff changeset
775 @item M-S-@key{RET}
6cd3b18f298e Update to version 3.06
Carsten Dominik <dominik@science.uva.nl>
parents: 61136
diff changeset
776 Insert new TODO entry with same level as current heading.
58792
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
777 @kindex M-@key{left}
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
778 @item M-@key{left}
69929
beebc22085fe (Link format): New section, emphasis on bracket links.
Carsten Dominik <dominik@science.uva.nl>
parents: 69891
diff changeset
779 Promote current heading by one level.
58792
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
780 @kindex M-@key{right}
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
781 @item M-@key{right}
69929
beebc22085fe (Link format): New section, emphasis on bracket links.
Carsten Dominik <dominik@science.uva.nl>
parents: 69891
diff changeset
782 Demote current heading by one level.
58792
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
783 @kindex M-S-@key{left}
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
784 @item M-S-@key{left}
69929
beebc22085fe (Link format): New section, emphasis on bracket links.
Carsten Dominik <dominik@science.uva.nl>
parents: 69891
diff changeset
785 Promote the current subtree by one level.
58792
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
786 @kindex M-S-@key{right}
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
787 @item M-S-@key{right}
69929
beebc22085fe (Link format): New section, emphasis on bracket links.
Carsten Dominik <dominik@science.uva.nl>
parents: 69891
diff changeset
788 Demote the current subtree by one level.
58792
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
789 @kindex M-S-@key{up}
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
790 @item M-S-@key{up}
67107
a0a8d49729fd (Structure editing): New item moving commands added.
Carsten Dominik <dominik@science.uva.nl>
parents: 66988
diff changeset
791 Move subtree up (swap with previous subtree of same
69929
beebc22085fe (Link format): New section, emphasis on bracket links.
Carsten Dominik <dominik@science.uva.nl>
parents: 69891
diff changeset
792 level).
58792
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
793 @kindex M-S-@key{down}
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
794 @item M-S-@key{down}
69929
beebc22085fe (Link format): New section, emphasis on bracket links.
Carsten Dominik <dominik@science.uva.nl>
parents: 69891
diff changeset
795 Move subtree down (swap with next subtree of same level).
65656
55fcf5165d97 Version 3.16
Carsten Dominik <dominik@science.uva.nl>
parents: 65555
diff changeset
796 @kindex C-c C-x C-w
69225
a2d5fbc00b3e (Interaction): Added item about `org-mouse.el' by Piotr
Carsten Dominik <dominik@science.uva.nl>
parents: 69117
diff changeset
797 @kindex C-c C-x C-k
65656
55fcf5165d97 Version 3.16
Carsten Dominik <dominik@science.uva.nl>
parents: 65555
diff changeset
798 @item C-c C-x C-w
69225
a2d5fbc00b3e (Interaction): Added item about `org-mouse.el' by Piotr
Carsten Dominik <dominik@science.uva.nl>
parents: 69117
diff changeset
799 @itemx C-c C-x C-k
58792
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
800 Kill subtree, i.e. remove it from buffer but save in kill ring.
65656
55fcf5165d97 Version 3.16
Carsten Dominik <dominik@science.uva.nl>
parents: 65555
diff changeset
801 @kindex C-c C-x M-w
55fcf5165d97 Version 3.16
Carsten Dominik <dominik@science.uva.nl>
parents: 65555
diff changeset
802 @item C-c C-x M-w
58792
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
803 Copy subtree to kill ring.
65656
55fcf5165d97 Version 3.16
Carsten Dominik <dominik@science.uva.nl>
parents: 65555
diff changeset
804 @kindex C-c C-x C-y
55fcf5165d97 Version 3.16
Carsten Dominik <dominik@science.uva.nl>
parents: 65555
diff changeset
805 @item C-c C-x C-y
61562
6cd3b18f298e Update to version 3.06
Carsten Dominik <dominik@science.uva.nl>
parents: 61136
diff changeset
806 Yank subtree from kill ring. This does modify the level of the subtree to
58792
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
807 make sure the tree fits in nicely at the yank position. The yank
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
808 level can also be specified with a prefix arg, or by yanking after a
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
809 headline marker like @samp{****}.
76138
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
810 @kindex C-c ^
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
811 @item C-c ^
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
812 Sort same-level entries. When there is an active region, all entries in
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
813 the region will be sorted. Otherwise the children of the current
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
814 headline are sorted. The command prompts for the sorting method, which
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
815 can be alphabetically, numerically, by time (using the first time stamp
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
816 in each entry), and each of these in reverse order. With a @kbd{C-u}
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
817 prefix, sorting will be case-sensitive. With two @kbd{C-u C-u}
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
818 prefixes, duplicate entries will also be removed.
58792
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
819 @end table
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
820
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
821 @cindex region, active
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
822 @cindex active region
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
823 @cindex transient-mark-mode
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
824 When there is an active region (transient-mark-mode), promotion and
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
825 demotion work on all headlines in the region. To select a region of
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
826 headlines, it is best to place both point and mark at the beginning of a
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
827 line, mark at the beginning of the first headline, and point at the line
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
828 just after the last headline to change. Note that when the cursor is
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
829 inside a table (@pxref{Tables}), the Meta-Cursor keys have different
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
830 functionality.
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
831
70133
36d1ec75581c * org.texi: (Time stamps): Better explanation of the purpose of
Carsten Dominik <dominik@science.uva.nl>
parents: 70065
diff changeset
832 @node Archiving, Sparse trees, Structure editing, Document structure
63362
8a4e1b582425 Version 3.11
Carsten Dominik <dominik@science.uva.nl>
parents: 62713
diff changeset
833 @section Archiving
8a4e1b582425 Version 3.11
Carsten Dominik <dominik@science.uva.nl>
parents: 62713
diff changeset
834 @cindex archiving
8a4e1b582425 Version 3.11
Carsten Dominik <dominik@science.uva.nl>
parents: 62713
diff changeset
835
63833
addf44674c32 Version 3.12
Carsten Dominik <dominik@science.uva.nl>
parents: 63672
diff changeset
836 When a project represented by a (sub)tree is finished, you may want
71450
93e8ae57983b (Embedded LaTeX): New chapter.
Carsten Dominik <dominik@science.uva.nl>
parents: 71386
diff changeset
837 to move the tree out of the way and to stop it from contributing to the
93e8ae57983b (Embedded LaTeX): New chapter.
Carsten Dominik <dominik@science.uva.nl>
parents: 71386
diff changeset
838 agenda. Org-mode knows two ways of archiving. You can mark a tree with
93e8ae57983b (Embedded LaTeX): New chapter.
Carsten Dominik <dominik@science.uva.nl>
parents: 71386
diff changeset
839 the ARCHIVE tag, or you can move an entire (sub)tree to a different
93e8ae57983b (Embedded LaTeX): New chapter.
Carsten Dominik <dominik@science.uva.nl>
parents: 71386
diff changeset
840 location.
93e8ae57983b (Embedded LaTeX): New chapter.
Carsten Dominik <dominik@science.uva.nl>
parents: 71386
diff changeset
841
93e8ae57983b (Embedded LaTeX): New chapter.
Carsten Dominik <dominik@science.uva.nl>
parents: 71386
diff changeset
842 @menu
93e8ae57983b (Embedded LaTeX): New chapter.
Carsten Dominik <dominik@science.uva.nl>
parents: 71386
diff changeset
843 * ARCHIVE tag:: Marking a tree as inactive
93e8ae57983b (Embedded LaTeX): New chapter.
Carsten Dominik <dominik@science.uva.nl>
parents: 71386
diff changeset
844 * Moving subtrees:: Moving a tree to an archive file
93e8ae57983b (Embedded LaTeX): New chapter.
Carsten Dominik <dominik@science.uva.nl>
parents: 71386
diff changeset
845 @end menu
93e8ae57983b (Embedded LaTeX): New chapter.
Carsten Dominik <dominik@science.uva.nl>
parents: 71386
diff changeset
846
93e8ae57983b (Embedded LaTeX): New chapter.
Carsten Dominik <dominik@science.uva.nl>
parents: 71386
diff changeset
847 @node ARCHIVE tag, Moving subtrees, Archiving, Archiving
93e8ae57983b (Embedded LaTeX): New chapter.
Carsten Dominik <dominik@science.uva.nl>
parents: 71386
diff changeset
848 @subsection The ARCHIVE tag
93e8ae57983b (Embedded LaTeX): New chapter.
Carsten Dominik <dominik@science.uva.nl>
parents: 71386
diff changeset
849 @cindex internal archiving
93e8ae57983b (Embedded LaTeX): New chapter.
Carsten Dominik <dominik@science.uva.nl>
parents: 71386
diff changeset
850
93e8ae57983b (Embedded LaTeX): New chapter.
Carsten Dominik <dominik@science.uva.nl>
parents: 71386
diff changeset
851 A headline that is marked with the ARCHIVE tag (@pxref{Tags}) stays at
93e8ae57983b (Embedded LaTeX): New chapter.
Carsten Dominik <dominik@science.uva.nl>
parents: 71386
diff changeset
852 its location in the outline tree, but behaves in the following way:
93e8ae57983b (Embedded LaTeX): New chapter.
Carsten Dominik <dominik@science.uva.nl>
parents: 71386
diff changeset
853 @itemize @minus
93e8ae57983b (Embedded LaTeX): New chapter.
Carsten Dominik <dominik@science.uva.nl>
parents: 71386
diff changeset
854 @item
93e8ae57983b (Embedded LaTeX): New chapter.
Carsten Dominik <dominik@science.uva.nl>
parents: 71386
diff changeset
855 It does not open when you attempt to do so with a visibility cycling
73874
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
856 command (@pxref{Visibility cycling}). You can force cycling archived
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
857 subtrees with @kbd{C-@key{TAB}}, or by setting the option
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
858 @code{org-cycle-open-archived-trees}. Also normal outline commands like
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
859 @code{show-all} will open archived subtrees.
71450
93e8ae57983b (Embedded LaTeX): New chapter.
Carsten Dominik <dominik@science.uva.nl>
parents: 71386
diff changeset
860 @item
93e8ae57983b (Embedded LaTeX): New chapter.
Carsten Dominik <dominik@science.uva.nl>
parents: 71386
diff changeset
861 During sparse tree construction (@pxref{Sparse trees}), matches in
93e8ae57983b (Embedded LaTeX): New chapter.
Carsten Dominik <dominik@science.uva.nl>
parents: 71386
diff changeset
862 archived subtrees are not exposed, unless you configure the option
93e8ae57983b (Embedded LaTeX): New chapter.
Carsten Dominik <dominik@science.uva.nl>
parents: 71386
diff changeset
863 @code{org-sparse-tree-open-archived-trees}.
93e8ae57983b (Embedded LaTeX): New chapter.
Carsten Dominik <dominik@science.uva.nl>
parents: 71386
diff changeset
864 @item
93e8ae57983b (Embedded LaTeX): New chapter.
Carsten Dominik <dominik@science.uva.nl>
parents: 71386
diff changeset
865 During agenda view construction (@pxref{Agenda views}), the content of
93e8ae57983b (Embedded LaTeX): New chapter.
Carsten Dominik <dominik@science.uva.nl>
parents: 71386
diff changeset
866 archived trees is ignored unless you configure the option
93e8ae57983b (Embedded LaTeX): New chapter.
Carsten Dominik <dominik@science.uva.nl>
parents: 71386
diff changeset
867 @code{org-agenda-skip-archived-trees}.
93e8ae57983b (Embedded LaTeX): New chapter.
Carsten Dominik <dominik@science.uva.nl>
parents: 71386
diff changeset
868 @item
93e8ae57983b (Embedded LaTeX): New chapter.
Carsten Dominik <dominik@science.uva.nl>
parents: 71386
diff changeset
869 Archived trees are not exported (@pxref{Exporting}), only the headline
93e8ae57983b (Embedded LaTeX): New chapter.
Carsten Dominik <dominik@science.uva.nl>
parents: 71386
diff changeset
870 is. Configure the details using the variable
93e8ae57983b (Embedded LaTeX): New chapter.
Carsten Dominik <dominik@science.uva.nl>
parents: 71386
diff changeset
871 @code{org-export-with-archived-trees}.
93e8ae57983b (Embedded LaTeX): New chapter.
Carsten Dominik <dominik@science.uva.nl>
parents: 71386
diff changeset
872 @end itemize
93e8ae57983b (Embedded LaTeX): New chapter.
Carsten Dominik <dominik@science.uva.nl>
parents: 71386
diff changeset
873
73874
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
874 The following commands help managing the ARCHIVE tag:
71450
93e8ae57983b (Embedded LaTeX): New chapter.
Carsten Dominik <dominik@science.uva.nl>
parents: 71386
diff changeset
875
93e8ae57983b (Embedded LaTeX): New chapter.
Carsten Dominik <dominik@science.uva.nl>
parents: 71386
diff changeset
876 @table @kbd
93e8ae57983b (Embedded LaTeX): New chapter.
Carsten Dominik <dominik@science.uva.nl>
parents: 71386
diff changeset
877 @kindex C-c C-x C-a
93e8ae57983b (Embedded LaTeX): New chapter.
Carsten Dominik <dominik@science.uva.nl>
parents: 71386
diff changeset
878 @item C-c C-x C-a
93e8ae57983b (Embedded LaTeX): New chapter.
Carsten Dominik <dominik@science.uva.nl>
parents: 71386
diff changeset
879 Toggle the ARCHIVE tag for the current headline. When the tag is set,
93e8ae57983b (Embedded LaTeX): New chapter.
Carsten Dominik <dominik@science.uva.nl>
parents: 71386
diff changeset
880 the headline changes to a shadowish face, and the subtree below it is
93e8ae57983b (Embedded LaTeX): New chapter.
Carsten Dominik <dominik@science.uva.nl>
parents: 71386
diff changeset
881 hidden.
93e8ae57983b (Embedded LaTeX): New chapter.
Carsten Dominik <dominik@science.uva.nl>
parents: 71386
diff changeset
882 @kindex C-u C-c C-x C-a
93e8ae57983b (Embedded LaTeX): New chapter.
Carsten Dominik <dominik@science.uva.nl>
parents: 71386
diff changeset
883 @item C-u C-c C-x C-a
93e8ae57983b (Embedded LaTeX): New chapter.
Carsten Dominik <dominik@science.uva.nl>
parents: 71386
diff changeset
884 Check if any direct children of the current headline should be archived.
93e8ae57983b (Embedded LaTeX): New chapter.
Carsten Dominik <dominik@science.uva.nl>
parents: 71386
diff changeset
885 To do this, each subtree is checked for open TODO entries. If none are
93e8ae57983b (Embedded LaTeX): New chapter.
Carsten Dominik <dominik@science.uva.nl>
parents: 71386
diff changeset
886 found, the command offers to set the ARCHIVE tag for the child. If the
93e8ae57983b (Embedded LaTeX): New chapter.
Carsten Dominik <dominik@science.uva.nl>
parents: 71386
diff changeset
887 cursor is @emph{not} on a headline when this command is invoked, the
93e8ae57983b (Embedded LaTeX): New chapter.
Carsten Dominik <dominik@science.uva.nl>
parents: 71386
diff changeset
888 level 1 trees will be checked.
73874
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
889 @kindex C-@kbd{TAB}
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
890 @item C-@kbd{TAB}
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
891 Cycle a tree even if it is tagged with ARCHIVE.
71450
93e8ae57983b (Embedded LaTeX): New chapter.
Carsten Dominik <dominik@science.uva.nl>
parents: 71386
diff changeset
892 @end table
93e8ae57983b (Embedded LaTeX): New chapter.
Carsten Dominik <dominik@science.uva.nl>
parents: 71386
diff changeset
893
93e8ae57983b (Embedded LaTeX): New chapter.
Carsten Dominik <dominik@science.uva.nl>
parents: 71386
diff changeset
894 @node Moving subtrees, , ARCHIVE tag, Archiving
93e8ae57983b (Embedded LaTeX): New chapter.
Carsten Dominik <dominik@science.uva.nl>
parents: 71386
diff changeset
895 @subsection Moving subtrees
93e8ae57983b (Embedded LaTeX): New chapter.
Carsten Dominik <dominik@science.uva.nl>
parents: 71386
diff changeset
896 @cindex external archiving
93e8ae57983b (Embedded LaTeX): New chapter.
Carsten Dominik <dominik@science.uva.nl>
parents: 71386
diff changeset
897
93e8ae57983b (Embedded LaTeX): New chapter.
Carsten Dominik <dominik@science.uva.nl>
parents: 71386
diff changeset
898 Once an entire project is finished, you may want to move it to a
93e8ae57983b (Embedded LaTeX): New chapter.
Carsten Dominik <dominik@science.uva.nl>
parents: 71386
diff changeset
899 different location, either in the current file, or even in a different
93e8ae57983b (Embedded LaTeX): New chapter.
Carsten Dominik <dominik@science.uva.nl>
parents: 71386
diff changeset
900 file, the archive file.
93e8ae57983b (Embedded LaTeX): New chapter.
Carsten Dominik <dominik@science.uva.nl>
parents: 71386
diff changeset
901
63362
8a4e1b582425 Version 3.11
Carsten Dominik <dominik@science.uva.nl>
parents: 62713
diff changeset
902 @table @kbd
76138
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
903 @kindex C-c C-x C-s
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
904 @item C-c C-x C-s
63362
8a4e1b582425 Version 3.11
Carsten Dominik <dominik@science.uva.nl>
parents: 62713
diff changeset
905 Archive the subtree starting at the cursor position to the location
8a4e1b582425 Version 3.11
Carsten Dominik <dominik@science.uva.nl>
parents: 62713
diff changeset
906 given by @code{org-archive-location}.
76138
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
907 @kindex C-u C-c C-x C-s
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
908 @item C-u C-c C-x C-s
71450
93e8ae57983b (Embedded LaTeX): New chapter.
Carsten Dominik <dominik@science.uva.nl>
parents: 71386
diff changeset
909 Check if any direct children of the current headline could be moved to
93e8ae57983b (Embedded LaTeX): New chapter.
Carsten Dominik <dominik@science.uva.nl>
parents: 71386
diff changeset
910 the archive. To do this, each subtree is checked for open TODO entries.
93e8ae57983b (Embedded LaTeX): New chapter.
Carsten Dominik <dominik@science.uva.nl>
parents: 71386
diff changeset
911 If none are found, the command offers to move it to the archive
93e8ae57983b (Embedded LaTeX): New chapter.
Carsten Dominik <dominik@science.uva.nl>
parents: 71386
diff changeset
912 location. If the cursor is @emph{not} on a headline when this command
93e8ae57983b (Embedded LaTeX): New chapter.
Carsten Dominik <dominik@science.uva.nl>
parents: 71386
diff changeset
913 is invoked, the level 1 trees will be checked.
63362
8a4e1b582425 Version 3.11
Carsten Dominik <dominik@science.uva.nl>
parents: 62713
diff changeset
914 @end table
8a4e1b582425 Version 3.11
Carsten Dominik <dominik@science.uva.nl>
parents: 62713
diff changeset
915
8a4e1b582425 Version 3.11
Carsten Dominik <dominik@science.uva.nl>
parents: 62713
diff changeset
916 @cindex archive locations
71450
93e8ae57983b (Embedded LaTeX): New chapter.
Carsten Dominik <dominik@science.uva.nl>
parents: 71386
diff changeset
917 The default archive location is a file in the same directory as the
93e8ae57983b (Embedded LaTeX): New chapter.
Carsten Dominik <dominik@science.uva.nl>
parents: 71386
diff changeset
918 current file, with the name derived by appending @file{_archive} to the
93e8ae57983b (Embedded LaTeX): New chapter.
Carsten Dominik <dominik@science.uva.nl>
parents: 71386
diff changeset
919 current file name. For information and examples on how to change this,
93e8ae57983b (Embedded LaTeX): New chapter.
Carsten Dominik <dominik@science.uva.nl>
parents: 71386
diff changeset
920 see the documentation string of the variable
76138
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
921 @code{org-archive-location}. There is also an in-buffer option for
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
922 setting this variable, for example
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
923
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
924 @example
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
925 #+ARCHIVE: %s_done::
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
926 @end example
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
927
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
928 @noindent
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
929 You may have several such lines in the buffer, they will then be valid
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
930 for the entries following the line (the first will also apply to any
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
931 text before it).
63362
8a4e1b582425 Version 3.11
Carsten Dominik <dominik@science.uva.nl>
parents: 62713
diff changeset
932
70133
36d1ec75581c * org.texi: (Time stamps): Better explanation of the purpose of
Carsten Dominik <dominik@science.uva.nl>
parents: 70065
diff changeset
933 @node Sparse trees, Plain lists, Archiving, Document structure
58792
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
934 @section Sparse trees
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
935 @cindex sparse trees
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
936 @cindex trees, sparse
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
937 @cindex folding, sparse trees
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
938 @cindex occur, command
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
939
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
940 An important feature of Org-mode is the ability to construct
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
941 @emph{sparse trees} for selected information in an outline tree. A
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
942 sparse tree means that the entire document is folded as much as
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
943 possible, but the selected information is made visible along with the
68033
59e35f6b8ff4 (Agenda Views): Chapter reorganized.
Carsten Dominik <dominik@science.uva.nl>
parents: 67884
diff changeset
944 headline structure above it@footnote{See also the variables
76138
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
945 @code{org-show-hierarchy-above}, @code{org-show-following-heading}, and
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
946 @code{org-show-siblings} for detailed control on how much context is
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
947 shown around each match.}. Just try it out and you will see immediately
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
948 how it works.
58792
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
949
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
950 Org-mode contains several commands creating such trees. The most
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
951 basic one is @command{org-occur}:
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
952
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
953 @table @kbd
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
954 @kindex C-c /
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
955 @item C-c /
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
956 Occur. Prompts for a regexp and shows a sparse tree with all matches.
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
957 If the match is in a headline, the headline is made visible. If the
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
958 match is in the body of an entry, headline and body are made visible.
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
959 In order to provide minimal context, also the full hierarchy of
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
960 headlines above the match is shown, as well as the headline following
70867
68e63907ebfb (Plain lists): Added new item navigation commands.
Carsten Dominik <dominik@science.uva.nl>
parents: 70164
diff changeset
961 the match. Each match is also highlighted; the highlights disappear
76138
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
962 when the buffer is changes an editing command, or by pressing @kbd{C-c
73874
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
963 C-c}. When called with a @kbd{C-u} prefix argument, previous highlights
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
964 are kept, so several calls to this command can be stacked.
58792
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
965 @end table
68033
59e35f6b8ff4 (Agenda Views): Chapter reorganized.
Carsten Dominik <dominik@science.uva.nl>
parents: 67884
diff changeset
966 @noindent
59e35f6b8ff4 (Agenda Views): Chapter reorganized.
Carsten Dominik <dominik@science.uva.nl>
parents: 67884
diff changeset
967 For frequently used sparse trees of specific search strings, you can
59e35f6b8ff4 (Agenda Views): Chapter reorganized.
Carsten Dominik <dominik@science.uva.nl>
parents: 67884
diff changeset
968 use the variable @code{org-agenda-custom-commands} to define fast
59e35f6b8ff4 (Agenda Views): Chapter reorganized.
Carsten Dominik <dominik@science.uva.nl>
parents: 67884
diff changeset
969 keyboard access to specific sparse trees. These commands will then be
59e35f6b8ff4 (Agenda Views): Chapter reorganized.
Carsten Dominik <dominik@science.uva.nl>
parents: 67884
diff changeset
970 accessible through the agenda dispatcher (@pxref{Agenda dispatcher}).
69929
beebc22085fe (Link format): New section, emphasis on bracket links.
Carsten Dominik <dominik@science.uva.nl>
parents: 69891
diff changeset
971 For example:
beebc22085fe (Link format): New section, emphasis on bracket links.
Carsten Dominik <dominik@science.uva.nl>
parents: 69891
diff changeset
972
68033
59e35f6b8ff4 (Agenda Views): Chapter reorganized.
Carsten Dominik <dominik@science.uva.nl>
parents: 67884
diff changeset
973 @lisp
59e35f6b8ff4 (Agenda Views): Chapter reorganized.
Carsten Dominik <dominik@science.uva.nl>
parents: 67884
diff changeset
974 (setq org-agenda-custom-commands
59e35f6b8ff4 (Agenda Views): Chapter reorganized.
Carsten Dominik <dominik@science.uva.nl>
parents: 67884
diff changeset
975 '(("f" occur-tree "FIXME")))
59e35f6b8ff4 (Agenda Views): Chapter reorganized.
Carsten Dominik <dominik@science.uva.nl>
parents: 67884
diff changeset
976 @end lisp
69929
beebc22085fe (Link format): New section, emphasis on bracket links.
Carsten Dominik <dominik@science.uva.nl>
parents: 69891
diff changeset
977
68033
59e35f6b8ff4 (Agenda Views): Chapter reorganized.
Carsten Dominik <dominik@science.uva.nl>
parents: 67884
diff changeset
978 @noindent will define the key @kbd{C-c a f} as a shortcut for creating
59e35f6b8ff4 (Agenda Views): Chapter reorganized.
Carsten Dominik <dominik@science.uva.nl>
parents: 67884
diff changeset
979 a sparse tree matching the string @samp{FIXME}.
59e35f6b8ff4 (Agenda Views): Chapter reorganized.
Carsten Dominik <dominik@science.uva.nl>
parents: 67884
diff changeset
980
70867
68e63907ebfb (Plain lists): Added new item navigation commands.
Carsten Dominik <dominik@science.uva.nl>
parents: 70164
diff changeset
981 Other commands use sparse trees as well. For example @kbd{C-c
58792
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
982 C-v} creates a sparse TODO tree (@pxref{TODO basics}).
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
983
71653
9c582eb56ce7 (Exporting): Document `C-c C-e' as the prefix for
Carsten Dominik <dominik@science.uva.nl>
parents: 71564
diff changeset
984 @kindex C-c C-e v
61136
003dd96023ff updated to org-mode version 3.05
Carsten Dominik <dominik@science.uva.nl>
parents: 59542
diff changeset
985 @cindex printing sparse trees
003dd96023ff updated to org-mode version 3.05
Carsten Dominik <dominik@science.uva.nl>
parents: 59542
diff changeset
986 @cindex visible text, printing
003dd96023ff updated to org-mode version 3.05
Carsten Dominik <dominik@science.uva.nl>
parents: 59542
diff changeset
987 To print a sparse tree, you can use the Emacs command
003dd96023ff updated to org-mode version 3.05
Carsten Dominik <dominik@science.uva.nl>
parents: 59542
diff changeset
988 @code{ps-print-buffer-with-faces} which does not print invisible parts
63833
addf44674c32 Version 3.12
Carsten Dominik <dominik@science.uva.nl>
parents: 63672
diff changeset
989 of the document @footnote{This does not work under XEmacs, because
70164
7ce8d4154af5 Many small fixes.
Carsten Dominik <dominik@science.uva.nl>
parents: 70133
diff changeset
990 XEmacs uses selective display for outlining, not text properties.}.
71653
9c582eb56ce7 (Exporting): Document `C-c C-e' as the prefix for
Carsten Dominik <dominik@science.uva.nl>
parents: 71564
diff changeset
991 Or you can use the command @kbd{C-c C-e v} to export only the visible
70867
68e63907ebfb (Plain lists): Added new item navigation commands.
Carsten Dominik <dominik@science.uva.nl>
parents: 70164
diff changeset
992 part of the document and print the resulting file.
61136
003dd96023ff updated to org-mode version 3.05
Carsten Dominik <dominik@science.uva.nl>
parents: 59542
diff changeset
993
73874
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
994 @node Plain lists, , Sparse trees, Document structure
70133
36d1ec75581c * org.texi: (Time stamps): Better explanation of the purpose of
Carsten Dominik <dominik@science.uva.nl>
parents: 70065
diff changeset
995 @section Plain lists
67107
a0a8d49729fd (Structure editing): New item moving commands added.
Carsten Dominik <dominik@science.uva.nl>
parents: 66988
diff changeset
996 @cindex plain lists
a0a8d49729fd (Structure editing): New item moving commands added.
Carsten Dominik <dominik@science.uva.nl>
parents: 66988
diff changeset
997 @cindex lists, plain
67613
eab2494a32d7 *** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents: 67604
diff changeset
998 @cindex lists, ordered
eab2494a32d7 *** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents: 67604
diff changeset
999 @cindex ordered lists
67107
a0a8d49729fd (Structure editing): New item moving commands added.
Carsten Dominik <dominik@science.uva.nl>
parents: 66988
diff changeset
1000
73874
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
1001 Within an entry of the outline tree, hand-formatted lists can provide
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
1002 additional structure. They also provide a way to create lists of
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
1003 checkboxes (@pxref{Checkboxes}). Org-mode supports editing such lists,
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
1004 and the HTML exporter (@pxref{Exporting}) does parse and format them.
67107
a0a8d49729fd (Structure editing): New item moving commands added.
Carsten Dominik <dominik@science.uva.nl>
parents: 66988
diff changeset
1005
69225
a2d5fbc00b3e (Interaction): Added item about `org-mouse.el' by Piotr
Carsten Dominik <dominik@science.uva.nl>
parents: 69117
diff changeset
1006 Org-mode knows ordered and unordered lists. Unordered list items start
a2d5fbc00b3e (Interaction): Added item about `org-mouse.el' by Piotr
Carsten Dominik <dominik@science.uva.nl>
parents: 69117
diff changeset
1007 with @samp{-}, @samp{+}, or @samp{*}@footnote{When using @samp{*} as a
a2d5fbc00b3e (Interaction): Added item about `org-mouse.el' by Piotr
Carsten Dominik <dominik@science.uva.nl>
parents: 69117
diff changeset
1008 bullet, lines must be indented or they will be seen as top-level
a2d5fbc00b3e (Interaction): Added item about `org-mouse.el' by Piotr
Carsten Dominik <dominik@science.uva.nl>
parents: 69117
diff changeset
1009 headlines. Also, when you are hiding leading stars to get a clean
a2d5fbc00b3e (Interaction): Added item about `org-mouse.el' by Piotr
Carsten Dominik <dominik@science.uva.nl>
parents: 69117
diff changeset
1010 outline view, plain list items starting with a star are visually
69929
beebc22085fe (Link format): New section, emphasis on bracket links.
Carsten Dominik <dominik@science.uva.nl>
parents: 69891
diff changeset
1011 indistinguishable from true headlines. In short: even though @samp{*}
81167
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
1012 is supported, it may be better not to use it for plain list items.} as
69225
a2d5fbc00b3e (Interaction): Added item about `org-mouse.el' by Piotr
Carsten Dominik <dominik@science.uva.nl>
parents: 69117
diff changeset
1013 bullets. Ordered list items start with @samp{1.} or @samp{1)}. Items
a2d5fbc00b3e (Interaction): Added item about `org-mouse.el' by Piotr
Carsten Dominik <dominik@science.uva.nl>
parents: 69117
diff changeset
1014 belonging to the same list must have the same indentation on the first
69929
beebc22085fe (Link format): New section, emphasis on bracket links.
Carsten Dominik <dominik@science.uva.nl>
parents: 69891
diff changeset
1015 line. In particular, if an ordered list reaches number @samp{10.}, then
69225
a2d5fbc00b3e (Interaction): Added item about `org-mouse.el' by Piotr
Carsten Dominik <dominik@science.uva.nl>
parents: 69117
diff changeset
1016 the 2--digit numbers must be written left-aligned with the other numbers
a2d5fbc00b3e (Interaction): Added item about `org-mouse.el' by Piotr
Carsten Dominik <dominik@science.uva.nl>
parents: 69117
diff changeset
1017 in the list. Indentation also determines the end of a list item. It
a2d5fbc00b3e (Interaction): Added item about `org-mouse.el' by Piotr
Carsten Dominik <dominik@science.uva.nl>
parents: 69117
diff changeset
1018 ends before the next line that is indented like the bullet/number, or
81167
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
1019 less. Empty lines are part of the previous item, so you can have
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
1020 several paragraphs in one item. If you would like an emtpy line to
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
1021 terminate all currently open plain lists, configure the variable
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
1022 @code{org-empty-line-terminates-plain-lists}. Here is an for example:
67107
a0a8d49729fd (Structure editing): New item moving commands added.
Carsten Dominik <dominik@science.uva.nl>
parents: 66988
diff changeset
1023
a0a8d49729fd (Structure editing): New item moving commands added.
Carsten Dominik <dominik@science.uva.nl>
parents: 66988
diff changeset
1024 @example
70164
7ce8d4154af5 Many small fixes.
Carsten Dominik <dominik@science.uva.nl>
parents: 70133
diff changeset
1025 @group
67107
a0a8d49729fd (Structure editing): New item moving commands added.
Carsten Dominik <dominik@science.uva.nl>
parents: 66988
diff changeset
1026 ** Lord of the Rings
73874
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
1027 My favorite scenes are (in this order)
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
1028 1. The attack of the Rohirrim
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
1029 2. Eowyns fight with the witch king
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
1030 + this was already my favorite scene in the book
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
1031 + I really like Miranda Otto.
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
1032 3. Peter Jackson being shot by Legolas
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
1033 - on DVD only
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
1034 He makes a really funny face when it happens.
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
1035 But in the end, not individual scenes matter but the film as a whole.
70164
7ce8d4154af5 Many small fixes.
Carsten Dominik <dominik@science.uva.nl>
parents: 70133
diff changeset
1036 @end group
67107
a0a8d49729fd (Structure editing): New item moving commands added.
Carsten Dominik <dominik@science.uva.nl>
parents: 66988
diff changeset
1037 @end example
a0a8d49729fd (Structure editing): New item moving commands added.
Carsten Dominik <dominik@science.uva.nl>
parents: 66988
diff changeset
1038
72399
99e38d5aaf87 (Installation, Activation): Split from Installation and
Carsten Dominik <dominik@science.uva.nl>
parents: 72101
diff changeset
1039 Org-mode supports these lists by tuning filling and wrapping commands to
99e38d5aaf87 (Installation, Activation): Split from Installation and
Carsten Dominik <dominik@science.uva.nl>
parents: 72101
diff changeset
1040 deal with them correctly@footnote{Org-mode only changes the filling
99e38d5aaf87 (Installation, Activation): Split from Installation and
Carsten Dominik <dominik@science.uva.nl>
parents: 72101
diff changeset
1041 settings for Emacs. For XEmacs, you should use Kyle E. Jones'
74030
7c426fa1fdff Fix typos
Carsten Dominik <dominik@science.uva.nl>
parents: 73967
diff changeset
1042 @file{filladapt.el}. To turn this on, put into @file{.emacs}:
81465
ea719971ae70 (Tag): Section swapped with node Timestamps.
Carsten Dominik <dominik@science.uva.nl>
parents: 81167
diff changeset
1043 @code{(require 'filladapt)}}.
70867
68e63907ebfb (Plain lists): Added new item navigation commands.
Carsten Dominik <dominik@science.uva.nl>
parents: 70164
diff changeset
1044
68e63907ebfb (Plain lists): Added new item navigation commands.
Carsten Dominik <dominik@science.uva.nl>
parents: 70164
diff changeset
1045 The following commands act on items when the cursor is in the first line
68e63907ebfb (Plain lists): Added new item navigation commands.
Carsten Dominik <dominik@science.uva.nl>
parents: 70164
diff changeset
1046 of an item (the line with the bullet or number).
67107
a0a8d49729fd (Structure editing): New item moving commands added.
Carsten Dominik <dominik@science.uva.nl>
parents: 66988
diff changeset
1047
a0a8d49729fd (Structure editing): New item moving commands added.
Carsten Dominik <dominik@science.uva.nl>
parents: 66988
diff changeset
1048 @table @kbd
67344
22aa7225124f (TODO basics): Document the global todo list.
Carsten Dominik <dominik@science.uva.nl>
parents: 67219
diff changeset
1049 @kindex @key{TAB}
22aa7225124f (TODO basics): Document the global todo list.
Carsten Dominik <dominik@science.uva.nl>
parents: 67219
diff changeset
1050 @item @key{TAB}
22aa7225124f (TODO basics): Document the global todo list.
Carsten Dominik <dominik@science.uva.nl>
parents: 67219
diff changeset
1051 Items can be folded just like headline levels if you set the variable
22aa7225124f (TODO basics): Document the global todo list.
Carsten Dominik <dominik@science.uva.nl>
parents: 67219
diff changeset
1052 @code{org-cycle-include-plain-lists}. The level of an item is then
70867
68e63907ebfb (Plain lists): Added new item navigation commands.
Carsten Dominik <dominik@science.uva.nl>
parents: 70164
diff changeset
1053 given by the indentation of the bullet/number. Items are always
68e63907ebfb (Plain lists): Added new item navigation commands.
Carsten Dominik <dominik@science.uva.nl>
parents: 70164
diff changeset
1054 subordinate to real headlines, however; the hierarchies remain
67344
22aa7225124f (TODO basics): Document the global todo list.
Carsten Dominik <dominik@science.uva.nl>
parents: 67219
diff changeset
1055 completely separated.
81465
ea719971ae70 (Tag): Section swapped with node Timestamps.
Carsten Dominik <dominik@science.uva.nl>
parents: 81167
diff changeset
1056
ea719971ae70 (Tag): Section swapped with node Timestamps.
Carsten Dominik <dominik@science.uva.nl>
parents: 81167
diff changeset
1057 If @code{org-cycle-include-plain-lists} has not been set, @key{TAB}
ea719971ae70 (Tag): Section swapped with node Timestamps.
Carsten Dominik <dominik@science.uva.nl>
parents: 81167
diff changeset
1058 fixes the indentation of the curent line in a heuristic way.
67382
62adeda8b0dd Structure editing): DOcument new fucntionality of
Carsten Dominik <dominik@science.uva.nl>
parents: 67353
diff changeset
1059 @kindex M-@key{RET}
62adeda8b0dd Structure editing): DOcument new fucntionality of
Carsten Dominik <dominik@science.uva.nl>
parents: 67353
diff changeset
1060 @item M-@key{RET}
70133
36d1ec75581c * org.texi: (Time stamps): Better explanation of the purpose of
Carsten Dominik <dominik@science.uva.nl>
parents: 70065
diff changeset
1061 Insert new item at current level. With prefix arg, force a new heading
36d1ec75581c * org.texi: (Time stamps): Better explanation of the purpose of
Carsten Dominik <dominik@science.uva.nl>
parents: 70065
diff changeset
1062 (@pxref{Structure editing}). If this command is used in the middle of a
36d1ec75581c * org.texi: (Time stamps): Better explanation of the purpose of
Carsten Dominik <dominik@science.uva.nl>
parents: 70065
diff changeset
1063 line, the line is @emph{split} and the rest of the line becomes the new
36d1ec75581c * org.texi: (Time stamps): Better explanation of the purpose of
Carsten Dominik <dominik@science.uva.nl>
parents: 70065
diff changeset
1064 item. If this command is executed in the @emph{whitespace before a bullet or
36d1ec75581c * org.texi: (Time stamps): Better explanation of the purpose of
Carsten Dominik <dominik@science.uva.nl>
parents: 70065
diff changeset
1065 number}, the new item is created @emph{before} the current item. If the
36d1ec75581c * org.texi: (Time stamps): Better explanation of the purpose of
Carsten Dominik <dominik@science.uva.nl>
parents: 70065
diff changeset
1066 command is executed in the white space before the text that is part of
36d1ec75581c * org.texi: (Time stamps): Better explanation of the purpose of
Carsten Dominik <dominik@science.uva.nl>
parents: 70065
diff changeset
1067 an item but does not contain the bullet, a bullet is added to the
36d1ec75581c * org.texi: (Time stamps): Better explanation of the purpose of
Carsten Dominik <dominik@science.uva.nl>
parents: 70065
diff changeset
1068 current line.
70867
68e63907ebfb (Plain lists): Added new item navigation commands.
Carsten Dominik <dominik@science.uva.nl>
parents: 70164
diff changeset
1069 @kindex M-S-@key{RET}
68e63907ebfb (Plain lists): Added new item navigation commands.
Carsten Dominik <dominik@science.uva.nl>
parents: 70164
diff changeset
1070 @item M-S-@key{RET}
71525
f3876738c127 (Checkboxes): New section.
Carsten Dominik <dominik@science.uva.nl>
parents: 71508
diff changeset
1071 Insert a new item with a checkbox (@pxref{Checkboxes}).
70867
68e63907ebfb (Plain lists): Added new item navigation commands.
Carsten Dominik <dominik@science.uva.nl>
parents: 70164
diff changeset
1072 @kindex S-@key{up}
68e63907ebfb (Plain lists): Added new item navigation commands.
Carsten Dominik <dominik@science.uva.nl>
parents: 70164
diff changeset
1073 @kindex S-@key{down}
68e63907ebfb (Plain lists): Added new item navigation commands.
Carsten Dominik <dominik@science.uva.nl>
parents: 70164
diff changeset
1074 @item S-@key{up}
68e63907ebfb (Plain lists): Added new item navigation commands.
Carsten Dominik <dominik@science.uva.nl>
parents: 70164
diff changeset
1075 @itemx S-@key{down}
68e63907ebfb (Plain lists): Added new item navigation commands.
Carsten Dominik <dominik@science.uva.nl>
parents: 70164
diff changeset
1076 Jump to the previous/next item in the current list.
67107
a0a8d49729fd (Structure editing): New item moving commands added.
Carsten Dominik <dominik@science.uva.nl>
parents: 66988
diff changeset
1077 @kindex M-S-@key{up}
a0a8d49729fd (Structure editing): New item moving commands added.
Carsten Dominik <dominik@science.uva.nl>
parents: 66988
diff changeset
1078 @kindex M-S-@key{down}
a0a8d49729fd (Structure editing): New item moving commands added.
Carsten Dominik <dominik@science.uva.nl>
parents: 66988
diff changeset
1079 @item M-S-@key{up}
a0a8d49729fd (Structure editing): New item moving commands added.
Carsten Dominik <dominik@science.uva.nl>
parents: 66988
diff changeset
1080 @itemx M-S-@key{down}
a0a8d49729fd (Structure editing): New item moving commands added.
Carsten Dominik <dominik@science.uva.nl>
parents: 66988
diff changeset
1081 Move the item including subitems up/down (swap with previous/next item
67613
eab2494a32d7 *** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents: 67604
diff changeset
1082 of same indentation). If the list is ordered, renumbering is
67107
a0a8d49729fd (Structure editing): New item moving commands added.
Carsten Dominik <dominik@science.uva.nl>
parents: 66988
diff changeset
1083 automatic.
a0a8d49729fd (Structure editing): New item moving commands added.
Carsten Dominik <dominik@science.uva.nl>
parents: 66988
diff changeset
1084 @kindex M-S-@key{left}
a0a8d49729fd (Structure editing): New item moving commands added.
Carsten Dominik <dominik@science.uva.nl>
parents: 66988
diff changeset
1085 @kindex M-S-@key{right}
a0a8d49729fd (Structure editing): New item moving commands added.
Carsten Dominik <dominik@science.uva.nl>
parents: 66988
diff changeset
1086 @item M-S-@key{left}
a0a8d49729fd (Structure editing): New item moving commands added.
Carsten Dominik <dominik@science.uva.nl>
parents: 66988
diff changeset
1087 @itemx M-S-@key{right}
a0a8d49729fd (Structure editing): New item moving commands added.
Carsten Dominik <dominik@science.uva.nl>
parents: 66988
diff changeset
1088 Decrease/increase the indentation of the item, including subitems.
a0a8d49729fd (Structure editing): New item moving commands added.
Carsten Dominik <dominik@science.uva.nl>
parents: 66988
diff changeset
1089 Initially, the item tree is selected based on current indentation.
a0a8d49729fd (Structure editing): New item moving commands added.
Carsten Dominik <dominik@science.uva.nl>
parents: 66988
diff changeset
1090 When these commands are executed several times in direct succession,
a0a8d49729fd (Structure editing): New item moving commands added.
Carsten Dominik <dominik@science.uva.nl>
parents: 66988
diff changeset
1091 the initially selected region is used, even if the new indentation
a0a8d49729fd (Structure editing): New item moving commands added.
Carsten Dominik <dominik@science.uva.nl>
parents: 66988
diff changeset
1092 would imply a different hierarchy. To use the new hierarchy, break
a0a8d49729fd (Structure editing): New item moving commands added.
Carsten Dominik <dominik@science.uva.nl>
parents: 66988
diff changeset
1093 the command chain with a cursor motion or so.
a0a8d49729fd (Structure editing): New item moving commands added.
Carsten Dominik <dominik@science.uva.nl>
parents: 66988
diff changeset
1094 @kindex C-c C-c
a0a8d49729fd (Structure editing): New item moving commands added.
Carsten Dominik <dominik@science.uva.nl>
parents: 66988
diff changeset
1095 @item C-c C-c
71525
f3876738c127 (Checkboxes): New section.
Carsten Dominik <dominik@science.uva.nl>
parents: 71508
diff changeset
1096 If there is a checkbox (@pxref{Checkboxes}) in the item line, toggle the
81465
ea719971ae70 (Tag): Section swapped with node Timestamps.
Carsten Dominik <dominik@science.uva.nl>
parents: 81167
diff changeset
1097 state of the checkbox. If not, make this command makes sure that all
ea719971ae70 (Tag): Section swapped with node Timestamps.
Carsten Dominik <dominik@science.uva.nl>
parents: 81167
diff changeset
1098 the items on this list level use the same bullet. Furthermore, if this
ea719971ae70 (Tag): Section swapped with node Timestamps.
Carsten Dominik <dominik@science.uva.nl>
parents: 81167
diff changeset
1099 is an ordered list, make sure the numbering is ok.
67107
a0a8d49729fd (Structure editing): New item moving commands added.
Carsten Dominik <dominik@science.uva.nl>
parents: 66988
diff changeset
1100 @end table
a0a8d49729fd (Structure editing): New item moving commands added.
Carsten Dominik <dominik@science.uva.nl>
parents: 66988
diff changeset
1101
70133
36d1ec75581c * org.texi: (Time stamps): Better explanation of the purpose of
Carsten Dominik <dominik@science.uva.nl>
parents: 70065
diff changeset
1102 @node Tables, Hyperlinks, Document structure, Top
58792
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
1103 @chapter Tables
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
1104 @cindex tables
67613
eab2494a32d7 *** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents: 67604
diff changeset
1105 @cindex editing tables
58792
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
1106
63833
addf44674c32 Version 3.12
Carsten Dominik <dominik@science.uva.nl>
parents: 63672
diff changeset
1107 Org-mode has a very fast and intuitive table editor built-in.
addf44674c32 Version 3.12
Carsten Dominik <dominik@science.uva.nl>
parents: 63672
diff changeset
1108 Spreadsheet-like calculations are supported in connection with the
addf44674c32 Version 3.12
Carsten Dominik <dominik@science.uva.nl>
parents: 63672
diff changeset
1109 Emacs @file{calc} package.
58792
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
1110
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
1111 @menu
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
1112 * Built-in table editor:: Simple tables
69929
beebc22085fe (Link format): New section, emphasis on bracket links.
Carsten Dominik <dominik@science.uva.nl>
parents: 69891
diff changeset
1113 * Narrow columns:: Stop wasting space in tables
81167
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
1114 * Column groups:: Grouping to trigger vertical lines
63833
addf44674c32 Version 3.12
Carsten Dominik <dominik@science.uva.nl>
parents: 63672
diff changeset
1115 * orgtbl-mode:: The table editor as minor mode
76138
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
1116 * The spreadsheet:: The table editor has spreadsheet capabilities.
58792
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
1117 @end menu
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
1118
69929
beebc22085fe (Link format): New section, emphasis on bracket links.
Carsten Dominik <dominik@science.uva.nl>
parents: 69891
diff changeset
1119 @node Built-in table editor, Narrow columns, Tables, Tables
58792
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
1120 @section The built-in table editor
76138
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
1121 @cindex table editor, built-in
58792
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
1122
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
1123 Org-mode makes it easy to format tables in plain ASCII. Any line with
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
1124 @samp{|} as the first non-white character is considered part of a
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
1125 table. @samp{|} is also the column separator. A table might look
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
1126 like this:
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
1127
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
1128 @example
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
1129 | Name | Phone | Age |
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
1130 |-------+-------+-----|
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
1131 | Peter | 1234 | 17 |
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
1132 | Anna | 4321 | 25 |
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
1133 @end example
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
1134
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
1135 A table is re-aligned automatically each time you press @key{TAB} or
63833
addf44674c32 Version 3.12
Carsten Dominik <dominik@science.uva.nl>
parents: 63672
diff changeset
1136 @key{RET} or @kbd{C-c C-c} inside the table. @key{TAB} also moves to
addf44674c32 Version 3.12
Carsten Dominik <dominik@science.uva.nl>
parents: 63672
diff changeset
1137 the next field (@key{RET} to the next row) and creates new table rows
addf44674c32 Version 3.12
Carsten Dominik <dominik@science.uva.nl>
parents: 63672
diff changeset
1138 at the end of the table or before horizontal lines. The indentation
addf44674c32 Version 3.12
Carsten Dominik <dominik@science.uva.nl>
parents: 63672
diff changeset
1139 of the table is set by the first line. Any line starting with
addf44674c32 Version 3.12
Carsten Dominik <dominik@science.uva.nl>
parents: 63672
diff changeset
1140 @samp{|-} is considered as a horizontal separator line and will be
addf44674c32 Version 3.12
Carsten Dominik <dominik@science.uva.nl>
parents: 63672
diff changeset
1141 expanded on the next re-align to span the whole table width. So, to
addf44674c32 Version 3.12
Carsten Dominik <dominik@science.uva.nl>
parents: 63672
diff changeset
1142 create the above table, you would only type
58792
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
1143
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
1144 @example
73874
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
1145 |Name|Phone|Age|
58792
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
1146 |-
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
1147 @end example
69929
beebc22085fe (Link format): New section, emphasis on bracket links.
Carsten Dominik <dominik@science.uva.nl>
parents: 69891
diff changeset
1148
58792
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
1149 @noindent and then press @key{TAB} to align the table and start filling in
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
1150 fields.
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
1151
65656
55fcf5165d97 Version 3.16
Carsten Dominik <dominik@science.uva.nl>
parents: 65555
diff changeset
1152 When typing text into a field, Org-mode treats @key{DEL},
55fcf5165d97 Version 3.16
Carsten Dominik <dominik@science.uva.nl>
parents: 65555
diff changeset
1153 @key{Backspace}, and all character keys in a special way, so that
55fcf5165d97 Version 3.16
Carsten Dominik <dominik@science.uva.nl>
parents: 65555
diff changeset
1154 inserting and deleting avoids shifting other fields. Also, when
55fcf5165d97 Version 3.16
Carsten Dominik <dominik@science.uva.nl>
parents: 65555
diff changeset
1155 typing @emph{immediately after the cursor was moved into a new field
55fcf5165d97 Version 3.16
Carsten Dominik <dominik@science.uva.nl>
parents: 65555
diff changeset
1156 with @kbd{@key{TAB}}, @kbd{S-@key{TAB}} or @kbd{@key{RET}}}, the
55fcf5165d97 Version 3.16
Carsten Dominik <dominik@science.uva.nl>
parents: 65555
diff changeset
1157 field is automatically made blank. If this behavior is too
55fcf5165d97 Version 3.16
Carsten Dominik <dominik@science.uva.nl>
parents: 65555
diff changeset
1158 unpredictable for you, configure the variables
55fcf5165d97 Version 3.16
Carsten Dominik <dominik@science.uva.nl>
parents: 65555
diff changeset
1159 @code{org-enable-table-editor} and @code{org-table-auto-blank-field}.
55fcf5165d97 Version 3.16
Carsten Dominik <dominik@science.uva.nl>
parents: 65555
diff changeset
1160
58792
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
1161 @table @kbd
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
1162 @tsubheading{Creation and conversion}
69929
beebc22085fe (Link format): New section, emphasis on bracket links.
Carsten Dominik <dominik@science.uva.nl>
parents: 69891
diff changeset
1163 @kindex C-c |
beebc22085fe (Link format): New section, emphasis on bracket links.
Carsten Dominik <dominik@science.uva.nl>
parents: 69891
diff changeset
1164 @item C-c |
beebc22085fe (Link format): New section, emphasis on bracket links.
Carsten Dominik <dominik@science.uva.nl>
parents: 69891
diff changeset
1165 Convert the active region to table. If every line contains at least one
beebc22085fe (Link format): New section, emphasis on bracket links.
Carsten Dominik <dominik@science.uva.nl>
parents: 69891
diff changeset
1166 TAB character, the function assumes that the material is tab separated.
beebc22085fe (Link format): New section, emphasis on bracket links.
Carsten Dominik <dominik@science.uva.nl>
parents: 69891
diff changeset
1167 If not, lines are split at whitespace into fields. You can use a prefix
70011
74050e653990 (Visibility cycling): Better names for the startup
Carsten Dominik <dominik@science.uva.nl>
parents: 69999
diff changeset
1168 argument to indicate the minimum number of consecutive spaces required
74050e653990 (Visibility cycling): Better names for the startup
Carsten Dominik <dominik@science.uva.nl>
parents: 69999
diff changeset
1169 to identify a field separator (default: just one).@*
69929
beebc22085fe (Link format): New section, emphasis on bracket links.
Carsten Dominik <dominik@science.uva.nl>
parents: 69891
diff changeset
1170 If there is no active region, this command creates an empty Org-mode
70867
68e63907ebfb (Plain lists): Added new item navigation commands.
Carsten Dominik <dominik@science.uva.nl>
parents: 70164
diff changeset
1171 table. But it's easier just to start typing, like
69929
beebc22085fe (Link format): New section, emphasis on bracket links.
Carsten Dominik <dominik@science.uva.nl>
parents: 69891
diff changeset
1172 @kbd{|Name|Phone|Age @key{RET} |- @key{TAB}}.
58792
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
1173
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
1174 @tsubheading{Re-aligning and field motion}
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
1175 @kindex C-c C-c
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
1176 @item C-c C-c
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
1177 Re-align the table without moving the cursor.
81167
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
1178 @c
58792
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
1179 @kindex @key{TAB}
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
1180 @item @key{TAB}
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
1181 Re-align the table, move to the next field. Creates a new row if
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
1182 necessary.
81167
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
1183 @c
58792
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
1184 @kindex S-@key{TAB}
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
1185 @item S-@key{TAB}
63833
addf44674c32 Version 3.12
Carsten Dominik <dominik@science.uva.nl>
parents: 63672
diff changeset
1186 Re-align, move to previous field.
81167
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
1187 @c
58792
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
1188 @kindex @key{RET}
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
1189 @item @key{RET}
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
1190 Re-align the table and move down to next row. Creates a new row if
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
1191 necessary. At the beginning or end of a line, @key{RET} still does
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
1192 NEWLINE, so it can be used to split a table.
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
1193
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
1194 @tsubheading{Column and row editing}
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
1195 @kindex M-@key{left}
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
1196 @kindex M-@key{right}
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
1197 @item M-@key{left}
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
1198 @itemx M-@key{right}
69929
beebc22085fe (Link format): New section, emphasis on bracket links.
Carsten Dominik <dominik@science.uva.nl>
parents: 69891
diff changeset
1199 Move the current column left/right.
81167
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
1200 @c
58792
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
1201 @kindex M-S-@key{left}
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
1202 @item M-S-@key{left}
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
1203 Kill the current column.
81167
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
1204 @c
58792
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
1205 @kindex M-S-@key{right}
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
1206 @item M-S-@key{right}
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
1207 Insert a new column to the left of the cursor position.
81167
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
1208 @c
58792
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
1209 @kindex M-@key{up}
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
1210 @kindex M-@key{down}
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
1211 @item M-@key{up}
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
1212 @itemx M-@key{down}
69929
beebc22085fe (Link format): New section, emphasis on bracket links.
Carsten Dominik <dominik@science.uva.nl>
parents: 69891
diff changeset
1213 Move the current row up/down.
81167
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
1214 @c
58792
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
1215 @kindex M-S-@key{up}
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
1216 @item M-S-@key{up}
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
1217 Kill the current row or horizontal line.
81167
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
1218 @c
58792
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
1219 @kindex M-S-@key{down}
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
1220 @item M-S-@key{down}
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
1221 Insert a new row above (with arg: below) the current row.
81167
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
1222 @c
58792
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
1223 @kindex C-c -
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
1224 @item C-c -
63833
addf44674c32 Version 3.12
Carsten Dominik <dominik@science.uva.nl>
parents: 63672
diff changeset
1225 Insert a horizontal line below current row. With prefix arg, the line
addf44674c32 Version 3.12
Carsten Dominik <dominik@science.uva.nl>
parents: 63672
diff changeset
1226 is created above the current line.
81167
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
1227 @c
66988
578b7f9692c4 (FAQ): Document `org-table-tab-jumps-over-hlines'.
Carsten Dominik <dominik@science.uva.nl>
parents: 66690
diff changeset
1228 @kindex C-c ^
578b7f9692c4 (FAQ): Document `org-table-tab-jumps-over-hlines'.
Carsten Dominik <dominik@science.uva.nl>
parents: 66690
diff changeset
1229 @item C-c ^
76138
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
1230 Sort the table lines in the region. The position of point indicates the
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
1231 column to be used for sorting, and the range of lines is the range
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
1232 between the nearest horizontal separator lines, or the entire table. If
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
1233 point is before the first column, you will be prompted for the sorting
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
1234 column. If there is an active region, the mark specifies the first line
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
1235 and the sorting column, while point should be in the last line to be
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
1236 included into the sorting. The command prompts for the sorting type
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
1237 (alphabetically, numerically, or by time). When called with a prefix
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
1238 argument, alphabetic sorting will be case-sensitive.
66988
578b7f9692c4 (FAQ): Document `org-table-tab-jumps-over-hlines'.
Carsten Dominik <dominik@science.uva.nl>
parents: 66690
diff changeset
1239
58792
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
1240 @tsubheading{Regions}
65656
55fcf5165d97 Version 3.16
Carsten Dominik <dominik@science.uva.nl>
parents: 65555
diff changeset
1241 @kindex C-c C-x M-w
55fcf5165d97 Version 3.16
Carsten Dominik <dominik@science.uva.nl>
parents: 65555
diff changeset
1242 @item C-c C-x M-w
63833
addf44674c32 Version 3.12
Carsten Dominik <dominik@science.uva.nl>
parents: 63672
diff changeset
1243 Copy a rectangular region from a table to a special clipboard. Point
58792
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
1244 and mark determine edge fields of the rectangle. The process ignores
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
1245 horizontal separator lines.
81167
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
1246 @c
65656
55fcf5165d97 Version 3.16
Carsten Dominik <dominik@science.uva.nl>
parents: 65555
diff changeset
1247 @kindex C-c C-x C-w
55fcf5165d97 Version 3.16
Carsten Dominik <dominik@science.uva.nl>
parents: 65555
diff changeset
1248 @item C-c C-x C-w
63833
addf44674c32 Version 3.12
Carsten Dominik <dominik@science.uva.nl>
parents: 63672
diff changeset
1249 Copy a rectangular region from a table to a special clipboard, and
addf44674c32 Version 3.12
Carsten Dominik <dominik@science.uva.nl>
parents: 63672
diff changeset
1250 blank all fields in the rectangle. So this is the ``cut'' operation.
81167
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
1251 @c
65656
55fcf5165d97 Version 3.16
Carsten Dominik <dominik@science.uva.nl>
parents: 65555
diff changeset
1252 @kindex C-c C-x C-y
55fcf5165d97 Version 3.16
Carsten Dominik <dominik@science.uva.nl>
parents: 65555
diff changeset
1253 @item C-c C-x C-y
61136
003dd96023ff updated to org-mode version 3.05
Carsten Dominik <dominik@science.uva.nl>
parents: 59542
diff changeset
1254 Paste a rectangular region into a table.
58792
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
1255 The upper right corner ends up in the current field. All involved fields
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
1256 will be overwritten. If the rectangle does not fit into the present table,
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
1257 the table is enlarged as needed. The process ignores horizontal separator
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
1258 lines.
81167
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
1259 @c
58792
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
1260 @kindex C-c C-q
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
1261 @item C-c C-q
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
1262 Wrap several fields in a column like a paragraph. If there is an active
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
1263 region, and both point and mark are in the same column, the text in the
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
1264 column is wrapped to minimum width for the given number of lines. A
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
1265 prefix ARG may be used to change the number of desired lines. If there
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
1266 is no region, the current field is split at the cursor position and the
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
1267 text fragment to the right of the cursor is prepended to the field one
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
1268 line down. If there is no region, but you specify a prefix ARG, the
69929
beebc22085fe (Link format): New section, emphasis on bracket links.
Carsten Dominik <dominik@science.uva.nl>
parents: 69891
diff changeset
1269 current field is made blank, and the content is appended to the field
58792
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
1270 above.
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
1271
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
1272 @tsubheading{Calculations}
63833
addf44674c32 Version 3.12
Carsten Dominik <dominik@science.uva.nl>
parents: 63672
diff changeset
1273 @cindex formula, in tables
addf44674c32 Version 3.12
Carsten Dominik <dominik@science.uva.nl>
parents: 63672
diff changeset
1274 @cindex calculations, in tables
58792
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
1275 @cindex region, active
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
1276 @cindex active region
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
1277 @cindex transient-mark-mode
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
1278 @kindex C-c +
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
1279 @item C-c +
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
1280 Sum the numbers in the current column, or in the rectangle defined by
63833
addf44674c32 Version 3.12
Carsten Dominik <dominik@science.uva.nl>
parents: 63672
diff changeset
1281 the active region. The result is shown in the echo area and can
58792
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
1282 be inserted with @kbd{C-y}.
81167
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
1283 @c
63672
c90c20a1b568 (Remember): Texinfo usage fix.
Juanma Barranquero <lekktu@gmail.com>
parents: 63362
diff changeset
1284 @kindex S-@key{RET}
c90c20a1b568 (Remember): Texinfo usage fix.
Juanma Barranquero <lekktu@gmail.com>
parents: 63362
diff changeset
1285 @item S-@key{RET}
61136
003dd96023ff updated to org-mode version 3.05
Carsten Dominik <dominik@science.uva.nl>
parents: 59542
diff changeset
1286 When current field is empty, copy from first non-empty field above.
003dd96023ff updated to org-mode version 3.05
Carsten Dominik <dominik@science.uva.nl>
parents: 59542
diff changeset
1287 When not empty, copy current field down to next row and move cursor
003dd96023ff updated to org-mode version 3.05
Carsten Dominik <dominik@science.uva.nl>
parents: 59542
diff changeset
1288 along with it. Depending on the variable
003dd96023ff updated to org-mode version 3.05
Carsten Dominik <dominik@science.uva.nl>
parents: 59542
diff changeset
1289 @code{org-table-copy-increment}, integer field values will be
63362
8a4e1b582425 Version 3.11
Carsten Dominik <dominik@science.uva.nl>
parents: 62713
diff changeset
1290 incremented during copy. This key is also used by CUA-mode
70867
68e63907ebfb (Plain lists): Added new item navigation commands.
Carsten Dominik <dominik@science.uva.nl>
parents: 70164
diff changeset
1291 (@pxref{Cooperation}).
61136
003dd96023ff updated to org-mode version 3.05
Carsten Dominik <dominik@science.uva.nl>
parents: 59542
diff changeset
1292
58792
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
1293 @tsubheading{Miscellaneous}
69929
beebc22085fe (Link format): New section, emphasis on bracket links.
Carsten Dominik <dominik@science.uva.nl>
parents: 69891
diff changeset
1294 @kindex C-c `
beebc22085fe (Link format): New section, emphasis on bracket links.
Carsten Dominik <dominik@science.uva.nl>
parents: 69891
diff changeset
1295 @item C-c `
beebc22085fe (Link format): New section, emphasis on bracket links.
Carsten Dominik <dominik@science.uva.nl>
parents: 69891
diff changeset
1296 Edit the current field in a separate window. This is useful for fields
beebc22085fe (Link format): New section, emphasis on bracket links.
Carsten Dominik <dominik@science.uva.nl>
parents: 69891
diff changeset
1297 that are not fully visible (@pxref{Narrow columns}). When called with a
beebc22085fe (Link format): New section, emphasis on bracket links.
Carsten Dominik <dominik@science.uva.nl>
parents: 69891
diff changeset
1298 @kbd{C-u} prefix, just make the full field visible, so that it can be
beebc22085fe (Link format): New section, emphasis on bracket links.
Carsten Dominik <dominik@science.uva.nl>
parents: 69891
diff changeset
1299 edited in place.
81167
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
1300 @c
69929
beebc22085fe (Link format): New section, emphasis on bracket links.
Carsten Dominik <dominik@science.uva.nl>
parents: 69891
diff changeset
1301 @kindex C-c @key{TAB}
beebc22085fe (Link format): New section, emphasis on bracket links.
Carsten Dominik <dominik@science.uva.nl>
parents: 69891
diff changeset
1302 @item C-c @key{TAB}
beebc22085fe (Link format): New section, emphasis on bracket links.
Carsten Dominik <dominik@science.uva.nl>
parents: 69891
diff changeset
1303 This is an alias for @kbd{C-u C-c `} to make the current field fully
beebc22085fe (Link format): New section, emphasis on bracket links.
Carsten Dominik <dominik@science.uva.nl>
parents: 69891
diff changeset
1304 visible.
81167
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
1305 @c
58792
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
1306 @item M-x org-table-import
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
1307 Import a file as a table. The table should be TAB- or whitespace
69929
beebc22085fe (Link format): New section, emphasis on bracket links.
Carsten Dominik <dominik@science.uva.nl>
parents: 69891
diff changeset
1308 separated. Useful, for example, to import an Excel table or data from a
58792
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
1309 database, because these programs generally can write TAB-separated text
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
1310 files. This command works by inserting the file into the buffer and
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
1311 then converting the region to a table. Any prefix argument is passed on
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
1312 to the converter, which uses it to determine the separator.
81167
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
1313 @item C-c |
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
1314 Tables can also be imported by pasting tabular text into the org-mode
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
1315 buffer, selecting the pasted text with @kbd{C-x C-x} and then using the
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
1316 @kbd{C-c |} command (see above under @i{Creation and conversion}.
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
1317 @c
58792
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
1318 @item M-x org-table-export
69929
beebc22085fe (Link format): New section, emphasis on bracket links.
Carsten Dominik <dominik@science.uva.nl>
parents: 69891
diff changeset
1319 Export the table as a TAB-separated file. Useful for data exchange with,
beebc22085fe (Link format): New section, emphasis on bracket links.
Carsten Dominik <dominik@science.uva.nl>
parents: 69891
diff changeset
1320 for example, Excel or database programs.
58792
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
1321 @end table
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
1322
69929
beebc22085fe (Link format): New section, emphasis on bracket links.
Carsten Dominik <dominik@science.uva.nl>
parents: 69891
diff changeset
1323 If you don't like the automatic table editor because it gets in your
beebc22085fe (Link format): New section, emphasis on bracket links.
Carsten Dominik <dominik@science.uva.nl>
parents: 69891
diff changeset
1324 way on lines which you would like to start with @samp{|}, you can turn
58792
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
1325 it off with
69929
beebc22085fe (Link format): New section, emphasis on bracket links.
Carsten Dominik <dominik@science.uva.nl>
parents: 69891
diff changeset
1326
58792
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
1327 @lisp
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
1328 (setq org-enable-table-editor nil)
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
1329 @end lisp
69929
beebc22085fe (Link format): New section, emphasis on bracket links.
Carsten Dominik <dominik@science.uva.nl>
parents: 69891
diff changeset
1330
70867
68e63907ebfb (Plain lists): Added new item navigation commands.
Carsten Dominik <dominik@science.uva.nl>
parents: 70164
diff changeset
1331 @noindent Then the only table command that still works is
58792
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
1332 @kbd{C-c C-c} to do a manual re-align.
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
1333
81167
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
1334 @node Narrow columns, Column groups, Built-in table editor, Tables
69929
beebc22085fe (Link format): New section, emphasis on bracket links.
Carsten Dominik <dominik@science.uva.nl>
parents: 69891
diff changeset
1335 @section Narrow columns
beebc22085fe (Link format): New section, emphasis on bracket links.
Carsten Dominik <dominik@science.uva.nl>
parents: 69891
diff changeset
1336 @cindex narrow columns in tables
beebc22085fe (Link format): New section, emphasis on bracket links.
Carsten Dominik <dominik@science.uva.nl>
parents: 69891
diff changeset
1337
beebc22085fe (Link format): New section, emphasis on bracket links.
Carsten Dominik <dominik@science.uva.nl>
parents: 69891
diff changeset
1338 The width of columns is automatically determined by the table editor.
beebc22085fe (Link format): New section, emphasis on bracket links.
Carsten Dominik <dominik@science.uva.nl>
parents: 69891
diff changeset
1339 Sometimes a single field or a few fields need to carry more text,
70011
74050e653990 (Visibility cycling): Better names for the startup
Carsten Dominik <dominik@science.uva.nl>
parents: 69999
diff changeset
1340 leading to inconveniently wide columns. To limit@footnote{This feature
69929
beebc22085fe (Link format): New section, emphasis on bracket links.
Carsten Dominik <dominik@science.uva.nl>
parents: 69891
diff changeset
1341 does not work on XEmacs.} the width of a column, one field anywhere in
70164
7ce8d4154af5 Many small fixes.
Carsten Dominik <dominik@science.uva.nl>
parents: 70133
diff changeset
1342 the column may contain just the string @samp{<N>} where @samp{N} is an
7ce8d4154af5 Many small fixes.
Carsten Dominik <dominik@science.uva.nl>
parents: 70133
diff changeset
1343 integer specifying the width of the column in characters. The next
7ce8d4154af5 Many small fixes.
Carsten Dominik <dominik@science.uva.nl>
parents: 70133
diff changeset
1344 re-align will then set the width of this column to no more than this
7ce8d4154af5 Many small fixes.
Carsten Dominik <dominik@science.uva.nl>
parents: 70133
diff changeset
1345 value.
69929
beebc22085fe (Link format): New section, emphasis on bracket links.
Carsten Dominik <dominik@science.uva.nl>
parents: 69891
diff changeset
1346
beebc22085fe (Link format): New section, emphasis on bracket links.
Carsten Dominik <dominik@science.uva.nl>
parents: 69891
diff changeset
1347 @example
76138
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
1348 @group
69929
beebc22085fe (Link format): New section, emphasis on bracket links.
Carsten Dominik <dominik@science.uva.nl>
parents: 69891
diff changeset
1349 |---+------------------------------| |---+--------|
beebc22085fe (Link format): New section, emphasis on bracket links.
Carsten Dominik <dominik@science.uva.nl>
parents: 69891
diff changeset
1350 | | | | | <6> |
beebc22085fe (Link format): New section, emphasis on bracket links.
Carsten Dominik <dominik@science.uva.nl>
parents: 69891
diff changeset
1351 | 1 | one | | 1 | one |
beebc22085fe (Link format): New section, emphasis on bracket links.
Carsten Dominik <dominik@science.uva.nl>
parents: 69891
diff changeset
1352 | 2 | two | ----\ | 2 | two |
beebc22085fe (Link format): New section, emphasis on bracket links.
Carsten Dominik <dominik@science.uva.nl>
parents: 69891
diff changeset
1353 | 3 | This is a long chunk of text | ----/ | 3 | This=> |
beebc22085fe (Link format): New section, emphasis on bracket links.
Carsten Dominik <dominik@science.uva.nl>
parents: 69891
diff changeset
1354 | 4 | four | | 4 | four |
beebc22085fe (Link format): New section, emphasis on bracket links.
Carsten Dominik <dominik@science.uva.nl>
parents: 69891
diff changeset
1355 |---+------------------------------| |---+--------|
76138
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
1356 @end group
69929
beebc22085fe (Link format): New section, emphasis on bracket links.
Carsten Dominik <dominik@science.uva.nl>
parents: 69891
diff changeset
1357 @end example
beebc22085fe (Link format): New section, emphasis on bracket links.
Carsten Dominik <dominik@science.uva.nl>
parents: 69891
diff changeset
1358
beebc22085fe (Link format): New section, emphasis on bracket links.
Carsten Dominik <dominik@science.uva.nl>
parents: 69891
diff changeset
1359 @noindent
beebc22085fe (Link format): New section, emphasis on bracket links.
Carsten Dominik <dominik@science.uva.nl>
parents: 69891
diff changeset
1360 Fields that are wider become clipped and end in the string @samp{=>}.
beebc22085fe (Link format): New section, emphasis on bracket links.
Carsten Dominik <dominik@science.uva.nl>
parents: 69891
diff changeset
1361 Note that the full text is still in the buffer, it is only invisible.
81167
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
1362 To see the full text, hold the mouse over the field - a tool-tip window
69929
beebc22085fe (Link format): New section, emphasis on bracket links.
Carsten Dominik <dominik@science.uva.nl>
parents: 69891
diff changeset
1363 will show the full content. To edit such a field, use the command
beebc22085fe (Link format): New section, emphasis on bracket links.
Carsten Dominik <dominik@science.uva.nl>
parents: 69891
diff changeset
1364 @kbd{C-c `} (that is @kbd{C-c} followed by the backquote). This will
beebc22085fe (Link format): New section, emphasis on bracket links.
Carsten Dominik <dominik@science.uva.nl>
parents: 69891
diff changeset
1365 open a new window with the full field. Edit it and finish with @kbd{C-c
beebc22085fe (Link format): New section, emphasis on bracket links.
Carsten Dominik <dominik@science.uva.nl>
parents: 69891
diff changeset
1366 C-c}.
beebc22085fe (Link format): New section, emphasis on bracket links.
Carsten Dominik <dominik@science.uva.nl>
parents: 69891
diff changeset
1367
beebc22085fe (Link format): New section, emphasis on bracket links.
Carsten Dominik <dominik@science.uva.nl>
parents: 69891
diff changeset
1368 When visiting a file containing a table with narrowed columns, the
beebc22085fe (Link format): New section, emphasis on bracket links.
Carsten Dominik <dominik@science.uva.nl>
parents: 69891
diff changeset
1369 necessary character hiding has not yet happened, and the table needs to
beebc22085fe (Link format): New section, emphasis on bracket links.
Carsten Dominik <dominik@science.uva.nl>
parents: 69891
diff changeset
1370 be aligned before it looks nice. Setting the option
beebc22085fe (Link format): New section, emphasis on bracket links.
Carsten Dominik <dominik@science.uva.nl>
parents: 69891
diff changeset
1371 @code{org-startup-align-all-tables} will realign all tables in a file
beebc22085fe (Link format): New section, emphasis on bracket links.
Carsten Dominik <dominik@science.uva.nl>
parents: 69891
diff changeset
1372 upon visiting, but also slow down startup. You can also set this option
beebc22085fe (Link format): New section, emphasis on bracket links.
Carsten Dominik <dominik@science.uva.nl>
parents: 69891
diff changeset
1373 on a per-file basis with:
beebc22085fe (Link format): New section, emphasis on bracket links.
Carsten Dominik <dominik@science.uva.nl>
parents: 69891
diff changeset
1374
beebc22085fe (Link format): New section, emphasis on bracket links.
Carsten Dominik <dominik@science.uva.nl>
parents: 69891
diff changeset
1375 @example
beebc22085fe (Link format): New section, emphasis on bracket links.
Carsten Dominik <dominik@science.uva.nl>
parents: 69891
diff changeset
1376 #+STARTUP: align
beebc22085fe (Link format): New section, emphasis on bracket links.
Carsten Dominik <dominik@science.uva.nl>
parents: 69891
diff changeset
1377 #+STARTUP: noalign
beebc22085fe (Link format): New section, emphasis on bracket links.
Carsten Dominik <dominik@science.uva.nl>
parents: 69891
diff changeset
1378 @end example
beebc22085fe (Link format): New section, emphasis on bracket links.
Carsten Dominik <dominik@science.uva.nl>
parents: 69891
diff changeset
1379
81167
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
1380 @node Column groups, orgtbl-mode, Narrow columns, Tables
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
1381 @section Column groups
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
1382 @cindex grouping columns in tables
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
1383
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
1384 When Org-mode exports tables, it does so by default without vertical
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
1385 lines because that is visually more satisfying in general. Occasionally
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
1386 however, vertical lines can be useful to structure a table into groups
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
1387 of columns, much like horizontal lines can do for groups of rows. In
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
1388 order to specify column groups, you can use a special row where the
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
1389 first field contains only @samp{/}. The further fields can either
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
1390 contain @samp{<} to indicate that this column should start a group,
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
1391 @samp{>} to indicate the end of a column, or @samp{<>} to make a column
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
1392 a group of its own. Boundaries between colum groups will upon export be
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
1393 marked with vertical lines. Here is an example:
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
1394
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
1395 @example
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
1396 | | N | N^2 | N^3 | N^4 | sqrt(n) | sqrt[4](N) |
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
1397 |---+----+-----+-----+-----+---------+------------|
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
1398 | / | <> | < | | > | < | > |
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
1399 | # | 1 | 1 | 1 | 1 | 1 | 1 |
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
1400 | # | 2 | 4 | 8 | 16 | 1.4142 | 1.1892 |
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
1401 | # | 3 | 9 | 27 | 81 | 1.7321 | 1.3161 |
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
1402 |---+----+-----+-----+-----+---------+------------|
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
1403 #+TBLFM: $3=$2^2::$4=$2^3::$5=$2^4::$6=sqrt($2)::$7=sqrt(sqrt(($2))
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
1404 @end example
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
1405
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
1406 It is also sufficient to just insert the colum group starters after
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
1407 every vertical line you'd like to have:
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
1408
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
1409 @example
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
1410 | N | N^2 | N^3 | N^4 | sqrt(n) | sqrt[4](N) |
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
1411 |----+-----+-----+-----+---------+------------|
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
1412 | / | < | | | < | |
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
1413 @end example
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
1414
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
1415 @node orgtbl-mode, The spreadsheet, Column groups, Tables
76138
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
1416 @section The Orgtbl minor mode
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
1417 @cindex orgtbl-mode
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
1418 @cindex minor mode for tables
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
1419
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
1420 If you like the intuitive way the Org-mode table editor works, you
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
1421 might also want to use it in other modes like text-mode or mail-mode.
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
1422 The minor mode Orgtbl-mode makes this possible. You can always toggle
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
1423 the mode with @kbd{M-x orgtbl-mode}. To turn it on by default, for
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
1424 example in mail mode, use
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
1425
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
1426 @lisp
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
1427 (add-hook 'mail-mode-hook 'turn-on-orgtbl)
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
1428 @end lisp
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
1429
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
1430 Furthermore, with some special setup, it is possible to maintain tables
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
1431 in arbitrary syntax with Orgtbl-mode. For example, it is possible to
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
1432 construct LaTeX tables with the underlying ease and power of
81167
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
1433 Orgtbl-mode, including spreadsheet capabilities. For details, see
76138
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
1434 @ref{Tables in arbitrary syntax}.
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
1435
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
1436 @node The spreadsheet, , orgtbl-mode, Tables
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
1437 @section The spreadsheet
63833
addf44674c32 Version 3.12
Carsten Dominik <dominik@science.uva.nl>
parents: 63672
diff changeset
1438 @cindex calculations, in tables
67613
eab2494a32d7 *** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents: 67604
diff changeset
1439 @cindex spreadsheet capabilities
eab2494a32d7 *** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents: 67604
diff changeset
1440 @cindex @file{calc} package
63833
addf44674c32 Version 3.12
Carsten Dominik <dominik@science.uva.nl>
parents: 63672
diff changeset
1441
70867
68e63907ebfb (Plain lists): Added new item navigation commands.
Carsten Dominik <dominik@science.uva.nl>
parents: 70164
diff changeset
1442 The table editor makes use of the Emacs @file{calc} package to implement
68e63907ebfb (Plain lists): Added new item navigation commands.
Carsten Dominik <dominik@science.uva.nl>
parents: 70164
diff changeset
1443 spreadsheet-like capabilities. It can also evaluate Emacs Lisp forms to
81167
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
1444 derive fields from other fields. While fully featured, Org-mode's
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
1445 implementation is not identical to other spreadsheets. For example,
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
1446 Org-mode knows the concept of a @emph{column formula} that will be
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
1447 applied to all non-header fields in a column without having to copy the
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
1448 formula to each relevant field.
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
1449
63833
addf44674c32 Version 3.12
Carsten Dominik <dominik@science.uva.nl>
parents: 63672
diff changeset
1450 @menu
76138
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
1451 * References:: How to refer to another field or range
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
1452 * Formula syntax for Calc:: Using Calc to compute stuff
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
1453 * Formula syntax for Lisp:: Writing formulas in Emacs Lisp
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
1454 * Field formulas:: Formulas valid for a single field
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
1455 * Column formulas:: Formulas valid for an entire column
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
1456 * Editing and debugging formulas:: Fixing formulas
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
1457 * Updating the table:: Recomputing all dependent fields
64517
098497d516e8 Version 3.14
Carsten Dominik <dominik@science.uva.nl>
parents: 64460
diff changeset
1458 * Advanced features:: Field names, parameters and automatic recalc
63833
addf44674c32 Version 3.12
Carsten Dominik <dominik@science.uva.nl>
parents: 63672
diff changeset
1459 @end menu
addf44674c32 Version 3.12
Carsten Dominik <dominik@science.uva.nl>
parents: 63672
diff changeset
1460
76138
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
1461 @node References, Formula syntax for Calc, The spreadsheet, The spreadsheet
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
1462 @subsection References
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
1463 @cindex references
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
1464
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
1465 To compute fields in the table from other fields, formulas must
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
1466 reference other fields or ranges. In Org-mode, fields can be referenced
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
1467 by name, by absolute coordinates, and by relative coordinates. To find
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
1468 out what the coordinates of a field are, press @kbd{C-c ?} in that
81167
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
1469 field, or press @kbd{C-c @}} to toggle the display of a grid.
76138
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
1470
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
1471 @subsubheading Field references
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
1472 @cindex field references
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
1473 @cindex references, to fields
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
1474
81167
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
1475 Formulas can reference the value of another field in two ways. Like in
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
1476 any other spreadsheet, you may reference fields with a letter/number
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
1477 combination like @code{B3}, meaning the 2nd field in the 3rd row.
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
1478 @c Such references are always fixed to that field, they don't change
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
1479 @c when you copy and paste a formula to a different field. So
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
1480 @c Org-mode's @code{B3} behaves like @code{$B$3} in other spreadsheets.
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
1481
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
1482 @noindent
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
1483 Org-mode also uses another, more general operator that looks like this:
76138
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
1484 @example
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
1485 @@row$column
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
1486 @end example
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
1487
81167
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
1488 @noindent
76138
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
1489 Column references can be absolute like @samp{1}, @samp{2},...@samp{N},
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
1490 or relative to the current column like @samp{+1} or @samp{-2}.
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
1491
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
1492 The row specification only counts data lines and ignores horizontal
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
1493 separator lines (hlines). You can use absolute row numbers
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
1494 @samp{1}...@samp{N}, and row numbers relative to the current row like
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
1495 @samp{+3} or @samp{-1}. Or specify the row relative to one of the
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
1496 hlines: @samp{I} refers to the first hline, @samp{II} to the second etc.
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
1497 @samp{-I} refers to the first such line above the current line,
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
1498 @samp{+I} to the first such line below the current line. You can also
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
1499 write @samp{III+2} which is the second data line after the third hline
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
1500 in the table. Relative row numbers like @samp{-3} will not cross hlines
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
1501 if the current line is too close to the hline. Instead, the value
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
1502 directly at the hline is used.
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
1503
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
1504 @samp{0} refers to the current row and column. Also, if you omit
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
1505 either the column or the row part of the reference, the current
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
1506 row/column is implied.
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
1507
81167
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
1508 Org-mode's references with @emph{unsigned} numbers are fixed references
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
1509 in the sense that if you use the same reference in the formula for two
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
1510 different fields, the same field will be referenced each time.
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
1511 Org-mode's references with @emph{signed} numbers are floating
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
1512 references because the same reference operator can reference different
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
1513 fields depending on the field being calculated by the formula.
76138
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
1514
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
1515 Here are a few examples:
64517
098497d516e8 Version 3.14
Carsten Dominik <dominik@science.uva.nl>
parents: 64460
diff changeset
1516
098497d516e8 Version 3.14
Carsten Dominik <dominik@science.uva.nl>
parents: 64460
diff changeset
1517 @example
76138
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
1518 @@2$3 @r{2nd row, 3rd column}
81167
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
1519 C2 @r{same as previous}
76138
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
1520 $5 @r{column 5 in the current row}
81167
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
1521 E& @r{same as previous}
76138
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
1522 @@2 @r{current column, row 2}
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
1523 @@-1$-3 @r{the field one row up, three columns to the left}
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
1524 @@-I$2 @r{field just under hline above current row, column 2}
64517
098497d516e8 Version 3.14
Carsten Dominik <dominik@science.uva.nl>
parents: 64460
diff changeset
1525 @end example
098497d516e8 Version 3.14
Carsten Dominik <dominik@science.uva.nl>
parents: 64460
diff changeset
1526
76138
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
1527 @subsubheading Range references
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
1528 @cindex range references
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
1529 @cindex references, to ranges
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
1530
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
1531 You may reference a rectangular range of fields by specifying two field
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
1532 references connected by two dots @samp{..}. If both fields are in the
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
1533 current row, you may simply use @samp{$2..$7}, but if at least one field
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
1534 is in a different row, you need to use the general @code{@@row$column}
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
1535 format at least for the first field (i.e the reference must start with
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
1536 @samp{@@} in order to be interpreted correctly). Examples:
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
1537
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
1538 @example
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
1539 $1..$3 @r{First three fields in the current row.}
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
1540 $P..$Q @r{Range, using column names (see under Advanced)}
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
1541 @@2$1..@@4$3 @r{6 fields between these two fields.}
81167
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
1542 A2..C4 @r{Same as above.}
76138
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
1543 @@-1$-2..@@-1 @r{3 numbers from the column to the left, 2 up to current row}
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
1544 @end example
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
1545
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
1546 @noindent Range references return a vector of values that can be fed
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
1547 into Calc vector functions. Empty fields in ranges are normally
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
1548 suppressed, so that the vector contains only the non-empty fields (but
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
1549 see the @samp{E} mode switch below). If there are no non-empty fields,
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
1550 @samp{[0]} is returned to avoid syntax errors in formulas.
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
1551
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
1552 @subsubheading Named references
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
1553 @cindex named references
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
1554 @cindex references, named
67613
eab2494a32d7 *** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents: 67604
diff changeset
1555 @cindex name, of column or field
eab2494a32d7 *** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents: 67604
diff changeset
1556 @cindex constants, in calculations
76138
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
1557
64517
098497d516e8 Version 3.14
Carsten Dominik <dominik@science.uva.nl>
parents: 64460
diff changeset
1558 @samp{$name} is interpreted as the name of a column, parameter or
098497d516e8 Version 3.14
Carsten Dominik <dominik@science.uva.nl>
parents: 64460
diff changeset
1559 constant. Constants are defined globally through the variable
81167
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
1560 @code{org-table-formula-constants}. If you have the @file{constants.el}
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
1561 package, it will also be used to resolve constants, including natural
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
1562 constants like @samp{$h} for Planck's constant, and units like
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
1563 @samp{$km} for kilometers@footnote{@file{Constant.el} can supply the
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
1564 values of constants in two different unit systems, @code{SI} and
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
1565 @code{cgs}. Which one is used depends on the value of the variable
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
1566 @code{constants-unit-system}. You can use the @code{#+STARTUP} options
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
1567 @code{constSI} and @code{constcgs} to set this value for the current
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
1568 buffer.}. Column names and parameters can be specified in special table
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
1569 lines. These are described below, see @ref{Advanced features}. All
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
1570 names must start with a letter, and further consist of letters and
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
1571 numbers.
63833
addf44674c32 Version 3.12
Carsten Dominik <dominik@science.uva.nl>
parents: 63672
diff changeset
1572
76138
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
1573 @node Formula syntax for Calc, Formula syntax for Lisp, References, The spreadsheet
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
1574 @subsection Formula syntax for Calc
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
1575 @cindex formula syntax, Calc
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
1576 @cindex syntax, of formulas
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
1577
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
1578 A formula can be any algebraic expression understood by the Emacs
77203
bcc16ff22a34 (Formula syntax for Calc): Emphasize the operator precedence in Calc.
Carsten Dominik <dominik@science.uva.nl>
parents: 76138
diff changeset
1579 @file{Calc} package. @b{Note that @file{calc} has the
76138
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
1580 non-standard convention that @samp{/} has lower precedence than
77203
bcc16ff22a34 (Formula syntax for Calc): Emphasize the operator precedence in Calc.
Carsten Dominik <dominik@science.uva.nl>
parents: 76138
diff changeset
1581 @samp{*}, so that @samp{a/b*c} is interpreted as @samp{a/(b*c)}.} Before
76138
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
1582 evaluation by @code{calc-eval} (@pxref{Calling Calc from
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
1583 Your Programs,calc-eval,Calling calc from Your Lisp Programs,calc,GNU
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
1584 Emacs Calc Manual}),
81167
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
1585 @c FIXME: The link to the calc manual in HTML does not work.
76138
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
1586 variable substitution takes place according to the rules described above.
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
1587 @cindex vectors, in table calculations
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
1588 The range vectors can be directly fed into the calc vector functions
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
1589 like @samp{vmean} and @samp{vsum}.
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
1590
67613
eab2494a32d7 *** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents: 67604
diff changeset
1591 @cindex format specifier
eab2494a32d7 *** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents: 67604
diff changeset
1592 @cindex mode, for @file{calc}
63833
addf44674c32 Version 3.12
Carsten Dominik <dominik@science.uva.nl>
parents: 63672
diff changeset
1593 A formula can contain an optional mode string after a semicolon. This
76138
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
1594 string consists of flags to influence Calc and other modes during
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
1595 execution. By default, Org-mode uses the standard calc modes (precision
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
1596 12, angular units degrees, fraction and symbolic modes off. The display
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
1597 format, however, has been changed to @code{(float 5)} to keep tables
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
1598 compact. The default settings can be configured using the variable
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
1599 @code{org-calc-default-modes}.
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
1600
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
1601 @example
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
1602 p20 @r{switch the internal precision to 20 digits}
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
1603 n3 s3 e2 f4 @r{normal, scientific, engineering, or fixed display format}
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
1604 D R @r{angle modes: degrees, radians}
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
1605 F S @r{fraction and symbolic modes}
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
1606 N @r{interpret all fields as numbers, use 0 for non-numbers}
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
1607 T @r{force text interpretation}
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
1608 E @r{keep empty fields in ranges}
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
1609 @end example
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
1610
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
1611 @noindent
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
1612 In addition, you may provide a @code{printf} format specifier to
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
1613 reformat the final result. A few examples:
69929
beebc22085fe (Link format): New section, emphasis on bracket links.
Carsten Dominik <dominik@science.uva.nl>
parents: 69891
diff changeset
1614
63833
addf44674c32 Version 3.12
Carsten Dominik <dominik@science.uva.nl>
parents: 63672
diff changeset
1615 @example
70867
68e63907ebfb (Plain lists): Added new item navigation commands.
Carsten Dominik <dominik@science.uva.nl>
parents: 70164
diff changeset
1616 $1+$2 @r{Sum of first and second field}
68e63907ebfb (Plain lists): Added new item navigation commands.
Carsten Dominik <dominik@science.uva.nl>
parents: 70164
diff changeset
1617 $1+$2;%.2f @r{Same, format result to two decimals}
68e63907ebfb (Plain lists): Added new item navigation commands.
Carsten Dominik <dominik@science.uva.nl>
parents: 70164
diff changeset
1618 exp($2)+exp($1) @r{Math functions can be used}
81167
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
1619 $0;%.1f @r{Reformat current cell to 1 decimal}
70867
68e63907ebfb (Plain lists): Added new item navigation commands.
Carsten Dominik <dominik@science.uva.nl>
parents: 70164
diff changeset
1620 ($3-32)*5/9 @r{Degrees F -> C conversion}
68e63907ebfb (Plain lists): Added new item navigation commands.
Carsten Dominik <dominik@science.uva.nl>
parents: 70164
diff changeset
1621 $c/$1/$cm @r{Hz -> cm conversion, using @file{constants.el}}
68e63907ebfb (Plain lists): Added new item navigation commands.
Carsten Dominik <dominik@science.uva.nl>
parents: 70164
diff changeset
1622 tan($1);Dp3s1 @r{Compute in degrees, precision 3, display SCI 1}
68e63907ebfb (Plain lists): Added new item navigation commands.
Carsten Dominik <dominik@science.uva.nl>
parents: 70164
diff changeset
1623 sin($1);Dp3%.1e @r{Same, but use printf specifier for display}
68e63907ebfb (Plain lists): Added new item navigation commands.
Carsten Dominik <dominik@science.uva.nl>
parents: 70164
diff changeset
1624 vmean($2..$7) @r{Compute column range mean, using vector function}
76138
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
1625 vmean($2..$7);EN @r{Same, but treat empty fields as 0}
70867
68e63907ebfb (Plain lists): Added new item navigation commands.
Carsten Dominik <dominik@science.uva.nl>
parents: 70164
diff changeset
1626 taylor($3,x=7,2) @r{taylor series of $3, at x=7, second degree}
63833
addf44674c32 Version 3.12
Carsten Dominik <dominik@science.uva.nl>
parents: 63672
diff changeset
1627 @end example
addf44674c32 Version 3.12
Carsten Dominik <dominik@science.uva.nl>
parents: 63672
diff changeset
1628
81167
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
1629 Calc also contains a complete set of logical operations. For example
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
1630
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
1631 @example
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
1632 if($1<20,teen,string("")) @r{``teen'' if age $1 less than 20, else empty}
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
1633 @end example
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
1634
76138
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
1635 @node Formula syntax for Lisp, Field formulas, Formula syntax for Calc, The spreadsheet
70867
68e63907ebfb (Plain lists): Added new item navigation commands.
Carsten Dominik <dominik@science.uva.nl>
parents: 70164
diff changeset
1636 @subsection Emacs Lisp forms as formulas
68e63907ebfb (Plain lists): Added new item navigation commands.
Carsten Dominik <dominik@science.uva.nl>
parents: 70164
diff changeset
1637 @cindex Lisp forms, as table formulas
68e63907ebfb (Plain lists): Added new item navigation commands.
Carsten Dominik <dominik@science.uva.nl>
parents: 70164
diff changeset
1638
76138
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
1639 It is also possible to write a formula in Emacs Lisp; this can be useful
81167
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
1640 for string manipulation and control structures, if the Calc's
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
1641 functionality is not enough. If a formula starts with a single quote
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
1642 followed by an opening parenthesis, then it is evaluated as a lisp form.
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
1643 The evaluation should return either a string or a number. Just as with
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
1644 @file{calc} formulas, you can specify modes and a printf format after a
81465
ea719971ae70 (Tag): Section swapped with node Timestamps.
Carsten Dominik <dominik@science.uva.nl>
parents: 81167
diff changeset
1645 semicolon. With Emacs Lisp forms, you need to be concious about the way
ea719971ae70 (Tag): Section swapped with node Timestamps.
Carsten Dominik <dominik@science.uva.nl>
parents: 81167
diff changeset
1646 field references are interpolated into the form. By default, a
ea719971ae70 (Tag): Section swapped with node Timestamps.
Carsten Dominik <dominik@science.uva.nl>
parents: 81167
diff changeset
1647 reference will be interpolated as a Lisp string (in double quotes)
ea719971ae70 (Tag): Section swapped with node Timestamps.
Carsten Dominik <dominik@science.uva.nl>
parents: 81167
diff changeset
1648 containing the field. If you provide the @samp{N} mode switch, all
ea719971ae70 (Tag): Section swapped with node Timestamps.
Carsten Dominik <dominik@science.uva.nl>
parents: 81167
diff changeset
1649 referenced elements will be numbers (non-number fields will be zero) and
ea719971ae70 (Tag): Section swapped with node Timestamps.
Carsten Dominik <dominik@science.uva.nl>
parents: 81167
diff changeset
1650 interpolated as Lisp numbers, without quotes. If you provide the
ea719971ae70 (Tag): Section swapped with node Timestamps.
Carsten Dominik <dominik@science.uva.nl>
parents: 81167
diff changeset
1651 @samp{L} flag, all fields will be interpolated literally, without quotes.
ea719971ae70 (Tag): Section swapped with node Timestamps.
Carsten Dominik <dominik@science.uva.nl>
parents: 81167
diff changeset
1652 I.e., if you want a reference to be interpreted as a string by the Lisp
ea719971ae70 (Tag): Section swapped with node Timestamps.
Carsten Dominik <dominik@science.uva.nl>
parents: 81167
diff changeset
1653 form, enclode the reference operator itself in double quotes, like
ea719971ae70 (Tag): Section swapped with node Timestamps.
Carsten Dominik <dominik@science.uva.nl>
parents: 81167
diff changeset
1654 @code{"$3"}. Ranges are inserted as space-separated fields, so you can
ea719971ae70 (Tag): Section swapped with node Timestamps.
Carsten Dominik <dominik@science.uva.nl>
parents: 81167
diff changeset
1655 embed them in list or vector syntax. A few examples, note how the
ea719971ae70 (Tag): Section swapped with node Timestamps.
Carsten Dominik <dominik@science.uva.nl>
parents: 81167
diff changeset
1656 @samp{N} mode is used when we do computations in lisp.
70867
68e63907ebfb (Plain lists): Added new item navigation commands.
Carsten Dominik <dominik@science.uva.nl>
parents: 70164
diff changeset
1657
68e63907ebfb (Plain lists): Added new item navigation commands.
Carsten Dominik <dominik@science.uva.nl>
parents: 70164
diff changeset
1658 @example
76138
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
1659 @r{Swap the first two characters of the content of column 1}
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
1660 '(concat (substring $1 1 2) (substring $1 0 1) (substring $1 2))
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
1661 @r{Add columns 1 and 2, equivalent to the Calc's @code{$1+$2}}
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
1662 '(+ $1 $2);N
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
1663 @r{Compute the sum of columns 1-4, like Calc's @code{vsum($1..$4)}}
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
1664 '(apply '+ '($1..$4));N
70867
68e63907ebfb (Plain lists): Added new item navigation commands.
Carsten Dominik <dominik@science.uva.nl>
parents: 70164
diff changeset
1665 @end example
68e63907ebfb (Plain lists): Added new item navigation commands.
Carsten Dominik <dominik@science.uva.nl>
parents: 70164
diff changeset
1666
76138
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
1667 @node Field formulas, Column formulas, Formula syntax for Lisp, The spreadsheet
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
1668 @subsection Field formulas
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
1669 @cindex field formula
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
1670 @cindex formula, for individual table field
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
1671
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
1672 To assign a formula to a particular field, type it directly into the
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
1673 field, preceded by @samp{:=}, for example @samp{:=$1+$2}. When you
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
1674 press @key{TAB} or @key{RET} or @kbd{C-c C-c} with the cursor still in
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
1675 the field, the formula will be stored as the formula for this field,
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
1676 evaluated, and the current field replaced with the result.
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
1677
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
1678 Formulas are stored in a special line starting with @samp{#+TBLFM:}
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
1679 directly below the table. If you typed the equation in the 4th field of
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
1680 the 3rd data line in the table, the formula will look like
81167
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
1681 @samp{@@3$4=$1+$2}. When inserting/deleting/swapping column and rows
76138
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
1682 with the appropriate commands, @i{absolute references} (but not relative
81167
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
1683 ones) in stored formulas are modified in order to still reference the
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
1684 same field. Of cause this is not true if you edit the table structure
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
1685 with normal editing commands - then you must fix the equations yourself.
76138
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
1686
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
1687 Instead of typing an equation into the field, you may also use the
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
1688 following command
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
1689
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
1690 @table @kbd
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
1691 @kindex C-u C-c =
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
1692 @item C-u C-c =
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
1693 Install a new formula for the current field. The command prompts for a
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
1694 formula, with default taken from the @samp{#+TBLFM:} line, applies
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
1695 it to the current field and stores it.
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
1696 @end table
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
1697
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
1698 @node Column formulas, Editing and debugging formulas, Field formulas, The spreadsheet
64517
098497d516e8 Version 3.14
Carsten Dominik <dominik@science.uva.nl>
parents: 64460
diff changeset
1699 @subsection Column formulas
67613
eab2494a32d7 *** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents: 67604
diff changeset
1700 @cindex column formula
eab2494a32d7 *** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents: 67604
diff changeset
1701 @cindex formula, for table column
63833
addf44674c32 Version 3.12
Carsten Dominik <dominik@science.uva.nl>
parents: 63672
diff changeset
1702
76138
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
1703 Often in a table, the same formula should be used for all fields in a
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
1704 particular column. Instead of having to copy the formula to all fields
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
1705 in that column, org-mode allows to assign a single formula to an entire
81167
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
1706 column. If the table contains horizontal separator hlines, everything
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
1707 before the first such line is considered part of the table @emph{header}
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
1708 and will not be modified by column formulas.
76138
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
1709
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
1710 To assign a formula to a column, type it directly into any field in the
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
1711 column, preceded by an equal sign, like @samp{=$1+$2}. When you press
63833
addf44674c32 Version 3.12
Carsten Dominik <dominik@science.uva.nl>
parents: 63672
diff changeset
1712 @key{TAB} or @key{RET} or @kbd{C-c C-c} with the cursor still in the
76138
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
1713 field, the formula will be stored as the formula for the current column,
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
1714 evaluated and the current field replaced with the result. If the field
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
1715 contains only @samp{=}, the previously stored formula for this column is
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
1716 used. For each column, Org-mode will only remember the most recently
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
1717 used formula. In the @samp{TBLFM:} line, column formulas will look like
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
1718 @samp{$4=$1+$2}.
63833
addf44674c32 Version 3.12
Carsten Dominik <dominik@science.uva.nl>
parents: 63672
diff changeset
1719
addf44674c32 Version 3.12
Carsten Dominik <dominik@science.uva.nl>
parents: 63672
diff changeset
1720 Instead of typing an equation into the field, you may also use the
76138
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
1721 following command:
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
1722
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
1723 @table @kbd
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
1724 @kindex C-c =
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
1725 @item C-c =
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
1726 Install a new formula for the current column and replace current field
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
1727 with the result of the formula. The command prompts for a formula, with
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
1728 default taken from the @samp{#+TBLFM} line, applies it to the current
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
1729 field and stores it. With a numerical prefix (e.g. @kbd{C-5 C-c =})
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
1730 will apply it to that many consecutive fields in the current column.
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
1731 @end table
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
1732
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
1733
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
1734 @node Editing and debugging formulas, Updating the table, Column formulas, The spreadsheet
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
1735 @subsection Editing and Debugging formulas
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
1736 @cindex formula editing
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
1737 @cindex editing, of table formulas
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
1738
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
1739 You can edit individual formulas in the minibuffer or directly in the
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
1740 field. Org-mode can also prepare a special buffer with all active
81167
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
1741 formulas of a table. When offering a formula for editing, Org-mode
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
1742 converts references to the standard format (like @code{B3} or @code{D&})
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
1743 if possible. If you prefer to only work with the internal format (like
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
1744 @code{@@3$2} or @code{$4}), configure the variable
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
1745 @code{org-table-use-standard-references}.
76138
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
1746
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
1747 @table @kbd
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
1748 @kindex C-c =
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
1749 @kindex C-u C-c =
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
1750 @item C-c =
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
1751 @itemx C-u C-c =
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
1752 Edit the formula associated with the current column/field in the
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
1753 minibuffer. See @ref{Column formulas} and @ref{Field formulas}.
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
1754 @kindex C-u C-u C-c =
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
1755 @item C-u C-u C-c =
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
1756 Re-insert the active formula (either a
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
1757 field formula, or a column formula) into the current field, so that you
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
1758 can edit it directly in the field. The advantage over editing in the
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
1759 minibuffer is that you can use the command @kbd{C-c ?}.
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
1760 @kindex C-c ?
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
1761 @item C-c ?
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
1762 While editing a formula in a table field, highlight the field(s)
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
1763 referenced by the reference at the cursor position in the formula.
81167
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
1764 @kindex C-c @}
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
1765 @item C-c @}
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
1766 Toggle the display of row and column numbers for a table, using
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
1767 overlays. These are updated each time the table is aligned, you can
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
1768 force it with @kbd{C-c C-c}.
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
1769 @kindex C-c @{
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
1770 @item C-c @{
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
1771 Toggle the formula debugger on and off. See below.
76138
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
1772 @kindex C-c '
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
1773 @item C-c '
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
1774 Edit all formulas for the current table in a special buffer, where the
81167
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
1775 formulas will be displayed one per line. If the current field has an
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
1776 active formula, the cursor in the formula editor will mark it.
76138
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
1777 While inside the special buffer, Org-mode will automatically highlight
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
1778 any field or range reference at the cursor position. You may edit,
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
1779 remove and add formulas, and use the following commands:
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
1780 @table @kbd
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
1781 @kindex C-c C-c
81167
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
1782 @kindex C-x C-s
76138
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
1783 @item C-c C-c
81167
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
1784 @itemx C-x C-s
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
1785 Exit the formula editor and store the modified formulas. With @kbd{C-u}
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
1786 prefix, also apply the new formulas to the entire table.
76138
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
1787 @kindex C-c C-q
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
1788 @item C-c C-q
81167
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
1789 Exit the formula editor without installing changes.
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
1790 @kindex C-c C-r
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
1791 @item C-c C-r
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
1792 Toggle all references in the formula editor between standard (like
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
1793 @code{B3}) and internal (like @code{@@3$2}).
76138
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
1794 @kindex @key{TAB}
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
1795 @item @key{TAB}
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
1796 Pretty-print or indent lisp formula at point. When in a line containing
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
1797 a lisp formula, format the formula according to Emacs Lisp rules.
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
1798 Another @key{TAB} collapses the formula back again. In the open
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
1799 formula, @key{TAB} re-indents just like in Emacs-lisp-mode.
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
1800 @kindex M-@key{TAB}
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
1801 @item M-@key{TAB}
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
1802 Complete Lisp symbols, just like in Emacs-lisp-mode.
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
1803 @kindex S-@key{up}
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
1804 @kindex S-@key{down}
81167
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
1805 @kindex S-@key{left}
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
1806 @kindex S-@key{right}
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
1807 @item S-@key{up}/@key{down}/@key{left}/@key{right}
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
1808 Shift the reference at point. For example, if the reference is
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
1809 @code{B3} and you press @kbd{S-@key{right}}, it will become @code{C3}.
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
1810 This also works for relative references, and for hline references.
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
1811 @kindex M-S-@key{up}
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
1812 @kindex M-S-@key{down}
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
1813 @item M-S-@key{up}/@key{down}
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
1814 Move the test line for column formulas in the Org-mode buffer up and
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
1815 down.
76138
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
1816 @kindex M-@key{up}
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
1817 @kindex M-@key{down}
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
1818 @item M-@key{up}/@key{down}
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
1819 Scroll the window displaying the table.
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
1820 @kindex C-c @}
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
1821 @item C-c @}
81167
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
1822 Turn the coordinate grid in the table on and off.
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
1823 @end table
76138
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
1824 @end table
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
1825
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
1826 Making a table field blank does not remove the formula associated with
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
1827 the field, because that is stored in a different line (the @samp{TBLFM}
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
1828 line) - during the next recalculation the field will be filled again.
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
1829 To remove a formula from a field, you have to give an empty reply when
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
1830 prompted for the formula, or to edit the @samp{#+TBLFM} line.
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
1831
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
1832 @kindex C-c C-c
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
1833 You may edit the @samp{#+TBLFM} directly and re-apply the changed
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
1834 equations with @kbd{C-c C-c} in that line, or with the normal
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
1835 recalculation commands in the table.
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
1836
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
1837 @subsubheading Debugging formulas
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
1838 @cindex formula debugging
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
1839 @cindex debugging, of table formulas
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
1840 When the evaluation of a formula leads to an error, the field content
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
1841 becomes the string @samp{#ERROR}. If you would like see what is going
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
1842 on during variable substitution and calculation in order to find a bug,
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
1843 turn on formula debugging in the @code{Tbl} menu and repeat the
81167
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
1844 calculation, for example by pressing @kbd{C-u C-u C-c = @key{RET}} in a
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
1845 field. Detailed information will be displayed.
76138
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
1846
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
1847 @node Updating the table, Advanced features, Editing and debugging formulas, The spreadsheet
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
1848 @subsection Updating the Table
67613
eab2494a32d7 *** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents: 67604
diff changeset
1849 @cindex recomputing table fields
76138
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
1850 @cindex updating, table
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
1851
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
1852 Recalculation of a table is normally not automatic, but needs to be
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
1853 triggered by a command. See @ref{Advanced features} for a way to make
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
1854 recalculation at least semi-automatically.
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
1855
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
1856 In order to recalculate a line of a table or the entire table, use the
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
1857 following commands:
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
1858
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
1859 @table @kbd
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
1860 @kindex C-c *
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
1861 @item C-c *
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
1862 Recalculate the current row by first applying the stored column formulas
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
1863 from left to right, and all field formulas in the current row.
81167
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
1864 @c
76138
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
1865 @kindex C-u C-c *
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
1866 @item C-u C-c *
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
1867 @kindex C-u C-c C-c
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
1868 @itemx C-u C-c C-c
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
1869 Recompute the entire table, line by line. Any lines before the first
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
1870 hline are left alone, assuming that these are part of the table header.
81167
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
1871 @c
76138
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
1872 @kindex C-u C-u C-c *
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
1873 @item C-u C-u C-c *
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
1874 Iterate the table by recomputing it until no further changes occur.
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
1875 This may be necessary if some computed fields use the value of other
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
1876 fields that are computed @i{later} in the calculation sequence.
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
1877 @end table
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
1878
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
1879 @node Advanced features, , Updating the table, The spreadsheet
64517
098497d516e8 Version 3.14
Carsten Dominik <dominik@science.uva.nl>
parents: 64460
diff changeset
1880 @subsection Advanced features
098497d516e8 Version 3.14
Carsten Dominik <dominik@science.uva.nl>
parents: 64460
diff changeset
1881
76138
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
1882 If you want the recalculation of fields to happen automatically, or if
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
1883 you want to be able to assign @i{names} to fields and columns, you need
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
1884 to reserve the first column of the table for special marking characters.
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
1885 @table @kbd
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
1886 @kindex C-#
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
1887 @item C-#
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
1888 Rotate the calculation mark in first column through the states @samp{},
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
1889 @samp{#}, @samp{*}, @samp{!}, @samp{$}. The meaning of these characters
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
1890 is discussed below. When there is an active region, change all marks in
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
1891 the region.
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
1892 @end table
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
1893
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
1894 Here is an example of a table that collects exam results of students and
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
1895 makes use of these features:
69929
beebc22085fe (Link format): New section, emphasis on bracket links.
Carsten Dominik <dominik@science.uva.nl>
parents: 69891
diff changeset
1896
63833
addf44674c32 Version 3.12
Carsten Dominik <dominik@science.uva.nl>
parents: 63672
diff changeset
1897 @example
addf44674c32 Version 3.12
Carsten Dominik <dominik@science.uva.nl>
parents: 63672
diff changeset
1898 @group
addf44674c32 Version 3.12
Carsten Dominik <dominik@science.uva.nl>
parents: 63672
diff changeset
1899 |---+---------+--------+--------+--------+-------+------|
addf44674c32 Version 3.12
Carsten Dominik <dominik@science.uva.nl>
parents: 63672
diff changeset
1900 | | Student | Prob 1 | Prob 2 | Prob 3 | Total | Note |
addf44674c32 Version 3.12
Carsten Dominik <dominik@science.uva.nl>
parents: 63672
diff changeset
1901 |---+---------+--------+--------+--------+-------+------|
addf44674c32 Version 3.12
Carsten Dominik <dominik@science.uva.nl>
parents: 63672
diff changeset
1902 | ! | | P1 | P2 | P3 | Tot | |
addf44674c32 Version 3.12
Carsten Dominik <dominik@science.uva.nl>
parents: 63672
diff changeset
1903 | # | Maximum | 10 | 15 | 25 | 50 | 10.0 |
64069
ff90f1b70996 Version 3.13
Carsten Dominik <dominik@science.uva.nl>
parents: 63833
diff changeset
1904 | ^ | | m1 | m2 | m3 | mt | |
63833
addf44674c32 Version 3.12
Carsten Dominik <dominik@science.uva.nl>
parents: 63672
diff changeset
1905 |---+---------+--------+--------+--------+-------+------|
addf44674c32 Version 3.12
Carsten Dominik <dominik@science.uva.nl>
parents: 63672
diff changeset
1906 | # | Peter | 10 | 8 | 23 | 41 | 8.2 |
64517
098497d516e8 Version 3.14
Carsten Dominik <dominik@science.uva.nl>
parents: 64460
diff changeset
1907 | # | Sara | 6 | 14 | 19 | 39 | 7.8 |
63833
addf44674c32 Version 3.12
Carsten Dominik <dominik@science.uva.nl>
parents: 63672
diff changeset
1908 | # | Sam | 2 | 4 | 3 | 9 | 1.8 |
addf44674c32 Version 3.12
Carsten Dominik <dominik@science.uva.nl>
parents: 63672
diff changeset
1909 |---+---------+--------+--------+--------+-------+------|
64517
098497d516e8 Version 3.14
Carsten Dominik <dominik@science.uva.nl>
parents: 64460
diff changeset
1910 | | Average | | | | 29.7 | |
098497d516e8 Version 3.14
Carsten Dominik <dominik@science.uva.nl>
parents: 64460
diff changeset
1911 | ^ | | | | | at | |
63833
addf44674c32 Version 3.12
Carsten Dominik <dominik@science.uva.nl>
parents: 63672
diff changeset
1912 | $ | max=50 | | | | | |
addf44674c32 Version 3.12
Carsten Dominik <dominik@science.uva.nl>
parents: 63672
diff changeset
1913 |---+---------+--------+--------+--------+-------+------|
76138
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
1914 #+TBLFM: $6=vsum($P1..$P3)::$7=10*$Tot/$max;%.1f::$at=vmean(@@-II..@@-I);%.1f
63833
addf44674c32 Version 3.12
Carsten Dominik <dominik@science.uva.nl>
parents: 63672
diff changeset
1915 @end group
addf44674c32 Version 3.12
Carsten Dominik <dominik@science.uva.nl>
parents: 63672
diff changeset
1916 @end example
64517
098497d516e8 Version 3.14
Carsten Dominik <dominik@science.uva.nl>
parents: 64460
diff changeset
1917
098497d516e8 Version 3.14
Carsten Dominik <dominik@science.uva.nl>
parents: 64460
diff changeset
1918 @noindent @b{Important}: Please note that for these special tables,
76138
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
1919 recalculating the table with @kbd{C-u C-c *} will only affect rows that
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
1920 are marked @samp{#} or @samp{*}, and fields that have a formula assigned
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
1921 to the field itself. The column formulas are not applied in rows with
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
1922 empty first field.
64517
098497d516e8 Version 3.14
Carsten Dominik <dominik@science.uva.nl>
parents: 64460
diff changeset
1923
67613
eab2494a32d7 *** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents: 67604
diff changeset
1924 @cindex marking characters, tables
64517
098497d516e8 Version 3.14
Carsten Dominik <dominik@science.uva.nl>
parents: 64460
diff changeset
1925 The marking characters have the following meaning:
098497d516e8 Version 3.14
Carsten Dominik <dominik@science.uva.nl>
parents: 64460
diff changeset
1926 @table @samp
098497d516e8 Version 3.14
Carsten Dominik <dominik@science.uva.nl>
parents: 64460
diff changeset
1927 @item !
098497d516e8 Version 3.14
Carsten Dominik <dominik@science.uva.nl>
parents: 64460
diff changeset
1928 The fields in this line define names for the columns, so that you may
098497d516e8 Version 3.14
Carsten Dominik <dominik@science.uva.nl>
parents: 64460
diff changeset
1929 refer to a column as @samp{$Tot} instead of @samp{$6}.
098497d516e8 Version 3.14
Carsten Dominik <dominik@science.uva.nl>
parents: 64460
diff changeset
1930 @item ^
66988
578b7f9692c4 (FAQ): Document `org-table-tab-jumps-over-hlines'.
Carsten Dominik <dominik@science.uva.nl>
parents: 66690
diff changeset
1931 This row defines names for the fields @emph{above} the row. With such
64517
098497d516e8 Version 3.14
Carsten Dominik <dominik@science.uva.nl>
parents: 64460
diff changeset
1932 a definition, any formula in the table may use @samp{$m1} to refer to
76138
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
1933 the value @samp{10}. Also, if you assign a formula to a names field, it
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
1934 will be stored as @samp{$name=...}.
64517
098497d516e8 Version 3.14
Carsten Dominik <dominik@science.uva.nl>
parents: 64460
diff changeset
1935 @item _
098497d516e8 Version 3.14
Carsten Dominik <dominik@science.uva.nl>
parents: 64460
diff changeset
1936 Similar to @samp{^}, but defines names for the fields in the row
69929
beebc22085fe (Link format): New section, emphasis on bracket links.
Carsten Dominik <dominik@science.uva.nl>
parents: 69891
diff changeset
1937 @emph{below}.
64517
098497d516e8 Version 3.14
Carsten Dominik <dominik@science.uva.nl>
parents: 64460
diff changeset
1938 @item $
098497d516e8 Version 3.14
Carsten Dominik <dominik@science.uva.nl>
parents: 64460
diff changeset
1939 Fields in this row can define @emph{parameters} for formulas. For
098497d516e8 Version 3.14
Carsten Dominik <dominik@science.uva.nl>
parents: 64460
diff changeset
1940 example, if a field in a @samp{$} row contains @samp{max=50}, then
098497d516e8 Version 3.14
Carsten Dominik <dominik@science.uva.nl>
parents: 64460
diff changeset
1941 formulas in this table can refer to the value 50 using @samp{$max}.
098497d516e8 Version 3.14
Carsten Dominik <dominik@science.uva.nl>
parents: 64460
diff changeset
1942 Parameters work exactly like constants, only that they can be defined on
76138
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
1943 a per-table basis.
64517
098497d516e8 Version 3.14
Carsten Dominik <dominik@science.uva.nl>
parents: 64460
diff changeset
1944 @item #
098497d516e8 Version 3.14
Carsten Dominik <dominik@science.uva.nl>
parents: 64460
diff changeset
1945 Fields in this row are automatically recalculated when pressing
098497d516e8 Version 3.14
Carsten Dominik <dominik@science.uva.nl>
parents: 64460
diff changeset
1946 @key{TAB} or @key{RET} or @kbd{S-@key{TAB}} in this row. Also, this row
098497d516e8 Version 3.14
Carsten Dominik <dominik@science.uva.nl>
parents: 64460
diff changeset
1947 is selected for a global recalculation with @kbd{C-u C-c *}. Unmarked
098497d516e8 Version 3.14
Carsten Dominik <dominik@science.uva.nl>
parents: 64460
diff changeset
1948 lines will be left alone by this command.
098497d516e8 Version 3.14
Carsten Dominik <dominik@science.uva.nl>
parents: 64460
diff changeset
1949 @item *
098497d516e8 Version 3.14
Carsten Dominik <dominik@science.uva.nl>
parents: 64460
diff changeset
1950 Selects this line for global recalculation with @kbd{C-u C-c *}, but
098497d516e8 Version 3.14
Carsten Dominik <dominik@science.uva.nl>
parents: 64460
diff changeset
1951 not for automatic recalculation. Use this when automatic
098497d516e8 Version 3.14
Carsten Dominik <dominik@science.uva.nl>
parents: 64460
diff changeset
1952 recalculation slows down editing too much.
69929
beebc22085fe (Link format): New section, emphasis on bracket links.
Carsten Dominik <dominik@science.uva.nl>
parents: 69891
diff changeset
1953 @item
beebc22085fe (Link format): New section, emphasis on bracket links.
Carsten Dominik <dominik@science.uva.nl>
parents: 69891
diff changeset
1954 Unmarked lines are exempt from recalculation with @kbd{C-u C-c *}.
64517
098497d516e8 Version 3.14
Carsten Dominik <dominik@science.uva.nl>
parents: 64460
diff changeset
1955 All lines that should be recalculated should be marked with @samp{#}
098497d516e8 Version 3.14
Carsten Dominik <dominik@science.uva.nl>
parents: 64460
diff changeset
1956 or @samp{*}.
76138
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
1957 @item /
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
1958 Do not export this line. Useful for lines that contain the narrowing
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
1959 @samp{<N>} markers.
64517
098497d516e8 Version 3.14
Carsten Dominik <dominik@science.uva.nl>
parents: 64460
diff changeset
1960 @end table
098497d516e8 Version 3.14
Carsten Dominik <dominik@science.uva.nl>
parents: 64460
diff changeset
1961
76138
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
1962 Finally, just to whet your appetite on what can be done with the
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
1963 fantastic @file{calc} package, here is a table that computes the Taylor
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
1964 series of degree @code{n} at location @code{x} for a couple of functions
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
1965 (homework: try that with Excel :-)
63833
addf44674c32 Version 3.12
Carsten Dominik <dominik@science.uva.nl>
parents: 63672
diff changeset
1966
addf44674c32 Version 3.12
Carsten Dominik <dominik@science.uva.nl>
parents: 63672
diff changeset
1967 @example
addf44674c32 Version 3.12
Carsten Dominik <dominik@science.uva.nl>
parents: 63672
diff changeset
1968 @group
addf44674c32 Version 3.12
Carsten Dominik <dominik@science.uva.nl>
parents: 63672
diff changeset
1969 |---+-------------+---+-----+--------------------------------------|
addf44674c32 Version 3.12
Carsten Dominik <dominik@science.uva.nl>
parents: 63672
diff changeset
1970 | | Func | n | x | Result |
addf44674c32 Version 3.12
Carsten Dominik <dominik@science.uva.nl>
parents: 63672
diff changeset
1971 |---+-------------+---+-----+--------------------------------------|
addf44674c32 Version 3.12
Carsten Dominik <dominik@science.uva.nl>
parents: 63672
diff changeset
1972 | # | exp(x) | 1 | x | 1 + x |
addf44674c32 Version 3.12
Carsten Dominik <dominik@science.uva.nl>
parents: 63672
diff changeset
1973 | # | exp(x) | 2 | x | 1 + x + x^2 / 2 |
addf44674c32 Version 3.12
Carsten Dominik <dominik@science.uva.nl>
parents: 63672
diff changeset
1974 | # | exp(x) | 3 | x | 1 + x + x^2 / 2 + x^3 / 6 |
addf44674c32 Version 3.12
Carsten Dominik <dominik@science.uva.nl>
parents: 63672
diff changeset
1975 | # | x^2+sqrt(x) | 2 | x=0 | x*(0.5 / 0) + x^2 (2 - 0.25 / 0) / 2 |
addf44674c32 Version 3.12
Carsten Dominik <dominik@science.uva.nl>
parents: 63672
diff changeset
1976 | # | x^2+sqrt(x) | 2 | x=1 | 2 + 2.5 x - 2.5 + 0.875 (x - 1)^2 |
addf44674c32 Version 3.12
Carsten Dominik <dominik@science.uva.nl>
parents: 63672
diff changeset
1977 | * | tan(x) | 3 | x | 0.0175 x + 1.77e-6 x^3 |
addf44674c32 Version 3.12
Carsten Dominik <dominik@science.uva.nl>
parents: 63672
diff changeset
1978 |---+-------------+---+-----+--------------------------------------|
addf44674c32 Version 3.12
Carsten Dominik <dominik@science.uva.nl>
parents: 63672
diff changeset
1979 #+TBLFM: $5=taylor($2,$4,$3);n3
addf44674c32 Version 3.12
Carsten Dominik <dominik@science.uva.nl>
parents: 63672
diff changeset
1980 @end group
addf44674c32 Version 3.12
Carsten Dominik <dominik@science.uva.nl>
parents: 63672
diff changeset
1981 @end example
addf44674c32 Version 3.12
Carsten Dominik <dominik@science.uva.nl>
parents: 63672
diff changeset
1982
61923
88492f3ccffa *** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents: 61562
diff changeset
1983 @node Hyperlinks, TODO items, Tables, Top
58792
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
1984 @chapter Hyperlinks
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
1985 @cindex hyperlinks
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
1986
70867
68e63907ebfb (Plain lists): Added new item navigation commands.
Carsten Dominik <dominik@science.uva.nl>
parents: 70164
diff changeset
1987 Just like HTML, Org-mode provides links inside a file, and external
68e63907ebfb (Plain lists): Added new item navigation commands.
Carsten Dominik <dominik@science.uva.nl>
parents: 70164
diff changeset
1988 links to other files, Usenet articles, emails, and much more.
58792
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
1989
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
1990 @menu
69929
beebc22085fe (Link format): New section, emphasis on bracket links.
Carsten Dominik <dominik@science.uva.nl>
parents: 69891
diff changeset
1991 * Link format:: How links in Org-mode are formatted
beebc22085fe (Link format): New section, emphasis on bracket links.
Carsten Dominik <dominik@science.uva.nl>
parents: 69891
diff changeset
1992 * Internal links:: Links to other places in the current file
beebc22085fe (Link format): New section, emphasis on bracket links.
Carsten Dominik <dominik@science.uva.nl>
parents: 69891
diff changeset
1993 * External links:: URL-like links to the world
70164
7ce8d4154af5 Many small fixes.
Carsten Dominik <dominik@science.uva.nl>
parents: 70133
diff changeset
1994 * Handling links:: Creating, inserting and following
73874
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
1995 * Link abbreviations:: Shortcuts for writing complex links
70867
68e63907ebfb (Plain lists): Added new item navigation commands.
Carsten Dominik <dominik@science.uva.nl>
parents: 70164
diff changeset
1996 * Search options:: Linking to a specific location
68e63907ebfb (Plain lists): Added new item navigation commands.
Carsten Dominik <dominik@science.uva.nl>
parents: 70164
diff changeset
1997 * Custom searches:: When the default search is not enough
58792
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
1998 * Remember:: Org-trees store quick notes
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
1999 @end menu
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
2000
69929
beebc22085fe (Link format): New section, emphasis on bracket links.
Carsten Dominik <dominik@science.uva.nl>
parents: 69891
diff changeset
2001 @node Link format, Internal links, Hyperlinks, Hyperlinks
beebc22085fe (Link format): New section, emphasis on bracket links.
Carsten Dominik <dominik@science.uva.nl>
parents: 69891
diff changeset
2002 @section Link format
beebc22085fe (Link format): New section, emphasis on bracket links.
Carsten Dominik <dominik@science.uva.nl>
parents: 69891
diff changeset
2003 @cindex link format
beebc22085fe (Link format): New section, emphasis on bracket links.
Carsten Dominik <dominik@science.uva.nl>
parents: 69891
diff changeset
2004 @cindex format, of links
beebc22085fe (Link format): New section, emphasis on bracket links.
Carsten Dominik <dominik@science.uva.nl>
parents: 69891
diff changeset
2005
beebc22085fe (Link format): New section, emphasis on bracket links.
Carsten Dominik <dominik@science.uva.nl>
parents: 69891
diff changeset
2006 Org-mode will recognize plain URL-like links and activate them as
70867
68e63907ebfb (Plain lists): Added new item navigation commands.
Carsten Dominik <dominik@science.uva.nl>
parents: 70164
diff changeset
2007 clickable links. The general link format, however, looks like this:
69929
beebc22085fe (Link format): New section, emphasis on bracket links.
Carsten Dominik <dominik@science.uva.nl>
parents: 69891
diff changeset
2008
beebc22085fe (Link format): New section, emphasis on bracket links.
Carsten Dominik <dominik@science.uva.nl>
parents: 69891
diff changeset
2009 @example
beebc22085fe (Link format): New section, emphasis on bracket links.
Carsten Dominik <dominik@science.uva.nl>
parents: 69891
diff changeset
2010 [[link][description]] @r{or alternatively} [[link]]
beebc22085fe (Link format): New section, emphasis on bracket links.
Carsten Dominik <dominik@science.uva.nl>
parents: 69891
diff changeset
2011 @end example
beebc22085fe (Link format): New section, emphasis on bracket links.
Carsten Dominik <dominik@science.uva.nl>
parents: 69891
diff changeset
2012
beebc22085fe (Link format): New section, emphasis on bracket links.
Carsten Dominik <dominik@science.uva.nl>
parents: 69891
diff changeset
2013 Once a link in the buffer is complete (all brackets present), Org-mode
beebc22085fe (Link format): New section, emphasis on bracket links.
Carsten Dominik <dominik@science.uva.nl>
parents: 69891
diff changeset
2014 will change the display so that @samp{description} is displayed instead
beebc22085fe (Link format): New section, emphasis on bracket links.
Carsten Dominik <dominik@science.uva.nl>
parents: 69891
diff changeset
2015 of @samp{[[link][description]]} and @samp{link} is displayed instead of
beebc22085fe (Link format): New section, emphasis on bracket links.
Carsten Dominik <dominik@science.uva.nl>
parents: 69891
diff changeset
2016 @samp{[[link]]}. Links will be highlighted in the face @code{org-link},
beebc22085fe (Link format): New section, emphasis on bracket links.
Carsten Dominik <dominik@science.uva.nl>
parents: 69891
diff changeset
2017 which by default is an underlined face. You can directly edit the
beebc22085fe (Link format): New section, emphasis on bracket links.
Carsten Dominik <dominik@science.uva.nl>
parents: 69891
diff changeset
2018 visible part of a link. Note that this can be either the @samp{link}
71098
b98399840395 Small typo fixes.
Carsten Dominik <dominik@science.uva.nl>
parents: 70974
diff changeset
2019 part (if there is no description) or the @samp{description} part. To
69929
beebc22085fe (Link format): New section, emphasis on bracket links.
Carsten Dominik <dominik@science.uva.nl>
parents: 69891
diff changeset
2020 edit also the invisible @samp{link} part, use @kbd{C-c C-l} with the
beebc22085fe (Link format): New section, emphasis on bracket links.
Carsten Dominik <dominik@science.uva.nl>
parents: 69891
diff changeset
2021 cursor on the link.
beebc22085fe (Link format): New section, emphasis on bracket links.
Carsten Dominik <dominik@science.uva.nl>
parents: 69891
diff changeset
2022
beebc22085fe (Link format): New section, emphasis on bracket links.
Carsten Dominik <dominik@science.uva.nl>
parents: 69891
diff changeset
2023 If you place the cursor at the beginning or just behind the end of the
beebc22085fe (Link format): New section, emphasis on bracket links.
Carsten Dominik <dominik@science.uva.nl>
parents: 69891
diff changeset
2024 displayed text and press @key{BACKSPACE}, you will remove the
beebc22085fe (Link format): New section, emphasis on bracket links.
Carsten Dominik <dominik@science.uva.nl>
parents: 69891
diff changeset
2025 (invisible) bracket at that location. This makes the link incomplete
beebc22085fe (Link format): New section, emphasis on bracket links.
Carsten Dominik <dominik@science.uva.nl>
parents: 69891
diff changeset
2026 and the internals are again displayed as plain text. Inserting the
70867
68e63907ebfb (Plain lists): Added new item navigation commands.
Carsten Dominik <dominik@science.uva.nl>
parents: 70164
diff changeset
2027 missing bracket hides the link internals again. To show the
69929
beebc22085fe (Link format): New section, emphasis on bracket links.
Carsten Dominik <dominik@science.uva.nl>
parents: 69891
diff changeset
2028 internal structure of all links, use the menu entry
beebc22085fe (Link format): New section, emphasis on bracket links.
Carsten Dominik <dominik@science.uva.nl>
parents: 69891
diff changeset
2029 @code{Org->Hyperlinks->Literal links}.
beebc22085fe (Link format): New section, emphasis on bracket links.
Carsten Dominik <dominik@science.uva.nl>
parents: 69891
diff changeset
2030
beebc22085fe (Link format): New section, emphasis on bracket links.
Carsten Dominik <dominik@science.uva.nl>
parents: 69891
diff changeset
2031 @node Internal links, External links, Link format, Hyperlinks
beebc22085fe (Link format): New section, emphasis on bracket links.
Carsten Dominik <dominik@science.uva.nl>
parents: 69891
diff changeset
2032 @section Internal links
67344
22aa7225124f (TODO basics): Document the global todo list.
Carsten Dominik <dominik@science.uva.nl>
parents: 67219
diff changeset
2033 @cindex internal links
22aa7225124f (TODO basics): Document the global todo list.
Carsten Dominik <dominik@science.uva.nl>
parents: 67219
diff changeset
2034 @cindex links, internal
73874
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
2035 @cindex targets, for links
67344
22aa7225124f (TODO basics): Document the global todo list.
Carsten Dominik <dominik@science.uva.nl>
parents: 67219
diff changeset
2036
70164
7ce8d4154af5 Many small fixes.
Carsten Dominik <dominik@science.uva.nl>
parents: 70133
diff changeset
2037 If the link does not look like a URL, it is considered to be internal in
7ce8d4154af5 Many small fixes.
Carsten Dominik <dominik@science.uva.nl>
parents: 70133
diff changeset
2038 the current file. Links such as @samp{[[My Target]]} or @samp{[[My
7ce8d4154af5 Many small fixes.
Carsten Dominik <dominik@science.uva.nl>
parents: 70133
diff changeset
2039 Target][Find my target]]} lead to a text search in the current file.
7ce8d4154af5 Many small fixes.
Carsten Dominik <dominik@science.uva.nl>
parents: 70133
diff changeset
2040 The link can be followed with @kbd{C-c C-o} when the cursor is on the
7ce8d4154af5 Many small fixes.
Carsten Dominik <dominik@science.uva.nl>
parents: 70133
diff changeset
2041 link, or with a mouse click (@pxref{Handling links}). The preferred
70867
68e63907ebfb (Plain lists): Added new item navigation commands.
Carsten Dominik <dominik@science.uva.nl>
parents: 70164
diff changeset
2042 match for such a link is a dedicated target: the same string in double
76138
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
2043 angular brackets. Targets may be located anywhere; sometimes it is
70867
68e63907ebfb (Plain lists): Added new item navigation commands.
Carsten Dominik <dominik@science.uva.nl>
parents: 70164
diff changeset
2044 convenient to put them into a comment line. For example
69929
beebc22085fe (Link format): New section, emphasis on bracket links.
Carsten Dominik <dominik@science.uva.nl>
parents: 69891
diff changeset
2045
67344
22aa7225124f (TODO basics): Document the global todo list.
Carsten Dominik <dominik@science.uva.nl>
parents: 67219
diff changeset
2046 @example
69090
66a57755230b * org.texi (Internal Links): Rewritten to cover the modified
Carsten Dominik <dominik@science.uva.nl>
parents: 68639
diff changeset
2047 # <<My Target>>
67344
22aa7225124f (TODO basics): Document the global todo list.
Carsten Dominik <dominik@science.uva.nl>
parents: 67219
diff changeset
2048 @end example
22aa7225124f (TODO basics): Document the global todo list.
Carsten Dominik <dominik@science.uva.nl>
parents: 67219
diff changeset
2049
70133
36d1ec75581c * org.texi: (Time stamps): Better explanation of the purpose of
Carsten Dominik <dominik@science.uva.nl>
parents: 70065
diff changeset
2050 @noindent In HTML export (@pxref{HTML export}), such targets will become
70867
68e63907ebfb (Plain lists): Added new item navigation commands.
Carsten Dominik <dominik@science.uva.nl>
parents: 70164
diff changeset
2051 named anchors for direct access through @samp{http} links@footnote{Note
81465
ea719971ae70 (Tag): Section swapped with node Timestamps.
Carsten Dominik <dominik@science.uva.nl>
parents: 81167
diff changeset
2052 that text before the first headline is usually not exported, so the
ea719971ae70 (Tag): Section swapped with node Timestamps.
Carsten Dominik <dominik@science.uva.nl>
parents: 81167
diff changeset
2053 first such target should be after the first headline.}.
70133
36d1ec75581c * org.texi: (Time stamps): Better explanation of the purpose of
Carsten Dominik <dominik@science.uva.nl>
parents: 70065
diff changeset
2054
69929
beebc22085fe (Link format): New section, emphasis on bracket links.
Carsten Dominik <dominik@science.uva.nl>
parents: 69891
diff changeset
2055 If no dedicated target exists, Org-mode will search for the words in the
70164
7ce8d4154af5 Many small fixes.
Carsten Dominik <dominik@science.uva.nl>
parents: 70133
diff changeset
2056 link. In the above example the search would be for @samp{my target}.
7ce8d4154af5 Many small fixes.
Carsten Dominik <dominik@science.uva.nl>
parents: 70133
diff changeset
2057 Links starting with a star like @samp{*My Target} restrict the search to
7ce8d4154af5 Many small fixes.
Carsten Dominik <dominik@science.uva.nl>
parents: 70133
diff changeset
2058 headlines. When searching, Org-mode will first try an exact match, but
7ce8d4154af5 Many small fixes.
Carsten Dominik <dominik@science.uva.nl>
parents: 70133
diff changeset
2059 then move on to more and more lenient searches. For example, the link
7ce8d4154af5 Many small fixes.
Carsten Dominik <dominik@science.uva.nl>
parents: 70133
diff changeset
2060 @samp{[[*My Targets]]} will find any of the following:
69929
beebc22085fe (Link format): New section, emphasis on bracket links.
Carsten Dominik <dominik@science.uva.nl>
parents: 69891
diff changeset
2061
67344
22aa7225124f (TODO basics): Document the global todo list.
Carsten Dominik <dominik@science.uva.nl>
parents: 67219
diff changeset
2062 @example
22aa7225124f (TODO basics): Document the global todo list.
Carsten Dominik <dominik@science.uva.nl>
parents: 67219
diff changeset
2063 ** My targets
22aa7225124f (TODO basics): Document the global todo list.
Carsten Dominik <dominik@science.uva.nl>
parents: 67219
diff changeset
2064 ** TODO my targets are bright
22aa7225124f (TODO basics): Document the global todo list.
Carsten Dominik <dominik@science.uva.nl>
parents: 67219
diff changeset
2065 ** my 20 targets are
22aa7225124f (TODO basics): Document the global todo list.
Carsten Dominik <dominik@science.uva.nl>
parents: 67219
diff changeset
2066 @end example
69929
beebc22085fe (Link format): New section, emphasis on bracket links.
Carsten Dominik <dominik@science.uva.nl>
parents: 69891
diff changeset
2067
beebc22085fe (Link format): New section, emphasis on bracket links.
Carsten Dominik <dominik@science.uva.nl>
parents: 69891
diff changeset
2068 To insert a link targeting a headline, in-buffer completion can be used.
beebc22085fe (Link format): New section, emphasis on bracket links.
Carsten Dominik <dominik@science.uva.nl>
parents: 69891
diff changeset
2069 Just type a star followed by a few optional letters into the buffer and
beebc22085fe (Link format): New section, emphasis on bracket links.
Carsten Dominik <dominik@science.uva.nl>
parents: 69891
diff changeset
2070 press @kbd{M-@key{TAB}}. All headlines in the current buffer will be
70164
7ce8d4154af5 Many small fixes.
Carsten Dominik <dominik@science.uva.nl>
parents: 70133
diff changeset
2071 offered as completions. @xref{Handling links}, for more commands
69090
66a57755230b * org.texi (Internal Links): Rewritten to cover the modified
Carsten Dominik <dominik@science.uva.nl>
parents: 68639
diff changeset
2072 creating links.
66a57755230b * org.texi (Internal Links): Rewritten to cover the modified
Carsten Dominik <dominik@science.uva.nl>
parents: 68639
diff changeset
2073
66a57755230b * org.texi (Internal Links): Rewritten to cover the modified
Carsten Dominik <dominik@science.uva.nl>
parents: 68639
diff changeset
2074 Following a link pushes a mark onto Org-mode's own mark ring. You can
66a57755230b * org.texi (Internal Links): Rewritten to cover the modified
Carsten Dominik <dominik@science.uva.nl>
parents: 68639
diff changeset
2075 return to the previous position with @kbd{C-c &}. Using this command
66a57755230b * org.texi (Internal Links): Rewritten to cover the modified
Carsten Dominik <dominik@science.uva.nl>
parents: 68639
diff changeset
2076 several times in direct succession goes back to positions recorded
66a57755230b * org.texi (Internal Links): Rewritten to cover the modified
Carsten Dominik <dominik@science.uva.nl>
parents: 68639
diff changeset
2077 earlier.
66a57755230b * org.texi (Internal Links): Rewritten to cover the modified
Carsten Dominik <dominik@science.uva.nl>
parents: 68639
diff changeset
2078
66a57755230b * org.texi (Internal Links): Rewritten to cover the modified
Carsten Dominik <dominik@science.uva.nl>
parents: 68639
diff changeset
2079 @menu
66a57755230b * org.texi (Internal Links): Rewritten to cover the modified
Carsten Dominik <dominik@science.uva.nl>
parents: 68639
diff changeset
2080 * Radio targets:: Make targets trigger links in plain text.
66a57755230b * org.texi (Internal Links): Rewritten to cover the modified
Carsten Dominik <dominik@science.uva.nl>
parents: 68639
diff changeset
2081 @end menu
66a57755230b * org.texi (Internal Links): Rewritten to cover the modified
Carsten Dominik <dominik@science.uva.nl>
parents: 68639
diff changeset
2082
76138
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
2083 @node Radio targets, , Internal links, Internal links
69090
66a57755230b * org.texi (Internal Links): Rewritten to cover the modified
Carsten Dominik <dominik@science.uva.nl>
parents: 68639
diff changeset
2084 @subsection Radio targets
73874
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
2085 @cindex radio targets
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
2086 @cindex targets, radio
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
2087 @cindex links, radio targets
69090
66a57755230b * org.texi (Internal Links): Rewritten to cover the modified
Carsten Dominik <dominik@science.uva.nl>
parents: 68639
diff changeset
2088
66a57755230b * org.texi (Internal Links): Rewritten to cover the modified
Carsten Dominik <dominik@science.uva.nl>
parents: 68639
diff changeset
2089 You can configure Org-mode to link any occurrences of certain target
66a57755230b * org.texi (Internal Links): Rewritten to cover the modified
Carsten Dominik <dominik@science.uva.nl>
parents: 68639
diff changeset
2090 names in normal text. So without explicitly creating a link, the text
66a57755230b * org.texi (Internal Links): Rewritten to cover the modified
Carsten Dominik <dominik@science.uva.nl>
parents: 68639
diff changeset
2091 connects to the target radioing its position. Radio targets are
66a57755230b * org.texi (Internal Links): Rewritten to cover the modified
Carsten Dominik <dominik@science.uva.nl>
parents: 68639
diff changeset
2092 enclosed by triple angular brackets. For example, a target
66a57755230b * org.texi (Internal Links): Rewritten to cover the modified
Carsten Dominik <dominik@science.uva.nl>
parents: 68639
diff changeset
2093 @samp{<<<My Target>>>} causes each occurrence of @samp{my target} in
66a57755230b * org.texi (Internal Links): Rewritten to cover the modified
Carsten Dominik <dominik@science.uva.nl>
parents: 68639
diff changeset
2094 normal text to become activated as a link. The Org-mode file is
66a57755230b * org.texi (Internal Links): Rewritten to cover the modified
Carsten Dominik <dominik@science.uva.nl>
parents: 68639
diff changeset
2095 scanned automatically for radio targets only when the file is first
66a57755230b * org.texi (Internal Links): Rewritten to cover the modified
Carsten Dominik <dominik@science.uva.nl>
parents: 68639
diff changeset
2096 loaded into Emacs. To update the target list during editing, press
66a57755230b * org.texi (Internal Links): Rewritten to cover the modified
Carsten Dominik <dominik@science.uva.nl>
parents: 68639
diff changeset
2097 @kbd{C-c C-c} with the cursor on or at a target.
66a57755230b * org.texi (Internal Links): Rewritten to cover the modified
Carsten Dominik <dominik@science.uva.nl>
parents: 68639
diff changeset
2098
70164
7ce8d4154af5 Many small fixes.
Carsten Dominik <dominik@science.uva.nl>
parents: 70133
diff changeset
2099 @node External links, Handling links, Internal links, Hyperlinks
69929
beebc22085fe (Link format): New section, emphasis on bracket links.
Carsten Dominik <dominik@science.uva.nl>
parents: 69891
diff changeset
2100 @section External links
67613
eab2494a32d7 *** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents: 67604
diff changeset
2101 @cindex links, external
67344
22aa7225124f (TODO basics): Document the global todo list.
Carsten Dominik <dominik@science.uva.nl>
parents: 67219
diff changeset
2102 @cindex external links
22aa7225124f (TODO basics): Document the global todo list.
Carsten Dominik <dominik@science.uva.nl>
parents: 67219
diff changeset
2103 @cindex links, external
58792
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
2104 @cindex GNUS links
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
2105 @cindex BBDB links
63833
addf44674c32 Version 3.12
Carsten Dominik <dominik@science.uva.nl>
parents: 63672
diff changeset
2106 @cindex URL links
addf44674c32 Version 3.12
Carsten Dominik <dominik@science.uva.nl>
parents: 63672
diff changeset
2107 @cindex file links
58792
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
2108 @cindex VM links
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
2109 @cindex RMAIL links
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
2110 @cindex WANDERLUST links
69090
66a57755230b * org.texi (Internal Links): Rewritten to cover the modified
Carsten Dominik <dominik@science.uva.nl>
parents: 68639
diff changeset
2111 @cindex MH-E links
58792
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
2112 @cindex USENET links
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
2113 @cindex SHELL links
70867
68e63907ebfb (Plain lists): Added new item navigation commands.
Carsten Dominik <dominik@science.uva.nl>
parents: 70164
diff changeset
2114 @cindex Info links
68e63907ebfb (Plain lists): Added new item navigation commands.
Carsten Dominik <dominik@science.uva.nl>
parents: 70164
diff changeset
2115 @cindex elisp links
68e63907ebfb (Plain lists): Added new item navigation commands.
Carsten Dominik <dominik@science.uva.nl>
parents: 70164
diff changeset
2116
68e63907ebfb (Plain lists): Added new item navigation commands.
Carsten Dominik <dominik@science.uva.nl>
parents: 70164
diff changeset
2117 Org-mode supports links to files, websites, Usenet and email messages,
68e63907ebfb (Plain lists): Added new item navigation commands.
Carsten Dominik <dominik@science.uva.nl>
parents: 70164
diff changeset
2118 and BBDB database entries. External links are URL-like locators. They
68e63907ebfb (Plain lists): Added new item navigation commands.
Carsten Dominik <dominik@science.uva.nl>
parents: 70164
diff changeset
2119 start with a short identifying string followed by a colon. There can be
68e63907ebfb (Plain lists): Added new item navigation commands.
Carsten Dominik <dominik@science.uva.nl>
parents: 70164
diff changeset
2120 no space after the colon. The following list shows examples for each
68e63907ebfb (Plain lists): Added new item navigation commands.
Carsten Dominik <dominik@science.uva.nl>
parents: 70164
diff changeset
2121 link type.
58792
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
2122
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
2123 @example
70867
68e63907ebfb (Plain lists): Added new item navigation commands.
Carsten Dominik <dominik@science.uva.nl>
parents: 70164
diff changeset
2124 http://www.astro.uva.nl/~dominik @r{on the web}
68e63907ebfb (Plain lists): Added new item navigation commands.
Carsten Dominik <dominik@science.uva.nl>
parents: 70164
diff changeset
2125 file:/home/dominik/images/jupiter.jpg @r{file, absolute path}
68e63907ebfb (Plain lists): Added new item navigation commands.
Carsten Dominik <dominik@science.uva.nl>
parents: 70164
diff changeset
2126 file:papers/last.pdf @r{file, relative path}
68e63907ebfb (Plain lists): Added new item navigation commands.
Carsten Dominik <dominik@science.uva.nl>
parents: 70164
diff changeset
2127 news:comp.emacs @r{Usenet link}
68e63907ebfb (Plain lists): Added new item navigation commands.
Carsten Dominik <dominik@science.uva.nl>
parents: 70164
diff changeset
2128 mailto:adent@@galaxy.net @r{Mail link}
68e63907ebfb (Plain lists): Added new item navigation commands.
Carsten Dominik <dominik@science.uva.nl>
parents: 70164
diff changeset
2129 vm:folder @r{VM folder link}
68e63907ebfb (Plain lists): Added new item navigation commands.
Carsten Dominik <dominik@science.uva.nl>
parents: 70164
diff changeset
2130 vm:folder#id @r{VM message link}
68e63907ebfb (Plain lists): Added new item navigation commands.
Carsten Dominik <dominik@science.uva.nl>
parents: 70164
diff changeset
2131 vm://myself@@some.where.org/folder#id @r{VM on remote machine}
68e63907ebfb (Plain lists): Added new item navigation commands.
Carsten Dominik <dominik@science.uva.nl>
parents: 70164
diff changeset
2132 wl:folder @r{WANDERLUST folder link}
68e63907ebfb (Plain lists): Added new item navigation commands.
Carsten Dominik <dominik@science.uva.nl>
parents: 70164
diff changeset
2133 wl:folder#id @r{WANDERLUST message link}
68e63907ebfb (Plain lists): Added new item navigation commands.
Carsten Dominik <dominik@science.uva.nl>
parents: 70164
diff changeset
2134 mhe:folder @r{MH-E folder link}
68e63907ebfb (Plain lists): Added new item navigation commands.
Carsten Dominik <dominik@science.uva.nl>
parents: 70164
diff changeset
2135 mhe:folder#id @r{MH-E message link}
68e63907ebfb (Plain lists): Added new item navigation commands.
Carsten Dominik <dominik@science.uva.nl>
parents: 70164
diff changeset
2136 rmail:folder @r{RMAIL folder link}
68e63907ebfb (Plain lists): Added new item navigation commands.
Carsten Dominik <dominik@science.uva.nl>
parents: 70164
diff changeset
2137 rmail:folder#id @r{RMAIL message link}
68e63907ebfb (Plain lists): Added new item navigation commands.
Carsten Dominik <dominik@science.uva.nl>
parents: 70164
diff changeset
2138 gnus:group @r{GNUS group link}
68e63907ebfb (Plain lists): Added new item navigation commands.
Carsten Dominik <dominik@science.uva.nl>
parents: 70164
diff changeset
2139 gnus:group#id @r{GNUS article link}
68e63907ebfb (Plain lists): Added new item navigation commands.
Carsten Dominik <dominik@science.uva.nl>
parents: 70164
diff changeset
2140 bbdb:Richard Stallman @r{BBDB link}
68e63907ebfb (Plain lists): Added new item navigation commands.
Carsten Dominik <dominik@science.uva.nl>
parents: 70164
diff changeset
2141 shell:ls *.org @r{A shell command}
68e63907ebfb (Plain lists): Added new item navigation commands.
Carsten Dominik <dominik@science.uva.nl>
parents: 70164
diff changeset
2142 elisp:(find-file-other-frame "Elisp.org") @r{An elisp form to evaluate}
58792
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
2143 @end example
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
2144
69929
beebc22085fe (Link format): New section, emphasis on bracket links.
Carsten Dominik <dominik@science.uva.nl>
parents: 69891
diff changeset
2145 A link should be enclosed in double brackets and may contain a
beebc22085fe (Link format): New section, emphasis on bracket links.
Carsten Dominik <dominik@science.uva.nl>
parents: 69891
diff changeset
2146 descriptive text to be displayed instead of the url (@pxref{Link
beebc22085fe (Link format): New section, emphasis on bracket links.
Carsten Dominik <dominik@science.uva.nl>
parents: 69891
diff changeset
2147 format}), for example:
beebc22085fe (Link format): New section, emphasis on bracket links.
Carsten Dominik <dominik@science.uva.nl>
parents: 69891
diff changeset
2148
beebc22085fe (Link format): New section, emphasis on bracket links.
Carsten Dominik <dominik@science.uva.nl>
parents: 69891
diff changeset
2149 @example
beebc22085fe (Link format): New section, emphasis on bracket links.
Carsten Dominik <dominik@science.uva.nl>
parents: 69891
diff changeset
2150 [[http://www.gnu.org/software/emacs/][GNU Emacs]]
beebc22085fe (Link format): New section, emphasis on bracket links.
Carsten Dominik <dominik@science.uva.nl>
parents: 69891
diff changeset
2151 @end example
beebc22085fe (Link format): New section, emphasis on bracket links.
Carsten Dominik <dominik@science.uva.nl>
parents: 69891
diff changeset
2152
76138
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
2153 @noindent
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
2154 If the description is a file name or URL that points to an image, HTML
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
2155 export (@pxref{HTML export}) will inline the image as a clickable
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
2156 button. If there is no description at all and the link points to an
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
2157 image,
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
2158 that image will be inlined into the exported HTML file.
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
2159
69929
beebc22085fe (Link format): New section, emphasis on bracket links.
Carsten Dominik <dominik@science.uva.nl>
parents: 69891
diff changeset
2160 @cindex angular brackets, around links
beebc22085fe (Link format): New section, emphasis on bracket links.
Carsten Dominik <dominik@science.uva.nl>
parents: 69891
diff changeset
2161 @cindex plain text external links
beebc22085fe (Link format): New section, emphasis on bracket links.
Carsten Dominik <dominik@science.uva.nl>
parents: 69891
diff changeset
2162 Org-mode also finds external links in the normal text and activates them
beebc22085fe (Link format): New section, emphasis on bracket links.
Carsten Dominik <dominik@science.uva.nl>
parents: 69891
diff changeset
2163 as links. If spaces must be part of the link (for example in
76138
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
2164 @samp{bbdb:Richard Stallman}), or if you need to remove ambiguities
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
2165 about the end of the link, enclose them in angular brackets.
69929
beebc22085fe (Link format): New section, emphasis on bracket links.
Carsten Dominik <dominik@science.uva.nl>
parents: 69891
diff changeset
2166
73874
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
2167 @node Handling links, Link abbreviations, External links, Hyperlinks
70164
7ce8d4154af5 Many small fixes.
Carsten Dominik <dominik@science.uva.nl>
parents: 70133
diff changeset
2168 @section Handling links
73874
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
2169 @cindex links, handling
67344
22aa7225124f (TODO basics): Document the global todo list.
Carsten Dominik <dominik@science.uva.nl>
parents: 67219
diff changeset
2170
22aa7225124f (TODO basics): Document the global todo list.
Carsten Dominik <dominik@science.uva.nl>
parents: 67219
diff changeset
2171 Org-mode provides methods to create a link in the correct syntax, to
22aa7225124f (TODO basics): Document the global todo list.
Carsten Dominik <dominik@science.uva.nl>
parents: 67219
diff changeset
2172 insert it into an org-mode file, and to follow the link.
22aa7225124f (TODO basics): Document the global todo list.
Carsten Dominik <dominik@science.uva.nl>
parents: 67219
diff changeset
2173
58792
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
2174 @table @kbd
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
2175 @kindex C-c l
67344
22aa7225124f (TODO basics): Document the global todo list.
Carsten Dominik <dominik@science.uva.nl>
parents: 67219
diff changeset
2176 @cindex storing links
58792
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
2177 @item C-c l
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
2178 Store a link to the current location. This is a @emph{global} command
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
2179 which can be used in any buffer to create a link. The link will be
70164
7ce8d4154af5 Many small fixes.
Carsten Dominik <dominik@science.uva.nl>
parents: 70133
diff changeset
2180 stored for later insertion into an Org-mode buffer (see below). For
7ce8d4154af5 Many small fixes.
Carsten Dominik <dominik@science.uva.nl>
parents: 70133
diff changeset
2181 Org-mode files, if there is a @samp{<<target>>} at the cursor, the link
7ce8d4154af5 Many small fixes.
Carsten Dominik <dominik@science.uva.nl>
parents: 70133
diff changeset
2182 points to the target. Otherwise it points to the current headline. For
7ce8d4154af5 Many small fixes.
Carsten Dominik <dominik@science.uva.nl>
parents: 70133
diff changeset
2183 VM, RMAIL, WANDERLUST, MH-E, GNUS and BBDB buffers, the link will
70867
68e63907ebfb (Plain lists): Added new item navigation commands.
Carsten Dominik <dominik@science.uva.nl>
parents: 70164
diff changeset
2184 indicate the current article/entry. For W3 and W3M buffers, the link
70164
7ce8d4154af5 Many small fixes.
Carsten Dominik <dominik@science.uva.nl>
parents: 70133
diff changeset
2185 goes to the current URL. For any other files, the link will point to
70867
68e63907ebfb (Plain lists): Added new item navigation commands.
Carsten Dominik <dominik@science.uva.nl>
parents: 70164
diff changeset
2186 the file, with a search string (@pxref{Search options}) pointing to the
70164
7ce8d4154af5 Many small fixes.
Carsten Dominik <dominik@science.uva.nl>
parents: 70133
diff changeset
2187 contents of the current line. If there is an active region, the
70867
68e63907ebfb (Plain lists): Added new item navigation commands.
Carsten Dominik <dominik@science.uva.nl>
parents: 70164
diff changeset
2188 selected words will form the basis of the search string. If the
68e63907ebfb (Plain lists): Added new item navigation commands.
Carsten Dominik <dominik@science.uva.nl>
parents: 70164
diff changeset
2189 automatically created link is not working correctly or accurately
68e63907ebfb (Plain lists): Added new item navigation commands.
Carsten Dominik <dominik@science.uva.nl>
parents: 70164
diff changeset
2190 enough, you can write custom functions to select the search string and
68e63907ebfb (Plain lists): Added new item navigation commands.
Carsten Dominik <dominik@science.uva.nl>
parents: 70164
diff changeset
2191 to do the search for particular file types - see @ref{Custom searches}.
71450
93e8ae57983b (Embedded LaTeX): New chapter.
Carsten Dominik <dominik@science.uva.nl>
parents: 71386
diff changeset
2192 The key binding @kbd{C-c l} is only a suggestion - see @ref{Installation}.
81167
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
2193 @c
58792
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
2194 @kindex C-c C-l
67613
eab2494a32d7 *** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents: 67604
diff changeset
2195 @cindex link completion
63833
addf44674c32 Version 3.12
Carsten Dominik <dominik@science.uva.nl>
parents: 63672
diff changeset
2196 @cindex completion, of links
67613
eab2494a32d7 *** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents: 67604
diff changeset
2197 @cindex inserting links
58792
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
2198 @item C-c C-l
69929
beebc22085fe (Link format): New section, emphasis on bracket links.
Carsten Dominik <dominik@science.uva.nl>
parents: 69891
diff changeset
2199 Insert a link. This prompts for a link to be inserted into the buffer.
beebc22085fe (Link format): New section, emphasis on bracket links.
Carsten Dominik <dominik@science.uva.nl>
parents: 69891
diff changeset
2200 You can just type a link, using text for an internal link, or one of the
76138
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
2201 link type prefixes mentioned in the examples above. All links stored
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
2202 during the current session are part of the history for this prompt, so
81167
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
2203 you can access them with @key{up} and @key{down}. Completion, on the
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
2204 other hand, will help you to insert valid link prefixes like
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
2205 @samp{http:} or @samp{ftp:}, including the prefixes defined through link
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
2206 abbreviations (@pxref{Link abbreviations}). The link will be inserted
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
2207 into the buffer@footnote{After insertion of a stored link, the link will
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
2208 be removed from the list of stored links. To keep it in the list later
71386
0b2c58e8821c (Publishing links): Document the
Carsten Dominik <dominik@science.uva.nl>
parents: 71312
diff changeset
2209 use, use a triple @kbd{C-u} prefix to @kbd{C-c C-l}, or configure the
81167
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
2210 option @code{org-keep-stored-link-after-insertion}.}, along with a
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
2211 descriptive text. If some text was selected when this command is
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
2212 called, the selected text becomes the default description.@* Note that
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
2213 you don't have to use this command to insert a link. Links in Org-mode
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
2214 are plain text, and you can type or paste them straight into the buffer.
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
2215 By using this command, the links are automatically enclosed in double
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
2216 brackets, and you will be asked for the optional descriptive text.
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
2217 @c
76138
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
2218 @c If the link is a @samp{file:} link and
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
2219 @c the linked file is located in the same directory as the current file or
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
2220 @c a subdirectory of it, the path of the file will be inserted relative to
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
2221 @c the current directory.
81167
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
2222 @c
69929
beebc22085fe (Link format): New section, emphasis on bracket links.
Carsten Dominik <dominik@science.uva.nl>
parents: 69891
diff changeset
2223 @kindex C-u C-c C-l
beebc22085fe (Link format): New section, emphasis on bracket links.
Carsten Dominik <dominik@science.uva.nl>
parents: 69891
diff changeset
2224 @cindex file name completion
beebc22085fe (Link format): New section, emphasis on bracket links.
Carsten Dominik <dominik@science.uva.nl>
parents: 69891
diff changeset
2225 @cindex completion, of file names
beebc22085fe (Link format): New section, emphasis on bracket links.
Carsten Dominik <dominik@science.uva.nl>
parents: 69891
diff changeset
2226 @item C-u C-c C-l
beebc22085fe (Link format): New section, emphasis on bracket links.
Carsten Dominik <dominik@science.uva.nl>
parents: 69891
diff changeset
2227 When @kbd{C-c C-l} is called with a @kbd{C-u} prefix argument, a link to
beebc22085fe (Link format): New section, emphasis on bracket links.
Carsten Dominik <dominik@science.uva.nl>
parents: 69891
diff changeset
2228 a file will be inserted and you may use file name completion to select
beebc22085fe (Link format): New section, emphasis on bracket links.
Carsten Dominik <dominik@science.uva.nl>
parents: 69891
diff changeset
2229 the name of the file. The path to the file is inserted relative to the
beebc22085fe (Link format): New section, emphasis on bracket links.
Carsten Dominik <dominik@science.uva.nl>
parents: 69891
diff changeset
2230 directory of the current org file, if the linked file is in the current
70133
36d1ec75581c * org.texi: (Time stamps): Better explanation of the purpose of
Carsten Dominik <dominik@science.uva.nl>
parents: 70065
diff changeset
2231 directory or in a subdirectory of it, or if the path is written relative
36d1ec75581c * org.texi: (Time stamps): Better explanation of the purpose of
Carsten Dominik <dominik@science.uva.nl>
parents: 70065
diff changeset
2232 to the current directory using @samp{../}. Otherwise an absolute path
36d1ec75581c * org.texi: (Time stamps): Better explanation of the purpose of
Carsten Dominik <dominik@science.uva.nl>
parents: 70065
diff changeset
2233 is used, if possible with @samp{~/} for your home directory. You can
36d1ec75581c * org.texi: (Time stamps): Better explanation of the purpose of
Carsten Dominik <dominik@science.uva.nl>
parents: 70065
diff changeset
2234 force an absolute path with two @kbd{C-u} prefixes.
81167
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
2235 @c
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
2236 @item C-c C-l @r{(with cursor on existing link)}
70867
68e63907ebfb (Plain lists): Added new item navigation commands.
Carsten Dominik <dominik@science.uva.nl>
parents: 70164
diff changeset
2237 When the cursor is on an existing link, @kbd{C-c C-l} allows you to edit the
69929
beebc22085fe (Link format): New section, emphasis on bracket links.
Carsten Dominik <dominik@science.uva.nl>
parents: 69891
diff changeset
2238 link and description parts of the link.
81167
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
2239 @c
67613
eab2494a32d7 *** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents: 67604
diff changeset
2240 @cindex following links
58792
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
2241 @kindex C-c C-o
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
2242 @item C-c C-o
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
2243 Open link at point. This will launch a web browser for URLs (using
69929
beebc22085fe (Link format): New section, emphasis on bracket links.
Carsten Dominik <dominik@science.uva.nl>
parents: 69891
diff changeset
2244 @command{browse-url-at-point}), run vm/mh-e/wanderlust/rmail/gnus/bbdb
beebc22085fe (Link format): New section, emphasis on bracket links.
Carsten Dominik <dominik@science.uva.nl>
parents: 69891
diff changeset
2245 for the corresponding links, and execute the command in a shell link.
beebc22085fe (Link format): New section, emphasis on bracket links.
Carsten Dominik <dominik@science.uva.nl>
parents: 69891
diff changeset
2246 When the cursor is on an internal link, this commands runs the
70867
68e63907ebfb (Plain lists): Added new item navigation commands.
Carsten Dominik <dominik@science.uva.nl>
parents: 70164
diff changeset
2247 corresponding search. When the cursor is on a TAG list in a headline,
69929
beebc22085fe (Link format): New section, emphasis on bracket links.
Carsten Dominik <dominik@science.uva.nl>
parents: 69891
diff changeset
2248 it creates the corresponding TAGS view. If the cursor is on a time
beebc22085fe (Link format): New section, emphasis on bracket links.
Carsten Dominik <dominik@science.uva.nl>
parents: 69891
diff changeset
2249 stamp, it compiles the agenda for that date. Furthermore, it will visit
71450
93e8ae57983b (Embedded LaTeX): New chapter.
Carsten Dominik <dominik@science.uva.nl>
parents: 71386
diff changeset
2250 text and remote files in @samp{file:} links with Emacs and select a
93e8ae57983b (Embedded LaTeX): New chapter.
Carsten Dominik <dominik@science.uva.nl>
parents: 71386
diff changeset
2251 suitable application for local non-text files. Classification of files
93e8ae57983b (Embedded LaTeX): New chapter.
Carsten Dominik <dominik@science.uva.nl>
parents: 71386
diff changeset
2252 is based on file extension only. See option @code{org-file-apps}. If
93e8ae57983b (Embedded LaTeX): New chapter.
Carsten Dominik <dominik@science.uva.nl>
parents: 71386
diff changeset
2253 you want to override the default application and visit the file with
93e8ae57983b (Embedded LaTeX): New chapter.
Carsten Dominik <dominik@science.uva.nl>
parents: 71386
diff changeset
2254 Emacs, use a @kbd{C-u} prefix.
81167
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
2255 @c
58792
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
2256 @kindex mouse-2
69225
a2d5fbc00b3e (Interaction): Added item about `org-mouse.el' by Piotr
Carsten Dominik <dominik@science.uva.nl>
parents: 69117
diff changeset
2257 @kindex mouse-1
58792
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
2258 @item mouse-2
69225
a2d5fbc00b3e (Interaction): Added item about `org-mouse.el' by Piotr
Carsten Dominik <dominik@science.uva.nl>
parents: 69117
diff changeset
2259 @itemx mouse-1
70867
68e63907ebfb (Plain lists): Added new item navigation commands.
Carsten Dominik <dominik@science.uva.nl>
parents: 70164
diff changeset
2260 On links, @kbd{mouse-2} will open the link just as @kbd{C-c C-o}
69225
a2d5fbc00b3e (Interaction): Added item about `org-mouse.el' by Piotr
Carsten Dominik <dominik@science.uva.nl>
parents: 69117
diff changeset
2261 would. Under Emacs 22, also @kbd{mouse-1} will follow a link.
81167
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
2262 @c
58792
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
2263 @kindex mouse-3
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
2264 @item mouse-3
73874
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
2265 Like @kbd{mouse-2}, but force file links to be opened with Emacs, and
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
2266 internal links to be displayed in another window@footnote{See the
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
2267 variable @code{org-display-internal-link-with-indirect-buffer}}.
81167
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
2268 @c
69090
66a57755230b * org.texi (Internal Links): Rewritten to cover the modified
Carsten Dominik <dominik@science.uva.nl>
parents: 68639
diff changeset
2269 @cindex mark ring
66a57755230b * org.texi (Internal Links): Rewritten to cover the modified
Carsten Dominik <dominik@science.uva.nl>
parents: 68639
diff changeset
2270 @kindex C-c %
66a57755230b * org.texi (Internal Links): Rewritten to cover the modified
Carsten Dominik <dominik@science.uva.nl>
parents: 68639
diff changeset
2271 @item C-c %
66a57755230b * org.texi (Internal Links): Rewritten to cover the modified
Carsten Dominik <dominik@science.uva.nl>
parents: 68639
diff changeset
2272 Push the current position onto the mark ring, to be able to return
66a57755230b * org.texi (Internal Links): Rewritten to cover the modified
Carsten Dominik <dominik@science.uva.nl>
parents: 68639
diff changeset
2273 easily. Commands following an internal link do this automatically.
81167
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
2274 @c
69090
66a57755230b * org.texi (Internal Links): Rewritten to cover the modified
Carsten Dominik <dominik@science.uva.nl>
parents: 68639
diff changeset
2275 @cindex links, returning to
66a57755230b * org.texi (Internal Links): Rewritten to cover the modified
Carsten Dominik <dominik@science.uva.nl>
parents: 68639
diff changeset
2276 @kindex C-c &
66a57755230b * org.texi (Internal Links): Rewritten to cover the modified
Carsten Dominik <dominik@science.uva.nl>
parents: 68639
diff changeset
2277 @item C-c &
66a57755230b * org.texi (Internal Links): Rewritten to cover the modified
Carsten Dominik <dominik@science.uva.nl>
parents: 68639
diff changeset
2278 Jump back to a recorded position. A position is recorded by the
66a57755230b * org.texi (Internal Links): Rewritten to cover the modified
Carsten Dominik <dominik@science.uva.nl>
parents: 68639
diff changeset
2279 commands following internal links, and by @kbd{C-c %}. Using this
66a57755230b * org.texi (Internal Links): Rewritten to cover the modified
Carsten Dominik <dominik@science.uva.nl>
parents: 68639
diff changeset
2280 command several times in direct succession moves through a ring of
66a57755230b * org.texi (Internal Links): Rewritten to cover the modified
Carsten Dominik <dominik@science.uva.nl>
parents: 68639
diff changeset
2281 previously recorded positions.
81167
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
2282 @c
76138
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
2283 @kindex C-c C-x C-n
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
2284 @kindex C-c C-x C-p
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
2285 @cindex links, finding next/previous
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
2286 @item C-c C-x C-n
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
2287 @itemx C-c C-x C-p
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
2288 Move forward/backward to the next link in the buffer. At the limit of
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
2289 the buffer, the search fails once, and then wraps around. The key
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
2290 bindings for this are really too long, you might want to bind this also
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
2291 to @kbd{C-n} and @kbd{C-p}
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
2292 @lisp
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
2293 (add-hook 'org-load-hook
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
2294 (lambda ()
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
2295 (define-key 'org-mode-map "\C-n" 'org-next-link)
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
2296 (define-key 'org-mode-map "\C-p" 'org-previous-link)))
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
2297 @end lisp
58792
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
2298 @end table
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
2299
73874
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
2300 @node Link abbreviations, Search options, Handling links, Hyperlinks
76138
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
2301 @section Link abbreviations
73874
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
2302 @cindex link abbreviations
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
2303 @cindex abbreviation, links
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
2304
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
2305 Long URLs can be cumbersome to type, and often many similar links are
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
2306 needed in a document. For this you can use link abbreviations. An
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
2307 abbreviated link looks like this
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
2308
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
2309 @example
76138
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
2310 [[linkword:tag][description]]
73874
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
2311 @end example
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
2312
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
2313 @noindent
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
2314 where the tag is optional. Such abbreviations are resolved according to
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
2315 the information in the variable @code{org-link-abbrev-alist} that
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
2316 relates the linkwords to replacement text. Here is an example:
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
2317
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
2318 @lisp
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
2319 @group
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
2320 (setq org-link-abbrev-alist
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
2321 '(("bugzilla" . "http://10.1.2.9/bugzilla/show_bug.cgi?id=")
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
2322 ("google" . "http://www.google.com/search?q=")
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
2323 ("ads" . "http://adsabs.harvard.edu/cgi-bin/
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
2324 nph-abs_connect?author=%s&db_key=AST")))
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
2325 @end group
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
2326 @end lisp
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
2327
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
2328 If the replacement text contains the string @samp{%s}, it will be
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
2329 replaced with the tag. Otherwise the tag will be appended to the string
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
2330 in order to create the link. You may also specify a function that will
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
2331 be called with the tag as the only argument to create the link.
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
2332
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
2333 With the above setting, you could link to a specific bug with
76138
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
2334 @code{[[bugzilla:129]]}, search the web for @samp{OrgMode} with
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
2335 @code{[[google:OrgMode]]} and find out what the Org-mode author is
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
2336 doing besides Emacs hacking with @code{[[ads:Dominik,C]]}.
73874
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
2337
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
2338 If you need special abbreviations just for a single Org-mode buffer, you
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
2339 can define them in the file with
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
2340
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
2341 @example
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
2342 #+LINK: bugzilla http://10.1.2.9/bugzilla/show_bug.cgi?id=
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
2343 #+LINK: google http://www.google.com/search?q=%s
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
2344 @end example
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
2345
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
2346 @noindent
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
2347 In-buffer completion @pxref{Completion} can be used after @samp{[} to
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
2348 complete link abbreviations.
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
2349
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
2350 @node Search options, Custom searches, Link abbreviations, Hyperlinks
67344
22aa7225124f (TODO basics): Document the global todo list.
Carsten Dominik <dominik@science.uva.nl>
parents: 67219
diff changeset
2351 @section Search options in file links
67613
eab2494a32d7 *** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents: 67604
diff changeset
2352 @cindex search option in file links
eab2494a32d7 *** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents: 67604
diff changeset
2353 @cindex file links, searching
67344
22aa7225124f (TODO basics): Document the global todo list.
Carsten Dominik <dominik@science.uva.nl>
parents: 67219
diff changeset
2354
22aa7225124f (TODO basics): Document the global todo list.
Carsten Dominik <dominik@science.uva.nl>
parents: 67219
diff changeset
2355 File links can contain additional information to make Emacs jump to a
22aa7225124f (TODO basics): Document the global todo list.
Carsten Dominik <dominik@science.uva.nl>
parents: 67219
diff changeset
2356 particular location in the file when following a link. This can be a
22aa7225124f (TODO basics): Document the global todo list.
Carsten Dominik <dominik@science.uva.nl>
parents: 67219
diff changeset
2357 line number or a search option after a double@footnote{For backward
70867
68e63907ebfb (Plain lists): Added new item navigation commands.
Carsten Dominik <dominik@science.uva.nl>
parents: 70164
diff changeset
2358 compatibility, line numbers can also follow a single colon.} colon. For
68e63907ebfb (Plain lists): Added new item navigation commands.
Carsten Dominik <dominik@science.uva.nl>
parents: 70164
diff changeset
2359 example, when the command @kbd{C-c l} creates a link (@pxref{Handling
68e63907ebfb (Plain lists): Added new item navigation commands.
Carsten Dominik <dominik@science.uva.nl>
parents: 70164
diff changeset
2360 links}) to a file, it encodes the words in the current line as a search
68e63907ebfb (Plain lists): Added new item navigation commands.
Carsten Dominik <dominik@science.uva.nl>
parents: 70164
diff changeset
2361 string that can be used to find this line back later when following the
68e63907ebfb (Plain lists): Added new item navigation commands.
Carsten Dominik <dominik@science.uva.nl>
parents: 70164
diff changeset
2362 link with @kbd{C-c C-o}.
68e63907ebfb (Plain lists): Added new item navigation commands.
Carsten Dominik <dominik@science.uva.nl>
parents: 70164
diff changeset
2363
68e63907ebfb (Plain lists): Added new item navigation commands.
Carsten Dominik <dominik@science.uva.nl>
parents: 70164
diff changeset
2364 Here is the syntax of the different ways to attach a search to a file
68e63907ebfb (Plain lists): Added new item navigation commands.
Carsten Dominik <dominik@science.uva.nl>
parents: 70164
diff changeset
2365 link, together with an explanation:
69929
beebc22085fe (Link format): New section, emphasis on bracket links.
Carsten Dominik <dominik@science.uva.nl>
parents: 69891
diff changeset
2366
67344
22aa7225124f (TODO basics): Document the global todo list.
Carsten Dominik <dominik@science.uva.nl>
parents: 67219
diff changeset
2367 @example
69929
beebc22085fe (Link format): New section, emphasis on bracket links.
Carsten Dominik <dominik@science.uva.nl>
parents: 69891
diff changeset
2368 [[file:~/code/main.c::255]]
beebc22085fe (Link format): New section, emphasis on bracket links.
Carsten Dominik <dominik@science.uva.nl>
parents: 69891
diff changeset
2369 [[file:~/xx.org::My Target]]
beebc22085fe (Link format): New section, emphasis on bracket links.
Carsten Dominik <dominik@science.uva.nl>
parents: 69891
diff changeset
2370 [[file:~/xx.org::*My Target]]
beebc22085fe (Link format): New section, emphasis on bracket links.
Carsten Dominik <dominik@science.uva.nl>
parents: 69891
diff changeset
2371 [[file:~/xx.org::/regexp/]]
67344
22aa7225124f (TODO basics): Document the global todo list.
Carsten Dominik <dominik@science.uva.nl>
parents: 67219
diff changeset
2372 @end example
69929
beebc22085fe (Link format): New section, emphasis on bracket links.
Carsten Dominik <dominik@science.uva.nl>
parents: 69891
diff changeset
2373
67344
22aa7225124f (TODO basics): Document the global todo list.
Carsten Dominik <dominik@science.uva.nl>
parents: 67219
diff changeset
2374 @table @code
22aa7225124f (TODO basics): Document the global todo list.
Carsten Dominik <dominik@science.uva.nl>
parents: 67219
diff changeset
2375 @item 255
22aa7225124f (TODO basics): Document the global todo list.
Carsten Dominik <dominik@science.uva.nl>
parents: 67219
diff changeset
2376 Jump to line 255.
69090
66a57755230b * org.texi (Internal Links): Rewritten to cover the modified
Carsten Dominik <dominik@science.uva.nl>
parents: 68639
diff changeset
2377 @item My Target
66a57755230b * org.texi (Internal Links): Rewritten to cover the modified
Carsten Dominik <dominik@science.uva.nl>
parents: 68639
diff changeset
2378 Search for a link target @samp{<<My Target>>}, or do a text search for
66a57755230b * org.texi (Internal Links): Rewritten to cover the modified
Carsten Dominik <dominik@science.uva.nl>
parents: 68639
diff changeset
2379 @samp{my target}, similar to the search in internal links, see
70133
36d1ec75581c * org.texi: (Time stamps): Better explanation of the purpose of
Carsten Dominik <dominik@science.uva.nl>
parents: 70065
diff changeset
2380 @ref{Internal links}. In HTML export (@pxref{HTML export}), such a file
70867
68e63907ebfb (Plain lists): Added new item navigation commands.
Carsten Dominik <dominik@science.uva.nl>
parents: 70164
diff changeset
2381 link will become an HTML reference to the corresponding named anchor in
70133
36d1ec75581c * org.texi: (Time stamps): Better explanation of the purpose of
Carsten Dominik <dominik@science.uva.nl>
parents: 70065
diff changeset
2382 the linked file.
69090
66a57755230b * org.texi (Internal Links): Rewritten to cover the modified
Carsten Dominik <dominik@science.uva.nl>
parents: 68639
diff changeset
2383 @item *My Target
66a57755230b * org.texi (Internal Links): Rewritten to cover the modified
Carsten Dominik <dominik@science.uva.nl>
parents: 68639
diff changeset
2384 In an Org-mode file, restrict search to headlines.
67344
22aa7225124f (TODO basics): Document the global todo list.
Carsten Dominik <dominik@science.uva.nl>
parents: 67219
diff changeset
2385 @item /regexp/
22aa7225124f (TODO basics): Document the global todo list.
Carsten Dominik <dominik@science.uva.nl>
parents: 67219
diff changeset
2386 Do a regular expression search for @code{regexp}. This uses the Emacs
22aa7225124f (TODO basics): Document the global todo list.
Carsten Dominik <dominik@science.uva.nl>
parents: 67219
diff changeset
2387 command @code{occur} to list all matches in a separate window. If the
22aa7225124f (TODO basics): Document the global todo list.
Carsten Dominik <dominik@science.uva.nl>
parents: 67219
diff changeset
2388 target file is in Org-mode, @code{org-occur} is used to create a
22aa7225124f (TODO basics): Document the global todo list.
Carsten Dominik <dominik@science.uva.nl>
parents: 67219
diff changeset
2389 sparse tree with the matches.
22aa7225124f (TODO basics): Document the global todo list.
Carsten Dominik <dominik@science.uva.nl>
parents: 67219
diff changeset
2390 @c If the target file is a directory,
22aa7225124f (TODO basics): Document the global todo list.
Carsten Dominik <dominik@science.uva.nl>
parents: 67219
diff changeset
2391 @c @code{grep} will be used to search all files in the directory.
22aa7225124f (TODO basics): Document the global todo list.
Carsten Dominik <dominik@science.uva.nl>
parents: 67219
diff changeset
2392 @end table
22aa7225124f (TODO basics): Document the global todo list.
Carsten Dominik <dominik@science.uva.nl>
parents: 67219
diff changeset
2393
69090
66a57755230b * org.texi (Internal Links): Rewritten to cover the modified
Carsten Dominik <dominik@science.uva.nl>
parents: 68639
diff changeset
2394 As a degenerate case, a file link with an empty file name can be used
76138
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
2395 to search the current file. For example, @code{[[file:::find me]]} does
70867
68e63907ebfb (Plain lists): Added new item navigation commands.
Carsten Dominik <dominik@science.uva.nl>
parents: 70164
diff changeset
2396 a search for @samp{find me} in the current file, just as
69090
66a57755230b * org.texi (Internal Links): Rewritten to cover the modified
Carsten Dominik <dominik@science.uva.nl>
parents: 68639
diff changeset
2397 @samp{[[find me]]} would.
67344
22aa7225124f (TODO basics): Document the global todo list.
Carsten Dominik <dominik@science.uva.nl>
parents: 67219
diff changeset
2398
70867
68e63907ebfb (Plain lists): Added new item navigation commands.
Carsten Dominik <dominik@science.uva.nl>
parents: 70164
diff changeset
2399 @node Custom searches, Remember, Search options, Hyperlinks
68e63907ebfb (Plain lists): Added new item navigation commands.
Carsten Dominik <dominik@science.uva.nl>
parents: 70164
diff changeset
2400 @section Custom Searches
68e63907ebfb (Plain lists): Added new item navigation commands.
Carsten Dominik <dominik@science.uva.nl>
parents: 70164
diff changeset
2401 @cindex custom search strings
73874
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
2402 @cindex search strings, custom
70867
68e63907ebfb (Plain lists): Added new item navigation commands.
Carsten Dominik <dominik@science.uva.nl>
parents: 70164
diff changeset
2403
68e63907ebfb (Plain lists): Added new item navigation commands.
Carsten Dominik <dominik@science.uva.nl>
parents: 70164
diff changeset
2404 The default mechanism for creating search strings and for doing the
68e63907ebfb (Plain lists): Added new item navigation commands.
Carsten Dominik <dominik@science.uva.nl>
parents: 70164
diff changeset
2405 actual search related to a file link may not work correctly in all
68e63907ebfb (Plain lists): Added new item navigation commands.
Carsten Dominik <dominik@science.uva.nl>
parents: 70164
diff changeset
2406 cases. For example, BibTeX database files have many entries like
68e63907ebfb (Plain lists): Added new item navigation commands.
Carsten Dominik <dominik@science.uva.nl>
parents: 70164
diff changeset
2407 @samp{year="1993"} which would not result in good search strings,
68e63907ebfb (Plain lists): Added new item navigation commands.
Carsten Dominik <dominik@science.uva.nl>
parents: 70164
diff changeset
2408 because the only unique identification for a BibTeX entry is the
68e63907ebfb (Plain lists): Added new item navigation commands.
Carsten Dominik <dominik@science.uva.nl>
parents: 70164
diff changeset
2409 citation key.
68e63907ebfb (Plain lists): Added new item navigation commands.
Carsten Dominik <dominik@science.uva.nl>
parents: 70164
diff changeset
2410
68e63907ebfb (Plain lists): Added new item navigation commands.
Carsten Dominik <dominik@science.uva.nl>
parents: 70164
diff changeset
2411 If you come across such a problem, you can write custom functions to set
68e63907ebfb (Plain lists): Added new item navigation commands.
Carsten Dominik <dominik@science.uva.nl>
parents: 70164
diff changeset
2412 the right search string for a particular file type, and to do the search
68e63907ebfb (Plain lists): Added new item navigation commands.
Carsten Dominik <dominik@science.uva.nl>
parents: 70164
diff changeset
2413 for the string in the file. Using @code{add-hook}, these functions need
68e63907ebfb (Plain lists): Added new item navigation commands.
Carsten Dominik <dominik@science.uva.nl>
parents: 70164
diff changeset
2414 to be added to the hook variables
68e63907ebfb (Plain lists): Added new item navigation commands.
Carsten Dominik <dominik@science.uva.nl>
parents: 70164
diff changeset
2415 @code{org-create-file-search-functions} and
68e63907ebfb (Plain lists): Added new item navigation commands.
Carsten Dominik <dominik@science.uva.nl>
parents: 70164
diff changeset
2416 @code{org-execute-file-search-functions}. See the docstring for these
68e63907ebfb (Plain lists): Added new item navigation commands.
Carsten Dominik <dominik@science.uva.nl>
parents: 70164
diff changeset
2417 variables for more information. Org-mode actually uses this mechanism
68e63907ebfb (Plain lists): Added new item navigation commands.
Carsten Dominik <dominik@science.uva.nl>
parents: 70164
diff changeset
2418 for Bib@TeX{} database files, and you can use the corresponding code as
68e63907ebfb (Plain lists): Added new item navigation commands.
Carsten Dominik <dominik@science.uva.nl>
parents: 70164
diff changeset
2419 an implementation example. Search for @samp{BibTeX links} in the source
68e63907ebfb (Plain lists): Added new item navigation commands.
Carsten Dominik <dominik@science.uva.nl>
parents: 70164
diff changeset
2420 file.
68e63907ebfb (Plain lists): Added new item navigation commands.
Carsten Dominik <dominik@science.uva.nl>
parents: 70164
diff changeset
2421
68e63907ebfb (Plain lists): Added new item navigation commands.
Carsten Dominik <dominik@science.uva.nl>
parents: 70164
diff changeset
2422
68e63907ebfb (Plain lists): Added new item navigation commands.
Carsten Dominik <dominik@science.uva.nl>
parents: 70164
diff changeset
2423 @node Remember, , Custom searches, Hyperlinks
58792
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
2424 @section Remember
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
2425 @cindex @file{remember.el}
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
2426
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
2427 Another way to create org entries with links to other files is through
76138
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
2428 the @i{remember} package by John Wiegley. @i{Remember} lets you store
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
2429 quick notes with little interruption of your work flow. See
58792
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
2430 @uref{http://www.emacswiki.org/cgi-bin/wiki/RememberMode} for more
76138
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
2431 information. The notes produced by @i{Remember} can be stored in
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
2432 different ways, and Org-mode files are a good target. Org-mode
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
2433 significantly expands the possibilities of @i{remember}: You may define
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
2434 templates for different note types, and to associate target files and
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
2435 headlines with specific templates. It also allows you to select the
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
2436 location where a note should be stored interactively, on the fly.
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
2437
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
2438 @menu
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
2439 * Setting up remember:: Some code for .emacs to get things going
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
2440 * Remember templates:: Define the outline of different note types
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
2441 * Storing notes:: Directly get the note to where it belongs
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
2442 @end menu
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
2443
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
2444 @node Setting up remember, Remember templates, Remember, Remember
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
2445 @subsection Setting up remember
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
2446
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
2447 The following customization will tell @i{remember} to use org files as
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
2448 target, and to create annotations compatible with Org-mode links.
64517
098497d516e8 Version 3.14
Carsten Dominik <dominik@science.uva.nl>
parents: 64460
diff changeset
2449
58792
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
2450 @example
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
2451 (setq org-directory "~/path/to/my/orgfiles/")
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
2452 (setq org-default-notes-file "~/.notes")
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
2453 (setq remember-annotation-functions '(org-remember-annotation))
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
2454 (setq remember-handler-functions '(org-remember-handler))
69929
beebc22085fe (Link format): New section, emphasis on bracket links.
Carsten Dominik <dominik@science.uva.nl>
parents: 69891
diff changeset
2455 (add-hook 'remember-mode-hook 'org-remember-apply-template)
58792
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
2456 @end example
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
2457
76138
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
2458 @node Remember templates, Storing notes, Setting up remember, Remember
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
2459 @subsection Remember templates
69929
beebc22085fe (Link format): New section, emphasis on bracket links.
Carsten Dominik <dominik@science.uva.nl>
parents: 69891
diff changeset
2460 @cindex templates, for remember
76138
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
2461
69929
beebc22085fe (Link format): New section, emphasis on bracket links.
Carsten Dominik <dominik@science.uva.nl>
parents: 69891
diff changeset
2462 In combination with Org-mode, you can use templates to generate
76138
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
2463 different types of @i{remember} notes. For example, if you would like
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
2464 to use one template to create general TODO entries, another one for
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
2465 journal entries, and a third one for collecting random ideas, you could
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
2466 use:
69929
beebc22085fe (Link format): New section, emphasis on bracket links.
Carsten Dominik <dominik@science.uva.nl>
parents: 69891
diff changeset
2467
beebc22085fe (Link format): New section, emphasis on bracket links.
Carsten Dominik <dominik@science.uva.nl>
parents: 69891
diff changeset
2468 @example
beebc22085fe (Link format): New section, emphasis on bracket links.
Carsten Dominik <dominik@science.uva.nl>
parents: 69891
diff changeset
2469 (setq org-remember-templates
76138
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
2470 '((?t "* TODO %?\n %i\n %a" "~/org/TODO.org")
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
2471 (?j "* %U %?\n\n %i\n %a" "~/org/JOURNAL.org")
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
2472 (?i "* %^@{Title@}\n %i\n %a" "~/org/JOURNAL.org" "New Ideas")))
69929
beebc22085fe (Link format): New section, emphasis on bracket links.
Carsten Dominik <dominik@science.uva.nl>
parents: 69891
diff changeset
2473 @end example
beebc22085fe (Link format): New section, emphasis on bracket links.
Carsten Dominik <dominik@science.uva.nl>
parents: 69891
diff changeset
2474
beebc22085fe (Link format): New section, emphasis on bracket links.
Carsten Dominik <dominik@science.uva.nl>
parents: 69891
diff changeset
2475 @noindent In these entries, the character specifies how to select the
76138
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
2476 template. The first string specifies the template. Two more (optional)
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
2477 strings give the file in which, and the headline under which the new
81167
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
2478 note should be stored. The file defaults (if not present or @code{nil})
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
2479 to @code{org-default-notes-file}, the heading to
76138
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
2480 @code{org-remember-default-headline}. Both defaults help to get to the
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
2481 storing location quickly, but you can change the location interactively
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
2482 while storing the note.
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
2483
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
2484 When you call @kbd{M-x remember} (or @kbd{M-x org-remember}) to remember
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
2485 something, org will prompt for a key to select the template (if you have
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
2486 more than one template) and then prepare the buffer like
69929
beebc22085fe (Link format): New section, emphasis on bracket links.
Carsten Dominik <dominik@science.uva.nl>
parents: 69891
diff changeset
2487 @example
beebc22085fe (Link format): New section, emphasis on bracket links.
Carsten Dominik <dominik@science.uva.nl>
parents: 69891
diff changeset
2488 * TODO
76138
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
2489 [[file:link to where you called remember]]
69929
beebc22085fe (Link format): New section, emphasis on bracket links.
Carsten Dominik <dominik@science.uva.nl>
parents: 69891
diff changeset
2490 @end example
beebc22085fe (Link format): New section, emphasis on bracket links.
Carsten Dominik <dominik@science.uva.nl>
parents: 69891
diff changeset
2491
beebc22085fe (Link format): New section, emphasis on bracket links.
Carsten Dominik <dominik@science.uva.nl>
parents: 69891
diff changeset
2492 @noindent or
beebc22085fe (Link format): New section, emphasis on bracket links.
Carsten Dominik <dominik@science.uva.nl>
parents: 69891
diff changeset
2493
beebc22085fe (Link format): New section, emphasis on bracket links.
Carsten Dominik <dominik@science.uva.nl>
parents: 69891
diff changeset
2494 @example
beebc22085fe (Link format): New section, emphasis on bracket links.
Carsten Dominik <dominik@science.uva.nl>
parents: 69891
diff changeset
2495 * [2006-03-21 Tue 15:37]
beebc22085fe (Link format): New section, emphasis on bracket links.
Carsten Dominik <dominik@science.uva.nl>
parents: 69891
diff changeset
2496
76138
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
2497 [[file:link to where you called remember]]
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
2498 @end example
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
2499
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
2500 @noindent
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
2501 During expansion of the template, special @kbd{%}-escapes allow dynamic
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
2502 insertion of content:
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
2503 @example
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
2504 %^@{prompt@} @r{prompt the user for a string and replace this sequence with it.}
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
2505 %t @r{time stamp, date only}
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
2506 %T @r{time stamp with date and time}
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
2507 %u, %U @r{like the above, but inactive time stamps}
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
2508 %^t @r{like @code{%t}, but prompt for date. Similarly @code{%^T}, @code{%^u}, @code{%^U}}
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
2509 @r{You may define a prompt like @code{%^@{Birthday@}t}}
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
2510 %n @r{user name (taken from @code{user-full-name})}
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
2511 %a @r{annotation, normally the link created with @code{org-store-link}}
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
2512 %i @r{initial content, the region when remember is called with C-u.}
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
2513 @r{The entire text will be indented like @code{%i} itself.}
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
2514 %:keyword @r{specific information for certain link types, see below}
69929
beebc22085fe (Link format): New section, emphasis on bracket links.
Carsten Dominik <dominik@science.uva.nl>
parents: 69891
diff changeset
2515 @end example
beebc22085fe (Link format): New section, emphasis on bracket links.
Carsten Dominik <dominik@science.uva.nl>
parents: 69891
diff changeset
2516
76138
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
2517 @noindent
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
2518 For specific link types, the following keywords will be defined:
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
2519
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
2520 @example
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
2521 Link type | Available keywords
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
2522 -------------------+----------------------------------------------
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
2523 bbdb | %:name %:company
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
2524 vm, wl, mh, rmail | %:type %:subject %:message-id
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
2525 | %:from %:fromname %:fromaddress
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
2526 | %:to %:toname %:toaddress
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
2527 | %:fromto @r{(either "to NAME" or "from NAME")@footnote{This will always be the other, not the user. See the variable @code{org-from-is-user-regexp}.}}
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
2528 gnus | %:group, @r{for messages also all email fields}
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
2529 w3, w3m | %:url
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
2530 info | %:file %:node
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
2531 calendar | %:date"
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
2532 @end example
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
2533
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
2534 @noindent
81167
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
2535 To place the cursor after template expansion use:
76138
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
2536
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
2537 @example
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
2538 %? @r{After completing the template, position cursor here.}
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
2539 @end example
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
2540
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
2541 @noindent
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
2542 If you change you mind about which template to use, call
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
2543 @code{org-remember} in the remember buffer. You may then select a new
81167
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
2544 template that will be filled with the previous context information.
76138
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
2545
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
2546 @node Storing notes, , Remember templates, Remember
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
2547 @subsection Storing notes
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
2548
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
2549 When you are finished preparing a note with @i{remember}, you have to press
69929
beebc22085fe (Link format): New section, emphasis on bracket links.
Carsten Dominik <dominik@science.uva.nl>
parents: 69891
diff changeset
2550 @kbd{C-c C-c} to file the note away. The handler first prompts for a
76138
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
2551 target file - if you press @key{RET}, the value specified for the
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
2552 template is used. Then the command offers the headings tree of the
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
2553 selected file, with the cursor position at the default headline (if you
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
2554 had specified one in the template). You can either immediately press
81167
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
2555 @key{RET} to get the note placed there. Or you can use the following
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
2556 keys to find a better location:
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
2557 @example
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
2558 @key{TAB} @r{Cycle visibility.}
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
2559 @key{down} / @key{up} @r{Next/previous visible headline.}
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
2560 n / p @r{Next/previous visible headline.}
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
2561 f / b @r{Next/previous headline same level.}
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
2562 u @r{One level up.}
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
2563 @c 0-9 @r{Digit argument.}
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
2564 @end example
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
2565 @noindent
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
2566 Pressing @key{RET} or @key{left} or @key{right}
76138
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
2567 then leads to the following result.
58792
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
2568
81167
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
2569 @multitable @columnfractions 0.2 0.15 0.65
58792
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
2570 @item @b{Cursor position} @tab @b{Key} @tab @b{Note gets inserted}
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
2571 @item buffer-start @tab @key{RET} @tab as level 2 heading at end of file
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
2572 @item on headline @tab @key{RET} @tab as sublevel of the heading at cursor
81167
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
2573 @item @tab @key{left}/@key{right} @tab as same level, before/after current heading
63672
c90c20a1b568 (Remember): Texinfo usage fix.
Juanma Barranquero <lekktu@gmail.com>
parents: 63362
diff changeset
2574 @item not on headline @tab @key{RET}
58792
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
2575 @tab at cursor position, level taken from context.
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
2576 @end multitable
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
2577
76138
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
2578 So a fast way to store the note to its default location is to press
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
2579 @kbd{C-c C-c @key{RET} @key{RET}}. Even shorter would be @kbd{C-u C-c
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
2580 C-c}, which does the same without even asking for a file or showing the
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
2581 tree.
58792
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
2582
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
2583 Before inserting the text into a tree, the function ensures that the
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
2584 text has a headline, i.e. a first line that starts with a @samp{*}.
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
2585 If not, a headline is constructed from the current date and some
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
2586 additional data. If the variable @code{org-adapt-indentation} is
63833
addf44674c32 Version 3.12
Carsten Dominik <dominik@science.uva.nl>
parents: 63672
diff changeset
2587 non-nil, the entire text is also indented so that it starts in the
addf44674c32 Version 3.12
Carsten Dominik <dominik@science.uva.nl>
parents: 63672
diff changeset
2588 same column as the headline (after the asterisks).
58792
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
2589
69929
beebc22085fe (Link format): New section, emphasis on bracket links.
Carsten Dominik <dominik@science.uva.nl>
parents: 69891
diff changeset
2590
81465
ea719971ae70 (Tag): Section swapped with node Timestamps.
Carsten Dominik <dominik@science.uva.nl>
parents: 81167
diff changeset
2591 @node TODO items, Tags, Hyperlinks, Top
61923
88492f3ccffa *** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents: 61562
diff changeset
2592 @chapter TODO items
88492f3ccffa *** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents: 61562
diff changeset
2593 @cindex TODO items
88492f3ccffa *** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents: 61562
diff changeset
2594
88492f3ccffa *** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents: 61562
diff changeset
2595 Org-mode does not maintain TODO lists as a separate document. TODO
88492f3ccffa *** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents: 61562
diff changeset
2596 items are an integral part of the notes file, because TODO items
88492f3ccffa *** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents: 61562
diff changeset
2597 usually come up while taking notes! With Org-mode, you simply mark
88492f3ccffa *** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents: 61562
diff changeset
2598 any entry in a tree as being a TODO item. In this way, the
88492f3ccffa *** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents: 61562
diff changeset
2599 information is not duplicated, and the entire context from which the
88492f3ccffa *** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents: 61562
diff changeset
2600 item emerged is always present when you check.
88492f3ccffa *** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents: 61562
diff changeset
2601
88492f3ccffa *** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents: 61562
diff changeset
2602 Of course, this technique causes TODO items to be scattered throughout
88492f3ccffa *** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents: 61562
diff changeset
2603 your file. Org-mode provides methods to give you an overview over all
88492f3ccffa *** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents: 61562
diff changeset
2604 things you have to do.
88492f3ccffa *** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents: 61562
diff changeset
2605
88492f3ccffa *** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents: 61562
diff changeset
2606 @menu
88492f3ccffa *** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents: 61562
diff changeset
2607 * TODO basics:: Marking and displaying TODO entries
88492f3ccffa *** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents: 61562
diff changeset
2608 * TODO extensions:: Workflow and assignments
88492f3ccffa *** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents: 61562
diff changeset
2609 * Priorities:: Some things are more important than others
81167
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
2610 * Breaking down tasks:: Splitting a task into manageable pieces
73874
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
2611 * Checkboxes:: Tick-off lists
61923
88492f3ccffa *** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents: 61562
diff changeset
2612 @end menu
88492f3ccffa *** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents: 61562
diff changeset
2613
71312
e050af4a9e72 (Progress logging): New section.
Carsten Dominik <dominik@science.uva.nl>
parents: 71246
diff changeset
2614 @node TODO basics, TODO extensions, TODO items, TODO items
61923
88492f3ccffa *** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents: 61562
diff changeset
2615 @section Basic TODO functionality
88492f3ccffa *** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents: 61562
diff changeset
2616
88492f3ccffa *** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents: 61562
diff changeset
2617 Any headline can become a TODO item by starting it with the word TODO,
69929
beebc22085fe (Link format): New section, emphasis on bracket links.
Carsten Dominik <dominik@science.uva.nl>
parents: 69891
diff changeset
2618 for example:
61923
88492f3ccffa *** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents: 61562
diff changeset
2619
88492f3ccffa *** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents: 61562
diff changeset
2620 @example
88492f3ccffa *** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents: 61562
diff changeset
2621 *** TODO Write letter to Sam Fortune
88492f3ccffa *** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents: 61562
diff changeset
2622 @end example
88492f3ccffa *** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents: 61562
diff changeset
2623
88492f3ccffa *** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents: 61562
diff changeset
2624 @noindent
88492f3ccffa *** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents: 61562
diff changeset
2625 The most important commands to work with TODO entries are:
88492f3ccffa *** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents: 61562
diff changeset
2626
88492f3ccffa *** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents: 61562
diff changeset
2627 @table @kbd
88492f3ccffa *** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents: 61562
diff changeset
2628 @kindex C-c C-t
67613
eab2494a32d7 *** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents: 67604
diff changeset
2629 @cindex cycling, of TODO states
61923
88492f3ccffa *** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents: 61562
diff changeset
2630 @item C-c C-t
81167
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
2631 Rotate the TODO state of the current item among
69929
beebc22085fe (Link format): New section, emphasis on bracket links.
Carsten Dominik <dominik@science.uva.nl>
parents: 69891
diff changeset
2632
61923
88492f3ccffa *** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents: 61562
diff changeset
2633 @example
88492f3ccffa *** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents: 61562
diff changeset
2634 ,-> (unmarked) -> TODO -> DONE --.
88492f3ccffa *** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents: 61562
diff changeset
2635 '--------------------------------'
88492f3ccffa *** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents: 61562
diff changeset
2636 @end example
69929
beebc22085fe (Link format): New section, emphasis on bracket links.
Carsten Dominik <dominik@science.uva.nl>
parents: 69891
diff changeset
2637
61923
88492f3ccffa *** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents: 61562
diff changeset
2638 The same rotation can also be done ``remotely'' from the timeline and
88492f3ccffa *** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents: 61562
diff changeset
2639 agenda buffers with the @kbd{t} command key (@pxref{Agenda commands}).
70867
68e63907ebfb (Plain lists): Added new item navigation commands.
Carsten Dominik <dominik@science.uva.nl>
parents: 70164
diff changeset
2640 @kindex S-@key{right}
68e63907ebfb (Plain lists): Added new item navigation commands.
Carsten Dominik <dominik@science.uva.nl>
parents: 70164
diff changeset
2641 @kindex S-@key{left}
68e63907ebfb (Plain lists): Added new item navigation commands.
Carsten Dominik <dominik@science.uva.nl>
parents: 70164
diff changeset
2642 @item S-@key{right}
68e63907ebfb (Plain lists): Added new item navigation commands.
Carsten Dominik <dominik@science.uva.nl>
parents: 70164
diff changeset
2643 @itemx S-@key{left}
68e63907ebfb (Plain lists): Added new item navigation commands.
Carsten Dominik <dominik@science.uva.nl>
parents: 70164
diff changeset
2644 Select the following/preceding TODO state, similar to cycling. Mostly
68e63907ebfb (Plain lists): Added new item navigation commands.
Carsten Dominik <dominik@science.uva.nl>
parents: 70164
diff changeset
2645 useful if more than two TODO states are possible (@pxref{TODO extensions}).
61923
88492f3ccffa *** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents: 61562
diff changeset
2646 @kindex C-c C-v
88492f3ccffa *** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents: 61562
diff changeset
2647 @cindex sparse tree, for TODO
88492f3ccffa *** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents: 61562
diff changeset
2648 @item C-c C-v
88492f3ccffa *** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents: 61562
diff changeset
2649 View TODO items in a @emph{sparse tree} (@pxref{Sparse trees}). Folds
88492f3ccffa *** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents: 61562
diff changeset
2650 the entire buffer, but shows all TODO items and the headings hierarchy
81167
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
2651 above them. With prefix arg, search for a specific TODO. You will be
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
2652 prompted for the keyword, and you can also give a list of keywords like
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
2653 @code{kwd1|kwd2|...}. With numerical prefix N, show the tree for the
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
2654 Nth keyword in the variable @code{org-todo-keywords}. With two prefix
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
2655 args, find all TODO and DONE entries.
67613
eab2494a32d7 *** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents: 67604
diff changeset
2656 @kindex C-c a t
eab2494a32d7 *** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents: 67604
diff changeset
2657 @item C-c a t
67344
22aa7225124f (TODO basics): Document the global todo list.
Carsten Dominik <dominik@science.uva.nl>
parents: 67219
diff changeset
2658 Show the global TODO list. This collects the TODO items from all
70133
36d1ec75581c * org.texi: (Time stamps): Better explanation of the purpose of
Carsten Dominik <dominik@science.uva.nl>
parents: 70065
diff changeset
2659 agenda files (@pxref{Agenda views}) into a single buffer. The buffer is in
67344
22aa7225124f (TODO basics): Document the global todo list.
Carsten Dominik <dominik@science.uva.nl>
parents: 67219
diff changeset
2660 @code{agenda-mode}, so there are commands to examine and manipulate
22aa7225124f (TODO basics): Document the global todo list.
Carsten Dominik <dominik@science.uva.nl>
parents: 67219
diff changeset
2661 the TODO entries directly from that buffer (@pxref{Agenda commands}).
67613
eab2494a32d7 *** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents: 67604
diff changeset
2662 @xref{Global TODO list}, for more information.
70164
7ce8d4154af5 Many small fixes.
Carsten Dominik <dominik@science.uva.nl>
parents: 70133
diff changeset
2663 @c @item @code{org-agenda-include-all-todo}
7ce8d4154af5 Many small fixes.
Carsten Dominik <dominik@science.uva.nl>
parents: 70133
diff changeset
2664 @c If you would like to have all your TODO items listed as part of your
7ce8d4154af5 Many small fixes.
Carsten Dominik <dominik@science.uva.nl>
parents: 70133
diff changeset
2665 @c agenda, customize the variable @code{org-agenda-include-all-todo}.
61923
88492f3ccffa *** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents: 61562
diff changeset
2666 @end table
88492f3ccffa *** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents: 61562
diff changeset
2667
71312
e050af4a9e72 (Progress logging): New section.
Carsten Dominik <dominik@science.uva.nl>
parents: 71246
diff changeset
2668 @node TODO extensions, Priorities, TODO basics, TODO items
61923
88492f3ccffa *** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents: 61562
diff changeset
2669 @section Extended use of TODO keywords
88492f3ccffa *** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents: 61562
diff changeset
2670 @cindex extended TODO keywords
88492f3ccffa *** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents: 61562
diff changeset
2671
69929
beebc22085fe (Link format): New section, emphasis on bracket links.
Carsten Dominik <dominik@science.uva.nl>
parents: 69891
diff changeset
2672 The default implementation of TODO entries is just two states: TODO and
81167
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
2673 DONE. You can use the TODO feature for more complicated things by
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
2674 configuring the variable @code{org-todo-keywords}. With special setup,
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
2675 the TODO keyword system can work differently in different files.
69929
beebc22085fe (Link format): New section, emphasis on bracket links.
Carsten Dominik <dominik@science.uva.nl>
parents: 69891
diff changeset
2676
beebc22085fe (Link format): New section, emphasis on bracket links.
Carsten Dominik <dominik@science.uva.nl>
parents: 69891
diff changeset
2677 Note that @i{tags} are another way to classify headlines in general and
beebc22085fe (Link format): New section, emphasis on bracket links.
Carsten Dominik <dominik@science.uva.nl>
parents: 69891
diff changeset
2678 TODO items in particular (@pxref{Tags}).
61923
88492f3ccffa *** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents: 61562
diff changeset
2679
88492f3ccffa *** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents: 61562
diff changeset
2680 @menu
88492f3ccffa *** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents: 61562
diff changeset
2681 * Workflow states:: From TODO to DONE in steps
88492f3ccffa *** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents: 61562
diff changeset
2682 * TODO types:: I do this, Fred the rest
81167
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
2683 * Multiple sets in one file:: Mixing it all, and still finding your way
61923
88492f3ccffa *** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents: 61562
diff changeset
2684 * Per file keywords:: Different files, different requirements
88492f3ccffa *** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents: 61562
diff changeset
2685 @end menu
88492f3ccffa *** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents: 61562
diff changeset
2686
88492f3ccffa *** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents: 61562
diff changeset
2687 @node Workflow states, TODO types, TODO extensions, TODO extensions
88492f3ccffa *** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents: 61562
diff changeset
2688 @subsection TODO keywords as workflow states
88492f3ccffa *** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents: 61562
diff changeset
2689 @cindex TODO workflow
88492f3ccffa *** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents: 61562
diff changeset
2690 @cindex workflow states as TODO keywords
88492f3ccffa *** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents: 61562
diff changeset
2691
81167
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
2692 You can use TODO keywords to indicate different @emph{sequential} states
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
2693 in the process of working on an item, for example@footnote{Changing
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
2694 this variable only becomes effective after restarting Org-mode in a
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
2695 buffer.}:
61923
88492f3ccffa *** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents: 61562
diff changeset
2696
88492f3ccffa *** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents: 61562
diff changeset
2697 @lisp
81167
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
2698 (setq org-todo-keywords
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
2699 '((sequence "TODO" "FEEDBACK" "VERIFY" "|" "DONE" "DELEGATED")))
61923
88492f3ccffa *** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents: 61562
diff changeset
2700 @end lisp
88492f3ccffa *** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents: 61562
diff changeset
2701
81167
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
2702 The vertical bar separates the TODO keywords (states that @emph{need
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
2703 action}) from the DONE states (which need @emph{no further action}. If
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
2704 you don't provide the separator bar, the last state is used as the DONE
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
2705 state.
63833
addf44674c32 Version 3.12
Carsten Dominik <dominik@science.uva.nl>
parents: 63672
diff changeset
2706 @cindex completion, of TODO keywords
81167
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
2707 With this setup, the command @kbd{C-c C-t} will cycle an entry from TODO
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
2708 to FEEDBACK, then to VERIFY, and finally to DONE and DELEGATED. You may
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
2709 also use a prefix argument to quickly select a specific state. For
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
2710 example @kbd{C-3 C-c C-t} will change the state immediately to VERIFY.
61923
88492f3ccffa *** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents: 61562
diff changeset
2711 If you define many keywords, you can use in-buffer completion (see
81167
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
2712 @ref{Completion}) to insert these words into the buffer. Changing a
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
2713 todo state can be logged with a timestamp, see @ref{Tracking TODO state
76138
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
2714 changes} for more information.
61923
88492f3ccffa *** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents: 61562
diff changeset
2715
81167
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
2716 @node TODO types, Multiple sets in one file, Workflow states, TODO extensions
61923
88492f3ccffa *** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents: 61562
diff changeset
2717 @subsection TODO keywords as types
88492f3ccffa *** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents: 61562
diff changeset
2718 @cindex TODO types
88492f3ccffa *** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents: 61562
diff changeset
2719 @cindex names as TODO keywords
88492f3ccffa *** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents: 61562
diff changeset
2720 @cindex types as TODO keywords
88492f3ccffa *** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents: 61562
diff changeset
2721
88492f3ccffa *** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents: 61562
diff changeset
2722 The second possibility is to use TODO keywords to indicate different
81167
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
2723 @emph{types} of action items. For example, you might want to indicate
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
2724 that items are for ``work'' or ``home''. Or, when you work with several
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
2725 people on a single project, you might want to assign action items
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
2726 directly to persons, by using their names as TODO keywords. This would
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
2727 be set up like this:
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
2728
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
2729 @lisp
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
2730 (setq org-todo-keywords '((type "Fred" "Sara" "Lucy" "|" "DONE")))
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
2731 @end lisp
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
2732
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
2733 In this case, different keywords do not indicate a sequence, but rather
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
2734 different types. So the normal work flow would be to assign a task to a
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
2735 person, and later to mark it DONE. Org-mode supports this style by
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
2736 adapting the workings of the command @kbd{C-c C-t}@footnote{This is also
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
2737 true for the @kbd{t} command in the timeline and agenda buffers.}. When
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
2738 used several times in succession, it will still cycle through all names,
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
2739 in order to first select the right type for a task. But when you return
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
2740 to the item after some time and execute @kbd{C-c C-t} again, it will
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
2741 switch from any name directly to DONE. Use prefix arguments or
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
2742 completion to quickly select a specific name. You can also review the
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
2743 items of a specific TODO type in a sparse tree by using a numeric prefix
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
2744 to @kbd{C-c C-v}. For example, to see all things Lucy has to do, you
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
2745 would use @kbd{C-3 C-c C-v}. To collect Lucy's items from all agenda
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
2746 files into a single buffer, you would use the prefix arg as well when
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
2747 creating the global todo list: @kbd{C-3 C-c t}.
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
2748
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
2749 @node Multiple sets in one file, Per file keywords, TODO types, TODO extensions
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
2750 @subsection Multiple keyword sets in one file
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
2751 @cindex todo keyword sets
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
2752
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
2753 Sometimes you may want to use different sets of TODO keywords in
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
2754 parallel. For example, you may want to have the basic
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
2755 @code{TODO}/@code{DONE}, but also a workflow for bug fixing, and a
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
2756 separate state indicating that an item has been canceled (so it is not
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
2757 DONE, but also does not require action). Your setup would then look
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
2758 like this:
61923
88492f3ccffa *** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents: 61562
diff changeset
2759
88492f3ccffa *** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents: 61562
diff changeset
2760 @lisp
81167
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
2761 (setq org-todo-keywords
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
2762 '((sequence "TODO" "|" "DONE")
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
2763 (sequence "REPORT" "BUG" "KNOWNCAUSE" "|" "FIXED")
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
2764 (sequence "|" "CANCELED")))
61923
88492f3ccffa *** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents: 61562
diff changeset
2765 @end lisp
88492f3ccffa *** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents: 61562
diff changeset
2766
81167
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
2767 The keywords should all be different, this helps Org-mode to keep track
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
2768 of which subsequence should be used for a given entry. In this setup,
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
2769 @kbd{C-c C-t} only operates within a subsequence, so it switches from
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
2770 @code{DONE} to (nothing) to @code{TODO}, and from @code{FIXED} to
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
2771 (nothing) to @code{REPORT}. Therefore you need a mechanism to initially
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
2772 select the correct sequence. Besides the obvious ways like typing a
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
2773 keyword or using completion, you may also apply the following commands:
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
2774
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
2775 @table @kbd
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
2776 @kindex C-S-@key{right}
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
2777 @kindex C-S-@key{left}
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
2778 @item C-S-@key{right}
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
2779 @itemx C-S-@key{left}
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
2780 These keys jump from one TODO subset to the next. In the above example,
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
2781 @kbd{C-S-@key{right}} would jump from @code{TODO} or @code{DONE} to
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
2782 @code{REPORT}, and any of the words in the second row to @code{CANCELED}.
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
2783 @kindex S-@key{right}
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
2784 @kindex S-@key{left}
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
2785 @item S-@key{right}
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
2786 @itemx S-@key{left}
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
2787 @kbd{S-@key{<left>}} and @kbd{S-@key{<right>}} and walk through
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
2788 @emph{all} keywords from all sets, so for example @kbd{S-@key{<right>}}
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
2789 would switch from @code{DONE} to @code{REPORT} in the example above.
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
2790 @end table
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
2791
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
2792 @node Per file keywords, , Multiple sets in one file, TODO extensions
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
2793 @subsection Setting up keywords for individual files
61923
88492f3ccffa *** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents: 61562
diff changeset
2794 @cindex keyword options
88492f3ccffa *** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents: 61562
diff changeset
2795 @cindex per file keywords
88492f3ccffa *** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents: 61562
diff changeset
2796
81167
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
2797 It can be very useful to use different aspects of the TODO mechanism in
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
2798 different files. For file-local settings, you need to add special lines
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
2799 to the file which set the keywords and interpretation for that file
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
2800 only. For example, to set one of the two examples discussed above, you
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
2801 need one of the following lines, starting in column zero anywhere in the
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
2802 file:
61923
88492f3ccffa *** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents: 61562
diff changeset
2803
88492f3ccffa *** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents: 61562
diff changeset
2804 @example
81167
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
2805 #+SEQ_TODO: TODO FEEDBACK VERIFY | DONE CANCELED
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
2806 @end example
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
2807 or
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
2808 @example
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
2809 #+TYP_TODO: Fred Sara Lucy Mike | DONE
61923
88492f3ccffa *** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents: 61562
diff changeset
2810 @end example
88492f3ccffa *** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents: 61562
diff changeset
2811
81167
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
2812 A setup for using several sets in parallel would be:
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
2813
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
2814 @example
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
2815 #+SEQ_TODO: "TODO" "|" "DONE"
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
2816 #+SEQ_TODO: "REPORT" "BUG" "KNOWNCAUSE" "|" "FIXED"
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
2817 #+SEQ_TODO: "|" "CANCELED"
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
2818 @end example
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
2819
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
2820
76138
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
2821 @cindex completion, of option keywords
61923
88492f3ccffa *** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents: 61562
diff changeset
2822 @kindex M-@key{TAB}
88492f3ccffa *** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents: 61562
diff changeset
2823 @noindent To make sure you are using the correct keyword, type
88492f3ccffa *** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents: 61562
diff changeset
2824 @samp{#+} into the buffer and then use @kbd{M-@key{TAB}} completion.
88492f3ccffa *** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents: 61562
diff changeset
2825
88492f3ccffa *** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents: 61562
diff changeset
2826 @cindex DONE, final TODO keyword
81167
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
2827 Remember that the keywords after the vertical bar (or the last keyword
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
2828 if no bar is there) must always mean that the item is DONE (although you
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
2829 may use a different word). After changing one of these lines, use
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
2830 @kbd{C-c C-c} with the cursor still in the line to make the changes
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
2831 known to Org-mode@footnote{Org-mode parses these lines only when
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
2832 Org-mode is activated after visiting a file. @kbd{C-c C-c} with the
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
2833 cursor in a line starting with @samp{#+} is simply restarting Org-mode
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
2834 for the current buffer.}.
61923
88492f3ccffa *** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents: 61562
diff changeset
2835
73874
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
2836 @node Priorities, Breaking down tasks, TODO extensions, TODO items
61923
88492f3ccffa *** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents: 61562
diff changeset
2837 @section Priorities
88492f3ccffa *** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents: 61562
diff changeset
2838 @cindex priorities
88492f3ccffa *** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents: 61562
diff changeset
2839
88492f3ccffa *** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents: 61562
diff changeset
2840 If you use Org-mode extensively to organize your work, you may end up
88492f3ccffa *** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents: 61562
diff changeset
2841 with a number of TODO entries so large that you'd like to prioritize
88492f3ccffa *** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents: 61562
diff changeset
2842 them. This can be done by placing a @emph{priority cookie} into the
88492f3ccffa *** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents: 61562
diff changeset
2843 headline, like this
88492f3ccffa *** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents: 61562
diff changeset
2844
88492f3ccffa *** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents: 61562
diff changeset
2845 @example
88492f3ccffa *** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents: 61562
diff changeset
2846 *** TODO [#A] Write letter to Sam Fortune
88492f3ccffa *** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents: 61562
diff changeset
2847 @end example
88492f3ccffa *** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents: 61562
diff changeset
2848
88492f3ccffa *** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents: 61562
diff changeset
2849 @noindent
88492f3ccffa *** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents: 61562
diff changeset
2850 With its standard setup, Org-mode supports priorities @samp{A},
88492f3ccffa *** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents: 61562
diff changeset
2851 @samp{B}, and @samp{C}. @samp{A} is the highest priority. An entry
88492f3ccffa *** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents: 61562
diff changeset
2852 without a cookie is treated as priority @samp{B}. Priorities make a
70133
36d1ec75581c * org.texi: (Time stamps): Better explanation of the purpose of
Carsten Dominik <dominik@science.uva.nl>
parents: 70065
diff changeset
2853 difference only in the agenda (@pxref{Weekly/Daily agenda}).
61923
88492f3ccffa *** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents: 61562
diff changeset
2854
88492f3ccffa *** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents: 61562
diff changeset
2855 @table @kbd
88492f3ccffa *** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents: 61562
diff changeset
2856 @kindex @kbd{C-c ,}
88492f3ccffa *** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents: 61562
diff changeset
2857 @item @kbd{C-c ,}
70867
68e63907ebfb (Plain lists): Added new item navigation commands.
Carsten Dominik <dominik@science.uva.nl>
parents: 70164
diff changeset
2858 Set the priority of the current headline. The command prompts for a
61923
88492f3ccffa *** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents: 61562
diff changeset
2859 priority character @samp{A}, @samp{B} or @samp{C}. When you press
88492f3ccffa *** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents: 61562
diff changeset
2860 @key{SPC} instead, the priority cookie is removed from the headline.
88492f3ccffa *** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents: 61562
diff changeset
2861 The priorities can also be changed ``remotely'' from the timeline and
88492f3ccffa *** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents: 61562
diff changeset
2862 agenda buffer with the @kbd{,} command (@pxref{Agenda commands}).
81167
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
2863 @c
61923
88492f3ccffa *** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents: 61562
diff changeset
2864 @kindex S-@key{up}
88492f3ccffa *** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents: 61562
diff changeset
2865 @kindex S-@key{down}
88492f3ccffa *** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents: 61562
diff changeset
2866 @item S-@key{up}
88492f3ccffa *** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents: 61562
diff changeset
2867 @itemx S-@key{down}
70867
68e63907ebfb (Plain lists): Added new item navigation commands.
Carsten Dominik <dominik@science.uva.nl>
parents: 70164
diff changeset
2868 Increase/decrease priority of current headline. Note that these keys
68e63907ebfb (Plain lists): Added new item navigation commands.
Carsten Dominik <dominik@science.uva.nl>
parents: 70164
diff changeset
2869 are also used to modify time stamps (@pxref{Creating timestamps}).
68e63907ebfb (Plain lists): Added new item navigation commands.
Carsten Dominik <dominik@science.uva.nl>
parents: 70164
diff changeset
2870 Furthermore, these keys are also used by CUA-mode (@pxref{Conflicts}).
61923
88492f3ccffa *** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents: 61562
diff changeset
2871 @end table
88492f3ccffa *** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents: 61562
diff changeset
2872
81167
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
2873 You can change the range of allowed priorities by setting the variables
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
2874 @code{org-highest-priority}, @code{org-lowest-priority}, and
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
2875 @code{org-default-priority}. For an individual buffer, you may set
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
2876 these values (highest, lowest, default) like this (please make sure that
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
2877 the highest priority is earlier in the alphabet than the lowest
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
2878 priority):
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
2879
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
2880 @example
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
2881 #+PRIORITIES: A C B
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
2882 @end example
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
2883
73874
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
2884 @node Breaking down tasks, Checkboxes, Priorities, TODO items
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
2885 @section Breaking tasks down into subtasks
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
2886 @cindex tasks, breaking down
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
2887
81167
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
2888 It is often advisable to break down large tasks into smaller, manageable
73874
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
2889 subtasks. You can do this by creating an outline tree below a TODO
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
2890 item, with detailed subtasks on the tree@footnote{To keep subtasks out
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
2891 of the global TODO list, see the
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
2892 @code{org-agenda-todo-list-sublevels}.}. Another possibility is the use
74030
7c426fa1fdff Fix typos
Carsten Dominik <dominik@science.uva.nl>
parents: 73967
diff changeset
2893 of checkboxes to identify (a hierarchy of) a large number of subtasks
73874
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
2894 (@pxref{Checkboxes}).
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
2895
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
2896
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
2897 @node Checkboxes, , Breaking down tasks, TODO items
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
2898 @section Checkboxes
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
2899 @cindex checkboxes
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
2900
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
2901 Every item in a plain list (@pxref{Plain lists}) can be made a checkbox
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
2902 by starting it with the string @samp{[ ]}. This feature is similar to
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
2903 TODO items (@pxref{TODO items}), but more lightweight. Checkboxes are
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
2904 not included into the global TODO list, so they are often great to split
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
2905 a task into a number of simple steps. Or you can use them in a shopping
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
2906 list. To toggle a checkbox, use @kbd{C-c C-c}, or try Piotr Zielinski's
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
2907 @file{org-mouse.el}. Here is an example of a checkbox list.
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
2908
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
2909 @example
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
2910 * TODO Organize party [3/6]
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
2911 - call people [1/3]
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
2912 - [ ] Peter
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
2913 - [X] Sarah
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
2914 - [ ] Sam
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
2915 - [X] order food
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
2916 - [ ] think about what music to play
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
2917 - [X] talk to the neighbors
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
2918 @end example
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
2919
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
2920 @cindex statistics, for checkboxes
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
2921 @cindex checkbox statistics
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
2922 The @samp{[3/6]} and @samp{[1/3]} in the first and second line are
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
2923 cookies indicating how many checkboxes are present in this entry, and
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
2924 how many of them have been checked off. This can give you an idea on
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
2925 how many checkboxes remain, even without opening a folded entry. The
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
2926 cookies can be placed into a headline or into (the first line of) a
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
2927 plain list item. Each cookie covers all checkboxes structurally below
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
2928 that headline/item. You have to insert the cookie yourself by typing
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
2929 either @samp{[/]} or @samp{[%]}. In the first case you get an @samp{n
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
2930 out of m} result, in the second case you get information about the
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
2931 percentage of checkboxes checked (in the above example, this would be
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
2932 @samp{[50%]} and @samp{[33%], respectively}).
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
2933
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
2934 @noindent The following commands work with checkboxes:
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
2935
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
2936 @table @kbd
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
2937 @kindex C-c C-c
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
2938 @item C-c C-c
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
2939 Toggle checkbox at point.
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
2940 @kindex C-c C-x C-b
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
2941 @item C-c C-x C-b
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
2942 Toggle checkbox at point.
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
2943 @itemize @minus
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
2944 @item
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
2945 If there is an active region, toggle the first checkbox in the region
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
2946 and set all remaining boxes to the same status as the first. If you
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
2947 want to toggle all boxes in the region independently, use a prefix
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
2948 argument.
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
2949 @item
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
2950 If the cursor is in a headline, toggle checkboxes in the region between
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
2951 this headline and the next (so @emph{not} the entire subtree).
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
2952 @item
74030
7c426fa1fdff Fix typos
Carsten Dominik <dominik@science.uva.nl>
parents: 73967
diff changeset
2953 If there is no active region, just toggle the checkbox at point.
73874
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
2954 @end itemize
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
2955 @kindex M-S-@key{RET}
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
2956 @item M-S-@key{RET}
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
2957 Insert a new item with a checkbox.
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
2958 This works only if the cursor is already in a plain list item
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
2959 (@pxref{Plain lists}).
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
2960 @kindex C-c #
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
2961 @item C-c #
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
2962 Update the checkbox statistics in the current outline entry. When
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
2963 called with a @kbd{C-u} prefix, update the entire file. Checkbox
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
2964 statistic cookies are updated automatically if you toggle checkboxes
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
2965 with @kbd{C-c C-c} and make new ones with @kbd{M-S-@key{RET}}. If you
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
2966 delete boxes or add/change them by hand, use this command to get things
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
2967 back into synch. Or simply toggle any checkbox twice with @kbd{C-c C-c}.
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
2968 @end table
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
2969
81465
ea719971ae70 (Tag): Section swapped with node Timestamps.
Carsten Dominik <dominik@science.uva.nl>
parents: 81167
diff changeset
2970
ea719971ae70 (Tag): Section swapped with node Timestamps.
Carsten Dominik <dominik@science.uva.nl>
parents: 81167
diff changeset
2971 @node Tags, Timestamps, TODO items, Top
ea719971ae70 (Tag): Section swapped with node Timestamps.
Carsten Dominik <dominik@science.uva.nl>
parents: 81167
diff changeset
2972 @chapter Tags
ea719971ae70 (Tag): Section swapped with node Timestamps.
Carsten Dominik <dominik@science.uva.nl>
parents: 81167
diff changeset
2973 @cindex tags
ea719971ae70 (Tag): Section swapped with node Timestamps.
Carsten Dominik <dominik@science.uva.nl>
parents: 81167
diff changeset
2974 @cindex headline tagging
ea719971ae70 (Tag): Section swapped with node Timestamps.
Carsten Dominik <dominik@science.uva.nl>
parents: 81167
diff changeset
2975 @cindex matching, tags
ea719971ae70 (Tag): Section swapped with node Timestamps.
Carsten Dominik <dominik@science.uva.nl>
parents: 81167
diff changeset
2976 @cindex sparse tree, tag based
ea719971ae70 (Tag): Section swapped with node Timestamps.
Carsten Dominik <dominik@science.uva.nl>
parents: 81167
diff changeset
2977
ea719971ae70 (Tag): Section swapped with node Timestamps.
Carsten Dominik <dominik@science.uva.nl>
parents: 81167
diff changeset
2978 If you wish to implement a system of labels and contexts for
ea719971ae70 (Tag): Section swapped with node Timestamps.
Carsten Dominik <dominik@science.uva.nl>
parents: 81167
diff changeset
2979 cross-correlating information, an excellent way is to assign @i{tags} to
ea719971ae70 (Tag): Section swapped with node Timestamps.
Carsten Dominik <dominik@science.uva.nl>
parents: 81167
diff changeset
2980 headlines. Org-mode has extensive support for using tags.
ea719971ae70 (Tag): Section swapped with node Timestamps.
Carsten Dominik <dominik@science.uva.nl>
parents: 81167
diff changeset
2981
ea719971ae70 (Tag): Section swapped with node Timestamps.
Carsten Dominik <dominik@science.uva.nl>
parents: 81167
diff changeset
2982 Every headline can contain a list of tags, at the end of the headline.
ea719971ae70 (Tag): Section swapped with node Timestamps.
Carsten Dominik <dominik@science.uva.nl>
parents: 81167
diff changeset
2983 Tags are normal words containing letters, numbers, @samp{_}, and
ea719971ae70 (Tag): Section swapped with node Timestamps.
Carsten Dominik <dominik@science.uva.nl>
parents: 81167
diff changeset
2984 @samp{@@}. Tags must be preceded and followed by a single colon; like
ea719971ae70 (Tag): Section swapped with node Timestamps.
Carsten Dominik <dominik@science.uva.nl>
parents: 81167
diff changeset
2985 @samp{:WORK:}. Several tags can be specified like @samp{:WORK:URGENT:}.
ea719971ae70 (Tag): Section swapped with node Timestamps.
Carsten Dominik <dominik@science.uva.nl>
parents: 81167
diff changeset
2986
ea719971ae70 (Tag): Section swapped with node Timestamps.
Carsten Dominik <dominik@science.uva.nl>
parents: 81167
diff changeset
2987 @menu
ea719971ae70 (Tag): Section swapped with node Timestamps.
Carsten Dominik <dominik@science.uva.nl>
parents: 81167
diff changeset
2988 * Tag inheritance:: Tags use the tree structure of the outline
ea719971ae70 (Tag): Section swapped with node Timestamps.
Carsten Dominik <dominik@science.uva.nl>
parents: 81167
diff changeset
2989 * Setting tags:: How to assign tags to a headline
ea719971ae70 (Tag): Section swapped with node Timestamps.
Carsten Dominik <dominik@science.uva.nl>
parents: 81167
diff changeset
2990 * Tag searches:: Searching for combinations of tags
ea719971ae70 (Tag): Section swapped with node Timestamps.
Carsten Dominik <dominik@science.uva.nl>
parents: 81167
diff changeset
2991 @end menu
ea719971ae70 (Tag): Section swapped with node Timestamps.
Carsten Dominik <dominik@science.uva.nl>
parents: 81167
diff changeset
2992
ea719971ae70 (Tag): Section swapped with node Timestamps.
Carsten Dominik <dominik@science.uva.nl>
parents: 81167
diff changeset
2993 @node Tag inheritance, Setting tags, Tags, Tags
ea719971ae70 (Tag): Section swapped with node Timestamps.
Carsten Dominik <dominik@science.uva.nl>
parents: 81167
diff changeset
2994 @section Tag inheritance
ea719971ae70 (Tag): Section swapped with node Timestamps.
Carsten Dominik <dominik@science.uva.nl>
parents: 81167
diff changeset
2995 @cindex inheritance, of tags
ea719971ae70 (Tag): Section swapped with node Timestamps.
Carsten Dominik <dominik@science.uva.nl>
parents: 81167
diff changeset
2996 @cindex sublevels, inclusion into tags match
ea719971ae70 (Tag): Section swapped with node Timestamps.
Carsten Dominik <dominik@science.uva.nl>
parents: 81167
diff changeset
2997
ea719971ae70 (Tag): Section swapped with node Timestamps.
Carsten Dominik <dominik@science.uva.nl>
parents: 81167
diff changeset
2998 @i{Tags} make use of the hierarchical structure of outline trees. If a
ea719971ae70 (Tag): Section swapped with node Timestamps.
Carsten Dominik <dominik@science.uva.nl>
parents: 81167
diff changeset
2999 heading has a certain tag, all subheadings will inherit the tag as
ea719971ae70 (Tag): Section swapped with node Timestamps.
Carsten Dominik <dominik@science.uva.nl>
parents: 81167
diff changeset
3000 well. For example, in the list
ea719971ae70 (Tag): Section swapped with node Timestamps.
Carsten Dominik <dominik@science.uva.nl>
parents: 81167
diff changeset
3001
ea719971ae70 (Tag): Section swapped with node Timestamps.
Carsten Dominik <dominik@science.uva.nl>
parents: 81167
diff changeset
3002 @example
ea719971ae70 (Tag): Section swapped with node Timestamps.
Carsten Dominik <dominik@science.uva.nl>
parents: 81167
diff changeset
3003 * Meeting with the French group :WORK:
ea719971ae70 (Tag): Section swapped with node Timestamps.
Carsten Dominik <dominik@science.uva.nl>
parents: 81167
diff changeset
3004 ** Summary by Frank :BOSS:NOTES:
ea719971ae70 (Tag): Section swapped with node Timestamps.
Carsten Dominik <dominik@science.uva.nl>
parents: 81167
diff changeset
3005 *** TODO Prepare slides for him :ACTION:
ea719971ae70 (Tag): Section swapped with node Timestamps.
Carsten Dominik <dominik@science.uva.nl>
parents: 81167
diff changeset
3006 @end example
ea719971ae70 (Tag): Section swapped with node Timestamps.
Carsten Dominik <dominik@science.uva.nl>
parents: 81167
diff changeset
3007
ea719971ae70 (Tag): Section swapped with node Timestamps.
Carsten Dominik <dominik@science.uva.nl>
parents: 81167
diff changeset
3008 @noindent
ea719971ae70 (Tag): Section swapped with node Timestamps.
Carsten Dominik <dominik@science.uva.nl>
parents: 81167
diff changeset
3009 the final heading will have the tags @samp{:WORK:}, @samp{:BOSS:},
ea719971ae70 (Tag): Section swapped with node Timestamps.
Carsten Dominik <dominik@science.uva.nl>
parents: 81167
diff changeset
3010 @samp{:NOTES:}, and @samp{:ACTION:}. When executing tag searches and
ea719971ae70 (Tag): Section swapped with node Timestamps.
Carsten Dominik <dominik@science.uva.nl>
parents: 81167
diff changeset
3011 Org-mode finds that a certain headline matches the search criterion, it
ea719971ae70 (Tag): Section swapped with node Timestamps.
Carsten Dominik <dominik@science.uva.nl>
parents: 81167
diff changeset
3012 will not check any sublevel headline, assuming that these likely also
ea719971ae70 (Tag): Section swapped with node Timestamps.
Carsten Dominik <dominik@science.uva.nl>
parents: 81167
diff changeset
3013 match, and that the list of matches can become very long. This may
ea719971ae70 (Tag): Section swapped with node Timestamps.
Carsten Dominik <dominik@science.uva.nl>
parents: 81167
diff changeset
3014 not be what you want, however, and you can influence inheritance and
ea719971ae70 (Tag): Section swapped with node Timestamps.
Carsten Dominik <dominik@science.uva.nl>
parents: 81167
diff changeset
3015 searching using the variables @code{org-use-tag-inheritance} and
ea719971ae70 (Tag): Section swapped with node Timestamps.
Carsten Dominik <dominik@science.uva.nl>
parents: 81167
diff changeset
3016 @code{org-tags-match-list-sublevels}.
ea719971ae70 (Tag): Section swapped with node Timestamps.
Carsten Dominik <dominik@science.uva.nl>
parents: 81167
diff changeset
3017
ea719971ae70 (Tag): Section swapped with node Timestamps.
Carsten Dominik <dominik@science.uva.nl>
parents: 81167
diff changeset
3018 @node Setting tags, Tag searches, Tag inheritance, Tags
ea719971ae70 (Tag): Section swapped with node Timestamps.
Carsten Dominik <dominik@science.uva.nl>
parents: 81167
diff changeset
3019 @section Setting tags
ea719971ae70 (Tag): Section swapped with node Timestamps.
Carsten Dominik <dominik@science.uva.nl>
parents: 81167
diff changeset
3020 @cindex setting tags
ea719971ae70 (Tag): Section swapped with node Timestamps.
Carsten Dominik <dominik@science.uva.nl>
parents: 81167
diff changeset
3021 @cindex tags, setting
ea719971ae70 (Tag): Section swapped with node Timestamps.
Carsten Dominik <dominik@science.uva.nl>
parents: 81167
diff changeset
3022
ea719971ae70 (Tag): Section swapped with node Timestamps.
Carsten Dominik <dominik@science.uva.nl>
parents: 81167
diff changeset
3023 @kindex M-@key{TAB}
ea719971ae70 (Tag): Section swapped with node Timestamps.
Carsten Dominik <dominik@science.uva.nl>
parents: 81167
diff changeset
3024 Tags can simply be typed into the buffer at the end of a headline.
ea719971ae70 (Tag): Section swapped with node Timestamps.
Carsten Dominik <dominik@science.uva.nl>
parents: 81167
diff changeset
3025 After a colon, @kbd{M-@key{TAB}} offers completion on tags. There is
ea719971ae70 (Tag): Section swapped with node Timestamps.
Carsten Dominik <dominik@science.uva.nl>
parents: 81167
diff changeset
3026 also a special command for inserting tags:
ea719971ae70 (Tag): Section swapped with node Timestamps.
Carsten Dominik <dominik@science.uva.nl>
parents: 81167
diff changeset
3027
ea719971ae70 (Tag): Section swapped with node Timestamps.
Carsten Dominik <dominik@science.uva.nl>
parents: 81167
diff changeset
3028 @table @kbd
ea719971ae70 (Tag): Section swapped with node Timestamps.
Carsten Dominik <dominik@science.uva.nl>
parents: 81167
diff changeset
3029 @kindex C-c C-c
ea719971ae70 (Tag): Section swapped with node Timestamps.
Carsten Dominik <dominik@science.uva.nl>
parents: 81167
diff changeset
3030 @item C-c C-c
ea719971ae70 (Tag): Section swapped with node Timestamps.
Carsten Dominik <dominik@science.uva.nl>
parents: 81167
diff changeset
3031 @cindex completion, of tags
ea719971ae70 (Tag): Section swapped with node Timestamps.
Carsten Dominik <dominik@science.uva.nl>
parents: 81167
diff changeset
3032 Enter new tags for the current headline. Org-mode will either offer
ea719971ae70 (Tag): Section swapped with node Timestamps.
Carsten Dominik <dominik@science.uva.nl>
parents: 81167
diff changeset
3033 completion or a special single-key interface for setting tags, see
ea719971ae70 (Tag): Section swapped with node Timestamps.
Carsten Dominik <dominik@science.uva.nl>
parents: 81167
diff changeset
3034 below. After pressing @key{RET}, the tags will be inserted and aligned
ea719971ae70 (Tag): Section swapped with node Timestamps.
Carsten Dominik <dominik@science.uva.nl>
parents: 81167
diff changeset
3035 to @code{org-tags-column}. When called with a @kbd{C-u} prefix, all
ea719971ae70 (Tag): Section swapped with node Timestamps.
Carsten Dominik <dominik@science.uva.nl>
parents: 81167
diff changeset
3036 tags in the current buffer will be aligned to that column, just to make
ea719971ae70 (Tag): Section swapped with node Timestamps.
Carsten Dominik <dominik@science.uva.nl>
parents: 81167
diff changeset
3037 things look nice. TAGS are automatically realigned after promotion,
ea719971ae70 (Tag): Section swapped with node Timestamps.
Carsten Dominik <dominik@science.uva.nl>
parents: 81167
diff changeset
3038 demotion, and TODO state changes (@pxref{TODO basics}).
ea719971ae70 (Tag): Section swapped with node Timestamps.
Carsten Dominik <dominik@science.uva.nl>
parents: 81167
diff changeset
3039 @end table
ea719971ae70 (Tag): Section swapped with node Timestamps.
Carsten Dominik <dominik@science.uva.nl>
parents: 81167
diff changeset
3040
ea719971ae70 (Tag): Section swapped with node Timestamps.
Carsten Dominik <dominik@science.uva.nl>
parents: 81167
diff changeset
3041 Org will support tag insertion based on a @emph{list of tags}. By
ea719971ae70 (Tag): Section swapped with node Timestamps.
Carsten Dominik <dominik@science.uva.nl>
parents: 81167
diff changeset
3042 default this list is constructed dynamically, containing all tags
ea719971ae70 (Tag): Section swapped with node Timestamps.
Carsten Dominik <dominik@science.uva.nl>
parents: 81167
diff changeset
3043 currently used in the buffer. You may also globally specify a hard list
ea719971ae70 (Tag): Section swapped with node Timestamps.
Carsten Dominik <dominik@science.uva.nl>
parents: 81167
diff changeset
3044 of tags with the variable @code{org-tag-alist}. Finally you can set
ea719971ae70 (Tag): Section swapped with node Timestamps.
Carsten Dominik <dominik@science.uva.nl>
parents: 81167
diff changeset
3045 the default tags for a given file with lines like
ea719971ae70 (Tag): Section swapped with node Timestamps.
Carsten Dominik <dominik@science.uva.nl>
parents: 81167
diff changeset
3046
ea719971ae70 (Tag): Section swapped with node Timestamps.
Carsten Dominik <dominik@science.uva.nl>
parents: 81167
diff changeset
3047 @example
ea719971ae70 (Tag): Section swapped with node Timestamps.
Carsten Dominik <dominik@science.uva.nl>
parents: 81167
diff changeset
3048 #+TAGS: @@WORK @@HOME @@TENNISCLUB
ea719971ae70 (Tag): Section swapped with node Timestamps.
Carsten Dominik <dominik@science.uva.nl>
parents: 81167
diff changeset
3049 #+TAGS: Laptop Car PC Sailboat
ea719971ae70 (Tag): Section swapped with node Timestamps.
Carsten Dominik <dominik@science.uva.nl>
parents: 81167
diff changeset
3050 @end example
ea719971ae70 (Tag): Section swapped with node Timestamps.
Carsten Dominik <dominik@science.uva.nl>
parents: 81167
diff changeset
3051
ea719971ae70 (Tag): Section swapped with node Timestamps.
Carsten Dominik <dominik@science.uva.nl>
parents: 81167
diff changeset
3052 If you have globally defined your preferred set of tags using the
ea719971ae70 (Tag): Section swapped with node Timestamps.
Carsten Dominik <dominik@science.uva.nl>
parents: 81167
diff changeset
3053 variable @code{org-tag-alist}, but would like to use a dynamic tag list
ea719971ae70 (Tag): Section swapped with node Timestamps.
Carsten Dominik <dominik@science.uva.nl>
parents: 81167
diff changeset
3054 in a specific file: Just add an empty TAGS option line to that file:
ea719971ae70 (Tag): Section swapped with node Timestamps.
Carsten Dominik <dominik@science.uva.nl>
parents: 81167
diff changeset
3055
ea719971ae70 (Tag): Section swapped with node Timestamps.
Carsten Dominik <dominik@science.uva.nl>
parents: 81167
diff changeset
3056 @example
ea719971ae70 (Tag): Section swapped with node Timestamps.
Carsten Dominik <dominik@science.uva.nl>
parents: 81167
diff changeset
3057 #+TAGS:
ea719971ae70 (Tag): Section swapped with node Timestamps.
Carsten Dominik <dominik@science.uva.nl>
parents: 81167
diff changeset
3058 @end example
ea719971ae70 (Tag): Section swapped with node Timestamps.
Carsten Dominik <dominik@science.uva.nl>
parents: 81167
diff changeset
3059
ea719971ae70 (Tag): Section swapped with node Timestamps.
Carsten Dominik <dominik@science.uva.nl>
parents: 81167
diff changeset
3060 The default support method for entering tags is minibuffer completion.
ea719971ae70 (Tag): Section swapped with node Timestamps.
Carsten Dominik <dominik@science.uva.nl>
parents: 81167
diff changeset
3061 However, Org-mode also implements a much better method: @emph{fast tag
ea719971ae70 (Tag): Section swapped with node Timestamps.
Carsten Dominik <dominik@science.uva.nl>
parents: 81167
diff changeset
3062 selection}. This method allows to select and deselect tags with a
ea719971ae70 (Tag): Section swapped with node Timestamps.
Carsten Dominik <dominik@science.uva.nl>
parents: 81167
diff changeset
3063 single key per tag. To function efficiently, you should assign unique
ea719971ae70 (Tag): Section swapped with node Timestamps.
Carsten Dominik <dominik@science.uva.nl>
parents: 81167
diff changeset
3064 keys to most tags. This can be done globally with
ea719971ae70 (Tag): Section swapped with node Timestamps.
Carsten Dominik <dominik@science.uva.nl>
parents: 81167
diff changeset
3065
ea719971ae70 (Tag): Section swapped with node Timestamps.
Carsten Dominik <dominik@science.uva.nl>
parents: 81167
diff changeset
3066 @lisp
ea719971ae70 (Tag): Section swapped with node Timestamps.
Carsten Dominik <dominik@science.uva.nl>
parents: 81167
diff changeset
3067 (setq org-tag-alist '(("@@WORK" . ?w) ("@@HOME" . ?h) ("Laptop" . ?l)))
ea719971ae70 (Tag): Section swapped with node Timestamps.
Carsten Dominik <dominik@science.uva.nl>
parents: 81167
diff changeset
3068 @end lisp
ea719971ae70 (Tag): Section swapped with node Timestamps.
Carsten Dominik <dominik@science.uva.nl>
parents: 81167
diff changeset
3069
ea719971ae70 (Tag): Section swapped with node Timestamps.
Carsten Dominik <dominik@science.uva.nl>
parents: 81167
diff changeset
3070 @noindent or on a per-file basis with
ea719971ae70 (Tag): Section swapped with node Timestamps.
Carsten Dominik <dominik@science.uva.nl>
parents: 81167
diff changeset
3071
ea719971ae70 (Tag): Section swapped with node Timestamps.
Carsten Dominik <dominik@science.uva.nl>
parents: 81167
diff changeset
3072 @example
ea719971ae70 (Tag): Section swapped with node Timestamps.
Carsten Dominik <dominik@science.uva.nl>
parents: 81167
diff changeset
3073 #+TAGS: @@WORK(w) @@HOME(h) @@TENNISCLUB(t) Laptop(l) PC(p)
ea719971ae70 (Tag): Section swapped with node Timestamps.
Carsten Dominik <dominik@science.uva.nl>
parents: 81167
diff changeset
3074 @end example
ea719971ae70 (Tag): Section swapped with node Timestamps.
Carsten Dominik <dominik@science.uva.nl>
parents: 81167
diff changeset
3075
ea719971ae70 (Tag): Section swapped with node Timestamps.
Carsten Dominik <dominik@science.uva.nl>
parents: 81167
diff changeset
3076 @noindent
ea719971ae70 (Tag): Section swapped with node Timestamps.
Carsten Dominik <dominik@science.uva.nl>
parents: 81167
diff changeset
3077 You can also group together tags that are mutually exclusive. With
ea719971ae70 (Tag): Section swapped with node Timestamps.
Carsten Dominik <dominik@science.uva.nl>
parents: 81167
diff changeset
3078 curly braces@footnote{In @code{org-mode-alist} use
ea719971ae70 (Tag): Section swapped with node Timestamps.
Carsten Dominik <dominik@science.uva.nl>
parents: 81167
diff changeset
3079 @code{'(:startgroup)} and @code{'(:endgroup)}, respectively. Several
ea719971ae70 (Tag): Section swapped with node Timestamps.
Carsten Dominik <dominik@science.uva.nl>
parents: 81167
diff changeset
3080 groups are allowed.}
ea719971ae70 (Tag): Section swapped with node Timestamps.
Carsten Dominik <dominik@science.uva.nl>
parents: 81167
diff changeset
3081
ea719971ae70 (Tag): Section swapped with node Timestamps.
Carsten Dominik <dominik@science.uva.nl>
parents: 81167
diff changeset
3082 @example
ea719971ae70 (Tag): Section swapped with node Timestamps.
Carsten Dominik <dominik@science.uva.nl>
parents: 81167
diff changeset
3083 #+TAGS: @{ @@WORK(w) @@HOME(h) @@TENNISCLUB(t) @} Laptop(l) PC(p)
ea719971ae70 (Tag): Section swapped with node Timestamps.
Carsten Dominik <dominik@science.uva.nl>
parents: 81167
diff changeset
3084 @end example
ea719971ae70 (Tag): Section swapped with node Timestamps.
Carsten Dominik <dominik@science.uva.nl>
parents: 81167
diff changeset
3085
ea719971ae70 (Tag): Section swapped with node Timestamps.
Carsten Dominik <dominik@science.uva.nl>
parents: 81167
diff changeset
3086 @noindent you indicate that at most one of @samp{@@WORK}, @samp{@@HOME},
ea719971ae70 (Tag): Section swapped with node Timestamps.
Carsten Dominik <dominik@science.uva.nl>
parents: 81167
diff changeset
3087 and @samp{@@TENNISCLUB} should be selected.
ea719971ae70 (Tag): Section swapped with node Timestamps.
Carsten Dominik <dominik@science.uva.nl>
parents: 81167
diff changeset
3088
ea719971ae70 (Tag): Section swapped with node Timestamps.
Carsten Dominik <dominik@science.uva.nl>
parents: 81167
diff changeset
3089 @noindent Don't forget to press @kbd{C-c C-c} with the cursor in one of
ea719971ae70 (Tag): Section swapped with node Timestamps.
Carsten Dominik <dominik@science.uva.nl>
parents: 81167
diff changeset
3090 these lines to activate any changes.
ea719971ae70 (Tag): Section swapped with node Timestamps.
Carsten Dominik <dominik@science.uva.nl>
parents: 81167
diff changeset
3091
ea719971ae70 (Tag): Section swapped with node Timestamps.
Carsten Dominik <dominik@science.uva.nl>
parents: 81167
diff changeset
3092 If at least one tag has a selection key, pressing @kbd{C-c C-c} will
ea719971ae70 (Tag): Section swapped with node Timestamps.
Carsten Dominik <dominik@science.uva.nl>
parents: 81167
diff changeset
3093 automatically present you with a special interface, listing inherited
ea719971ae70 (Tag): Section swapped with node Timestamps.
Carsten Dominik <dominik@science.uva.nl>
parents: 81167
diff changeset
3094 tags, the tags of the current headline, and a list of all legal tags
ea719971ae70 (Tag): Section swapped with node Timestamps.
Carsten Dominik <dominik@science.uva.nl>
parents: 81167
diff changeset
3095 with corresponding keys@footnote{Keys will automatically be assigned to
ea719971ae70 (Tag): Section swapped with node Timestamps.
Carsten Dominik <dominik@science.uva.nl>
parents: 81167
diff changeset
3096 tags which have no configured keys.}. In this interface, you can use
ea719971ae70 (Tag): Section swapped with node Timestamps.
Carsten Dominik <dominik@science.uva.nl>
parents: 81167
diff changeset
3097 the following keys:
ea719971ae70 (Tag): Section swapped with node Timestamps.
Carsten Dominik <dominik@science.uva.nl>
parents: 81167
diff changeset
3098
ea719971ae70 (Tag): Section swapped with node Timestamps.
Carsten Dominik <dominik@science.uva.nl>
parents: 81167
diff changeset
3099 @table @kbd
ea719971ae70 (Tag): Section swapped with node Timestamps.
Carsten Dominik <dominik@science.uva.nl>
parents: 81167
diff changeset
3100 @item a-z...
ea719971ae70 (Tag): Section swapped with node Timestamps.
Carsten Dominik <dominik@science.uva.nl>
parents: 81167
diff changeset
3101 Pressing keys assigned to tags will add or remove them from the list of
ea719971ae70 (Tag): Section swapped with node Timestamps.
Carsten Dominik <dominik@science.uva.nl>
parents: 81167
diff changeset
3102 tags in the current line. Selecting a tag in a group of mutually
ea719971ae70 (Tag): Section swapped with node Timestamps.
Carsten Dominik <dominik@science.uva.nl>
parents: 81167
diff changeset
3103 exclusive tags will turn off any other tags from that group.
ea719971ae70 (Tag): Section swapped with node Timestamps.
Carsten Dominik <dominik@science.uva.nl>
parents: 81167
diff changeset
3104 @kindex @key{TAB}
ea719971ae70 (Tag): Section swapped with node Timestamps.
Carsten Dominik <dominik@science.uva.nl>
parents: 81167
diff changeset
3105 @item @key{TAB}
ea719971ae70 (Tag): Section swapped with node Timestamps.
Carsten Dominik <dominik@science.uva.nl>
parents: 81167
diff changeset
3106 Enter a tag in the minibuffer, even if the tag is not in the predefined
ea719971ae70 (Tag): Section swapped with node Timestamps.
Carsten Dominik <dominik@science.uva.nl>
parents: 81167
diff changeset
3107 list. You will be able to complete on all tags present in the buffer.
ea719971ae70 (Tag): Section swapped with node Timestamps.
Carsten Dominik <dominik@science.uva.nl>
parents: 81167
diff changeset
3108 @kindex @key{SPC}
ea719971ae70 (Tag): Section swapped with node Timestamps.
Carsten Dominik <dominik@science.uva.nl>
parents: 81167
diff changeset
3109 @item @key{SPC}
ea719971ae70 (Tag): Section swapped with node Timestamps.
Carsten Dominik <dominik@science.uva.nl>
parents: 81167
diff changeset
3110 Clear all tags for this line.
ea719971ae70 (Tag): Section swapped with node Timestamps.
Carsten Dominik <dominik@science.uva.nl>
parents: 81167
diff changeset
3111 @kindex @key{RET}
ea719971ae70 (Tag): Section swapped with node Timestamps.
Carsten Dominik <dominik@science.uva.nl>
parents: 81167
diff changeset
3112 @item @key{RET}
ea719971ae70 (Tag): Section swapped with node Timestamps.
Carsten Dominik <dominik@science.uva.nl>
parents: 81167
diff changeset
3113 Accept the modified set.
ea719971ae70 (Tag): Section swapped with node Timestamps.
Carsten Dominik <dominik@science.uva.nl>
parents: 81167
diff changeset
3114 @item C-g
ea719971ae70 (Tag): Section swapped with node Timestamps.
Carsten Dominik <dominik@science.uva.nl>
parents: 81167
diff changeset
3115 Abort without installing changes.
ea719971ae70 (Tag): Section swapped with node Timestamps.
Carsten Dominik <dominik@science.uva.nl>
parents: 81167
diff changeset
3116 @item q
ea719971ae70 (Tag): Section swapped with node Timestamps.
Carsten Dominik <dominik@science.uva.nl>
parents: 81167
diff changeset
3117 If @kbd{q} is not assigned to a tag, it aborts like @kbd{C-g}.
ea719971ae70 (Tag): Section swapped with node Timestamps.
Carsten Dominik <dominik@science.uva.nl>
parents: 81167
diff changeset
3118 @item !
ea719971ae70 (Tag): Section swapped with node Timestamps.
Carsten Dominik <dominik@science.uva.nl>
parents: 81167
diff changeset
3119 Turn off groups of mutually exclusive tags. Use this to (as an
ea719971ae70 (Tag): Section swapped with node Timestamps.
Carsten Dominik <dominik@science.uva.nl>
parents: 81167
diff changeset
3120 exception) assign several tags from such a group.
ea719971ae70 (Tag): Section swapped with node Timestamps.
Carsten Dominik <dominik@science.uva.nl>
parents: 81167
diff changeset
3121 @item C-c
ea719971ae70 (Tag): Section swapped with node Timestamps.
Carsten Dominik <dominik@science.uva.nl>
parents: 81167
diff changeset
3122 Toggle auto-exit after the next change (see below).
ea719971ae70 (Tag): Section swapped with node Timestamps.
Carsten Dominik <dominik@science.uva.nl>
parents: 81167
diff changeset
3123 If you are using expert mode, the first @kbd{C-c} will display the
ea719971ae70 (Tag): Section swapped with node Timestamps.
Carsten Dominik <dominik@science.uva.nl>
parents: 81167
diff changeset
3124 selection window.
ea719971ae70 (Tag): Section swapped with node Timestamps.
Carsten Dominik <dominik@science.uva.nl>
parents: 81167
diff changeset
3125 @end table
ea719971ae70 (Tag): Section swapped with node Timestamps.
Carsten Dominik <dominik@science.uva.nl>
parents: 81167
diff changeset
3126
ea719971ae70 (Tag): Section swapped with node Timestamps.
Carsten Dominik <dominik@science.uva.nl>
parents: 81167
diff changeset
3127 @noindent
ea719971ae70 (Tag): Section swapped with node Timestamps.
Carsten Dominik <dominik@science.uva.nl>
parents: 81167
diff changeset
3128 This method lets you assign tags to a headline with very few keys. With
ea719971ae70 (Tag): Section swapped with node Timestamps.
Carsten Dominik <dominik@science.uva.nl>
parents: 81167
diff changeset
3129 the above setup, you could clear the current tags and set @samp{@@HOME},
ea719971ae70 (Tag): Section swapped with node Timestamps.
Carsten Dominik <dominik@science.uva.nl>
parents: 81167
diff changeset
3130 @samp{Laptop} and @samp{PC} tags with just the following keys: @kbd{C-c
ea719971ae70 (Tag): Section swapped with node Timestamps.
Carsten Dominik <dominik@science.uva.nl>
parents: 81167
diff changeset
3131 C-c @key{SPC} h l p @key{RET}}. Switching from @samp{@@HOME} to
ea719971ae70 (Tag): Section swapped with node Timestamps.
Carsten Dominik <dominik@science.uva.nl>
parents: 81167
diff changeset
3132 @samp{@@WORK} would be done with @kbd{C-c C-c w @key{RET}} or
ea719971ae70 (Tag): Section swapped with node Timestamps.
Carsten Dominik <dominik@science.uva.nl>
parents: 81167
diff changeset
3133 alternatively with @kbd{C-c C-c C-c w}. Adding the non-predefined tag
ea719971ae70 (Tag): Section swapped with node Timestamps.
Carsten Dominik <dominik@science.uva.nl>
parents: 81167
diff changeset
3134 @samp{Sarah} could be done with @kbd{C-c C-c @key{TAB} S a r a h
ea719971ae70 (Tag): Section swapped with node Timestamps.
Carsten Dominik <dominik@science.uva.nl>
parents: 81167
diff changeset
3135 @key{RET} @key{RET}}.
ea719971ae70 (Tag): Section swapped with node Timestamps.
Carsten Dominik <dominik@science.uva.nl>
parents: 81167
diff changeset
3136
ea719971ae70 (Tag): Section swapped with node Timestamps.
Carsten Dominik <dominik@science.uva.nl>
parents: 81167
diff changeset
3137 If you find that most of the time, you need only a single keypress to
ea719971ae70 (Tag): Section swapped with node Timestamps.
Carsten Dominik <dominik@science.uva.nl>
parents: 81167
diff changeset
3138 modify your list of tags, set the variable
ea719971ae70 (Tag): Section swapped with node Timestamps.
Carsten Dominik <dominik@science.uva.nl>
parents: 81167
diff changeset
3139 @code{org-fast-tag-selection-single-key}. Then you no longer have to
ea719971ae70 (Tag): Section swapped with node Timestamps.
Carsten Dominik <dominik@science.uva.nl>
parents: 81167
diff changeset
3140 press @key{RET} to exit fast tag selection - it will immediately exit
ea719971ae70 (Tag): Section swapped with node Timestamps.
Carsten Dominik <dominik@science.uva.nl>
parents: 81167
diff changeset
3141 after the first change. If you then occasionally need more keys, press
ea719971ae70 (Tag): Section swapped with node Timestamps.
Carsten Dominik <dominik@science.uva.nl>
parents: 81167
diff changeset
3142 @kbd{C-c} to turn off auto-exit for the current tag selection process
ea719971ae70 (Tag): Section swapped with node Timestamps.
Carsten Dominik <dominik@science.uva.nl>
parents: 81167
diff changeset
3143 (in effect: start selection with @kbd{C-c C-c C-c} instead of @kbd{C-c
ea719971ae70 (Tag): Section swapped with node Timestamps.
Carsten Dominik <dominik@science.uva.nl>
parents: 81167
diff changeset
3144 C-c}). If you set the variable to the value @code{expert}, the special
ea719971ae70 (Tag): Section swapped with node Timestamps.
Carsten Dominik <dominik@science.uva.nl>
parents: 81167
diff changeset
3145 window is not even shown for single-key tag selection, it comes up only
ea719971ae70 (Tag): Section swapped with node Timestamps.
Carsten Dominik <dominik@science.uva.nl>
parents: 81167
diff changeset
3146 when you press an extra @kbd{C-c}.
ea719971ae70 (Tag): Section swapped with node Timestamps.
Carsten Dominik <dominik@science.uva.nl>
parents: 81167
diff changeset
3147
ea719971ae70 (Tag): Section swapped with node Timestamps.
Carsten Dominik <dominik@science.uva.nl>
parents: 81167
diff changeset
3148 @node Tag searches, , Setting tags, Tags
ea719971ae70 (Tag): Section swapped with node Timestamps.
Carsten Dominik <dominik@science.uva.nl>
parents: 81167
diff changeset
3149 @section Tag searches
ea719971ae70 (Tag): Section swapped with node Timestamps.
Carsten Dominik <dominik@science.uva.nl>
parents: 81167
diff changeset
3150 @cindex tag searches
ea719971ae70 (Tag): Section swapped with node Timestamps.
Carsten Dominik <dominik@science.uva.nl>
parents: 81167
diff changeset
3151 @cindex searching for tags
ea719971ae70 (Tag): Section swapped with node Timestamps.
Carsten Dominik <dominik@science.uva.nl>
parents: 81167
diff changeset
3152
ea719971ae70 (Tag): Section swapped with node Timestamps.
Carsten Dominik <dominik@science.uva.nl>
parents: 81167
diff changeset
3153 Once a tags system has been set up, it can be used to collect related
ea719971ae70 (Tag): Section swapped with node Timestamps.
Carsten Dominik <dominik@science.uva.nl>
parents: 81167
diff changeset
3154 information into special lists.
ea719971ae70 (Tag): Section swapped with node Timestamps.
Carsten Dominik <dominik@science.uva.nl>
parents: 81167
diff changeset
3155
ea719971ae70 (Tag): Section swapped with node Timestamps.
Carsten Dominik <dominik@science.uva.nl>
parents: 81167
diff changeset
3156 @table @kbd
ea719971ae70 (Tag): Section swapped with node Timestamps.
Carsten Dominik <dominik@science.uva.nl>
parents: 81167
diff changeset
3157 @kindex C-c \
ea719971ae70 (Tag): Section swapped with node Timestamps.
Carsten Dominik <dominik@science.uva.nl>
parents: 81167
diff changeset
3158 @item C-c \
ea719971ae70 (Tag): Section swapped with node Timestamps.
Carsten Dominik <dominik@science.uva.nl>
parents: 81167
diff changeset
3159 Create a sparse tree with all headlines matching a tags search. With a
ea719971ae70 (Tag): Section swapped with node Timestamps.
Carsten Dominik <dominik@science.uva.nl>
parents: 81167
diff changeset
3160 @kbd{C-u} prefix argument, ignore headlines that are not a TODO line.
ea719971ae70 (Tag): Section swapped with node Timestamps.
Carsten Dominik <dominik@science.uva.nl>
parents: 81167
diff changeset
3161 @kindex C-c a m
ea719971ae70 (Tag): Section swapped with node Timestamps.
Carsten Dominik <dominik@science.uva.nl>
parents: 81167
diff changeset
3162 @item C-c a m
ea719971ae70 (Tag): Section swapped with node Timestamps.
Carsten Dominik <dominik@science.uva.nl>
parents: 81167
diff changeset
3163 Create a global list of tag matches from all agenda files.
ea719971ae70 (Tag): Section swapped with node Timestamps.
Carsten Dominik <dominik@science.uva.nl>
parents: 81167
diff changeset
3164 @xref{Matching headline tags}.
ea719971ae70 (Tag): Section swapped with node Timestamps.
Carsten Dominik <dominik@science.uva.nl>
parents: 81167
diff changeset
3165 @kindex C-c a M
ea719971ae70 (Tag): Section swapped with node Timestamps.
Carsten Dominik <dominik@science.uva.nl>
parents: 81167
diff changeset
3166 @item C-c a M
ea719971ae70 (Tag): Section swapped with node Timestamps.
Carsten Dominik <dominik@science.uva.nl>
parents: 81167
diff changeset
3167 Create a global list of tag matches from all agenda files, but check
ea719971ae70 (Tag): Section swapped with node Timestamps.
Carsten Dominik <dominik@science.uva.nl>
parents: 81167
diff changeset
3168 only TODO items and force checking subitems (see variable
ea719971ae70 (Tag): Section swapped with node Timestamps.
Carsten Dominik <dominik@science.uva.nl>
parents: 81167
diff changeset
3169 @code{org-tags-match-list-sublevels}).
ea719971ae70 (Tag): Section swapped with node Timestamps.
Carsten Dominik <dominik@science.uva.nl>
parents: 81167
diff changeset
3170 @end table
ea719971ae70 (Tag): Section swapped with node Timestamps.
Carsten Dominik <dominik@science.uva.nl>
parents: 81167
diff changeset
3171
ea719971ae70 (Tag): Section swapped with node Timestamps.
Carsten Dominik <dominik@science.uva.nl>
parents: 81167
diff changeset
3172 @cindex Boolean logic, for tag searches
ea719971ae70 (Tag): Section swapped with node Timestamps.
Carsten Dominik <dominik@science.uva.nl>
parents: 81167
diff changeset
3173 A @i{tags} search string can use Boolean operators @samp{&} for AND and
ea719971ae70 (Tag): Section swapped with node Timestamps.
Carsten Dominik <dominik@science.uva.nl>
parents: 81167
diff changeset
3174 @samp{|} for OR. @samp{&} binds more strongly than @samp{|}.
ea719971ae70 (Tag): Section swapped with node Timestamps.
Carsten Dominik <dominik@science.uva.nl>
parents: 81167
diff changeset
3175 Parenthesis are currently not implemented. A tag may also be preceded
ea719971ae70 (Tag): Section swapped with node Timestamps.
Carsten Dominik <dominik@science.uva.nl>
parents: 81167
diff changeset
3176 by @samp{-}, to select against it, and @samp{+} is syntactic sugar for
ea719971ae70 (Tag): Section swapped with node Timestamps.
Carsten Dominik <dominik@science.uva.nl>
parents: 81167
diff changeset
3177 positive selection. The AND operator @samp{&} is optional when @samp{+}
ea719971ae70 (Tag): Section swapped with node Timestamps.
Carsten Dominik <dominik@science.uva.nl>
parents: 81167
diff changeset
3178 or @samp{-} is present. Examples:
ea719971ae70 (Tag): Section swapped with node Timestamps.
Carsten Dominik <dominik@science.uva.nl>
parents: 81167
diff changeset
3179
ea719971ae70 (Tag): Section swapped with node Timestamps.
Carsten Dominik <dominik@science.uva.nl>
parents: 81167
diff changeset
3180 @table @samp
ea719971ae70 (Tag): Section swapped with node Timestamps.
Carsten Dominik <dominik@science.uva.nl>
parents: 81167
diff changeset
3181 @item +WORK-BOSS
ea719971ae70 (Tag): Section swapped with node Timestamps.
Carsten Dominik <dominik@science.uva.nl>
parents: 81167
diff changeset
3182 Select headlines tagged @samp{:WORK:}, but discard those also tagged
ea719971ae70 (Tag): Section swapped with node Timestamps.
Carsten Dominik <dominik@science.uva.nl>
parents: 81167
diff changeset
3183 @samp{:BOSS:}.
ea719971ae70 (Tag): Section swapped with node Timestamps.
Carsten Dominik <dominik@science.uva.nl>
parents: 81167
diff changeset
3184 @item WORK|LAPTOP
ea719971ae70 (Tag): Section swapped with node Timestamps.
Carsten Dominik <dominik@science.uva.nl>
parents: 81167
diff changeset
3185 Selects lines tagged @samp{:WORK:} or @samp{:LAPTOP:}.
ea719971ae70 (Tag): Section swapped with node Timestamps.
Carsten Dominik <dominik@science.uva.nl>
parents: 81167
diff changeset
3186 @item WORK|LAPTOP&NIGHT
ea719971ae70 (Tag): Section swapped with node Timestamps.
Carsten Dominik <dominik@science.uva.nl>
parents: 81167
diff changeset
3187 Like before, but require the @samp{:LAPTOP:} lines to be tagged also
ea719971ae70 (Tag): Section swapped with node Timestamps.
Carsten Dominik <dominik@science.uva.nl>
parents: 81167
diff changeset
3188 @samp{NIGHT}.
ea719971ae70 (Tag): Section swapped with node Timestamps.
Carsten Dominik <dominik@science.uva.nl>
parents: 81167
diff changeset
3189 @end table
ea719971ae70 (Tag): Section swapped with node Timestamps.
Carsten Dominik <dominik@science.uva.nl>
parents: 81167
diff changeset
3190
ea719971ae70 (Tag): Section swapped with node Timestamps.
Carsten Dominik <dominik@science.uva.nl>
parents: 81167
diff changeset
3191 @cindex TODO keyword matching, with tags search
ea719971ae70 (Tag): Section swapped with node Timestamps.
Carsten Dominik <dominik@science.uva.nl>
parents: 81167
diff changeset
3192 If you are using multi-state TODO keywords (@pxref{TODO extensions}), it
ea719971ae70 (Tag): Section swapped with node Timestamps.
Carsten Dominik <dominik@science.uva.nl>
parents: 81167
diff changeset
3193 can be useful to also match on the TODO keyword. This can be done by
ea719971ae70 (Tag): Section swapped with node Timestamps.
Carsten Dominik <dominik@science.uva.nl>
parents: 81167
diff changeset
3194 adding a condition after a slash to a tags match. The syntax is similar
ea719971ae70 (Tag): Section swapped with node Timestamps.
Carsten Dominik <dominik@science.uva.nl>
parents: 81167
diff changeset
3195 to the tag matches, but should be applied with consideration: For
ea719971ae70 (Tag): Section swapped with node Timestamps.
Carsten Dominik <dominik@science.uva.nl>
parents: 81167
diff changeset
3196 example, a positive selection on several TODO keywords can not
ea719971ae70 (Tag): Section swapped with node Timestamps.
Carsten Dominik <dominik@science.uva.nl>
parents: 81167
diff changeset
3197 meaningfully be combined with boolean AND. However, @emph{negative
ea719971ae70 (Tag): Section swapped with node Timestamps.
Carsten Dominik <dominik@science.uva.nl>
parents: 81167
diff changeset
3198 selection} combined with AND can be meaningful. To make sure that only
ea719971ae70 (Tag): Section swapped with node Timestamps.
Carsten Dominik <dominik@science.uva.nl>
parents: 81167
diff changeset
3199 lines are checked that actually have any TODO keyword, use @kbd{C-c a
ea719971ae70 (Tag): Section swapped with node Timestamps.
Carsten Dominik <dominik@science.uva.nl>
parents: 81167
diff changeset
3200 M}, or equivalently start the todo part after the slash with @samp{!}.
ea719971ae70 (Tag): Section swapped with node Timestamps.
Carsten Dominik <dominik@science.uva.nl>
parents: 81167
diff changeset
3201 Examples:
ea719971ae70 (Tag): Section swapped with node Timestamps.
Carsten Dominik <dominik@science.uva.nl>
parents: 81167
diff changeset
3202
ea719971ae70 (Tag): Section swapped with node Timestamps.
Carsten Dominik <dominik@science.uva.nl>
parents: 81167
diff changeset
3203 @table @samp
ea719971ae70 (Tag): Section swapped with node Timestamps.
Carsten Dominik <dominik@science.uva.nl>
parents: 81167
diff changeset
3204 @item WORK/WAITING
ea719971ae70 (Tag): Section swapped with node Timestamps.
Carsten Dominik <dominik@science.uva.nl>
parents: 81167
diff changeset
3205 Select @samp{:WORK:}-tagged TODO lines with the specific TODO
ea719971ae70 (Tag): Section swapped with node Timestamps.
Carsten Dominik <dominik@science.uva.nl>
parents: 81167
diff changeset
3206 keyword @samp{WAITING}.
ea719971ae70 (Tag): Section swapped with node Timestamps.
Carsten Dominik <dominik@science.uva.nl>
parents: 81167
diff changeset
3207 @item WORK/!-WAITING-NEXT
ea719971ae70 (Tag): Section swapped with node Timestamps.
Carsten Dominik <dominik@science.uva.nl>
parents: 81167
diff changeset
3208 Select @samp{:WORK:}-tagged TODO lines that are neither @samp{WAITING}
ea719971ae70 (Tag): Section swapped with node Timestamps.
Carsten Dominik <dominik@science.uva.nl>
parents: 81167
diff changeset
3209 nor @samp{NEXT}
ea719971ae70 (Tag): Section swapped with node Timestamps.
Carsten Dominik <dominik@science.uva.nl>
parents: 81167
diff changeset
3210 @item WORK/+WAITING|+NEXT
ea719971ae70 (Tag): Section swapped with node Timestamps.
Carsten Dominik <dominik@science.uva.nl>
parents: 81167
diff changeset
3211 Select @samp{:WORK:}-tagged TODO lines that are either @samp{WAITING} or
ea719971ae70 (Tag): Section swapped with node Timestamps.
Carsten Dominik <dominik@science.uva.nl>
parents: 81167
diff changeset
3212 @samp{NEXT}.
ea719971ae70 (Tag): Section swapped with node Timestamps.
Carsten Dominik <dominik@science.uva.nl>
parents: 81167
diff changeset
3213 @end table
ea719971ae70 (Tag): Section swapped with node Timestamps.
Carsten Dominik <dominik@science.uva.nl>
parents: 81167
diff changeset
3214
ea719971ae70 (Tag): Section swapped with node Timestamps.
Carsten Dominik <dominik@science.uva.nl>
parents: 81167
diff changeset
3215 @cindex regular expressions, with tags search
ea719971ae70 (Tag): Section swapped with node Timestamps.
Carsten Dominik <dominik@science.uva.nl>
parents: 81167
diff changeset
3216 Any element of the tag/todo match can be a regular expression - in this
ea719971ae70 (Tag): Section swapped with node Timestamps.
Carsten Dominik <dominik@science.uva.nl>
parents: 81167
diff changeset
3217 case it must be enclosed in curly braces. For example,
ea719971ae70 (Tag): Section swapped with node Timestamps.
Carsten Dominik <dominik@science.uva.nl>
parents: 81167
diff changeset
3218 @samp{WORK+@{^BOSS.*@}} matches headlines that contain the tag
ea719971ae70 (Tag): Section swapped with node Timestamps.
Carsten Dominik <dominik@science.uva.nl>
parents: 81167
diff changeset
3219 @samp{WORK} and any tag @i{starting} with @samp{BOSS}.
ea719971ae70 (Tag): Section swapped with node Timestamps.
Carsten Dominik <dominik@science.uva.nl>
parents: 81167
diff changeset
3220
ea719971ae70 (Tag): Section swapped with node Timestamps.
Carsten Dominik <dominik@science.uva.nl>
parents: 81167
diff changeset
3221 @cindex level, require for tags match
ea719971ae70 (Tag): Section swapped with node Timestamps.
Carsten Dominik <dominik@science.uva.nl>
parents: 81167
diff changeset
3222 You can also require a headline to be of a certain level, by writing
ea719971ae70 (Tag): Section swapped with node Timestamps.
Carsten Dominik <dominik@science.uva.nl>
parents: 81167
diff changeset
3223 instead of any TAG an expression like @samp{LEVEL=3}. For example, a
ea719971ae70 (Tag): Section swapped with node Timestamps.
Carsten Dominik <dominik@science.uva.nl>
parents: 81167
diff changeset
3224 search @samp{+LEVEL=3+BOSS/-DONE} lists all level three headlines that
ea719971ae70 (Tag): Section swapped with node Timestamps.
Carsten Dominik <dominik@science.uva.nl>
parents: 81167
diff changeset
3225 have the tag BOSS and are @emph{not} marked with the todo keyword DONE.
ea719971ae70 (Tag): Section swapped with node Timestamps.
Carsten Dominik <dominik@science.uva.nl>
parents: 81167
diff changeset
3226
ea719971ae70 (Tag): Section swapped with node Timestamps.
Carsten Dominik <dominik@science.uva.nl>
parents: 81167
diff changeset
3227 @node Timestamps, Agenda views, Tags, Top
58792
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
3228 @chapter Timestamps
73874
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
3229 @cindex time stamps
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
3230 @cindex date stamps
58792
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
3231
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
3232 Items can be labeled with timestamps to make them useful for project
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
3233 planning.
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
3234
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
3235 @menu
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
3236 * Time stamps:: Assigning a time to a tree entry
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
3237 * Creating timestamps:: Commands which insert timestamps
81167
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
3238 * Deadlines and scheduling:: Planning your work
71312
e050af4a9e72 (Progress logging): New section.
Carsten Dominik <dominik@science.uva.nl>
parents: 71246
diff changeset
3239 * Progress logging:: Documenting when what work was done.
58792
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
3240 @end menu
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
3241
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
3242
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
3243 @node Time stamps, Creating timestamps, Timestamps, Timestamps
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
3244 @section Time stamps, deadlines and scheduling
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
3245 @cindex time stamps
67613
eab2494a32d7 *** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents: 67604
diff changeset
3246 @cindex ranges, time
eab2494a32d7 *** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents: 67604
diff changeset
3247 @cindex date stamps
58792
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
3248 @cindex deadlines
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
3249 @cindex scheduling
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
3250
81465
ea719971ae70 (Tag): Section swapped with node Timestamps.
Carsten Dominik <dominik@science.uva.nl>
parents: 81167
diff changeset
3251 A time stamp is a specification of a date (possibly with time or a range
ea719971ae70 (Tag): Section swapped with node Timestamps.
Carsten Dominik <dominik@science.uva.nl>
parents: 81167
diff changeset
3252 of times) in a special format, either @samp{<2003-09-16 Tue>} or
ea719971ae70 (Tag): Section swapped with node Timestamps.
Carsten Dominik <dominik@science.uva.nl>
parents: 81167
diff changeset
3253 @samp{<2003-09-16 Tue 09:39>} or @samp{<2003-09-16 Tue
ea719971ae70 (Tag): Section swapped with node Timestamps.
Carsten Dominik <dominik@science.uva.nl>
parents: 81167
diff changeset
3254 12:00-12:30>}@footnote{This is the standard ISO date/time format. If
ea719971ae70 (Tag): Section swapped with node Timestamps.
Carsten Dominik <dominik@science.uva.nl>
parents: 81167
diff changeset
3255 you cannot get used to these, see @ref{Custom time format}}. A time
ea719971ae70 (Tag): Section swapped with node Timestamps.
Carsten Dominik <dominik@science.uva.nl>
parents: 81167
diff changeset
3256 stamp can appear anywhere in the headline or body of an org-tree entry.
ea719971ae70 (Tag): Section swapped with node Timestamps.
Carsten Dominik <dominik@science.uva.nl>
parents: 81167
diff changeset
3257 Its presence causes entries to be shown on specific dates in the agenda
73874
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
3258 (@pxref{Weekly/Daily agenda}). We distinguish:
58792
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
3259
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
3260 @table @var
70867
68e63907ebfb (Plain lists): Added new item navigation commands.
Carsten Dominik <dominik@science.uva.nl>
parents: 70164
diff changeset
3261 @item Plain time stamp
58792
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
3262 @cindex timestamp
70133
36d1ec75581c * org.texi: (Time stamps): Better explanation of the purpose of
Carsten Dominik <dominik@science.uva.nl>
parents: 70065
diff changeset
3263 A simple time stamp just assigns a date/time to an item. This is just
36d1ec75581c * org.texi: (Time stamps): Better explanation of the purpose of
Carsten Dominik <dominik@science.uva.nl>
parents: 70065
diff changeset
3264 like writing down an appointment in a paper agenda, or like writing down
71098
b98399840395 Small typo fixes.
Carsten Dominik <dominik@science.uva.nl>
parents: 70974
diff changeset
3265 an event in a diary, when you want to take note of when something
70133
36d1ec75581c * org.texi: (Time stamps): Better explanation of the purpose of
Carsten Dominik <dominik@science.uva.nl>
parents: 70065
diff changeset
3266 happened. In the timeline and agenda displays, the headline of an entry
36d1ec75581c * org.texi: (Time stamps): Better explanation of the purpose of
Carsten Dominik <dominik@science.uva.nl>
parents: 70065
diff changeset
3267 associated with a plain time stamp will be shown exactly on that date.
58792
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
3268
73874
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
3269 @example
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
3270 * Meet Peter at the movies <2006-11-01 Wed 19:15>
81465
ea719971ae70 (Tag): Section swapped with node Timestamps.
Carsten Dominik <dominik@science.uva.nl>
parents: 81167
diff changeset
3271 * Discussion on climate change <2006-11-02 Thu 20:00-22:00>
73874
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
3272 @end example
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
3273
81167
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
3274 @item Time stamp with repeater interval
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
3275 @cindex timestamp, with repeater interval
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
3276 A time stamp may contain a @emph{repeater interval}, indicating that it
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
3277 applies not only on the given date, but again and again after a certain
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
3278 interval of N days (d), weeks (w), months(m), or years(y). The
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
3279 following will show up in the agenda every Wednesday:
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
3280
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
3281 @example
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
3282 * Pick up Sam at school <2007-05-16 Wed 12:30 +1w>
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
3283 @end example
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
3284
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
3285 @item Diary-style sexp entries
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
3286 For more complex date specifications, Org-mode supports using the
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
3287 special sexp diary entries implemented in the Emacs calendar/diary
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
3288 package. For example
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
3289
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
3290 @example
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
3291 * The nerd meeting on every 2nd Thursday of the month
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
3292 <%%(diary-float t 4 2)>
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
3293 @end example
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
3294
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
3295 @item Time/Date range
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
3296 @cindex timerange
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
3297 @cindex date range
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
3298 Two time stamps connected by @samp{--} denote a range. The headline
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
3299 will be shown on the first and last day of the range, and on any dates
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
3300 that are displayed and fall in the range. Here is an example:
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
3301
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
3302 @example
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
3303 ** Meeting in Amsterdam
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
3304 <2004-08-23 Mon>--<2004-08-26 Thu>
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
3305 @end example
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
3306
73874
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
3307 @item Inactive time stamp
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
3308 @cindex timestamp, inactive
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
3309 @cindex inactive timestamp
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
3310 Just like a plain time stamp, but with square brackets instead of
74030
7c426fa1fdff Fix typos
Carsten Dominik <dominik@science.uva.nl>
parents: 73967
diff changeset
3311 angular ones. These time stamps are inactive in the sense that they do
73874
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
3312 @emph{not} trigger an entry to show up in the agenda.
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
3313
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
3314 @example
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
3315 * Gillian comes late for the fifth time [2006-11-01 Wed]
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
3316 @end example
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
3317
58792
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
3318 @end table
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
3319
81167
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
3320 @node Creating timestamps, Deadlines and scheduling, Time stamps, Timestamps
58792
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
3321 @section Creating timestamps
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
3322 @cindex creating timestamps
67613
eab2494a32d7 *** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents: 67604
diff changeset
3323 @cindex timestamps, creating
58792
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
3324
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
3325 For Org-mode to recognize time stamps, they need to be in the specific
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
3326 format. All commands listed below produce time stamps in the correct
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
3327 format.
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
3328
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
3329 @table @kbd
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
3330 @kindex C-c .
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
3331 @item C-c .
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
3332 Prompt for a date and insert a corresponding time stamp. When the
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
3333 cursor is at a previously used time stamp, it is updated to NOW. When
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
3334 this command is used twice in succession, a time range is inserted.
81167
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
3335 @c
58792
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
3336 @kindex C-u C-c .
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
3337 @item C-u C-c .
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
3338 Like @kbd{C-c .}, but use the alternative format which contains date
69929
beebc22085fe (Link format): New section, emphasis on bracket links.
Carsten Dominik <dominik@science.uva.nl>
parents: 69891
diff changeset
3339 and time. The default time can be rounded to multiples of 5 minutes,
beebc22085fe (Link format): New section, emphasis on bracket links.
Carsten Dominik <dominik@science.uva.nl>
parents: 69891
diff changeset
3340 see the option @code{org-time-stamp-rounding-minutes}.
81167
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
3341 @c
65656
55fcf5165d97 Version 3.16
Carsten Dominik <dominik@science.uva.nl>
parents: 65555
diff changeset
3342 @kindex C-c !
55fcf5165d97 Version 3.16
Carsten Dominik <dominik@science.uva.nl>
parents: 65555
diff changeset
3343 @item C-c !
81167
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
3344 Like @kbd{C-c .}, but insert an inactive time stamp that will not cause
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
3345 an agenda entry.
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
3346 @c
58792
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
3347 @kindex C-c <
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
3348 @item C-c <
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
3349 Insert a time stamp corresponding to the cursor date in the Calendar.
81167
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
3350 @c
58792
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
3351 @kindex C-c >
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
3352 @item C-c >
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
3353 Access the Emacs calendar for the current date. If there is a
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
3354 timestamp in the current line, goto the corresponding date
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
3355 instead.
81167
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
3356 @c
58792
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
3357 @kindex C-c C-o
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
3358 @item C-c C-o
73874
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
3359 Access the agenda for the date given by the time stamp or -range at
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
3360 point (@pxref{Weekly/Daily agenda}).
81167
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
3361 @c
58792
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
3362 @kindex S-@key{left}
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
3363 @kindex S-@key{right}
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
3364 @item S-@key{left}
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
3365 @itemx S-@key{right}
63362
8a4e1b582425 Version 3.11
Carsten Dominik <dominik@science.uva.nl>
parents: 62713
diff changeset
3366 Change date at cursor by one day. These key bindings conflict with
70867
68e63907ebfb (Plain lists): Added new item navigation commands.
Carsten Dominik <dominik@science.uva.nl>
parents: 70164
diff changeset
3367 CUA-mode (@pxref{Conflicts}).
81167
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
3368 @c
58792
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
3369 @kindex S-@key{up}
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
3370 @kindex S-@key{down}
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
3371 @item S-@key{up}
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
3372 @itemx S-@key{down}
73874
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
3373 Change the item under the cursor in a timestamp. The cursor can be on a
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
3374 year, month, day, hour or minute. Note that if the cursor is in a
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
3375 headline and not at a time stamp, these same keys modify the priority of
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
3376 an item. (@pxref{Priorities}). The key bindings also conflict with
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
3377 CUA-mode (@pxref{Conflicts}).
81167
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
3378 @c
58792
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
3379 @kindex C-c C-y
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
3380 @cindex evaluate time range
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
3381 @item C-c C-y
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
3382 Evaluate a time range by computing the difference between start and
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
3383 end. With prefix arg, insert result after the time range (in a table:
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
3384 into the following column).
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
3385 @end table
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
3386
73874
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
3387
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
3388 @menu
74030
7c426fa1fdff Fix typos
Carsten Dominik <dominik@science.uva.nl>
parents: 73967
diff changeset
3389 * The date/time prompt:: How org-mode helps you entering date and time
81167
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
3390 * Custom time format:: Making dates look differently
73874
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
3391 @end menu
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
3392
81167
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
3393 @node The date/time prompt, Custom time format, Creating timestamps, Creating timestamps
73874
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
3394 @subsection The date/time prompt
58792
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
3395 @cindex date, reading in minibuffer
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
3396 @cindex time, reading in minibuffer
73874
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
3397
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
3398 When Org-mode prompts for a date/time, the prompt suggests to enter an
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
3399 ISO date. But it will in fact accept any string containing some date
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
3400 and/or time information. You can, for example, use @kbd{C-y} to paste a
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
3401 (possibly multi-line) string copied from an email message. Org-mode
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
3402 will find whatever information is in there and will replace anything not
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
3403 specified with the current date and time. For example:
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
3404
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
3405 @example
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
3406 3-2-5 --> 2003-02-05
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
3407 feb 15 --> currentyear-02-15
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
3408 sep 12 9 --> 2009-09-12
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
3409 12:45 --> today 12:45
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
3410 22 sept 0:34 --> currentyear-09-22 0:34
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
3411 12 --> currentyear-currentmonth-12
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
3412 Fri --> nearest Friday (today or later)
76138
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
3413 +4 --> 4 days from now (if +N is the only thing given)
73874
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
3414 @end example
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
3415
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
3416 The function understands English month and weekday abbreviations. If
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
3417 you want to use unabbreviated names and/or other languages, configure
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
3418 the variables @code{parse-time-months} and @code{parse-time-weekdays}.
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
3419
58792
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
3420 @cindex calendar, for selecting date
73874
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
3421 Parallel to the minibuffer prompt, a calendar is popped up@footnote{If
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
3422 you don't need/want the calendar, configure the variable
76138
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
3423 @code{org-popup-calendar-for-date-prompt}.}. When you exit the date
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
3424 prompt, either by clicking on a date in the calendar, or by pressing
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
3425 @key{RET}, the date selected in the calendar will be combined with the
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
3426 information entered at the prompt. You can control the calendar fully
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
3427 from the minibuffer:
58792
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
3428
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
3429 @table @kbd
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
3430 @kindex <
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
3431 @item <
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
3432 Scroll calendar backwards by one month.
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
3433 @kindex >
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
3434 @item >
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
3435 Scroll calendar forwards by one month.
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
3436 @kindex mouse-1
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
3437 @item mouse-1
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
3438 Select date by clicking on it.
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
3439 @kindex S-@key{right}
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
3440 @item S-@key{right}
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
3441 One day forward.
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
3442 @kindex S-@key{left}
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
3443 @item S-@key{left}
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
3444 One day back.
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
3445 @kindex S-@key{down}
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
3446 @item S-@key{down}
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
3447 One week forward.
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
3448 @kindex S-@key{up}
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
3449 @item S-@key{up}
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
3450 One week back.
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
3451 @kindex M-S-@key{right}
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
3452 @item M-S-@key{right}
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
3453 One month forward.
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
3454 @kindex M-S-@key{left}
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
3455 @item M-S-@key{left}
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
3456 One month back.
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
3457 @kindex @key{RET}
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
3458 @item @key{RET}
73874
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
3459 Choose date in calendar (only if nothing was typed into minibuffer).
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
3460 @end table
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
3461
81167
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
3462 @node Custom time format, , The date/time prompt, Creating timestamps
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
3463 @subsection Custom time format
73874
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
3464 @cindex custom date/time format
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
3465 @cindex time format, custom
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
3466 @cindex date format, custom
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
3467
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
3468 Org-mode uses the standard ISO notation for dates and times as it is
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
3469 defined in ISO 8601. If you cannot get used to this and require another
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
3470 representation of date and time to keep you happy, you can get it by
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
3471 customizing the variables @code{org-display-custom-times} and
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
3472 @code{org-time-stamp-custom-formats}.
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
3473
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
3474 @table @kbd
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
3475 @kindex C-c C-x C-t
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
3476 @item C-c C-x C-t
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
3477 Toggle the display of custom formats for dates and times.
58792
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
3478 @end table
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
3479
73874
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
3480 @noindent
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
3481 Org-mode needs the default format for scanning, so the custom date/time
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
3482 format does not @emph{replace} the default format - instead it is put
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
3483 @emph{over} the default format using text properties. This has the
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
3484 following consequences:
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
3485 @itemize @bullet
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
3486 @item
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
3487 You cannot place the cursor onto a time stamp anymore, only before or
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
3488 after.
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
3489 @item
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
3490 The @kbd{S-@key{up}/@key{down}} keys can no longer be used to adjust
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
3491 each component of a time stamp. If the cursor is at the beginning of
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
3492 the stamp, @kbd{S-@key{up}/@key{down}} will change the stamp by one day,
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
3493 just like @kbd{S-@key{left}/@key{right}}. At the end of the stamp, the
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
3494 time will be changed by one minute.
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
3495 @item
81465
ea719971ae70 (Tag): Section swapped with node Timestamps.
Carsten Dominik <dominik@science.uva.nl>
parents: 81167
diff changeset
3496 If the time stamp contains a range of clock times or a repeater, these
ea719971ae70 (Tag): Section swapped with node Timestamps.
Carsten Dominik <dominik@science.uva.nl>
parents: 81167
diff changeset
3497 will not be overlayed, but remain in the buffer as they were.
ea719971ae70 (Tag): Section swapped with node Timestamps.
Carsten Dominik <dominik@science.uva.nl>
parents: 81167
diff changeset
3498 @item
73874
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
3499 When you delete a time stamp character-by-character, it will only
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
3500 disappear from the buffer after @emph{all} (invisible) characters
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
3501 belonging to the ISO timestamp have been removed.
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
3502 @item
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
3503 If the custom time stamp format is longer than the default and you are
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
3504 using dates in tables, table alignment will be messed up. If the custom
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
3505 format is shorter, things do work as expected.
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
3506 @end itemize
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
3507
81167
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
3508
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
3509 @node Deadlines and scheduling, Progress logging, Creating timestamps, Timestamps
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
3510 @section Deadlines and Scheduling
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
3511
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
3512 A time stamp may be preceded by special keywords to facilitate planning
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
3513 of work:
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
3514
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
3515 @table @var
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
3516 @item DEADLINE
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
3517 @cindex DEADLINE keyword
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
3518 The task (most likely a TODO item) is supposed to be finished on that
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
3519 date, and it will be listed then. In addition, the compilation for
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
3520 @emph{today} will carry a warning about the approaching or missed
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
3521 deadline, starting @code{org-deadline-warning-days} before the due date,
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
3522 and continuing until the entry is marked DONE. An example:
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
3523
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
3524 @example
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
3525 *** TODO write article about the Earth for the Guide
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
3526 The editor in charge is [[bbdb:Ford Prefect]]
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
3527 DEADLINE: <2004-02-29 Sun>
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
3528 @end example
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
3529
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
3530 @item SCHEDULED
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
3531 @cindex SCHEDULED keyword
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
3532 You are planning to start working on that task on the given date. The
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
3533 headline will be listed under the given date@footnote{It will still be
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
3534 listed on that date after it has been marked DONE. If you don't like
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
3535 this, set the variable @code{org-agenda-skip-scheduled-if-done}.}. In
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
3536 addition, a reminder that the scheduled date has passed will be present
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
3537 in the compilation for @emph{today}, until the entry is marked DONE.
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
3538 I.e., the task will automatically be forwarded until completed.
76138
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
3539
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
3540 @example
81167
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
3541 *** TODO Call Trillian for a date on New Years Eve.
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
3542 SCHEDULED: <2004-12-25 Sat>
76138
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
3543 @end example
81167
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
3544 @end table
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
3545
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
3546 @menu
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
3547 * Inserting deadline/schedule::
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
3548 * Repeated tasks::
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
3549 @end menu
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
3550
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
3551 @node Inserting deadline/schedule, Repeated tasks, Deadlines and scheduling, Deadlines and scheduling
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
3552 @subsection Inserting deadline/schedule
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
3553
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
3554 The following commands allow to quickly insert a deadline or to schedule
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
3555 an item:
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
3556
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
3557 @table @kbd
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
3558 @c
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
3559 @kindex C-c C-d
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
3560 @item C-c C-d
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
3561 Insert @samp{DEADLINE} keyword along with a stamp. The insertion will
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
3562 happen in the line directly following the headline.
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
3563 @c FIXME Any CLOSED timestamp will be removed.????????
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
3564 @c
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
3565 @kindex C-c C-w
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
3566 @cindex sparse tree, for deadlines
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
3567 @item C-c C-w
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
3568 Create a sparse tree with all deadlines that are either past-due, or
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
3569 which will become due within @code{org-deadline-warning-days}.
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
3570 With @kbd{C-u} prefix, show all deadlines in the file. With a numeric
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
3571 prefix, check that many days. For example, @kbd{C-1 C-c C-w} shows
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
3572 all deadlines due tomorrow.
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
3573 @c
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
3574 @kindex C-c C-s
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
3575 @item C-c C-s
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
3576 Insert @samp{SCHEDULED} keyword along with a stamp. The insertion will
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
3577 happen in the line directly following the headline. Any CLOSED
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
3578 timestamp will be removed.
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
3579 @end table
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
3580
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
3581 @node Repeated tasks, , Inserting deadline/schedule, Deadlines and scheduling
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
3582 @subsection Repeated Tasks
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
3583
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
3584 Some tasks need to be repeated again and again, and Org-mode therefore
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
3585 allows to use a repeater in a DEADLINE or SCHEDULED time stamp, for
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
3586 example:
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
3587 @example
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
3588 ** TODO Pay the rent
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
3589 DEADLINE: <2005-10-01 Sat +1m>
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
3590 @end example
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
3591
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
3592 Deadlines and scheduled items produce entries in the agenda when they
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
3593 are over-due, so it is important to be able to mark such an entry as
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
3594 completed once you have done so. When you mark a DEADLINE or a SCHEDULE
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
3595 with the todo keyword DONE, it will no longer produce entries in the
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
3596 agenda. The problem with this is, however, that then also the
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
3597 @emph{next} instance of the repeated entry will not be active. Org-mode
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
3598 deals with this in the following way: When you try to mark such an entry
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
3599 DONE (using @kbd{C-c C-t}), it will shift the base date of the repeating
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
3600 time stamp by the repeater interval, and immediately set the entry state
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
3601 back to TODO. In the example above, setting the state to DONE would
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
3602 actually switch the date like this:
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
3603
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
3604 @example
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
3605 ** TODO Pay the rent
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
3606 DEADLINE: <2005-11-01 Tue +1m>
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
3607 @end example
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
3608
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
3609 You will also be prompted for a note that will be put under the DEADLINE
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
3610 line to keep a record that you actually acted on the previous instance
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
3611 of this deadline.
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
3612
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
3613 As a consequence of shifting the base date, this entry will no longer be
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
3614 visible in the agenda when checking past dates, but all future instances
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
3615 will be visible.
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
3616
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
3617 You may have both scheduling and deadline information for a specific
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
3618 task - just make sure that the repeater intervals on both are the same.
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
3619
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
3620 @node Progress logging, , Deadlines and scheduling, Timestamps
71312
e050af4a9e72 (Progress logging): New section.
Carsten Dominik <dominik@science.uva.nl>
parents: 71246
diff changeset
3621 @section Progress Logging
e050af4a9e72 (Progress logging): New section.
Carsten Dominik <dominik@science.uva.nl>
parents: 71246
diff changeset
3622 @cindex progress logging
e050af4a9e72 (Progress logging): New section.
Carsten Dominik <dominik@science.uva.nl>
parents: 71246
diff changeset
3623 @cindex logging, of progress
e050af4a9e72 (Progress logging): New section.
Carsten Dominik <dominik@science.uva.nl>
parents: 71246
diff changeset
3624
e050af4a9e72 (Progress logging): New section.
Carsten Dominik <dominik@science.uva.nl>
parents: 71246
diff changeset
3625 Org-mode can automatically record a time stamp when you mark a TODO item
76138
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
3626 as DONE, or even each time when you change the state of a TODO item.
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
3627 You can also measure precisely the time you spent on specific items in a
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
3628 project by starting and stopping a clock when you start and stop working
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
3629 on an aspect of a project.
71312
e050af4a9e72 (Progress logging): New section.
Carsten Dominik <dominik@science.uva.nl>
parents: 71246
diff changeset
3630
e050af4a9e72 (Progress logging): New section.
Carsten Dominik <dominik@science.uva.nl>
parents: 71246
diff changeset
3631 @menu
71386
0b2c58e8821c (Publishing links): Document the
Carsten Dominik <dominik@science.uva.nl>
parents: 71312
diff changeset
3632 * Closing items:: When was this entry marked DONE?
76138
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
3633 * Tracking TODO state changes:: When did the status change?
71312
e050af4a9e72 (Progress logging): New section.
Carsten Dominik <dominik@science.uva.nl>
parents: 71246
diff changeset
3634 * Clocking work time:: When exactly did you work on this item?
e050af4a9e72 (Progress logging): New section.
Carsten Dominik <dominik@science.uva.nl>
parents: 71246
diff changeset
3635 @end menu
e050af4a9e72 (Progress logging): New section.
Carsten Dominik <dominik@science.uva.nl>
parents: 71246
diff changeset
3636
76138
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
3637 @node Closing items, Tracking TODO state changes, Progress logging, Progress logging
71312
e050af4a9e72 (Progress logging): New section.
Carsten Dominik <dominik@science.uva.nl>
parents: 71246
diff changeset
3638 @subsection Closing items
e050af4a9e72 (Progress logging): New section.
Carsten Dominik <dominik@science.uva.nl>
parents: 71246
diff changeset
3639
e050af4a9e72 (Progress logging): New section.
Carsten Dominik <dominik@science.uva.nl>
parents: 71246
diff changeset
3640 If you want to keep track of @emph{when} a certain TODO item was
76138
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
3641 finished, turn on logging with@footnote{The corresponding in-buffer
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
3642 setting is: @code{#+STARTUP: logdone}}
71312
e050af4a9e72 (Progress logging): New section.
Carsten Dominik <dominik@science.uva.nl>
parents: 71246
diff changeset
3643
e050af4a9e72 (Progress logging): New section.
Carsten Dominik <dominik@science.uva.nl>
parents: 71246
diff changeset
3644 @lisp
e050af4a9e72 (Progress logging): New section.
Carsten Dominik <dominik@science.uva.nl>
parents: 71246
diff changeset
3645 (setq org-log-done t)
e050af4a9e72 (Progress logging): New section.
Carsten Dominik <dominik@science.uva.nl>
parents: 71246
diff changeset
3646 @end lisp
e050af4a9e72 (Progress logging): New section.
Carsten Dominik <dominik@science.uva.nl>
parents: 71246
diff changeset
3647
e050af4a9e72 (Progress logging): New section.
Carsten Dominik <dominik@science.uva.nl>
parents: 71246
diff changeset
3648 @noindent
e050af4a9e72 (Progress logging): New section.
Carsten Dominik <dominik@science.uva.nl>
parents: 71246
diff changeset
3649 Then each time you turn a TODO entry into DONE using either @kbd{C-c
e050af4a9e72 (Progress logging): New section.
Carsten Dominik <dominik@science.uva.nl>
parents: 71246
diff changeset
3650 C-t} in the Org-mode buffer or @kbd{t} in the agenda buffer, a line
76138
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
3651 @samp{CLOSED: [timestamp]} will be inserted just after the headline. If
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
3652 you turn the entry back into a TODO item through further state cycling,
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
3653 that line will be removed again. In the timeline (@pxref{Timeline}) and
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
3654 in the agenda (@pxref{Weekly/Daily agenda}), you can then use the
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
3655 @kbd{l} key to display the TODO items closed on each day, giving you an
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
3656 overview of what has been done on a day. If you want to record a note
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
3657 along with the timestamp, use@footnote{The corresponding in-buffer
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
3658 setting is: @code{#+STARTUP: lognotedone}}
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
3659
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
3660 @lisp
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
3661 (setq org-log-done '(done))
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
3662 @end lisp
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
3663
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
3664 @node Tracking TODO state changes, Clocking work time, Closing items, Progress logging
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
3665 @subsection Tracking TODO state changes
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
3666
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
3667 When TODO keywords are used as workflow states (@pxref{Workflow
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
3668 states}), you might want to keep track of when a state change occurred,
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
3669 and you may even want to attach notes to that state change. With the
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
3670 setting
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
3671
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
3672 @lisp
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
3673 (setq org-log-done '(state))
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
3674 @end lisp
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
3675
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
3676 @noindent
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
3677 each state change will prompt you for a note that will be attached to
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
3678 the current headline. Very likely you do not want this verbose tracking
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
3679 all the time, so it is probably better to configure this behavior with
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
3680 in-buffer options. For example, if you are tracking purchases, put
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
3681 these into a separate file that starts with:
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
3682
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
3683 @example
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
3684 #+SEQ_TODO: TODO ORDERED INVOICE PAYED RECEIVED SENT
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
3685 #+STARTUP: lognotestate
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
3686 @end example
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
3687
81167
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
3688
76138
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
3689 @node Clocking work time, , Tracking TODO state changes, Progress logging
71312
e050af4a9e72 (Progress logging): New section.
Carsten Dominik <dominik@science.uva.nl>
parents: 71246
diff changeset
3690 @subsection Clocking work time
e050af4a9e72 (Progress logging): New section.
Carsten Dominik <dominik@science.uva.nl>
parents: 71246
diff changeset
3691
e050af4a9e72 (Progress logging): New section.
Carsten Dominik <dominik@science.uva.nl>
parents: 71246
diff changeset
3692 Org-mode allows you to clock the time you spent on specific tasks in a
e050af4a9e72 (Progress logging): New section.
Carsten Dominik <dominik@science.uva.nl>
parents: 71246
diff changeset
3693 project. When you start working on an item, you can start the clock.
71386
0b2c58e8821c (Publishing links): Document the
Carsten Dominik <dominik@science.uva.nl>
parents: 71312
diff changeset
3694 When you stop working on that task, or when you mark the task done, the
0b2c58e8821c (Publishing links): Document the
Carsten Dominik <dominik@science.uva.nl>
parents: 71312
diff changeset
3695 clock is stopped and the corresponding time interval is recorded. It
71312
e050af4a9e72 (Progress logging): New section.
Carsten Dominik <dominik@science.uva.nl>
parents: 71246
diff changeset
3696 also computes the total time spent on each subtree of a project.
e050af4a9e72 (Progress logging): New section.
Carsten Dominik <dominik@science.uva.nl>
parents: 71246
diff changeset
3697
e050af4a9e72 (Progress logging): New section.
Carsten Dominik <dominik@science.uva.nl>
parents: 71246
diff changeset
3698 @table @kbd
e050af4a9e72 (Progress logging): New section.
Carsten Dominik <dominik@science.uva.nl>
parents: 71246
diff changeset
3699 @kindex C-c C-x C-i
e050af4a9e72 (Progress logging): New section.
Carsten Dominik <dominik@science.uva.nl>
parents: 71246
diff changeset
3700 @item C-c C-x C-i
e050af4a9e72 (Progress logging): New section.
Carsten Dominik <dominik@science.uva.nl>
parents: 71246
diff changeset
3701 Start the clock on the current item (clock-in). This inserts the CLOCK
e050af4a9e72 (Progress logging): New section.
Carsten Dominik <dominik@science.uva.nl>
parents: 71246
diff changeset
3702 keyword together with a timestamp.
e050af4a9e72 (Progress logging): New section.
Carsten Dominik <dominik@science.uva.nl>
parents: 71246
diff changeset
3703 @kindex C-c C-x C-o
e050af4a9e72 (Progress logging): New section.
Carsten Dominik <dominik@science.uva.nl>
parents: 71246
diff changeset
3704 @item C-c C-x C-o
e050af4a9e72 (Progress logging): New section.
Carsten Dominik <dominik@science.uva.nl>
parents: 71246
diff changeset
3705 Stop the clock (clock-out). The inserts another timestamp at the same
e050af4a9e72 (Progress logging): New section.
Carsten Dominik <dominik@science.uva.nl>
parents: 71246
diff changeset
3706 location where the clock was last started. It also directly computes
e050af4a9e72 (Progress logging): New section.
Carsten Dominik <dominik@science.uva.nl>
parents: 71246
diff changeset
3707 the resulting time in inserts it after the time range as @samp{=>
73874
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
3708 HH:MM}. See the variable @code{org-log-done} for the possibility to
76138
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
3709 record an additional note together with the clock-out time
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
3710 stamp@footnote{The corresponding in-buffer setting is: @code{#+STARTUP:
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
3711 lognoteclock-out}}.
72399
99e38d5aaf87 (Installation, Activation): Split from Installation and
Carsten Dominik <dominik@science.uva.nl>
parents: 72101
diff changeset
3712 @kindex C-c C-y
99e38d5aaf87 (Installation, Activation): Split from Installation and
Carsten Dominik <dominik@science.uva.nl>
parents: 72101
diff changeset
3713 @item C-c C-y
99e38d5aaf87 (Installation, Activation): Split from Installation and
Carsten Dominik <dominik@science.uva.nl>
parents: 72101
diff changeset
3714 Recompute the time interval after changing one of the time stamps. This
99e38d5aaf87 (Installation, Activation): Split from Installation and
Carsten Dominik <dominik@science.uva.nl>
parents: 72101
diff changeset
3715 is only necessary if you edit the time stamps directly. If you change
99e38d5aaf87 (Installation, Activation): Split from Installation and
Carsten Dominik <dominik@science.uva.nl>
parents: 72101
diff changeset
3716 them with @kbd{S-@key{cursor}} keys, the update is automatic.
71312
e050af4a9e72 (Progress logging): New section.
Carsten Dominik <dominik@science.uva.nl>
parents: 71246
diff changeset
3717 @kindex C-c C-t
e050af4a9e72 (Progress logging): New section.
Carsten Dominik <dominik@science.uva.nl>
parents: 71246
diff changeset
3718 @item C-c C-t
e050af4a9e72 (Progress logging): New section.
Carsten Dominik <dominik@science.uva.nl>
parents: 71246
diff changeset
3719 Changing the TODO state of an item to DONE automatically stops the clock
e050af4a9e72 (Progress logging): New section.
Carsten Dominik <dominik@science.uva.nl>
parents: 71246
diff changeset
3720 if it is running in this same item.
e050af4a9e72 (Progress logging): New section.
Carsten Dominik <dominik@science.uva.nl>
parents: 71246
diff changeset
3721 @kindex C-c C-x C-x
e050af4a9e72 (Progress logging): New section.
Carsten Dominik <dominik@science.uva.nl>
parents: 71246
diff changeset
3722 @item C-c C-x C-x
e050af4a9e72 (Progress logging): New section.
Carsten Dominik <dominik@science.uva.nl>
parents: 71246
diff changeset
3723 Cancel the current clock. This is useful if a clock was started by
e050af4a9e72 (Progress logging): New section.
Carsten Dominik <dominik@science.uva.nl>
parents: 71246
diff changeset
3724 mistake, or if you ended up working on something else.
e050af4a9e72 (Progress logging): New section.
Carsten Dominik <dominik@science.uva.nl>
parents: 71246
diff changeset
3725 @kindex C-c C-x C-d
e050af4a9e72 (Progress logging): New section.
Carsten Dominik <dominik@science.uva.nl>
parents: 71246
diff changeset
3726 @item C-c C-x C-d
e050af4a9e72 (Progress logging): New section.
Carsten Dominik <dominik@science.uva.nl>
parents: 71246
diff changeset
3727 Display time summaries for each subtree in the current buffer. This
e050af4a9e72 (Progress logging): New section.
Carsten Dominik <dominik@science.uva.nl>
parents: 71246
diff changeset
3728 puts overlays at the end of each headline, showing the total time
e050af4a9e72 (Progress logging): New section.
Carsten Dominik <dominik@science.uva.nl>
parents: 71246
diff changeset
3729 recorded under that heading, including the time of any subheadings. You
e050af4a9e72 (Progress logging): New section.
Carsten Dominik <dominik@science.uva.nl>
parents: 71246
diff changeset
3730 can use visibility cycling to study the tree, but the overlays disappear
73874
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
3731 when you change the buffer (see variable
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
3732 @code{org-remove-highlights-with-change}) or press @kbd{C-c C-c}.
71386
0b2c58e8821c (Publishing links): Document the
Carsten Dominik <dominik@science.uva.nl>
parents: 71312
diff changeset
3733 @kindex C-c C-x C-r
0b2c58e8821c (Publishing links): Document the
Carsten Dominik <dominik@science.uva.nl>
parents: 71312
diff changeset
3734 @item C-c C-x C-r
72399
99e38d5aaf87 (Installation, Activation): Split from Installation and
Carsten Dominik <dominik@science.uva.nl>
parents: 72101
diff changeset
3735 Insert a dynamic block (@pxref{Dynamic blocks}) containing a clock
99e38d5aaf87 (Installation, Activation): Split from Installation and
Carsten Dominik <dominik@science.uva.nl>
parents: 72101
diff changeset
3736 report as an org-mode table into the current file.
71386
0b2c58e8821c (Publishing links): Document the
Carsten Dominik <dominik@science.uva.nl>
parents: 71312
diff changeset
3737 @example
0b2c58e8821c (Publishing links): Document the
Carsten Dominik <dominik@science.uva.nl>
parents: 71312
diff changeset
3738 #+BEGIN: clocktable :maxlevel 2 :emphasize nil
0b2c58e8821c (Publishing links): Document the
Carsten Dominik <dominik@science.uva.nl>
parents: 71312
diff changeset
3739
0b2c58e8821c (Publishing links): Document the
Carsten Dominik <dominik@science.uva.nl>
parents: 71312
diff changeset
3740 #+END: clocktable
0b2c58e8821c (Publishing links): Document the
Carsten Dominik <dominik@science.uva.nl>
parents: 71312
diff changeset
3741 @end example
0b2c58e8821c (Publishing links): Document the
Carsten Dominik <dominik@science.uva.nl>
parents: 71312
diff changeset
3742 @noindent
0b2c58e8821c (Publishing links): Document the
Carsten Dominik <dominik@science.uva.nl>
parents: 71312
diff changeset
3743 If such a block already exists, its content is replaced by the new
0b2c58e8821c (Publishing links): Document the
Carsten Dominik <dominik@science.uva.nl>
parents: 71312
diff changeset
3744 table. The @samp{BEGIN} line can specify options:
0b2c58e8821c (Publishing links): Document the
Carsten Dominik <dominik@science.uva.nl>
parents: 71312
diff changeset
3745 @example
0b2c58e8821c (Publishing links): Document the
Carsten Dominik <dominik@science.uva.nl>
parents: 71312
diff changeset
3746 :maxlevels @r{Maximum level depth to which times are listed in the table.}
0b2c58e8821c (Publishing links): Document the
Carsten Dominik <dominik@science.uva.nl>
parents: 71312
diff changeset
3747 :emphasize @r{When @code{t}, emphasize level one and level two items}
72399
99e38d5aaf87 (Installation, Activation): Split from Installation and
Carsten Dominik <dominik@science.uva.nl>
parents: 72101
diff changeset
3748 :block @r{The time block to consider. This block is specified relative}
99e38d5aaf87 (Installation, Activation): Split from Installation and
Carsten Dominik <dominik@science.uva.nl>
parents: 72101
diff changeset
3749 @r{to the current time and may be any of these keywords:}
99e38d5aaf87 (Installation, Activation): Split from Installation and
Carsten Dominik <dominik@science.uva.nl>
parents: 72101
diff changeset
3750 @r{@code{today}, @code{yesterday}, @code{thisweek}, @code{lastweek},}
99e38d5aaf87 (Installation, Activation): Split from Installation and
Carsten Dominik <dominik@science.uva.nl>
parents: 72101
diff changeset
3751 @r{@code{thismonth}, @code{lastmonth}, @code{thisyear}, or @code{lastyear}}.
99e38d5aaf87 (Installation, Activation): Split from Installation and
Carsten Dominik <dominik@science.uva.nl>
parents: 72101
diff changeset
3752 :tstart @r{A time string specifying when to start considering times}
99e38d5aaf87 (Installation, Activation): Split from Installation and
Carsten Dominik <dominik@science.uva.nl>
parents: 72101
diff changeset
3753 :tend @r{A time string specifying when to stop considering times}
71386
0b2c58e8821c (Publishing links): Document the
Carsten Dominik <dominik@science.uva.nl>
parents: 71312
diff changeset
3754 @end example
72399
99e38d5aaf87 (Installation, Activation): Split from Installation and
Carsten Dominik <dominik@science.uva.nl>
parents: 72101
diff changeset
3755 So to get a clock summary for the current day, you could write
99e38d5aaf87 (Installation, Activation): Split from Installation and
Carsten Dominik <dominik@science.uva.nl>
parents: 72101
diff changeset
3756 @example
99e38d5aaf87 (Installation, Activation): Split from Installation and
Carsten Dominik <dominik@science.uva.nl>
parents: 72101
diff changeset
3757 #+BEGIN: clocktable :maxlevel 2 :block today
99e38d5aaf87 (Installation, Activation): Split from Installation and
Carsten Dominik <dominik@science.uva.nl>
parents: 72101
diff changeset
3758
99e38d5aaf87 (Installation, Activation): Split from Installation and
Carsten Dominik <dominik@science.uva.nl>
parents: 72101
diff changeset
3759 #+END: clocktable
99e38d5aaf87 (Installation, Activation): Split from Installation and
Carsten Dominik <dominik@science.uva.nl>
parents: 72101
diff changeset
3760 @end example
99e38d5aaf87 (Installation, Activation): Split from Installation and
Carsten Dominik <dominik@science.uva.nl>
parents: 72101
diff changeset
3761 and to use a specific time range you could write@footnote{Note that all
99e38d5aaf87 (Installation, Activation): Split from Installation and
Carsten Dominik <dominik@science.uva.nl>
parents: 72101
diff changeset
3762 parameters must be specified in a single line - the line is broken here
99e38d5aaf87 (Installation, Activation): Split from Installation and
Carsten Dominik <dominik@science.uva.nl>
parents: 72101
diff changeset
3763 only to fit it onto the manual.}
99e38d5aaf87 (Installation, Activation): Split from Installation and
Carsten Dominik <dominik@science.uva.nl>
parents: 72101
diff changeset
3764 @example
99e38d5aaf87 (Installation, Activation): Split from Installation and
Carsten Dominik <dominik@science.uva.nl>
parents: 72101
diff changeset
3765 #+BEGIN: clocktable :tstart "<2006-08-10 Thu 10:00>"
99e38d5aaf87 (Installation, Activation): Split from Installation and
Carsten Dominik <dominik@science.uva.nl>
parents: 72101
diff changeset
3766 :tend "<2006-08-10 Thu 12:00>"
99e38d5aaf87 (Installation, Activation): Split from Installation and
Carsten Dominik <dominik@science.uva.nl>
parents: 72101
diff changeset
3767
99e38d5aaf87 (Installation, Activation): Split from Installation and
Carsten Dominik <dominik@science.uva.nl>
parents: 72101
diff changeset
3768 #+END: clocktable
99e38d5aaf87 (Installation, Activation): Split from Installation and
Carsten Dominik <dominik@science.uva.nl>
parents: 72101
diff changeset
3769 @end example
99e38d5aaf87 (Installation, Activation): Split from Installation and
Carsten Dominik <dominik@science.uva.nl>
parents: 72101
diff changeset
3770 @kindex C-u C-c C-x C-u
99e38d5aaf87 (Installation, Activation): Split from Installation and
Carsten Dominik <dominik@science.uva.nl>
parents: 72101
diff changeset
3771 @item C-u C-c C-x C-u
99e38d5aaf87 (Installation, Activation): Split from Installation and
Carsten Dominik <dominik@science.uva.nl>
parents: 72101
diff changeset
3772 Update all dynamic blocks (@pxref{Dynamic blocks}). This is useful if
99e38d5aaf87 (Installation, Activation): Split from Installation and
Carsten Dominik <dominik@science.uva.nl>
parents: 72101
diff changeset
3773 you have several clocktable blocks in a buffer.
71312
e050af4a9e72 (Progress logging): New section.
Carsten Dominik <dominik@science.uva.nl>
parents: 71246
diff changeset
3774 @end table
e050af4a9e72 (Progress logging): New section.
Carsten Dominik <dominik@science.uva.nl>
parents: 71246
diff changeset
3775
e050af4a9e72 (Progress logging): New section.
Carsten Dominik <dominik@science.uva.nl>
parents: 71246
diff changeset
3776 The @kbd{l} key may be used in the timeline (@pxref{Timeline}) and in
e050af4a9e72 (Progress logging): New section.
Carsten Dominik <dominik@science.uva.nl>
parents: 71246
diff changeset
3777 the agenda (@pxref{Weekly/Daily agenda}) to show which tasks have been
e050af4a9e72 (Progress logging): New section.
Carsten Dominik <dominik@science.uva.nl>
parents: 71246
diff changeset
3778 worked on or closed during a day.
e050af4a9e72 (Progress logging): New section.
Carsten Dominik <dominik@science.uva.nl>
parents: 71246
diff changeset
3779
81465
ea719971ae70 (Tag): Section swapped with node Timestamps.
Carsten Dominik <dominik@science.uva.nl>
parents: 81167
diff changeset
3780 @node Agenda views, Embedded LaTeX, Timestamps, Top
67613
eab2494a32d7 *** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents: 67604
diff changeset
3781 @chapter Agenda Views
eab2494a32d7 *** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents: 67604
diff changeset
3782 @cindex agenda views
eab2494a32d7 *** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents: 67604
diff changeset
3783
69929
beebc22085fe (Link format): New section, emphasis on bracket links.
Carsten Dominik <dominik@science.uva.nl>
parents: 69891
diff changeset
3784 Due to the way Org-mode works, TODO items, time-stamped items, and
beebc22085fe (Link format): New section, emphasis on bracket links.
Carsten Dominik <dominik@science.uva.nl>
parents: 69891
diff changeset
3785 tagged headlines can be scattered throughout a file or even a number of
beebc22085fe (Link format): New section, emphasis on bracket links.
Carsten Dominik <dominik@science.uva.nl>
parents: 69891
diff changeset
3786 files. To get an overview over open action items, or over events that
beebc22085fe (Link format): New section, emphasis on bracket links.
Carsten Dominik <dominik@science.uva.nl>
parents: 69891
diff changeset
3787 are important for a particular date, this information must be collected,
beebc22085fe (Link format): New section, emphasis on bracket links.
Carsten Dominik <dominik@science.uva.nl>
parents: 69891
diff changeset
3788 sorted and displayed in an organized way.
68033
59e35f6b8ff4 (Agenda Views): Chapter reorganized.
Carsten Dominik <dominik@science.uva.nl>
parents: 67884
diff changeset
3789
59e35f6b8ff4 (Agenda Views): Chapter reorganized.
Carsten Dominik <dominik@science.uva.nl>
parents: 67884
diff changeset
3790 Org-mode can select items based on various criteria, and display them
76138
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
3791 in a separate buffer. Six different view types are provided:
69929
beebc22085fe (Link format): New section, emphasis on bracket links.
Carsten Dominik <dominik@science.uva.nl>
parents: 69891
diff changeset
3792
68033
59e35f6b8ff4 (Agenda Views): Chapter reorganized.
Carsten Dominik <dominik@science.uva.nl>
parents: 67884
diff changeset
3793 @itemize @bullet
59e35f6b8ff4 (Agenda Views): Chapter reorganized.
Carsten Dominik <dominik@science.uva.nl>
parents: 67884
diff changeset
3794 @item
59e35f6b8ff4 (Agenda Views): Chapter reorganized.
Carsten Dominik <dominik@science.uva.nl>
parents: 67884
diff changeset
3795 an @emph{agenda} that is like a calendar and shows information
76138
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
3796 for specific dates,
68033
59e35f6b8ff4 (Agenda Views): Chapter reorganized.
Carsten Dominik <dominik@science.uva.nl>
parents: 67884
diff changeset
3797 @item
59e35f6b8ff4 (Agenda Views): Chapter reorganized.
Carsten Dominik <dominik@science.uva.nl>
parents: 67884
diff changeset
3798 a @emph{TODO list} that covers all unfinished
73874
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
3799 action items,
68033
59e35f6b8ff4 (Agenda Views): Chapter reorganized.
Carsten Dominik <dominik@science.uva.nl>
parents: 67884
diff changeset
3800 @item
76138
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
3801 a @emph{tags view}, showings headlines based on
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
3802 the tags associated with them,
73874
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
3803 @item
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
3804 a @emph{timeline view} that shows all events in a single Org-mode file,
76138
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
3805 in time-sorted view,
73874
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
3806 @item
76138
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
3807 a @emph{stuck projects view} showing projects that currently don't move
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
3808 along, and
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
3809 @item
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
3810 @emph{custom views} that are special tag/keyword searches and
73874
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
3811 combinations of different views.
68033
59e35f6b8ff4 (Agenda Views): Chapter reorganized.
Carsten Dominik <dominik@science.uva.nl>
parents: 67884
diff changeset
3812 @end itemize
69929
beebc22085fe (Link format): New section, emphasis on bracket links.
Carsten Dominik <dominik@science.uva.nl>
parents: 69891
diff changeset
3813
68033
59e35f6b8ff4 (Agenda Views): Chapter reorganized.
Carsten Dominik <dominik@science.uva.nl>
parents: 67884
diff changeset
3814 @noindent
59e35f6b8ff4 (Agenda Views): Chapter reorganized.
Carsten Dominik <dominik@science.uva.nl>
parents: 67884
diff changeset
3815 The extracted information is displayed in a special @emph{agenda
59e35f6b8ff4 (Agenda Views): Chapter reorganized.
Carsten Dominik <dominik@science.uva.nl>
parents: 67884
diff changeset
3816 buffer}. This buffer is read-only, but provides commands to visit the
59e35f6b8ff4 (Agenda Views): Chapter reorganized.
Carsten Dominik <dominik@science.uva.nl>
parents: 67884
diff changeset
3817 corresponding locations in the original Org-mode files, and even to
73874
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
3818 edit these files remotely.
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
3819
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
3820 Two variables control how the agenda buffer is displayed and whether the
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
3821 window configuration is restored when the agenda exits:
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
3822 @code{org-agenda-window-setup} and
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
3823 @code{org-agenda-restore-windows-after-quit}.
68033
59e35f6b8ff4 (Agenda Views): Chapter reorganized.
Carsten Dominik <dominik@science.uva.nl>
parents: 67884
diff changeset
3824
59e35f6b8ff4 (Agenda Views): Chapter reorganized.
Carsten Dominik <dominik@science.uva.nl>
parents: 67884
diff changeset
3825 @menu
59e35f6b8ff4 (Agenda Views): Chapter reorganized.
Carsten Dominik <dominik@science.uva.nl>
parents: 67884
diff changeset
3826 * Agenda files:: Files being searched for agenda information
59e35f6b8ff4 (Agenda Views): Chapter reorganized.
Carsten Dominik <dominik@science.uva.nl>
parents: 67884
diff changeset
3827 * Agenda dispatcher:: Keyboard access to agenda views
76138
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
3828 * Built-in agenda views:: What is available out of the box?
73874
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
3829 * Presentation and sorting:: How agenda items are prepared for display
68033
59e35f6b8ff4 (Agenda Views): Chapter reorganized.
Carsten Dominik <dominik@science.uva.nl>
parents: 67884
diff changeset
3830 * Agenda commands:: Remote editing of org trees
73874
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
3831 * Custom agenda views:: Defining special searches and views
68033
59e35f6b8ff4 (Agenda Views): Chapter reorganized.
Carsten Dominik <dominik@science.uva.nl>
parents: 67884
diff changeset
3832 @end menu
59e35f6b8ff4 (Agenda Views): Chapter reorganized.
Carsten Dominik <dominik@science.uva.nl>
parents: 67884
diff changeset
3833
70133
36d1ec75581c * org.texi: (Time stamps): Better explanation of the purpose of
Carsten Dominik <dominik@science.uva.nl>
parents: 70065
diff changeset
3834 @node Agenda files, Agenda dispatcher, Agenda views, Agenda views
68033
59e35f6b8ff4 (Agenda Views): Chapter reorganized.
Carsten Dominik <dominik@science.uva.nl>
parents: 67884
diff changeset
3835 @section Agenda files
73874
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
3836 @cindex agenda files
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
3837 @cindex files for agenda
68033
59e35f6b8ff4 (Agenda Views): Chapter reorganized.
Carsten Dominik <dominik@science.uva.nl>
parents: 67884
diff changeset
3838
59e35f6b8ff4 (Agenda Views): Chapter reorganized.
Carsten Dominik <dominik@science.uva.nl>
parents: 67884
diff changeset
3839 The information to be shown is collected from all @emph{agenda files},
69929
beebc22085fe (Link format): New section, emphasis on bracket links.
Carsten Dominik <dominik@science.uva.nl>
parents: 69891
diff changeset
3840 the files listed in the variable @code{org-agenda-files}@footnote{If the
beebc22085fe (Link format): New section, emphasis on bracket links.
Carsten Dominik <dominik@science.uva.nl>
parents: 69891
diff changeset
3841 value of that variable is not a list, but a single file name, then the
beebc22085fe (Link format): New section, emphasis on bracket links.
Carsten Dominik <dominik@science.uva.nl>
parents: 69891
diff changeset
3842 list of agenda files will be maintained in that external file.}. Thus even
68033
59e35f6b8ff4 (Agenda Views): Chapter reorganized.
Carsten Dominik <dominik@science.uva.nl>
parents: 67884
diff changeset
3843 if you only work with a single Org-mode file, this file should be put
73874
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
3844 into that list@footnote{When using the dispatcher, pressing @kbd{1}
68033
59e35f6b8ff4 (Agenda Views): Chapter reorganized.
Carsten Dominik <dominik@science.uva.nl>
parents: 67884
diff changeset
3845 before selecting a command will actually limit the command to the
59e35f6b8ff4 (Agenda Views): Chapter reorganized.
Carsten Dominik <dominik@science.uva.nl>
parents: 67884
diff changeset
3846 current file, and ignore @code{org-agenda-files} until the next
59e35f6b8ff4 (Agenda Views): Chapter reorganized.
Carsten Dominik <dominik@science.uva.nl>
parents: 67884
diff changeset
3847 dispatcher command.}. You can customize @code{org-agenda-files}, but
59e35f6b8ff4 (Agenda Views): Chapter reorganized.
Carsten Dominik <dominik@science.uva.nl>
parents: 67884
diff changeset
3848 the easiest way to maintain it is through the following commands
58792
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
3849
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
3850 @cindex files, adding to agenda list
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
3851 @table @kbd
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
3852 @kindex C-c [
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
3853 @item C-c [
66988
578b7f9692c4 (FAQ): Document `org-table-tab-jumps-over-hlines'.
Carsten Dominik <dominik@science.uva.nl>
parents: 66690
diff changeset
3854 Add current file to the list of agenda files. The file is added to
578b7f9692c4 (FAQ): Document `org-table-tab-jumps-over-hlines'.
Carsten Dominik <dominik@science.uva.nl>
parents: 66690
diff changeset
3855 the front of the list. If it was already in the list, it is moved to
578b7f9692c4 (FAQ): Document `org-table-tab-jumps-over-hlines'.
Carsten Dominik <dominik@science.uva.nl>
parents: 66690
diff changeset
3856 the front. With prefix arg, file is added/moved to the end.
58792
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
3857 @kindex C-c ]
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
3858 @item C-c ]
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
3859 Remove current file from the list of agenda files.
66988
578b7f9692c4 (FAQ): Document `org-table-tab-jumps-over-hlines'.
Carsten Dominik <dominik@science.uva.nl>
parents: 66690
diff changeset
3860 @kindex C-,
76138
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
3861 @kindex C-'
66988
578b7f9692c4 (FAQ): Document `org-table-tab-jumps-over-hlines'.
Carsten Dominik <dominik@science.uva.nl>
parents: 66690
diff changeset
3862 @item C-,
76138
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
3863 @itemx C-'
69929
beebc22085fe (Link format): New section, emphasis on bracket links.
Carsten Dominik <dominik@science.uva.nl>
parents: 69891
diff changeset
3864 Cycle through agenda file list, visiting one file after the other.
58792
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
3865 @end table
69929
beebc22085fe (Link format): New section, emphasis on bracket links.
Carsten Dominik <dominik@science.uva.nl>
parents: 69891
diff changeset
3866
58792
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
3867 @noindent
68033
59e35f6b8ff4 (Agenda Views): Chapter reorganized.
Carsten Dominik <dominik@science.uva.nl>
parents: 67884
diff changeset
3868 The Org menu contains the current list of files and can be used
59e35f6b8ff4 (Agenda Views): Chapter reorganized.
Carsten Dominik <dominik@science.uva.nl>
parents: 67884
diff changeset
3869 to visit any of them.
59e35f6b8ff4 (Agenda Views): Chapter reorganized.
Carsten Dominik <dominik@science.uva.nl>
parents: 67884
diff changeset
3870
76138
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
3871 @node Agenda dispatcher, Built-in agenda views, Agenda files, Agenda views
68033
59e35f6b8ff4 (Agenda Views): Chapter reorganized.
Carsten Dominik <dominik@science.uva.nl>
parents: 67884
diff changeset
3872 @section The agenda dispatcher
59e35f6b8ff4 (Agenda Views): Chapter reorganized.
Carsten Dominik <dominik@science.uva.nl>
parents: 67884
diff changeset
3873 @cindex agenda dispatcher
59e35f6b8ff4 (Agenda Views): Chapter reorganized.
Carsten Dominik <dominik@science.uva.nl>
parents: 67884
diff changeset
3874 @cindex dispatching agenda commands
67613
eab2494a32d7 *** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents: 67604
diff changeset
3875 The views are created through a dispatcher that should be bound to a
71450
93e8ae57983b (Embedded LaTeX): New chapter.
Carsten Dominik <dominik@science.uva.nl>
parents: 71386
diff changeset
3876 global key, for example @kbd{C-c a} (@pxref{Installation}). In the
93e8ae57983b (Embedded LaTeX): New chapter.
Carsten Dominik <dominik@science.uva.nl>
parents: 71386
diff changeset
3877 following we will assume that @kbd{C-c a} is indeed how the dispatcher
93e8ae57983b (Embedded LaTeX): New chapter.
Carsten Dominik <dominik@science.uva.nl>
parents: 71386
diff changeset
3878 is accessed and list keyboard access to commands accordingly. After
93e8ae57983b (Embedded LaTeX): New chapter.
Carsten Dominik <dominik@science.uva.nl>
parents: 71386
diff changeset
3879 pressing @kbd{C-c a}, an additional letter is required to execute a
93e8ae57983b (Embedded LaTeX): New chapter.
Carsten Dominik <dominik@science.uva.nl>
parents: 71386
diff changeset
3880 command. The dispatcher offers the following default commands:
68033
59e35f6b8ff4 (Agenda Views): Chapter reorganized.
Carsten Dominik <dominik@science.uva.nl>
parents: 67884
diff changeset
3881 @table @kbd
59e35f6b8ff4 (Agenda Views): Chapter reorganized.
Carsten Dominik <dominik@science.uva.nl>
parents: 67884
diff changeset
3882 @item a
70133
36d1ec75581c * org.texi: (Time stamps): Better explanation of the purpose of
Carsten Dominik <dominik@science.uva.nl>
parents: 70065
diff changeset
3883 Create the calendar-like agenda (@pxref{Weekly/Daily agenda}).
76138
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
3884 @item t @r{/} T
68033
59e35f6b8ff4 (Agenda Views): Chapter reorganized.
Carsten Dominik <dominik@science.uva.nl>
parents: 67884
diff changeset
3885 Create a list of all TODO items (@pxref{Global TODO list}).
76138
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
3886 @item m @r{/} M
69929
beebc22085fe (Link format): New section, emphasis on bracket links.
Carsten Dominik <dominik@science.uva.nl>
parents: 69891
diff changeset
3887 Create a list of headlines matching a TAGS expression (@pxref{Matching
68033
59e35f6b8ff4 (Agenda Views): Chapter reorganized.
Carsten Dominik <dominik@science.uva.nl>
parents: 67884
diff changeset
3888 headline tags}).
73874
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
3889 @item L
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
3890 Create the timeline view for the current buffer (@pxref{Timeline}).
76138
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
3891 @item # @r{/} !
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
3892 Create a list of stuck projects (@pxref{Stuck projects}).
73874
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
3893 @item 1
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
3894 Restrict an agenda command to the current buffer. After pressing
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
3895 @kbd{1}, you still need to press the character selecting the command.
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
3896 @item 0
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
3897 If there is an active region, restrict the following agenda command to
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
3898 the region. Otherwise, restrict it to the current subtree. After
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
3899 pressing @kbd{0}, you still need to press the character selecting the
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
3900 command.
68033
59e35f6b8ff4 (Agenda Views): Chapter reorganized.
Carsten Dominik <dominik@science.uva.nl>
parents: 67884
diff changeset
3901 @end table
59e35f6b8ff4 (Agenda Views): Chapter reorganized.
Carsten Dominik <dominik@science.uva.nl>
parents: 67884
diff changeset
3902
73874
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
3903 You can also define custom commands that will be accessible through the
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
3904 dispatcher, just like the default commands. This includes the
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
3905 possibility to create extended agenda buffers that contain several
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
3906 blocks together, for example the weekly agenda, the global TODO list and
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
3907 a number of special tags matches. @xref{Custom agenda views}.
68033
59e35f6b8ff4 (Agenda Views): Chapter reorganized.
Carsten Dominik <dominik@science.uva.nl>
parents: 67884
diff changeset
3908
76138
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
3909 @node Built-in agenda views, Presentation and sorting, Agenda dispatcher, Agenda views
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
3910 @section The built-in agenda views
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
3911
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
3912 In this section we describe the built-in views.
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
3913
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
3914 @menu
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
3915 * Weekly/Daily agenda:: The calendar page with current tasks
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
3916 * Global TODO list:: All unfinished action items
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
3917 * Matching headline tags:: Structured information with fine-tuned search
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
3918 * Timeline:: Time-sorted view for single file
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
3919 * Stuck projects:: Find projects you need to review
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
3920 @end menu
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
3921
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
3922 @node Weekly/Daily agenda, Global TODO list, Built-in agenda views, Built-in agenda views
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
3923 @subsection The weekly/daily agenda
67613
eab2494a32d7 *** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents: 67604
diff changeset
3924 @cindex agenda
73874
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
3925 @cindex weekly agenda
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
3926 @cindex daily agenda
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
3927
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
3928 The purpose of the weekly/daily @emph{agenda} is to act like a page of a
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
3929 paper agenda, showing all the tasks for the current week or day.
58792
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
3930
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
3931 @table @kbd
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
3932 @cindex org-agenda, command
67613
eab2494a32d7 *** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents: 67604
diff changeset
3933 @kindex C-c a a
eab2494a32d7 *** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents: 67604
diff changeset
3934 @item C-c a a
58792
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
3935 Compile an agenda for the current week from a list of org files. The
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
3936 agenda shows the entries for each day. With a @kbd{C-u} prefix (or
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
3937 when the variable @code{org-agenda-include-all-todo} is @code{t}), all
69929
beebc22085fe (Link format): New section, emphasis on bracket links.
Carsten Dominik <dominik@science.uva.nl>
parents: 69891
diff changeset
3938 unfinished TODO items (including those without a date) are also listed at
58792
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
3939 the beginning of the buffer, before the first date.@*
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
3940 @end table
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
3941
69929
beebc22085fe (Link format): New section, emphasis on bracket links.
Carsten Dominik <dominik@science.uva.nl>
parents: 69891
diff changeset
3942 Remote editing from the agenda buffer means, for example, that you can
67613
eab2494a32d7 *** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents: 67604
diff changeset
3943 change the dates of deadlines and appointments from the agenda buffer.
eab2494a32d7 *** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents: 67604
diff changeset
3944 The commands available in the Agenda buffer are listed in @ref{Agenda
eab2494a32d7 *** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents: 67604
diff changeset
3945 commands}.
eab2494a32d7 *** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents: 67604
diff changeset
3946
76138
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
3947 @subsubheading Calendar/Diary integration
68033
59e35f6b8ff4 (Agenda Views): Chapter reorganized.
Carsten Dominik <dominik@science.uva.nl>
parents: 67884
diff changeset
3948 @cindex calendar integration
59e35f6b8ff4 (Agenda Views): Chapter reorganized.
Carsten Dominik <dominik@science.uva.nl>
parents: 67884
diff changeset
3949 @cindex diary integration
59e35f6b8ff4 (Agenda Views): Chapter reorganized.
Carsten Dominik <dominik@science.uva.nl>
parents: 67884
diff changeset
3950
59e35f6b8ff4 (Agenda Views): Chapter reorganized.
Carsten Dominik <dominik@science.uva.nl>
parents: 67884
diff changeset
3951 Emacs contains the calendar and diary by Edward M. Reingold. The
59e35f6b8ff4 (Agenda Views): Chapter reorganized.
Carsten Dominik <dominik@science.uva.nl>
parents: 67884
diff changeset
3952 calendar displays a three-month calendar with holidays from different
69929
beebc22085fe (Link format): New section, emphasis on bracket links.
Carsten Dominik <dominik@science.uva.nl>
parents: 69891
diff changeset
3953 countries and cultures. The diary allows you to keep track of
68033
59e35f6b8ff4 (Agenda Views): Chapter reorganized.
Carsten Dominik <dominik@science.uva.nl>
parents: 67884
diff changeset
3954 anniversaries, lunar phases, sunrise/set, recurrent appointments
59e35f6b8ff4 (Agenda Views): Chapter reorganized.
Carsten Dominik <dominik@science.uva.nl>
parents: 67884
diff changeset
3955 (weekly, monthly) and more. In this way, it is quite complementary to
59e35f6b8ff4 (Agenda Views): Chapter reorganized.
Carsten Dominik <dominik@science.uva.nl>
parents: 67884
diff changeset
3956 Org-mode. It can be very useful to combine output from Org-mode with
59e35f6b8ff4 (Agenda Views): Chapter reorganized.
Carsten Dominik <dominik@science.uva.nl>
parents: 67884
diff changeset
3957 the diary.
59e35f6b8ff4 (Agenda Views): Chapter reorganized.
Carsten Dominik <dominik@science.uva.nl>
parents: 67884
diff changeset
3958
59e35f6b8ff4 (Agenda Views): Chapter reorganized.
Carsten Dominik <dominik@science.uva.nl>
parents: 67884
diff changeset
3959 In order to include entries from the Emacs diary into Org-mode's
59e35f6b8ff4 (Agenda Views): Chapter reorganized.
Carsten Dominik <dominik@science.uva.nl>
parents: 67884
diff changeset
3960 agenda, you only need to customize the variable
59e35f6b8ff4 (Agenda Views): Chapter reorganized.
Carsten Dominik <dominik@science.uva.nl>
parents: 67884
diff changeset
3961
59e35f6b8ff4 (Agenda Views): Chapter reorganized.
Carsten Dominik <dominik@science.uva.nl>
parents: 67884
diff changeset
3962 @lisp
59e35f6b8ff4 (Agenda Views): Chapter reorganized.
Carsten Dominik <dominik@science.uva.nl>
parents: 67884
diff changeset
3963 (setq org-agenda-include-diary t)
59e35f6b8ff4 (Agenda Views): Chapter reorganized.
Carsten Dominik <dominik@science.uva.nl>
parents: 67884
diff changeset
3964 @end lisp
59e35f6b8ff4 (Agenda Views): Chapter reorganized.
Carsten Dominik <dominik@science.uva.nl>
parents: 67884
diff changeset
3965
59e35f6b8ff4 (Agenda Views): Chapter reorganized.
Carsten Dominik <dominik@science.uva.nl>
parents: 67884
diff changeset
3966 @noindent After that, everything will happen automatically. All diary
59e35f6b8ff4 (Agenda Views): Chapter reorganized.
Carsten Dominik <dominik@science.uva.nl>
parents: 67884
diff changeset
3967 entries including holidays, anniversaries etc will be included in the
59e35f6b8ff4 (Agenda Views): Chapter reorganized.
Carsten Dominik <dominik@science.uva.nl>
parents: 67884
diff changeset
3968 agenda buffer created by Org-mode. @key{SPC}, @key{TAB}, and
59e35f6b8ff4 (Agenda Views): Chapter reorganized.
Carsten Dominik <dominik@science.uva.nl>
parents: 67884
diff changeset
3969 @key{RET} can be used from the agenda buffer to jump to the diary
69929
beebc22085fe (Link format): New section, emphasis on bracket links.
Carsten Dominik <dominik@science.uva.nl>
parents: 69891
diff changeset
3970 file in order to edit existing diary entries. The @kbd{i} command to
68033
59e35f6b8ff4 (Agenda Views): Chapter reorganized.
Carsten Dominik <dominik@science.uva.nl>
parents: 67884
diff changeset
3971 insert new entries for the current date works in the agenda buffer, as
59e35f6b8ff4 (Agenda Views): Chapter reorganized.
Carsten Dominik <dominik@science.uva.nl>
parents: 67884
diff changeset
3972 well as the commands @kbd{S}, @kbd{M}, and @kbd{C} to display
59e35f6b8ff4 (Agenda Views): Chapter reorganized.
Carsten Dominik <dominik@science.uva.nl>
parents: 67884
diff changeset
3973 Sunrise/Sunset times, show lunar phases and to convert to other
59e35f6b8ff4 (Agenda Views): Chapter reorganized.
Carsten Dominik <dominik@science.uva.nl>
parents: 67884
diff changeset
3974 calendars, respectively. @kbd{c} can be used to switch back and forth
59e35f6b8ff4 (Agenda Views): Chapter reorganized.
Carsten Dominik <dominik@science.uva.nl>
parents: 67884
diff changeset
3975 between calendar and agenda.
59e35f6b8ff4 (Agenda Views): Chapter reorganized.
Carsten Dominik <dominik@science.uva.nl>
parents: 67884
diff changeset
3976
81167
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
3977 If you are using the diary only for sexp entries and holidays, it is
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
3978 faster to not use the above setting, but instead to copy or even move
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
3979 the entries into an Org-mode file. Org-mode evaluates diary-style sexp
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
3980 entries, and does it faster because there is no overhead for first
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
3981 creating the diary display. Note that the sexp entries must start at
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
3982 the left margin, no white space is allowed before them. For example,
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
3983 the following segment of an Org-mode file will be processed and entries
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
3984 will be made in the agenda:
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
3985
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
3986 @example
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
3987 * Birthdays and similar stuff
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
3988 #+CATEGORY: Holiday
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
3989 %%(org-calendar-holiday) ; special function for holiday names
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
3990 #+CATEGORY: Ann
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
3991 %%(diary-anniversary 14 5 1956) Artur Dent %d is years old
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
3992 %%(diary-anniversary 2 10 1869) Mahatma Gandhi would be %d years old
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
3993 @end example
68033
59e35f6b8ff4 (Agenda Views): Chapter reorganized.
Carsten Dominik <dominik@science.uva.nl>
parents: 67884
diff changeset
3994
76138
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
3995 @node Global TODO list, Matching headline tags, Weekly/Daily agenda, Built-in agenda views
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
3996 @subsection The global TODO list
67613
eab2494a32d7 *** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents: 67604
diff changeset
3997 @cindex global TODO list
eab2494a32d7 *** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents: 67604
diff changeset
3998 @cindex TODO list, global
eab2494a32d7 *** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents: 67604
diff changeset
3999
eab2494a32d7 *** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents: 67604
diff changeset
4000 The global TODO list contains all unfinished TODO items, formatted and
eab2494a32d7 *** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents: 67604
diff changeset
4001 collected into a single place.
eab2494a32d7 *** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents: 67604
diff changeset
4002
eab2494a32d7 *** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents: 67604
diff changeset
4003 @table @kbd
eab2494a32d7 *** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents: 67604
diff changeset
4004 @kindex C-c a t
eab2494a32d7 *** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents: 67604
diff changeset
4005 @item C-c a t
eab2494a32d7 *** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents: 67604
diff changeset
4006 Show the global TODO list. This collects the TODO items from all
70133
36d1ec75581c * org.texi: (Time stamps): Better explanation of the purpose of
Carsten Dominik <dominik@science.uva.nl>
parents: 70065
diff changeset
4007 agenda files (@pxref{Agenda views}) into a single buffer. The buffer is in
67613
eab2494a32d7 *** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents: 67604
diff changeset
4008 @code{agenda-mode}, so there are commands to examine and manipulate
eab2494a32d7 *** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents: 67604
diff changeset
4009 the TODO entries directly from that buffer (@pxref{Agenda commands}).
eab2494a32d7 *** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents: 67604
diff changeset
4010 @kindex C-c a T
eab2494a32d7 *** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents: 67604
diff changeset
4011 @item C-c a T
73874
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
4012 @cindex TODO keyword matching
81167
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
4013 Like the above, but allows selection of a specific TODO keyword. You
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
4014 can also do this by specifying a prefix argument to @kbd{C-c a t}. With
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
4015 a @kbd{C-u} prefix you are prompted for a keyword, and you may also
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
4016 specify several keywords by separating them with @samp{|} as boolean OR
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
4017 operator. With a numeric prefix, the Nth keyword in
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
4018 @code{org-todo-keywords} is selected.
67613
eab2494a32d7 *** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents: 67604
diff changeset
4019 @kindex r
eab2494a32d7 *** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents: 67604
diff changeset
4020 The @kbd{r} key in the agenda buffer regenerates it, and you can give
eab2494a32d7 *** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents: 67604
diff changeset
4021 a prefix argument to this command to change the selected TODO keyword,
68033
59e35f6b8ff4 (Agenda Views): Chapter reorganized.
Carsten Dominik <dominik@science.uva.nl>
parents: 67884
diff changeset
4022 for example @kbd{3 r}. If you often need a search for a specific
73874
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
4023 keyword, define a custom command for it (@pxref{Agenda dispatcher}).@*
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
4024 Matching specific TODO keywords can also be done as part of a tags
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
4025 search (@pxref{Tag searches}).
67613
eab2494a32d7 *** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents: 67604
diff changeset
4026 @end table
eab2494a32d7 *** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents: 67604
diff changeset
4027
67694
5f1a4736c318 *** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents: 67613
diff changeset
4028 Remote editing of TODO items means that you can change the state of a
67613
eab2494a32d7 *** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents: 67604
diff changeset
4029 TODO entry with a single key press. The commands available in the
eab2494a32d7 *** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents: 67604
diff changeset
4030 TODO list are described in @ref{Agenda commands}.
eab2494a32d7 *** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents: 67604
diff changeset
4031
73874
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
4032 @cindex sublevels, inclusion into todo list
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
4033 Normally the global todo list simply shows all headlines with TODO
71653
9c582eb56ce7 (Exporting): Document `C-c C-e' as the prefix for
Carsten Dominik <dominik@science.uva.nl>
parents: 71564
diff changeset
4034 keywords. This list can become very long. There are two ways to keep
9c582eb56ce7 (Exporting): Document `C-c C-e' as the prefix for
Carsten Dominik <dominik@science.uva.nl>
parents: 71564
diff changeset
4035 it more compact:
9c582eb56ce7 (Exporting): Document `C-c C-e' as the prefix for
Carsten Dominik <dominik@science.uva.nl>
parents: 71564
diff changeset
4036 @itemize @minus
9c582eb56ce7 (Exporting): Document `C-c C-e' as the prefix for
Carsten Dominik <dominik@science.uva.nl>
parents: 71564
diff changeset
4037 @item
9c582eb56ce7 (Exporting): Document `C-c C-e' as the prefix for
Carsten Dominik <dominik@science.uva.nl>
parents: 71564
diff changeset
4038 Some people view a TODO item that has been @emph{scheduled} for
9c582eb56ce7 (Exporting): Document `C-c C-e' as the prefix for
Carsten Dominik <dominik@science.uva.nl>
parents: 71564
diff changeset
4039 execution (@pxref{Time stamps}) as no longer @emph{open}. Configure the
9c582eb56ce7 (Exporting): Document `C-c C-e' as the prefix for
Carsten Dominik <dominik@science.uva.nl>
parents: 71564
diff changeset
4040 variable @code{org-agenda-todo-ignore-scheduled} to exclude scheduled
9c582eb56ce7 (Exporting): Document `C-c C-e' as the prefix for
Carsten Dominik <dominik@science.uva.nl>
parents: 71564
diff changeset
4041 items from the global TODO list.
9c582eb56ce7 (Exporting): Document `C-c C-e' as the prefix for
Carsten Dominik <dominik@science.uva.nl>
parents: 71564
diff changeset
4042 @item
9c582eb56ce7 (Exporting): Document `C-c C-e' as the prefix for
Carsten Dominik <dominik@science.uva.nl>
parents: 71564
diff changeset
4043 TODO items may have sublevels to break up the task into subtasks. In
9c582eb56ce7 (Exporting): Document `C-c C-e' as the prefix for
Carsten Dominik <dominik@science.uva.nl>
parents: 71564
diff changeset
4044 such cases it may be enough to list only the highest level TODO headline
9c582eb56ce7 (Exporting): Document `C-c C-e' as the prefix for
Carsten Dominik <dominik@science.uva.nl>
parents: 71564
diff changeset
4045 and omit the sublevels from the global list. Configure the variable
9c582eb56ce7 (Exporting): Document `C-c C-e' as the prefix for
Carsten Dominik <dominik@science.uva.nl>
parents: 71564
diff changeset
4046 @code{org-agenda-todo-list-sublevels} to get this behavior.
9c582eb56ce7 (Exporting): Document `C-c C-e' as the prefix for
Carsten Dominik <dominik@science.uva.nl>
parents: 71564
diff changeset
4047 @end itemize
9c582eb56ce7 (Exporting): Document `C-c C-e' as the prefix for
Carsten Dominik <dominik@science.uva.nl>
parents: 71564
diff changeset
4048
76138
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
4049 @node Matching headline tags, Timeline, Global TODO list, Built-in agenda views
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
4050 @subsection Matching headline tags
67613
eab2494a32d7 *** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents: 67604
diff changeset
4051 @cindex matching, of tags
eab2494a32d7 *** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents: 67604
diff changeset
4052 @cindex tags view
eab2494a32d7 *** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents: 67604
diff changeset
4053
eab2494a32d7 *** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents: 67604
diff changeset
4054 If headlines in the agenda files are marked with @emph{tags}
eab2494a32d7 *** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents: 67604
diff changeset
4055 (@pxref{Tags}), you can select headlines based on the tags that apply
67694
5f1a4736c318 *** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents: 67613
diff changeset
4056 to them and collect them into an agenda buffer.
67613
eab2494a32d7 *** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents: 67604
diff changeset
4057
eab2494a32d7 *** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents: 67604
diff changeset
4058 @table @kbd
eab2494a32d7 *** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents: 67604
diff changeset
4059 @kindex C-c a m
eab2494a32d7 *** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents: 67604
diff changeset
4060 @item C-c a m
eab2494a32d7 *** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents: 67604
diff changeset
4061 Produce a list of all headlines that match a given set of tags. The
67694
5f1a4736c318 *** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents: 67613
diff changeset
4062 command prompts for a selection criterion, which is a boolean logic
5f1a4736c318 *** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents: 67613
diff changeset
4063 expression with tags, like @samp{+WORK+URGENT-WITHBOSS} or
68033
59e35f6b8ff4 (Agenda Views): Chapter reorganized.
Carsten Dominik <dominik@science.uva.nl>
parents: 67884
diff changeset
4064 @samp{WORK|HOME} (@pxref{Tags}). If you often need a specific search,
59e35f6b8ff4 (Agenda Views): Chapter reorganized.
Carsten Dominik <dominik@science.uva.nl>
parents: 67884
diff changeset
4065 define a custom command for it (@pxref{Agenda dispatcher}).
67613
eab2494a32d7 *** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents: 67604
diff changeset
4066 @kindex C-c a M
eab2494a32d7 *** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents: 67604
diff changeset
4067 @item C-c a M
68033
59e35f6b8ff4 (Agenda Views): Chapter reorganized.
Carsten Dominik <dominik@science.uva.nl>
parents: 67884
diff changeset
4068 Like @kbd{C-c a m}, but only select headlines that are also TODO items
59e35f6b8ff4 (Agenda Views): Chapter reorganized.
Carsten Dominik <dominik@science.uva.nl>
parents: 67884
diff changeset
4069 and force checking subitems (see variable
73874
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
4070 @code{org-tags-match-list-sublevels}). Matching specific todo keywords
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
4071 together with a tags match is also possible, see @ref{Tag searches}.
67613
eab2494a32d7 *** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents: 67604
diff changeset
4072 @end table
eab2494a32d7 *** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents: 67604
diff changeset
4073
eab2494a32d7 *** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents: 67604
diff changeset
4074 The commands available in the tags list are described in @ref{Agenda
eab2494a32d7 *** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents: 67604
diff changeset
4075 commands}.
eab2494a32d7 *** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents: 67604
diff changeset
4076
76138
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
4077 @node Timeline, Stuck projects, Matching headline tags, Built-in agenda views
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
4078 @subsection Timeline for a single file
67613
eab2494a32d7 *** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents: 67604
diff changeset
4079 @cindex timeline, single file
eab2494a32d7 *** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents: 67604
diff changeset
4080 @cindex time-sorted view
eab2494a32d7 *** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents: 67604
diff changeset
4081
73874
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
4082 The timeline summarizes all time-stamped items from a single Org-mode
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
4083 file in a @emph{time-sorted view}. The main purpose of this command is
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
4084 to give an overview over events in a project.
67613
eab2494a32d7 *** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents: 67604
diff changeset
4085
eab2494a32d7 *** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents: 67604
diff changeset
4086 @table @kbd
73874
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
4087 @kindex C-a a L
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
4088 @item C-c a L
67613
eab2494a32d7 *** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents: 67604
diff changeset
4089 Show a time-sorted view of the org file, with all time-stamped items.
eab2494a32d7 *** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents: 67604
diff changeset
4090 When called with a @kbd{C-u} prefix, all unfinished TODO entries
eab2494a32d7 *** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents: 67604
diff changeset
4091 (scheduled or not) are also listed under the current date.
eab2494a32d7 *** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents: 67604
diff changeset
4092 @end table
69929
beebc22085fe (Link format): New section, emphasis on bracket links.
Carsten Dominik <dominik@science.uva.nl>
parents: 69891
diff changeset
4093
67613
eab2494a32d7 *** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents: 67604
diff changeset
4094 @noindent
eab2494a32d7 *** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents: 67604
diff changeset
4095 The commands available in the timeline buffer are listed in
eab2494a32d7 *** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents: 67604
diff changeset
4096 @ref{Agenda commands}.
eab2494a32d7 *** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents: 67604
diff changeset
4097
73874
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
4098
76138
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
4099 @node Stuck projects, , Timeline, Built-in agenda views
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
4100 @subsection Stuck projects
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
4101
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
4102 If you are following a system like David Allen's GTD to organize your
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
4103 work, one of the ``duties'' you have is a regular review to make sure
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
4104 that all projects move along. A @emph{stuck} project is a project that
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
4105 has no defined next actions, so it will never show up in the TODO lists
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
4106 Org-mode produces. During the review, you need to identify such
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
4107 projects and define next actions for them.
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
4108
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
4109 @table @kbd
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
4110 @kindex C-c a #
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
4111 @item C-c a #
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
4112 List projects that are stuck.
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
4113 @kindex C-c a !
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
4114 @item C-c a !
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
4115 Customize the variable @code{org-stuck-projects} to define what a stuck
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
4116 project is and how to find it.
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
4117 @end table
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
4118
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
4119 You almost certainly will have to configure this view before it will
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
4120 work for you. The built-in default assumes that all your projects are
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
4121 level-2 headlines, and that a project is not stuck if it has at least
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
4122 one entry marked with a todo keyword TODO or NEXT or NEXTACTION.
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
4123
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
4124 Lets assume that you, in your own way of using Org-mode, identify
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
4125 projects with a tag PROJECT, and that you use a todo keyword MAYBE to
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
4126 indicate a project that should not be considered yet. Lets further
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
4127 assume that the todo keyword DONE marks finished projects, and that NEXT
81167
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
4128 and TODO indicate next actions. The tag @@SHOP indicates shopping and
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
4129 is a next action even without the NEXT tag. Finally, if the project
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
4130 contains the special word IGNORE anywhere, it should not be listed
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
4131 either. In this case you would start by identifying eligible projects
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
4132 with a tags/todo match @samp{+PROJECT/-MAYBE-DONE}, and then check for
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
4133 TODO, NEXT, @@SHOP, and IGNORE in the subtree to identify projects that
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
4134 are not stuck. The correct customization for this is
76138
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
4135
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
4136 @lisp
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
4137 (setq org-stuck-projects
81167
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
4138 '("+PROJECT/-MAYBE-DONE" ("NEXT" "TODO") ("@@SHOP")
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
4139 "\\<IGNORE\\>"))
76138
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
4140 @end lisp
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
4141
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
4142
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
4143 @node Presentation and sorting, Agenda commands, Built-in agenda views, Agenda views
73874
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
4144 @section Presentation and sorting
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
4145 @cindex presentation, of agenda items
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
4146
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
4147 Before displaying items in an agenda view, Org-mode visually prepares
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
4148 the items and sorts them. Each item occupies a single line. The line
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
4149 starts with a @emph{prefix} that contains the @emph{category}
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
4150 (@pxref{Categories}) of the item and other important information. You can
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
4151 customize the prefix using the option @code{org-agenda-prefix-format}.
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
4152 The prefix is followed by a cleaned-up version of the outline headline
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
4153 associated with the item.
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
4154
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
4155 @menu
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
4156 * Categories:: Not all tasks are equal
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
4157 * Time-of-day specifications:: How the agenda knows the time
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
4158 * Sorting of agenda items:: The order of things
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
4159 @end menu
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
4160
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
4161 @node Categories, Time-of-day specifications, Presentation and sorting, Presentation and sorting
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
4162 @subsection Categories
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
4163
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
4164 @cindex category
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
4165 The category is a broad label assigned to each agenda item. By default,
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
4166 the category is simply derived from the file name, but you can also
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
4167 specify it with a special line in the buffer, like this:
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
4168
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
4169 @example
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
4170 #+CATEGORY: Thesis
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
4171 @end example
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
4172
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
4173 If there are several such lines in a file, each specifies the category
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
4174 for the text below it (but the first category also applies to any text
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
4175 before the first CATEGORY line). The display in the agenda buffer looks
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
4176 best if the category is not longer than 10 characters.
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
4177
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
4178 @node Time-of-day specifications, Sorting of agenda items, Categories, Presentation and sorting
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
4179 @subsection Time-of-Day Specifications
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
4180 @cindex time-of-day specification
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
4181
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
4182 Org-mode checks each agenda item for a time-of-day specification. The
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
4183 time can be part of the time stamp that triggered inclusion into the
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
4184 agenda, for example as in @w{@samp{<2005-05-10 Tue 19:00>}}. Time
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
4185 ranges can be specified with two time stamps, like
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
4186 @c
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
4187 @w{@samp{<2005-05-10 Tue 20:30>--<2005-05-10 Tue 22:15>}}.
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
4188
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
4189 In the headline of the entry itself, a time(range) may also appear as
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
4190 plain text (like @samp{12:45} or a @samp{8:30-1pm}. If the agenda
76138
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
4191 integrates the Emacs diary (@pxref{Weekly/Daily agenda}), time
73874
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
4192 specifications in diary entries are recognized as well.
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
4193
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
4194 For agenda display, Org-mode extracts the time and displays it in a
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
4195 standard 24 hour format as part of the prefix. The example times in
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
4196 the previous paragraphs would end up in the agenda like this:
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
4197
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
4198 @example
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
4199 8:30-13:00 Arthur Dent lies in front of the bulldozer
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
4200 12:45...... Ford Prefect arrives and takes Arthur to the pub
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
4201 19:00...... The Vogon reads his poem
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
4202 20:30-22:15 Marwin escorts the Hitchhikers to the bridge
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
4203 @end example
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
4204
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
4205 @cindex time grid
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
4206 If the agenda is in single-day mode, or for the display of today, the
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
4207 timed entries are embedded in a time grid, like
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
4208
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
4209 @example
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
4210 8:00...... ------------------
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
4211 8:30-13:00 Arthur Dent lies in front of the bulldozer
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
4212 10:00...... ------------------
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
4213 12:00...... ------------------
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
4214 12:45...... Ford Prefect arrives and takes Arthur to the pub
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
4215 14:00...... ------------------
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
4216 16:00...... ------------------
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
4217 18:00...... ------------------
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
4218 19:00...... The Vogon reads his poem
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
4219 20:00...... ------------------
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
4220 20:30-22:15 Marwin escorts the Hitchhikers to the bridge
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
4221 @end example
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
4222
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
4223 The time grid can be turned on and off with the variable
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
4224 @code{org-agenda-use-time-grid}, and can be configured with
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
4225 @code{org-agenda-time-grid}.
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
4226
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
4227 @node Sorting of agenda items, , Time-of-day specifications, Presentation and sorting
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
4228 @subsection Sorting of agenda items
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
4229 @cindex sorting, of agenda items
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
4230 @cindex priorities, of agenda items
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
4231 Before being inserted into a view, the items are sorted. How this is
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
4232 done depends on the type of view.
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
4233 @itemize @bullet
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
4234 @item
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
4235 For the daily/weekly agenda, the items for each day are sorted. The
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
4236 default order is to first collect all items containing an explicit
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
4237 time-of-day specification. These entries will be shown at the beginning
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
4238 of the list, as a @emph{schedule} for the day. After that, items remain
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
4239 grouped in categories, in the sequence given by @code{org-agenda-files}.
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
4240 Within each category, items are sorted by priority (@pxref{Priorities}),
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
4241 which is composed of the base priority (2000 for priority @samp{A}, 1000
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
4242 for @samp{B}, and 0 for @samp{C}), plus additional increments for
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
4243 overdue scheduled or deadline items.
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
4244 @item
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
4245 For the TODO list, items remain in the order of categories, but within
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
4246 each category, sorting takes place according to priority
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
4247 (@pxref{Priorities}).
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
4248 @item
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
4249 For tags matches, items are not sorted at all, but just appear in the
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
4250 sequence in which they are found in the agenda files.
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
4251 @end itemize
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
4252
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
4253 Sorting can be customized using the variable
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
4254 @code{org-agenda-sorting-strategy}.
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
4255
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
4256
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
4257 @node Agenda commands, Custom agenda views, Presentation and sorting, Agenda views
58792
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
4258 @section Commands in the agenda buffer
67613
eab2494a32d7 *** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents: 67604
diff changeset
4259 @cindex commands, in agenda buffer
58792
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
4260
61136
003dd96023ff updated to org-mode version 3.05
Carsten Dominik <dominik@science.uva.nl>
parents: 59542
diff changeset
4261 Entries in the agenda buffer are linked back to the org file or diary
003dd96023ff updated to org-mode version 3.05
Carsten Dominik <dominik@science.uva.nl>
parents: 59542
diff changeset
4262 file where they originate. You are not allowed to edit the agenda
003dd96023ff updated to org-mode version 3.05
Carsten Dominik <dominik@science.uva.nl>
parents: 59542
diff changeset
4263 buffer itself, but commands are provided to show and jump to the
003dd96023ff updated to org-mode version 3.05
Carsten Dominik <dominik@science.uva.nl>
parents: 59542
diff changeset
4264 original entry location, and to edit the org-files ``remotely'' from
003dd96023ff updated to org-mode version 3.05
Carsten Dominik <dominik@science.uva.nl>
parents: 59542
diff changeset
4265 the agenda buffer. In this way, all information is stored only once,
69929
beebc22085fe (Link format): New section, emphasis on bracket links.
Carsten Dominik <dominik@science.uva.nl>
parents: 69891
diff changeset
4266 removing the risk that your agenda and note files may diverge.
58792
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
4267
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
4268 Some commands can be executed with mouse clicks on agenda lines. For
68033
59e35f6b8ff4 (Agenda Views): Chapter reorganized.
Carsten Dominik <dominik@science.uva.nl>
parents: 67884
diff changeset
4269 the other commands, the cursor needs to be in the desired line.
58792
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
4270
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
4271 @table @kbd
61562
6cd3b18f298e Update to version 3.06
Carsten Dominik <dominik@science.uva.nl>
parents: 61136
diff changeset
4272 @tsubheading{Motion}
73874
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
4273 @cindex motion commands in agenda
61562
6cd3b18f298e Update to version 3.06
Carsten Dominik <dominik@science.uva.nl>
parents: 61136
diff changeset
4274 @kindex n
6cd3b18f298e Update to version 3.06
Carsten Dominik <dominik@science.uva.nl>
parents: 61136
diff changeset
4275 @item n
6cd3b18f298e Update to version 3.06
Carsten Dominik <dominik@science.uva.nl>
parents: 61136
diff changeset
4276 Next line (same as @key{up}).
6cd3b18f298e Update to version 3.06
Carsten Dominik <dominik@science.uva.nl>
parents: 61136
diff changeset
4277 @kindex p
6cd3b18f298e Update to version 3.06
Carsten Dominik <dominik@science.uva.nl>
parents: 61136
diff changeset
4278 @item p
6cd3b18f298e Update to version 3.06
Carsten Dominik <dominik@science.uva.nl>
parents: 61136
diff changeset
4279 Previous line (same as @key{down}).
58792
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
4280 @tsubheading{View/GoTo org file}
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
4281 @kindex mouse-3
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
4282 @kindex @key{SPC}
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
4283 @item mouse-3
63672
c90c20a1b568 (Remember): Texinfo usage fix.
Juanma Barranquero <lekktu@gmail.com>
parents: 63362
diff changeset
4284 @itemx @key{SPC}
58792
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
4285 Display the original location of the item in another window.
81167
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
4286 @c
67613
eab2494a32d7 *** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents: 67604
diff changeset
4287 @kindex L
eab2494a32d7 *** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents: 67604
diff changeset
4288 @item L
58792
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
4289 Display original location and recenter that window.
81167
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
4290 @c
58792
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
4291 @kindex mouse-2
69225
a2d5fbc00b3e (Interaction): Added item about `org-mouse.el' by Piotr
Carsten Dominik <dominik@science.uva.nl>
parents: 69117
diff changeset
4292 @kindex mouse-1
58792
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
4293 @kindex @key{TAB}
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
4294 @item mouse-2
69225
a2d5fbc00b3e (Interaction): Added item about `org-mouse.el' by Piotr
Carsten Dominik <dominik@science.uva.nl>
parents: 69117
diff changeset
4295 @itemx mouse-1
58792
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
4296 @itemx @key{TAB}
69225
a2d5fbc00b3e (Interaction): Added item about `org-mouse.el' by Piotr
Carsten Dominik <dominik@science.uva.nl>
parents: 69117
diff changeset
4297 Go to the original location of the item in another window. Under Emacs
69929
beebc22085fe (Link format): New section, emphasis on bracket links.
Carsten Dominik <dominik@science.uva.nl>
parents: 69891
diff changeset
4298 22, @kbd{mouse-1} will also works for this.
81167
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
4299 @c
58792
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
4300 @kindex @key{RET}
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
4301 @itemx @key{RET}
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
4302 Go to the original location of the item and delete other windows.
81167
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
4303 @c
58792
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
4304 @kindex f
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
4305 @item f
67537
f0c77dab544c (Progress Logging): New section.
Carsten Dominik <dominik@science.uva.nl>
parents: 67382
diff changeset
4306 Toggle Follow mode. In Follow mode, as you move the cursor through
58792
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
4307 the agenda buffer, the other window always shows the corresponding
70867
68e63907ebfb (Plain lists): Added new item navigation commands.
Carsten Dominik <dominik@science.uva.nl>
parents: 70164
diff changeset
4308 location in the org file. The initial setting for this mode in new
68e63907ebfb (Plain lists): Added new item navigation commands.
Carsten Dominik <dominik@science.uva.nl>
parents: 70164
diff changeset
4309 agenda buffers can be set with the variable
68e63907ebfb (Plain lists): Added new item navigation commands.
Carsten Dominik <dominik@science.uva.nl>
parents: 70164
diff changeset
4310 @code{org-agenda-start-with-follow-mode}.
81167
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
4311 @c
76138
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
4312 @kindex b
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
4313 @item b
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
4314 Display the entire subtree of the current item in an indirect buffer.
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
4315 With numerical prefix ARG, go up to this level and then take that tree.
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
4316 If ARG is negative, go up that many levels. With @kbd{C-u} prefix, do
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
4317 not remove the previously used indirect buffer.
81167
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
4318 @c
67613
eab2494a32d7 *** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents: 67604
diff changeset
4319 @kindex l
eab2494a32d7 *** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents: 67604
diff changeset
4320 @item l
67537
f0c77dab544c (Progress Logging): New section.
Carsten Dominik <dominik@science.uva.nl>
parents: 67382
diff changeset
4321 Toggle Logbook mode. In Logbook mode, entries that where marked DONE while
71312
e050af4a9e72 (Progress logging): New section.
Carsten Dominik <dominik@science.uva.nl>
parents: 71246
diff changeset
4322 logging was on (variable @code{org-log-done}) are shown in the agenda,
e050af4a9e72 (Progress logging): New section.
Carsten Dominik <dominik@science.uva.nl>
parents: 71246
diff changeset
4323 as are entries that have been clocked on that day.
67537
f0c77dab544c (Progress Logging): New section.
Carsten Dominik <dominik@science.uva.nl>
parents: 67382
diff changeset
4324
58792
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
4325 @tsubheading{Change display}
73874
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
4326 @cindex display changing, in agenda
58792
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
4327 @kindex o
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
4328 @item o
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
4329 Delete other windows.
81167
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
4330 @c
58792
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
4331 @kindex w
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
4332 @item w
69929
beebc22085fe (Link format): New section, emphasis on bracket links.
Carsten Dominik <dominik@science.uva.nl>
parents: 69891
diff changeset
4333 Switch to weekly view (7 days displayed together).
81167
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
4334 @c
58792
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
4335 @kindex d
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
4336 @item d
69929
beebc22085fe (Link format): New section, emphasis on bracket links.
Carsten Dominik <dominik@science.uva.nl>
parents: 69891
diff changeset
4337 Switch to daily view (just one day displayed).
81167
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
4338 @c
63833
addf44674c32 Version 3.12
Carsten Dominik <dominik@science.uva.nl>
parents: 63672
diff changeset
4339 @kindex D
addf44674c32 Version 3.12
Carsten Dominik <dominik@science.uva.nl>
parents: 63672
diff changeset
4340 @item D
76138
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
4341 Toggle the inclusion of diary entries. See @ref{Weekly/Daily agenda}.
81167
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
4342 @c
62548
55227ff1f8d5 Version 3.09
Carsten Dominik <dominik@science.uva.nl>
parents: 61923
diff changeset
4343 @kindex g
55227ff1f8d5 Version 3.09
Carsten Dominik <dominik@science.uva.nl>
parents: 61923
diff changeset
4344 @item g
55227ff1f8d5 Version 3.09
Carsten Dominik <dominik@science.uva.nl>
parents: 61923
diff changeset
4345 Toggle the time grid on and off. See also the variables
55227ff1f8d5 Version 3.09
Carsten Dominik <dominik@science.uva.nl>
parents: 61923
diff changeset
4346 @code{org-agenda-use-time-grid} and @code{org-agenda-time-grid}.
81167
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
4347 @c
58792
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
4348 @kindex r
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
4349 @item r
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
4350 Recreate the agenda buffer, for example to reflect the changes
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
4351 after modification of the time stamps of items with S-@key{left} and
67344
22aa7225124f (TODO basics): Document the global todo list.
Carsten Dominik <dominik@science.uva.nl>
parents: 67219
diff changeset
4352 S-@key{right}. When the buffer is the global todo list, a prefix
22aa7225124f (TODO basics): Document the global todo list.
Carsten Dominik <dominik@science.uva.nl>
parents: 67219
diff changeset
4353 argument is interpreted to create a selective list for a specific TODO
22aa7225124f (TODO basics): Document the global todo list.
Carsten Dominik <dominik@science.uva.nl>
parents: 67219
diff changeset
4354 keyword.
81167
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
4355 @c
71564
947e64a6bc0e (Agenda commands): Document `s' key to save all
Carsten Dominik <dominik@science.uva.nl>
parents: 71525
diff changeset
4356 @kindex s
947e64a6bc0e (Agenda commands): Document `s' key to save all
Carsten Dominik <dominik@science.uva.nl>
parents: 71525
diff changeset
4357 @item s
947e64a6bc0e (Agenda commands): Document `s' key to save all
Carsten Dominik <dominik@science.uva.nl>
parents: 71525
diff changeset
4358 Save all Org-mode buffers in the current Emacs session.
81167
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
4359 @c
58792
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
4360 @kindex @key{right}
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
4361 @item @key{right}
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
4362 Display the following @code{org-agenda-ndays} days. For example, if
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
4363 the display covers a week, switch to the following week. With prefix
68033
59e35f6b8ff4 (Agenda Views): Chapter reorganized.
Carsten Dominik <dominik@science.uva.nl>
parents: 67884
diff changeset
4364 arg, go forward that many times @code{org-agenda-ndays} days.
81167
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
4365 @c
58792
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
4366 @kindex @key{left}
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
4367 @item @key{left}
68033
59e35f6b8ff4 (Agenda Views): Chapter reorganized.
Carsten Dominik <dominik@science.uva.nl>
parents: 67884
diff changeset
4368 Display the previous dates.
81167
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
4369 @c
58792
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
4370 @kindex .
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
4371 @item .
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
4372 Goto today.
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
4373
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
4374 @tsubheading{Remote editing}
73874
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
4375 @cindex remote editing, from agenda
58792
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
4376
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
4377 @item 0-9
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
4378 Digit argument.
81167
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
4379 @c
76138
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
4380 @cindex undoing remote-editing events
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
4381 @cindex remote editing, undo
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
4382 @kindex C-_
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
4383 @item C-_
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
4384 Undo a change due to a remote editing command. The change is undone
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
4385 both in the agenda buffer and in the remote buffer.
81167
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
4386 @c
58792
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
4387 @kindex t
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
4388 @item t
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
4389 Change the TODO state of the item, both in the agenda and in the
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
4390 original org file.
81167
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
4391 @c
74030
7c426fa1fdff Fix typos
Carsten Dominik <dominik@science.uva.nl>
parents: 73967
diff changeset
4392 @kindex C-k
7c426fa1fdff Fix typos
Carsten Dominik <dominik@science.uva.nl>
parents: 73967
diff changeset
4393 @item C-k
7c426fa1fdff Fix typos
Carsten Dominik <dominik@science.uva.nl>
parents: 73967
diff changeset
4394 Delete the current agenda item along with the entire subtree belonging
7c426fa1fdff Fix typos
Carsten Dominik <dominik@science.uva.nl>
parents: 73967
diff changeset
4395 to it in the original Org-mode file. If the text to be deleted remotely
7c426fa1fdff Fix typos
Carsten Dominik <dominik@science.uva.nl>
parents: 73967
diff changeset
4396 is longer than one line, the kill needs to be confirmed by the user. See
7c426fa1fdff Fix typos
Carsten Dominik <dominik@science.uva.nl>
parents: 73967
diff changeset
4397 variable @code{org-agenda-confirm-kill}.
81167
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
4398 @c
76138
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
4399 @kindex $
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
4400 @item $
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
4401 Archive the subtree corresponding to the current headline.
81167
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
4402 @c
68173
73b14864a9b7 (Agenda commands): Document tags command.
Carsten Dominik <dominik@science.uva.nl>
parents: 68060
diff changeset
4403 @kindex T
73b14864a9b7 (Agenda commands): Document tags command.
Carsten Dominik <dominik@science.uva.nl>
parents: 68060
diff changeset
4404 @item T
69929
beebc22085fe (Link format): New section, emphasis on bracket links.
Carsten Dominik <dominik@science.uva.nl>
parents: 69891
diff changeset
4405 Show all tags associated with the current item. Because of
68173
73b14864a9b7 (Agenda commands): Document tags command.
Carsten Dominik <dominik@science.uva.nl>
parents: 68060
diff changeset
4406 inheritance, this may be more than the tags listed in the line itself.
81167
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
4407 @c
67694
5f1a4736c318 *** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents: 67613
diff changeset
4408 @kindex :
5f1a4736c318 *** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents: 67613
diff changeset
4409 @item :
5f1a4736c318 *** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents: 67613
diff changeset
4410 Set tags for the current headline.
81167
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
4411 @c
71450
93e8ae57983b (Embedded LaTeX): New chapter.
Carsten Dominik <dominik@science.uva.nl>
parents: 71386
diff changeset
4412 @kindex a
93e8ae57983b (Embedded LaTeX): New chapter.
Carsten Dominik <dominik@science.uva.nl>
parents: 71386
diff changeset
4413 @item a
93e8ae57983b (Embedded LaTeX): New chapter.
Carsten Dominik <dominik@science.uva.nl>
parents: 71386
diff changeset
4414 Toggle the ARCHIVE tag for the current headline.
81167
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
4415 @c
61562
6cd3b18f298e Update to version 3.06
Carsten Dominik <dominik@science.uva.nl>
parents: 61136
diff changeset
4416 @kindex ,
6cd3b18f298e Update to version 3.06
Carsten Dominik <dominik@science.uva.nl>
parents: 61136
diff changeset
4417 @item ,
58792
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
4418 Set the priority for the current item. Org-mode prompts for the
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
4419 priority character. If you reply with @key{SPC}, the priority cookie
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
4420 is removed from the entry.
81167
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
4421 @c
58792
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
4422 @kindex P
76138
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
4423 @item P
58792
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
4424 Display weighted priority of current item.
81167
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
4425 @c
58792
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
4426 @kindex +
61562
6cd3b18f298e Update to version 3.06
Carsten Dominik <dominik@science.uva.nl>
parents: 61136
diff changeset
4427 @kindex S-@key{up}
58792
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
4428 @item +
63833
addf44674c32 Version 3.12
Carsten Dominik <dominik@science.uva.nl>
parents: 63672
diff changeset
4429 @itemx S-@key{up}
58792
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
4430 Increase the priority of the current item. The priority is changed in
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
4431 the original buffer, but the agenda is not resorted. Use the @kbd{r}
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
4432 key for this.
81167
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
4433 @c
58792
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
4434 @kindex -
61562
6cd3b18f298e Update to version 3.06
Carsten Dominik <dominik@science.uva.nl>
parents: 61136
diff changeset
4435 @kindex S-@key{down}
58792
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
4436 @item -
63833
addf44674c32 Version 3.12
Carsten Dominik <dominik@science.uva.nl>
parents: 63672
diff changeset
4437 @itemx S-@key{down}
58792
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
4438 Decrease the priority of the current item.
81167
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
4439 @c
70867
68e63907ebfb (Plain lists): Added new item navigation commands.
Carsten Dominik <dominik@science.uva.nl>
parents: 70164
diff changeset
4440 @kindex C-c C-s
68e63907ebfb (Plain lists): Added new item navigation commands.
Carsten Dominik <dominik@science.uva.nl>
parents: 70164
diff changeset
4441 @item C-c C-s
68e63907ebfb (Plain lists): Added new item navigation commands.
Carsten Dominik <dominik@science.uva.nl>
parents: 70164
diff changeset
4442 Schedule this item
81167
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
4443 @c
70867
68e63907ebfb (Plain lists): Added new item navigation commands.
Carsten Dominik <dominik@science.uva.nl>
parents: 70164
diff changeset
4444 @kindex C-c C-d
68e63907ebfb (Plain lists): Added new item navigation commands.
Carsten Dominik <dominik@science.uva.nl>
parents: 70164
diff changeset
4445 @item C-c C-d
68e63907ebfb (Plain lists): Added new item navigation commands.
Carsten Dominik <dominik@science.uva.nl>
parents: 70164
diff changeset
4446 Set a deadline for this item.
81167
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
4447 @c
58792
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
4448 @kindex S-@key{right}
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
4449 @item S-@key{right}
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
4450 Change the time stamp associated with the current line by one day into
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
4451 the future. With prefix argument, change it by that many days. For
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
4452 example, @kbd{3 6 5 S-@key{right}} will change it by a year. The
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
4453 stamp is changed in the original org file, but the change is not
63672
c90c20a1b568 (Remember): Texinfo usage fix.
Juanma Barranquero <lekktu@gmail.com>
parents: 63362
diff changeset
4454 directly reflected in the agenda buffer. Use the
58792
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
4455 @kbd{r} key to update the buffer.
81167
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
4456 @c
58792
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
4457 @kindex S-@key{left}
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
4458 @item S-@key{left}
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
4459 Change the time stamp associated with the current line by one day
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
4460 into the past.
81167
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
4461 @c
58792
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
4462 @kindex >
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
4463 @item >
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
4464 Change the time stamp associated with the current line to today.
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
4465 The key @kbd{>} has been chosen, because it is the same as @kbd{S-.}
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
4466 on my keyboard.
81167
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
4467 @c
71312
e050af4a9e72 (Progress logging): New section.
Carsten Dominik <dominik@science.uva.nl>
parents: 71246
diff changeset
4468 @kindex I
e050af4a9e72 (Progress logging): New section.
Carsten Dominik <dominik@science.uva.nl>
parents: 71246
diff changeset
4469 @item I
e050af4a9e72 (Progress logging): New section.
Carsten Dominik <dominik@science.uva.nl>
parents: 71246
diff changeset
4470 Start the clock on the current item. If a clock is running already, it
e050af4a9e72 (Progress logging): New section.
Carsten Dominik <dominik@science.uva.nl>
parents: 71246
diff changeset
4471 is stopped first.
81167
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
4472 @c
71312
e050af4a9e72 (Progress logging): New section.
Carsten Dominik <dominik@science.uva.nl>
parents: 71246
diff changeset
4473 @kindex O
e050af4a9e72 (Progress logging): New section.
Carsten Dominik <dominik@science.uva.nl>
parents: 71246
diff changeset
4474 @item O
e050af4a9e72 (Progress logging): New section.
Carsten Dominik <dominik@science.uva.nl>
parents: 71246
diff changeset
4475 Stop the previously started clock.
81167
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
4476 @c
71312
e050af4a9e72 (Progress logging): New section.
Carsten Dominik <dominik@science.uva.nl>
parents: 71246
diff changeset
4477 @kindex X
e050af4a9e72 (Progress logging): New section.
Carsten Dominik <dominik@science.uva.nl>
parents: 71246
diff changeset
4478 @item X
e050af4a9e72 (Progress logging): New section.
Carsten Dominik <dominik@science.uva.nl>
parents: 71246
diff changeset
4479 Cancel the currently running clock.
58792
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
4480
61136
003dd96023ff updated to org-mode version 3.05
Carsten Dominik <dominik@science.uva.nl>
parents: 59542
diff changeset
4481 @tsubheading{Calendar commands}
73874
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
4482 @cindex calendar commands, from agenda
61136
003dd96023ff updated to org-mode version 3.05
Carsten Dominik <dominik@science.uva.nl>
parents: 59542
diff changeset
4483 @kindex c
003dd96023ff updated to org-mode version 3.05
Carsten Dominik <dominik@science.uva.nl>
parents: 59542
diff changeset
4484 @item c
003dd96023ff updated to org-mode version 3.05
Carsten Dominik <dominik@science.uva.nl>
parents: 59542
diff changeset
4485 Open the Emacs calendar and move to the date at the agenda cursor.
81167
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
4486 @c
61562
6cd3b18f298e Update to version 3.06
Carsten Dominik <dominik@science.uva.nl>
parents: 61136
diff changeset
4487 @item c
6cd3b18f298e Update to version 3.06
Carsten Dominik <dominik@science.uva.nl>
parents: 61136
diff changeset
4488 When in the calendar, compute and show the Org-mode agenda for the
6cd3b18f298e Update to version 3.06
Carsten Dominik <dominik@science.uva.nl>
parents: 61136
diff changeset
4489 date at the cursor.
81167
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
4490 @c
71312
e050af4a9e72 (Progress logging): New section.
Carsten Dominik <dominik@science.uva.nl>
parents: 71246
diff changeset
4491 @cindex diary entries, creating from agenda
e050af4a9e72 (Progress logging): New section.
Carsten Dominik <dominik@science.uva.nl>
parents: 71246
diff changeset
4492 @kindex i
e050af4a9e72 (Progress logging): New section.
Carsten Dominik <dominik@science.uva.nl>
parents: 71246
diff changeset
4493 @item i
e050af4a9e72 (Progress logging): New section.
Carsten Dominik <dominik@science.uva.nl>
parents: 71246
diff changeset
4494 Insert a new entry into the diary. Prompts for the type of entry
e050af4a9e72 (Progress logging): New section.
Carsten Dominik <dominik@science.uva.nl>
parents: 71246
diff changeset
4495 (day, weekly, monthly, yearly, anniversary, cyclic) and creates a new
e050af4a9e72 (Progress logging): New section.
Carsten Dominik <dominik@science.uva.nl>
parents: 71246
diff changeset
4496 entry in the diary, just as @kbd{i d} etc. would do in the calendar.
e050af4a9e72 (Progress logging): New section.
Carsten Dominik <dominik@science.uva.nl>
parents: 71246
diff changeset
4497 The date is taken from the cursor position.
81167
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
4498 @c
61136
003dd96023ff updated to org-mode version 3.05
Carsten Dominik <dominik@science.uva.nl>
parents: 59542
diff changeset
4499 @kindex M
003dd96023ff updated to org-mode version 3.05
Carsten Dominik <dominik@science.uva.nl>
parents: 59542
diff changeset
4500 @item M
69929
beebc22085fe (Link format): New section, emphasis on bracket links.
Carsten Dominik <dominik@science.uva.nl>
parents: 69891
diff changeset
4501 Show the phases of the moon for the three months around current date.
81167
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
4502 @c
61136
003dd96023ff updated to org-mode version 3.05
Carsten Dominik <dominik@science.uva.nl>
parents: 59542
diff changeset
4503 @kindex S
003dd96023ff updated to org-mode version 3.05
Carsten Dominik <dominik@science.uva.nl>
parents: 59542
diff changeset
4504 @item S
61562
6cd3b18f298e Update to version 3.06
Carsten Dominik <dominik@science.uva.nl>
parents: 61136
diff changeset
4505 Show sunrise and sunset times. The geographical location must be set
6cd3b18f298e Update to version 3.06
Carsten Dominik <dominik@science.uva.nl>
parents: 61136
diff changeset
4506 with calendar variables, see documentation of the Emacs calendar.
81167
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
4507 @c
61562
6cd3b18f298e Update to version 3.06
Carsten Dominik <dominik@science.uva.nl>
parents: 61136
diff changeset
4508 @kindex C
6cd3b18f298e Update to version 3.06
Carsten Dominik <dominik@science.uva.nl>
parents: 61136
diff changeset
4509 @item C
6cd3b18f298e Update to version 3.06
Carsten Dominik <dominik@science.uva.nl>
parents: 61136
diff changeset
4510 Convert the date at cursor into many other cultural and historic
6cd3b18f298e Update to version 3.06
Carsten Dominik <dominik@science.uva.nl>
parents: 61136
diff changeset
4511 calendars.
81167
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
4512 @c
61136
003dd96023ff updated to org-mode version 3.05
Carsten Dominik <dominik@science.uva.nl>
parents: 59542
diff changeset
4513 @kindex H
003dd96023ff updated to org-mode version 3.05
Carsten Dominik <dominik@science.uva.nl>
parents: 59542
diff changeset
4514 @item H
003dd96023ff updated to org-mode version 3.05
Carsten Dominik <dominik@science.uva.nl>
parents: 59542
diff changeset
4515 Show holidays for three month around the cursor date.
81167
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
4516 @c
71653
9c582eb56ce7 (Exporting): Document `C-c C-e' as the prefix for
Carsten Dominik <dominik@science.uva.nl>
parents: 71564
diff changeset
4517 @c FIXME: This should be a different key.
66264
d979e1d45f97 (Summary): Mention iCalendar support.
Carsten Dominik <dominik@science.uva.nl>
parents: 65965
diff changeset
4518 @kindex C-c C-x C-c
d979e1d45f97 (Summary): Mention iCalendar support.
Carsten Dominik <dominik@science.uva.nl>
parents: 65965
diff changeset
4519 @item C-c C-x C-c
d979e1d45f97 (Summary): Mention iCalendar support.
Carsten Dominik <dominik@science.uva.nl>
parents: 65965
diff changeset
4520 Export a single iCalendar file containing entries from all agenda files.
d979e1d45f97 (Summary): Mention iCalendar support.
Carsten Dominik <dominik@science.uva.nl>
parents: 65965
diff changeset
4521
81167
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
4522 @tsubheading{Exporting to a file}
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
4523 @kindex C-x C-w
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
4524 @item C-x C-w
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
4525 @cindex exporting agenda views
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
4526 @cindex agenda views, exporting
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
4527 Write the agenda view to a file. Depending on the extension of the
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
4528 selected file name, the view will be exported as HTML (extension
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
4529 @file{.html} or @file{.htm}), Postscript (extension @file{.ps}), or
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
4530 plain text (any other extension). Use the variable
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
4531 @code{org-agenda-exporter-settings} to set options for @file{ps-print}
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
4532 and for @file{htmlize} to be used during export.
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
4533
58792
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
4534 @tsubheading{Quit and Exit}
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
4535 @kindex q
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
4536 @item q
69929
beebc22085fe (Link format): New section, emphasis on bracket links.
Carsten Dominik <dominik@science.uva.nl>
parents: 69891
diff changeset
4537 Quit agenda, remove the agenda buffer.
81167
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
4538 @c
58792
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
4539 @kindex x
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
4540 @cindex agenda files, removing buffers
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
4541 @item x
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
4542 Exit agenda, remove the agenda buffer and all buffers loaded by Emacs
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
4543 for the compilation of the agenda. Buffers created by the user to
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
4544 visit org files will not be removed.
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
4545 @end table
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
4546
73874
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
4547
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
4548 @node Custom agenda views, , Agenda commands, Agenda views
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
4549 @section Custom agenda views
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
4550 @cindex custom agenda views
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
4551 @cindex agenda views, custom
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
4552
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
4553 Custom agenda commands serve two purposes: to store and quickly access
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
4554 frequently used TODO and tags searches, and to create special composite
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
4555 agenda buffers. Custom agenda commands will be accessible through the
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
4556 dispatcher (@pxref{Agenda dispatcher}), just like the default commands.
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
4557
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
4558 @menu
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
4559 * Storing searches:: Type once, use often
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
4560 * Block agenda:: All the stuff you need in a single buffer
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
4561 * Setting Options:: Changing the rules
81167
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
4562 * Exporting Agenda Views:: Writing agendas to files.
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
4563 * Extracting Agenda Information for other programs::
73874
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
4564 @end menu
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
4565
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
4566 @node Storing searches, Block agenda, Custom agenda views, Custom agenda views
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
4567 @subsection Storing searches
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
4568
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
4569 The first application of custom searches is the definition of keyboard
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
4570 shortcuts for frequently used searches, either creating an agenda
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
4571 buffer, or a sparse tree (the latter covering of course only the current
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
4572 buffer).
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
4573 @kindex C-c a C
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
4574 Custom commands are configured in the variable
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
4575 @code{org-agenda-custom-commands}. You can customize this variable, for
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
4576 example by pressing @kbd{C-c a C}. You can also directly set it with
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
4577 Emacs Lisp in @file{.emacs}. The following example contains all valid
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
4578 search types:
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
4579
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
4580 @lisp
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
4581 @group
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
4582 (setq org-agenda-custom-commands
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
4583 '(("w" todo "WAITING")
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
4584 ("W" todo-tree "WAITING")
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
4585 ("u" tags "+BOSS-URGENT")
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
4586 ("v" tags-todo "+BOSS-URGENT")
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
4587 ("U" tags-tree "+BOSS-URGENT")
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
4588 ("f" occur-tree "\\<FIXME\\>")))
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
4589 @end group
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
4590 @end lisp
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
4591
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
4592 @noindent
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
4593 The initial single-character string in each entry defines the character
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
4594 you have to press after the dispatcher command @kbd{C-c a} in order to
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
4595 access the command. The second parameter is the search type, followed
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
4596 by the string or regular expression to be used for the matching. The
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
4597 example above will therefore define:
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
4598
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
4599 @table @kbd
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
4600 @item C-c a w
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
4601 as a global search for TODO entries with @samp{WAITING} as the TODO
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
4602 keyword
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
4603 @item C-c a W
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
4604 as the same search, but only in the current buffer and displaying the
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
4605 results as a sparse tree
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
4606 @item C-c a u
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
4607 as a global tags search for headlines marked @samp{:BOSS:} but not
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
4608 @samp{:URGENT:}
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
4609 @item C-c a v
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
4610 as the same search as @kbd{C-c a u}, but limiting the search to
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
4611 headlines that are also TODO items
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
4612 @item C-c a U
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
4613 as the same search as @kbd{C-c a u}, but only in the current buffer and
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
4614 displaying the result as a sparse tree
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
4615 @item C-c a f
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
4616 to create a sparse tree (again: current buffer only) with all entries
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
4617 containing the word @samp{FIXME}.
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
4618 @end table
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
4619
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
4620 @node Block agenda, Setting Options, Storing searches, Custom agenda views
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
4621 @subsection Block agenda
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
4622 @cindex block agenda
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
4623 @cindex agenda, with block views
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
4624
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
4625 Another possibility is the construction of agenda views that comprise
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
4626 the results of @emph{several} commands, each of which creates a block in
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
4627 the agenda buffer. The available commands include @code{agenda} for the
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
4628 daily or weekly agenda (as created with @kbd{C-c a a}), @code{alltodo}
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
4629 for the global todo list (as constructed with @kbd{C-c a t}), and the
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
4630 matching commands discussed above: @code{todo}, @code{tags}, and
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
4631 @code{tags-todo}. Here are two examples:
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
4632
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
4633 @lisp
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
4634 @group
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
4635 (setq org-agenda-custom-commands
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
4636 '(("h" "Agenda and Home-related tasks"
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
4637 ((agenda)
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
4638 (tags-todo "HOME")
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
4639 (tags "GARDEN")))
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
4640 ("o" "Agenda and Office-related tasks"
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
4641 ((agenda)
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
4642 (tags-todo "WORK")
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
4643 (tags "OFFICE")))))
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
4644 @end group
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
4645 @end lisp
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
4646
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
4647 @noindent
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
4648 This will define @kbd{C-c a h} to create a multi-block view for stuff
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
4649 you need to attend to at home. The resulting agenda buffer will contain
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
4650 your agenda for the current week, all TODO items that carry the tag
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
4651 @samp{HOME}, and also all lines tagged with @samp{GARDEN}. Finally the
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
4652 command @kbd{C-c a o} provides a similar view for office tasks.
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
4653
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
4654
81167
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
4655 @node Setting Options, Exporting Agenda Views, Block agenda, Custom agenda views
73874
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
4656 @subsection Setting Options for custom commands
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
4657 @cindex options, for custom agenda views
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
4658
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
4659 Org-mode contains a number of variables regulating agenda construction
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
4660 and display. The global variables define the behavior for all agenda
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
4661 commands, including the custom commands. However, if you want to change
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
4662 some settings just for a single custom view, you can do so. Setting
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
4663 options requires inserting a list of variable names and values at the
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
4664 right spot in @code{org-agenda-custom-commands}. For example:
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
4665
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
4666 @lisp
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
4667 @group
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
4668 (setq org-agenda-custom-commands
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
4669 '(("w" todo "WAITING"
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
4670 ((org-agenda-sorting-strategy '(priority-down))
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
4671 (org-agenda-prefix-format " Mixed: ")))
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
4672 ("U" tags-tree "+BOSS-URGENT"
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
4673 ((org-show-following-heading nil)
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
4674 (org-show-hierarchy-above nil)))))
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
4675 @end group
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
4676 @end lisp
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
4677
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
4678 @noindent
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
4679 Now the @kbd{C-c a w} command will sort the collected entries only by
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
4680 priority, and the prefix format is modified to just say @samp{ Mixed:}
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
4681 instead of giving the category of the entry. The sparse tags tree of
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
4682 @kbd{C-c a U} will now turn out ultra-compact, because neither the
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
4683 headline hierarchy above the match, nor the headline following the match
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
4684 will be shown.
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
4685
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
4686 For command sets creating a block agenda,
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
4687 @code{org-agenda-custom-commands} has two separate spots for setting
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
4688 options. You can add options that should be valid for just a single
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
4689 command in the set, and options that should be valid for all commands in
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
4690 the set. The former are just added to the command entry, the latter
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
4691 must come after the list of command entries. Going back to the block
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
4692 agenda example (@pxref{Block agenda}), let's change the sorting strategy
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
4693 for the @kbd{C-c a h} commands to @code{priority-down}, but let's sort
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
4694 the results for GARDEN tags query in the opposite order,
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
4695 @code{priority-up}. This would look like this:
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
4696
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
4697 @lisp
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
4698 @group
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
4699 (setq org-agenda-custom-commands
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
4700 '(("h" "Agenda and Home-related tasks"
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
4701 ((agenda)
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
4702 (tags-todo "HOME")
81167
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
4703 (tags "GARDEN"
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
4704 ((org-agenda-sorting-strategy '(priority-up)))))
73874
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
4705 ((org-agenda-sorting-strategy '(priority-down))))
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
4706 ("o" "Agenda and Office-related tasks"
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
4707 ((agenda)
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
4708 (tags-todo "WORK")
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
4709 (tags "OFFICE")))))
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
4710 @end group
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
4711 @end lisp
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
4712
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
4713 As you see, the values and parenthesis setting is a little complex.
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
4714 When in doubt, use the customize interface to set this variable - it
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
4715 fully supports its structure. Just one caveat: When setting options in
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
4716 this interface, the @emph{values} are just lisp expressions. So if the
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
4717 value is a string, you need to add the double quotes around the value
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
4718 yourself.
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
4719
81167
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
4720
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
4721 @node Exporting Agenda Views, Extracting Agenda Information for other programs, Setting Options, Custom agenda views
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
4722 @subsection Exporting Agenda Views
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
4723 @cindex agenda views, exporting
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
4724
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
4725 If you are away from your computer, it can be very useful to have a
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
4726 printed version of some agenda views to carry around. Org-mode can
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
4727 export custom agenda views as plain text, HTML@footnote{You need to
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
4728 install Hrvoje Niksic' @file{htmlize.el}.} and postscript. If you want
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
4729 to do this only occasionally, use the commend
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
4730
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
4731 @table @kbd
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
4732 @kindex C-x C-w
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
4733 @item C-x C-w
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
4734 @cindex exporting agenda views
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
4735 @cindex agenda views, exporting
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
4736 Write the agenda view to a file. Depending on the extension of the
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
4737 selected file name, the view will be exported as HTML (extension
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
4738 @file{.html} or @file{.htm}), Postscript (extension @file{.ps}), or
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
4739 plain text (any other extension). Use the variable
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
4740 @code{org-agenda-exporter-settings} to set options for @file{ps-print}
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
4741 and for @file{htmlize} to be used during export, for example
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
4742 @lisp
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
4743 (setq org-agenda-exporter-settings
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
4744 '((ps-number-of-columns 2)
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
4745 (ps-landscape-mode t)
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
4746 (htmlize-output-type 'css)))
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
4747 @end lisp
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
4748 @end table
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
4749
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
4750 If you need to export certain agenda views frequently, you can associate
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
4751 any custom agenda command with a list of output file names
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
4752 @footnote{If you want to store standard views like the weekly agenda
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
4753 or the global TODO list as well, you need to define custom commands for
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
4754 them in order to be able to specify filenames.}. Here is an example
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
4755 that first does define custom commands for the agenda and the global
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
4756 todo list, together with a number of files to which to export them.
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
4757 Then we define two block agenda commands and specify filenames for them
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
4758 as well. File names can be relative to the current working directory,
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
4759 or absolute.
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
4760
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
4761 @lisp
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
4762 @group
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
4763 (setq org-agenda-custom-commands
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
4764 '(("X" agenda "" nil ("agenda.html" "agenda.ps"))
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
4765 ("Y" alltodo "" nil ("todo.html" "todo.txt" "todo.ps"))
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
4766 ("h" "Agenda and Home-related tasks"
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
4767 ((agenda)
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
4768 (tags-todo "HOME")
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
4769 (tags "GARDEN"))
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
4770 nil
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
4771 ("~/views/home.html"))
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
4772 ("o" "Agenda and Office-related tasks"
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
4773 ((agenda)
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
4774 (tags-todo "WORK")
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
4775 (tags "OFFICE"))
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
4776 nil
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
4777 ("~/views/office.ps"))))
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
4778 @end group
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
4779 @end lisp
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
4780
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
4781 The extension of the file name determines the type of export. If it is
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
4782 @file{.html}, Org-mode will use the @file{htmlize.el} package to convert
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
4783 the buffer to HTML and save it to this file name. If the extension is
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
4784 @file{.ps}, @code{ps-print-buffer-with-faces} is used to produce
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
4785 postscript output. Any other extension produces a plain ASCII file.
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
4786
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
4787 The export files are @emph{not} created when you use one of those
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
4788 commands interactively. Instead, there is a special command to produce
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
4789 @emph{all} specified files in one step:
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
4790
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
4791 @table @kbd
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
4792 @kindex C-c a e
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
4793 @item C-c a e
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
4794 Export all agenda views that have export filenames associated with
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
4795 them.
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
4796 @end table
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
4797
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
4798 You can use the options section of the custom agenda commands to also
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
4799 set options for the export commands. For example:
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
4800
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
4801 @lisp
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
4802 (setq org-agenda-custom-commands
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
4803 '(("X" agenda ""
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
4804 ((ps-number-of-columns 2)
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
4805 (ps-landscape-mode t)
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
4806 (org-agenda-prefix-format " [ ] ")
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
4807 (org-agenda-with-colors nil)
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
4808 (org-agenda-remove-tags t))
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
4809 ("theagenda.ps"))))
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
4810 @end lisp
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
4811
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
4812 @noindent
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
4813 This command sets two options for the postscript exporter, to make it
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
4814 print in two columns in landscape format - the resulting page can be cut
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
4815 in two and then used in a paper agenda. The remaining settings modify
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
4816 the agenda prefix to omit category and scheduling information, and
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
4817 instead include a checkbox to check off items. We also remove the tags
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
4818 to make the lines compact, and we don't want to use colors for the
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
4819 black-and-white printer. Settings specified in
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
4820 @code{org-agenda-exporter-settings} will also apply, but the settings
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
4821 in @code{org-agenda-custom-commands} take precedence.
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
4822
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
4823 @noindent
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
4824 From the command line you may also use
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
4825 @example
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
4826 emacs -f org-batch-store-agenda-views -kill
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
4827 @end example
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
4828 @noindent
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
4829 or, if you need to modify some parameters
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
4830 @example
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
4831 emacs -eval '(org-batch-store-agenda-views \
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
4832 org-agenda-ndays 30 \
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
4833 org-agenda-include-diary nil \
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
4834 org-agenda-files (quote ("~/org/project.org")))' \
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
4835 -kill
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
4836 @end example
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
4837 @noindent
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
4838 which will create the agenda views restricted to the file
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
4839 @file{~/org/project.org}, without diary entries and with 30 days
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
4840 extent.
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
4841
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
4842 @node Extracting Agenda Information for other programs, , Exporting Agenda Views, Custom agenda views
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
4843 @subsection Extracting Agenda Information for other programs
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
4844 @cindex agenda, pipe
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
4845 @cindex Scripts, for agenda processing
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
4846
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
4847 Org-mode provides commands to access agenda information for the command
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
4848 line in emacs batch mode. This extracted information can be sent
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
4849 directly to a printer, or it can be read by a program that does further
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
4850 processing of the data. The first of these commands is the function
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
4851 @code{org-batch-agenda}, that produces an agenda view and sends it as
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
4852 ASCII text to STDOUT. The command takes a single string as parameter.
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
4853 If the string has length 1, it is used as a key to one of the commands
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
4854 you have configured in @code{org-agenda-custom-commands}, basically any
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
4855 key you can use after @kbd{C-c a}. For example, to directly print the
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
4856 current TODO list, you could use
73874
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
4857
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
4858 @example
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
4859 emacs -batch -l ~/.emacs -eval '(org-batch-agenda "t")' | lpr
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
4860 @end example
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
4861
81167
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
4862 If the parameter is a string with 2 or more characters, it is used as a
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
4863 tags/todo match string. For example, to print your local shopping list
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
4864 (all items with the tag @samp{shop}, but excluding the tag
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
4865 @samp{NewYork}), you could use
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
4866
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
4867 @example
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
4868 emacs -batch -l ~/.emacs \
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
4869 -eval '(org-batch-agenda "+shop-NewYork")' | lpr
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
4870 @end example
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
4871
73874
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
4872 @noindent
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
4873 You may also modify parameters on the fly like this:
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
4874
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
4875 @example
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
4876 emacs -batch -l ~/.emacs \
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
4877 -eval '(org-batch-agenda "a" \
81167
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
4878 org-agenda-ndays 30 \
73874
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
4879 org-agenda-include-diary nil \
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
4880 org-agenda-files (quote ("~/org/project.org")))' \
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
4881 | lpr
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
4882 @end example
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
4883
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
4884 @noindent
81167
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
4885 which will produce a 30 day agenda, fully restricted to the Org file
73874
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
4886 @file{~/org/projects.org}, not even including the diary.
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
4887
81167
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
4888 If you want to process the agenda data in more sophisticated ways, you
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
4889 can use the command @code{org-batch-agenda-csv} to get a comma-separated
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
4890 list of values for each agenda item. Each line in the output will
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
4891 contain a number of fields separated by commas. The fields in a line
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
4892 are:
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
4893
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
4894 @example
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
4895 category @r{The category of the item}
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
4896 head @r{The headline, without TODO kwd, TAGS and PRIORITY}
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
4897 type @r{The type of the agenda entry, can be}
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
4898 todo @r{selected in TODO match}
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
4899 tagsmatch @r{selected in tags match}
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
4900 diary @r{imported from diary}
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
4901 deadline @r{a deadline}
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
4902 scheduled @r{scheduled}
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
4903 timestamp @r{appointment, selected by timestamp}
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
4904 closed @r{entry was closed on date}
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
4905 upcoming-deadline @r{warning about nearing deadline}
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
4906 past-scheduled @r{forwarded scheduled item}
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
4907 block @r{entry has date block including date}
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
4908 todo @r{The todo keyword, if any}
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
4909 tags @r{All tags including inherited ones, separated by colons}
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
4910 date @r{The relevant date, like 2007-2-14}
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
4911 time @r{The time, like 15:00-16:50}
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
4912 extra @r{String with extra planning info}
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
4913 priority-l @r{The priority letter if any was given}
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
4914 priority-n @r{The computed numerical priority}
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
4915 @end example
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
4916
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
4917 @noindent
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
4918 Time and date will only be given if a timestamp (or deadline/scheduled)
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
4919 lead to the selection of the item.
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
4920
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
4921 A CSV list like this is very easy to use in a post processing script.
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
4922 For example, here is a Perl program that gets the TODO list from
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
4923 Emacs/org-mode and prints all the items, preceded by a checkbox:
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
4924
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
4925 @example
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
4926 @group
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
4927 #!/usr/bin/perl
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
4928
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
4929 # define the Emacs command to run
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
4930 $cmd = "emacs -batch -l ~/.emacs -eval '(org-batch-agenda-csv \"t\")'";
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
4931
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
4932 # run it and capture the output
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
4933 $agenda = qx@{$cmd 2>/dev/null@};
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
4934
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
4935 # loop over all lines
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
4936 foreach $line (split(/\n/,$agenda)) @{
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
4937
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
4938 # get the individual values
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
4939 ($category,$head,$type,$todo,$tags,$date,$time,$extra,
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
4940 $priority_l,$priority_n) = split(/,/,$line);
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
4941
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
4942 # proccess and print
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
4943 print "[ ] $head\n";
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
4944 @}
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
4945 @end group
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
4946 @end example
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
4947
71450
93e8ae57983b (Embedded LaTeX): New chapter.
Carsten Dominik <dominik@science.uva.nl>
parents: 71386
diff changeset
4948 @node Embedded LaTeX, Exporting, Agenda views, Top
93e8ae57983b (Embedded LaTeX): New chapter.
Carsten Dominik <dominik@science.uva.nl>
parents: 71386
diff changeset
4949 @chapter Embedded LaTeX
93e8ae57983b (Embedded LaTeX): New chapter.
Carsten Dominik <dominik@science.uva.nl>
parents: 71386
diff changeset
4950 @cindex @TeX{} interpretation
93e8ae57983b (Embedded LaTeX): New chapter.
Carsten Dominik <dominik@science.uva.nl>
parents: 71386
diff changeset
4951 @cindex La@TeX{} interpretation
93e8ae57983b (Embedded LaTeX): New chapter.
Carsten Dominik <dominik@science.uva.nl>
parents: 71386
diff changeset
4952
93e8ae57983b (Embedded LaTeX): New chapter.
Carsten Dominik <dominik@science.uva.nl>
parents: 71386
diff changeset
4953 Plain ASCII is normally sufficient for almost all note taking. One
93e8ae57983b (Embedded LaTeX): New chapter.
Carsten Dominik <dominik@science.uva.nl>
parents: 71386
diff changeset
4954 exception, however, are scientific notes which need to be able to
93e8ae57983b (Embedded LaTeX): New chapter.
Carsten Dominik <dominik@science.uva.nl>
parents: 71386
diff changeset
4955 contain mathematical symbols and the occasional formula.
93e8ae57983b (Embedded LaTeX): New chapter.
Carsten Dominik <dominik@science.uva.nl>
parents: 71386
diff changeset
4956 La@TeX{}@footnote{La@TeX{} is a macro system based on Donald E. Knuth's
93e8ae57983b (Embedded LaTeX): New chapter.
Carsten Dominik <dominik@science.uva.nl>
parents: 71386
diff changeset
4957 @TeX{} system. Many of the features described here as ``La@TeX{}'' are
93e8ae57983b (Embedded LaTeX): New chapter.
Carsten Dominik <dominik@science.uva.nl>
parents: 71386
diff changeset
4958 really from @TeX{}, but for simplicity I am blurring this distinction.}
93e8ae57983b (Embedded LaTeX): New chapter.
Carsten Dominik <dominik@science.uva.nl>
parents: 71386
diff changeset
4959 is widely used to typeset scientific documents. Org-mode supports
93e8ae57983b (Embedded LaTeX): New chapter.
Carsten Dominik <dominik@science.uva.nl>
parents: 71386
diff changeset
4960 embedding La@TeX{} code into its files, because many academics are used
93e8ae57983b (Embedded LaTeX): New chapter.
Carsten Dominik <dominik@science.uva.nl>
parents: 71386
diff changeset
4961 to read La@TeX{} source code, and because it can be readily processed
93e8ae57983b (Embedded LaTeX): New chapter.
Carsten Dominik <dominik@science.uva.nl>
parents: 71386
diff changeset
4962 into images for HTML production.
93e8ae57983b (Embedded LaTeX): New chapter.
Carsten Dominik <dominik@science.uva.nl>
parents: 71386
diff changeset
4963
93e8ae57983b (Embedded LaTeX): New chapter.
Carsten Dominik <dominik@science.uva.nl>
parents: 71386
diff changeset
4964 It is not necessary to mark La@TeX{} macros and code in any special way.
93e8ae57983b (Embedded LaTeX): New chapter.
Carsten Dominik <dominik@science.uva.nl>
parents: 71386
diff changeset
4965 If you observe a few conventions, Org-mode knows how to find it and what
93e8ae57983b (Embedded LaTeX): New chapter.
Carsten Dominik <dominik@science.uva.nl>
parents: 71386
diff changeset
4966 to do with it.
93e8ae57983b (Embedded LaTeX): New chapter.
Carsten Dominik <dominik@science.uva.nl>
parents: 71386
diff changeset
4967
93e8ae57983b (Embedded LaTeX): New chapter.
Carsten Dominik <dominik@science.uva.nl>
parents: 71386
diff changeset
4968 @menu
93e8ae57983b (Embedded LaTeX): New chapter.
Carsten Dominik <dominik@science.uva.nl>
parents: 71386
diff changeset
4969 * Math symbols:: TeX macros for symbols and Greek letters
93e8ae57983b (Embedded LaTeX): New chapter.
Carsten Dominik <dominik@science.uva.nl>
parents: 71386
diff changeset
4970 * Subscripts and Superscripts:: Simple syntax for raising/lowering text
93e8ae57983b (Embedded LaTeX): New chapter.
Carsten Dominik <dominik@science.uva.nl>
parents: 71386
diff changeset
4971 * LaTeX fragments:: Complex formulas made easy
93e8ae57983b (Embedded LaTeX): New chapter.
Carsten Dominik <dominik@science.uva.nl>
parents: 71386
diff changeset
4972 * Processing LaTeX fragments:: Previewing LaTeX processing
93e8ae57983b (Embedded LaTeX): New chapter.
Carsten Dominik <dominik@science.uva.nl>
parents: 71386
diff changeset
4973 * CDLaTeX mode:: Speed up entering of formulas
93e8ae57983b (Embedded LaTeX): New chapter.
Carsten Dominik <dominik@science.uva.nl>
parents: 71386
diff changeset
4974 @end menu
93e8ae57983b (Embedded LaTeX): New chapter.
Carsten Dominik <dominik@science.uva.nl>
parents: 71386
diff changeset
4975
93e8ae57983b (Embedded LaTeX): New chapter.
Carsten Dominik <dominik@science.uva.nl>
parents: 71386
diff changeset
4976 @node Math symbols, Subscripts and Superscripts, Embedded LaTeX, Embedded LaTeX
93e8ae57983b (Embedded LaTeX): New chapter.
Carsten Dominik <dominik@science.uva.nl>
parents: 71386
diff changeset
4977 @section Math symbols
73874
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
4978 @cindex math symbols
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
4979 @cindex TeX macros
71450
93e8ae57983b (Embedded LaTeX): New chapter.
Carsten Dominik <dominik@science.uva.nl>
parents: 71386
diff changeset
4980
93e8ae57983b (Embedded LaTeX): New chapter.
Carsten Dominik <dominik@science.uva.nl>
parents: 71386
diff changeset
4981 You can use La@TeX{} macros to insert special symbols like @samp{\alpha}
93e8ae57983b (Embedded LaTeX): New chapter.
Carsten Dominik <dominik@science.uva.nl>
parents: 71386
diff changeset
4982 to indicate the Greek letter, or @samp{\to} to indicate an arrow.
93e8ae57983b (Embedded LaTeX): New chapter.
Carsten Dominik <dominik@science.uva.nl>
parents: 71386
diff changeset
4983 Completion for these macros is available, just type @samp{\} and maybe a
93e8ae57983b (Embedded LaTeX): New chapter.
Carsten Dominik <dominik@science.uva.nl>
parents: 71386
diff changeset
4984 few letters, and press @kbd{M-@key{TAB}} to see possible completions.
93e8ae57983b (Embedded LaTeX): New chapter.
Carsten Dominik <dominik@science.uva.nl>
parents: 71386
diff changeset
4985 Unlike La@TeX{} code, Org-mode allows these macros to be present
93e8ae57983b (Embedded LaTeX): New chapter.
Carsten Dominik <dominik@science.uva.nl>
parents: 71386
diff changeset
4986 without surrounding math delimiters, for example:
93e8ae57983b (Embedded LaTeX): New chapter.
Carsten Dominik <dominik@science.uva.nl>
parents: 71386
diff changeset
4987
93e8ae57983b (Embedded LaTeX): New chapter.
Carsten Dominik <dominik@science.uva.nl>
parents: 71386
diff changeset
4988 @example
93e8ae57983b (Embedded LaTeX): New chapter.
Carsten Dominik <dominik@science.uva.nl>
parents: 71386
diff changeset
4989 Angles are written as Greek letters \alpha, \beta and \gamma.
93e8ae57983b (Embedded LaTeX): New chapter.
Carsten Dominik <dominik@science.uva.nl>
parents: 71386
diff changeset
4990 @end example
93e8ae57983b (Embedded LaTeX): New chapter.
Carsten Dominik <dominik@science.uva.nl>
parents: 71386
diff changeset
4991
93e8ae57983b (Embedded LaTeX): New chapter.
Carsten Dominik <dominik@science.uva.nl>
parents: 71386
diff changeset
4992 During HTML export (@pxref{HTML export}), these symbols are translated
93e8ae57983b (Embedded LaTeX): New chapter.
Carsten Dominik <dominik@science.uva.nl>
parents: 71386
diff changeset
4993 into the proper syntax for HTML, for the above examples this is
93e8ae57983b (Embedded LaTeX): New chapter.
Carsten Dominik <dominik@science.uva.nl>
parents: 71386
diff changeset
4994 @samp{&alpha;} and @samp{&rarr;}, respectively.
93e8ae57983b (Embedded LaTeX): New chapter.
Carsten Dominik <dominik@science.uva.nl>
parents: 71386
diff changeset
4995
93e8ae57983b (Embedded LaTeX): New chapter.
Carsten Dominik <dominik@science.uva.nl>
parents: 71386
diff changeset
4996 @node Subscripts and Superscripts, LaTeX fragments, Math symbols, Embedded LaTeX
93e8ae57983b (Embedded LaTeX): New chapter.
Carsten Dominik <dominik@science.uva.nl>
parents: 71386
diff changeset
4997 @section Subscripts and Superscripts
73874
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
4998 @cindex subscript
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
4999 @cindex superscript
71450
93e8ae57983b (Embedded LaTeX): New chapter.
Carsten Dominik <dominik@science.uva.nl>
parents: 71386
diff changeset
5000
93e8ae57983b (Embedded LaTeX): New chapter.
Carsten Dominik <dominik@science.uva.nl>
parents: 71386
diff changeset
5001 Just like in La@TeX{}, @samp{^} and @samp{_} are used to indicate super-
93e8ae57983b (Embedded LaTeX): New chapter.
Carsten Dominik <dominik@science.uva.nl>
parents: 71386
diff changeset
5002 and subscripts. Again, these can be used without embedding them in
93e8ae57983b (Embedded LaTeX): New chapter.
Carsten Dominik <dominik@science.uva.nl>
parents: 71386
diff changeset
5003 math-mode delimiters. To increase the readability of ASCII text, it is
93e8ae57983b (Embedded LaTeX): New chapter.
Carsten Dominik <dominik@science.uva.nl>
parents: 71386
diff changeset
5004 not necessary (but OK) to surround multi-character sub- and superscripts
93e8ae57983b (Embedded LaTeX): New chapter.
Carsten Dominik <dominik@science.uva.nl>
parents: 71386
diff changeset
5005 with curly braces. For example
93e8ae57983b (Embedded LaTeX): New chapter.
Carsten Dominik <dominik@science.uva.nl>
parents: 71386
diff changeset
5006
93e8ae57983b (Embedded LaTeX): New chapter.
Carsten Dominik <dominik@science.uva.nl>
parents: 71386
diff changeset
5007 @example
71508
c12f8a27aae5 (Embedded LaTeX): Fix typos and implement small improvements
Carsten Dominik <dominik@science.uva.nl>
parents: 71450
diff changeset
5008 The mass if the sun is M_sun = 1.989 x 10^30 kg. The radius of
71450
93e8ae57983b (Embedded LaTeX): New chapter.
Carsten Dominik <dominik@science.uva.nl>
parents: 71386
diff changeset
5009 the sun is R_@{sun@} = 6.96 x 10^8 m.
93e8ae57983b (Embedded LaTeX): New chapter.
Carsten Dominik <dominik@science.uva.nl>
parents: 71386
diff changeset
5010 @end example
93e8ae57983b (Embedded LaTeX): New chapter.
Carsten Dominik <dominik@science.uva.nl>
parents: 71386
diff changeset
5011
93e8ae57983b (Embedded LaTeX): New chapter.
Carsten Dominik <dominik@science.uva.nl>
parents: 71386
diff changeset
5012 To avoid interpretation as raised or lowered text, you can quote
93e8ae57983b (Embedded LaTeX): New chapter.
Carsten Dominik <dominik@science.uva.nl>
parents: 71386
diff changeset
5013 @samp{^} and @samp{_} with a backslash: @samp{\_} and @samp{\^}.
93e8ae57983b (Embedded LaTeX): New chapter.
Carsten Dominik <dominik@science.uva.nl>
parents: 71386
diff changeset
5014
93e8ae57983b (Embedded LaTeX): New chapter.
Carsten Dominik <dominik@science.uva.nl>
parents: 71386
diff changeset
5015 During HTML export (@pxref{HTML export}), subscript and superscripts
93e8ae57983b (Embedded LaTeX): New chapter.
Carsten Dominik <dominik@science.uva.nl>
parents: 71386
diff changeset
5016 are surrounded with @code{<sub>} and @code{<sup>} tags, respectively.
93e8ae57983b (Embedded LaTeX): New chapter.
Carsten Dominik <dominik@science.uva.nl>
parents: 71386
diff changeset
5017
93e8ae57983b (Embedded LaTeX): New chapter.
Carsten Dominik <dominik@science.uva.nl>
parents: 71386
diff changeset
5018 @node LaTeX fragments, Processing LaTeX fragments, Subscripts and Superscripts, Embedded LaTeX
93e8ae57983b (Embedded LaTeX): New chapter.
Carsten Dominik <dominik@science.uva.nl>
parents: 71386
diff changeset
5019 @section LaTeX fragments
73874
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
5020 @cindex LaTeX fragments
71450
93e8ae57983b (Embedded LaTeX): New chapter.
Carsten Dominik <dominik@science.uva.nl>
parents: 71386
diff changeset
5021
93e8ae57983b (Embedded LaTeX): New chapter.
Carsten Dominik <dominik@science.uva.nl>
parents: 71386
diff changeset
5022 With symbols, sub- and superscripts, HTML is pretty much at its end when
73874
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
5023 it comes to representing mathematical formulas@footnote{Yes, there is
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
5024 MathML, but that is not yet fully supported by many browsers, and there
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
5025 is no decent converter for turning LaTeX of ASCII representations of
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
5026 formulas into MathML. So for the time being, converting formulas into
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
5027 images seems the way to go.}. More complex
71450
93e8ae57983b (Embedded LaTeX): New chapter.
Carsten Dominik <dominik@science.uva.nl>
parents: 71386
diff changeset
5028 expressions need a dedicated formula processor. To this end, Org-mode
93e8ae57983b (Embedded LaTeX): New chapter.
Carsten Dominik <dominik@science.uva.nl>
parents: 71386
diff changeset
5029 can contain arbitrary La@TeX{} fragments. It provides commands to
93e8ae57983b (Embedded LaTeX): New chapter.
Carsten Dominik <dominik@science.uva.nl>
parents: 71386
diff changeset
5030 preview the typeset result of these fragments, and upon export to HTML,
93e8ae57983b (Embedded LaTeX): New chapter.
Carsten Dominik <dominik@science.uva.nl>
parents: 71386
diff changeset
5031 all fragments will be converted to images and inlined into the HTML
93e8ae57983b (Embedded LaTeX): New chapter.
Carsten Dominik <dominik@science.uva.nl>
parents: 71386
diff changeset
5032 document. For this to work you need to be on a system with a working
93e8ae57983b (Embedded LaTeX): New chapter.
Carsten Dominik <dominik@science.uva.nl>
parents: 71386
diff changeset
5033 La@TeX{} installation. You also need the @file{dvipng} program,
81167
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
5034 available at @url{http://sourceforge.net/projects/dvipng/}. The LaTeX
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
5035 header that will be used when processing a fragment can be configured
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
5036 with the variable @code{org-format-latex-header}.
71450
93e8ae57983b (Embedded LaTeX): New chapter.
Carsten Dominik <dominik@science.uva.nl>
parents: 71386
diff changeset
5037
93e8ae57983b (Embedded LaTeX): New chapter.
Carsten Dominik <dominik@science.uva.nl>
parents: 71386
diff changeset
5038 La@TeX{} fragments don't need any special marking at all. The following
93e8ae57983b (Embedded LaTeX): New chapter.
Carsten Dominik <dominik@science.uva.nl>
parents: 71386
diff changeset
5039 snippets will be identified as LaTeX source code:
93e8ae57983b (Embedded LaTeX): New chapter.
Carsten Dominik <dominik@science.uva.nl>
parents: 71386
diff changeset
5040 @itemize @bullet
93e8ae57983b (Embedded LaTeX): New chapter.
Carsten Dominik <dominik@science.uva.nl>
parents: 71386
diff changeset
5041 @item
93e8ae57983b (Embedded LaTeX): New chapter.
Carsten Dominik <dominik@science.uva.nl>
parents: 71386
diff changeset
5042 Environments of any kind. The only requirement is that the
71508
c12f8a27aae5 (Embedded LaTeX): Fix typos and implement small improvements
Carsten Dominik <dominik@science.uva.nl>
parents: 71450
diff changeset
5043 @code{\begin} statement appears on a new line, preceded by only
71450
93e8ae57983b (Embedded LaTeX): New chapter.
Carsten Dominik <dominik@science.uva.nl>
parents: 71386
diff changeset
5044 whitespace.
93e8ae57983b (Embedded LaTeX): New chapter.
Carsten Dominik <dominik@science.uva.nl>
parents: 71386
diff changeset
5045 @item
71508
c12f8a27aae5 (Embedded LaTeX): Fix typos and implement small improvements
Carsten Dominik <dominik@science.uva.nl>
parents: 71450
diff changeset
5046 Text within the usual La@TeX{} math delimiters. To avoid conflicts with
c12f8a27aae5 (Embedded LaTeX): Fix typos and implement small improvements
Carsten Dominik <dominik@science.uva.nl>
parents: 71450
diff changeset
5047 currency specifications, single @samp{$} characters are only recognized
c12f8a27aae5 (Embedded LaTeX): Fix typos and implement small improvements
Carsten Dominik <dominik@science.uva.nl>
parents: 71450
diff changeset
5048 as math delimiters if the enclosed text contains at most two line breaks,
c12f8a27aae5 (Embedded LaTeX): Fix typos and implement small improvements
Carsten Dominik <dominik@science.uva.nl>
parents: 71450
diff changeset
5049 is directly attached to the @samp{$} characters with no whitespace in
c12f8a27aae5 (Embedded LaTeX): Fix typos and implement small improvements
Carsten Dominik <dominik@science.uva.nl>
parents: 71450
diff changeset
5050 between, and if the closing @samp{$} is followed by whitespace or
c12f8a27aae5 (Embedded LaTeX): Fix typos and implement small improvements
Carsten Dominik <dominik@science.uva.nl>
parents: 71450
diff changeset
5051 punctuation. For the other delimiters, there is no such restriction, so
c12f8a27aae5 (Embedded LaTeX): Fix typos and implement small improvements
Carsten Dominik <dominik@science.uva.nl>
parents: 71450
diff changeset
5052 when in doubt, use @samp{\(...\)} as inline math delimiters.
71450
93e8ae57983b (Embedded LaTeX): New chapter.
Carsten Dominik <dominik@science.uva.nl>
parents: 71386
diff changeset
5053 @end itemize
93e8ae57983b (Embedded LaTeX): New chapter.
Carsten Dominik <dominik@science.uva.nl>
parents: 71386
diff changeset
5054
93e8ae57983b (Embedded LaTeX): New chapter.
Carsten Dominik <dominik@science.uva.nl>
parents: 71386
diff changeset
5055 @noindent For example:
93e8ae57983b (Embedded LaTeX): New chapter.
Carsten Dominik <dominik@science.uva.nl>
parents: 71386
diff changeset
5056
93e8ae57983b (Embedded LaTeX): New chapter.
Carsten Dominik <dominik@science.uva.nl>
parents: 71386
diff changeset
5057 @example
93e8ae57983b (Embedded LaTeX): New chapter.
Carsten Dominik <dominik@science.uva.nl>
parents: 71386
diff changeset
5058 \begin@{equation@} % arbitrary environments,
93e8ae57983b (Embedded LaTeX): New chapter.
Carsten Dominik <dominik@science.uva.nl>
parents: 71386
diff changeset
5059 x=\sqrt@{b@} % even tables, figures
93e8ae57983b (Embedded LaTeX): New chapter.
Carsten Dominik <dominik@science.uva.nl>
parents: 71386
diff changeset
5060 \end@{equation@} % etc
93e8ae57983b (Embedded LaTeX): New chapter.
Carsten Dominik <dominik@science.uva.nl>
parents: 71386
diff changeset
5061
71508
c12f8a27aae5 (Embedded LaTeX): Fix typos and implement small improvements
Carsten Dominik <dominik@science.uva.nl>
parents: 71450
diff changeset
5062 If $a^2=b$ and \( b=2 \), then the solution must be
71450
93e8ae57983b (Embedded LaTeX): New chapter.
Carsten Dominik <dominik@science.uva.nl>
parents: 71386
diff changeset
5063 either $$ a=+\sqrt@{2@} $$ or \[ a=-\sqrt@{2@} \].
93e8ae57983b (Embedded LaTeX): New chapter.
Carsten Dominik <dominik@science.uva.nl>
parents: 71386
diff changeset
5064 @end example
93e8ae57983b (Embedded LaTeX): New chapter.
Carsten Dominik <dominik@science.uva.nl>
parents: 71386
diff changeset
5065
93e8ae57983b (Embedded LaTeX): New chapter.
Carsten Dominik <dominik@science.uva.nl>
parents: 71386
diff changeset
5066 @noindent
93e8ae57983b (Embedded LaTeX): New chapter.
Carsten Dominik <dominik@science.uva.nl>
parents: 71386
diff changeset
5067 If you need any of the delimiter ASCII sequences for other purposes, you
93e8ae57983b (Embedded LaTeX): New chapter.
Carsten Dominik <dominik@science.uva.nl>
parents: 71386
diff changeset
5068 can configure the option @code{org-format-latex-options} to deselect the
93e8ae57983b (Embedded LaTeX): New chapter.
Carsten Dominik <dominik@science.uva.nl>
parents: 71386
diff changeset
5069 ones you do not wish to have interpreted by the La@TeX{} converter.
93e8ae57983b (Embedded LaTeX): New chapter.
Carsten Dominik <dominik@science.uva.nl>
parents: 71386
diff changeset
5070
93e8ae57983b (Embedded LaTeX): New chapter.
Carsten Dominik <dominik@science.uva.nl>
parents: 71386
diff changeset
5071 @node Processing LaTeX fragments, CDLaTeX mode, LaTeX fragments, Embedded LaTeX
93e8ae57983b (Embedded LaTeX): New chapter.
Carsten Dominik <dominik@science.uva.nl>
parents: 71386
diff changeset
5072 @section Processing LaTeX fragments
73874
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
5073 @cindex LaTeX fragments, preview
71450
93e8ae57983b (Embedded LaTeX): New chapter.
Carsten Dominik <dominik@science.uva.nl>
parents: 71386
diff changeset
5074
93e8ae57983b (Embedded LaTeX): New chapter.
Carsten Dominik <dominik@science.uva.nl>
parents: 71386
diff changeset
5075 La@TeX{} fragments can be processed to produce a preview images of the
93e8ae57983b (Embedded LaTeX): New chapter.
Carsten Dominik <dominik@science.uva.nl>
parents: 71386
diff changeset
5076 typeset expressions:
93e8ae57983b (Embedded LaTeX): New chapter.
Carsten Dominik <dominik@science.uva.nl>
parents: 71386
diff changeset
5077
93e8ae57983b (Embedded LaTeX): New chapter.
Carsten Dominik <dominik@science.uva.nl>
parents: 71386
diff changeset
5078 @table @kbd
93e8ae57983b (Embedded LaTeX): New chapter.
Carsten Dominik <dominik@science.uva.nl>
parents: 71386
diff changeset
5079 @kindex C-c C-x C-l
93e8ae57983b (Embedded LaTeX): New chapter.
Carsten Dominik <dominik@science.uva.nl>
parents: 71386
diff changeset
5080 @item C-c C-x C-l
93e8ae57983b (Embedded LaTeX): New chapter.
Carsten Dominik <dominik@science.uva.nl>
parents: 71386
diff changeset
5081 Produce a preview image of the La@TeX{} fragment at point and overlay it
93e8ae57983b (Embedded LaTeX): New chapter.
Carsten Dominik <dominik@science.uva.nl>
parents: 71386
diff changeset
5082 over the source code. If there is no fragment at point, process all
93e8ae57983b (Embedded LaTeX): New chapter.
Carsten Dominik <dominik@science.uva.nl>
parents: 71386
diff changeset
5083 fragments in the current entry (between two headlines). When called
93e8ae57983b (Embedded LaTeX): New chapter.
Carsten Dominik <dominik@science.uva.nl>
parents: 71386
diff changeset
5084 with a prefix argument, process the entire subtree. When called with
93e8ae57983b (Embedded LaTeX): New chapter.
Carsten Dominik <dominik@science.uva.nl>
parents: 71386
diff changeset
5085 two prefix arguments, or when the cursor is before the first headline,
93e8ae57983b (Embedded LaTeX): New chapter.
Carsten Dominik <dominik@science.uva.nl>
parents: 71386
diff changeset
5086 process the entire buffer.
93e8ae57983b (Embedded LaTeX): New chapter.
Carsten Dominik <dominik@science.uva.nl>
parents: 71386
diff changeset
5087 @kindex C-c C-c
93e8ae57983b (Embedded LaTeX): New chapter.
Carsten Dominik <dominik@science.uva.nl>
parents: 71386
diff changeset
5088 @item C-c C-c
93e8ae57983b (Embedded LaTeX): New chapter.
Carsten Dominik <dominik@science.uva.nl>
parents: 71386
diff changeset
5089 Remove the overlay preview images.
93e8ae57983b (Embedded LaTeX): New chapter.
Carsten Dominik <dominik@science.uva.nl>
parents: 71386
diff changeset
5090 @end table
93e8ae57983b (Embedded LaTeX): New chapter.
Carsten Dominik <dominik@science.uva.nl>
parents: 71386
diff changeset
5091
93e8ae57983b (Embedded LaTeX): New chapter.
Carsten Dominik <dominik@science.uva.nl>
parents: 71386
diff changeset
5092 During HTML export (@pxref{HTML export}), all La@TeX{} fragments are
93e8ae57983b (Embedded LaTeX): New chapter.
Carsten Dominik <dominik@science.uva.nl>
parents: 71386
diff changeset
5093 converted into images and inlined into the document if the following
93e8ae57983b (Embedded LaTeX): New chapter.
Carsten Dominik <dominik@science.uva.nl>
parents: 71386
diff changeset
5094 setting is active:
93e8ae57983b (Embedded LaTeX): New chapter.
Carsten Dominik <dominik@science.uva.nl>
parents: 71386
diff changeset
5095
93e8ae57983b (Embedded LaTeX): New chapter.
Carsten Dominik <dominik@science.uva.nl>
parents: 71386
diff changeset
5096 @lisp
93e8ae57983b (Embedded LaTeX): New chapter.
Carsten Dominik <dominik@science.uva.nl>
parents: 71386
diff changeset
5097 (setq org-export-with-LaTeX-fragments t)
93e8ae57983b (Embedded LaTeX): New chapter.
Carsten Dominik <dominik@science.uva.nl>
parents: 71386
diff changeset
5098 @end lisp
93e8ae57983b (Embedded LaTeX): New chapter.
Carsten Dominik <dominik@science.uva.nl>
parents: 71386
diff changeset
5099
93e8ae57983b (Embedded LaTeX): New chapter.
Carsten Dominik <dominik@science.uva.nl>
parents: 71386
diff changeset
5100 @node CDLaTeX mode, , Processing LaTeX fragments, Embedded LaTeX
93e8ae57983b (Embedded LaTeX): New chapter.
Carsten Dominik <dominik@science.uva.nl>
parents: 71386
diff changeset
5101 @section Using CDLaTeX to enter math
73874
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
5102 @cindex CDLaTeX
71450
93e8ae57983b (Embedded LaTeX): New chapter.
Carsten Dominik <dominik@science.uva.nl>
parents: 71386
diff changeset
5103
93e8ae57983b (Embedded LaTeX): New chapter.
Carsten Dominik <dominik@science.uva.nl>
parents: 71386
diff changeset
5104 CDLaTeX-mode is a minor mode that is normally used in combination with a
93e8ae57983b (Embedded LaTeX): New chapter.
Carsten Dominik <dominik@science.uva.nl>
parents: 71386
diff changeset
5105 major LaTeX mode like AUCTeX in order to speed-up insertion of
93e8ae57983b (Embedded LaTeX): New chapter.
Carsten Dominik <dominik@science.uva.nl>
parents: 71386
diff changeset
5106 environments and math templates. Inside Org-mode, you can make use of
71508
c12f8a27aae5 (Embedded LaTeX): Fix typos and implement small improvements
Carsten Dominik <dominik@science.uva.nl>
parents: 71450
diff changeset
5107 some of the features of cdlatex-mode. You need to install
c12f8a27aae5 (Embedded LaTeX): Fix typos and implement small improvements
Carsten Dominik <dominik@science.uva.nl>
parents: 71450
diff changeset
5108 @file{cdlatex.el} and @file{texmathp.el} (the latter comes also with
c12f8a27aae5 (Embedded LaTeX): Fix typos and implement small improvements
Carsten Dominik <dominik@science.uva.nl>
parents: 71450
diff changeset
5109 AUCTeX) from @url{http://www.astro.uva.nl/~dominik/Tools/cdlatex}.
c12f8a27aae5 (Embedded LaTeX): Fix typos and implement small improvements
Carsten Dominik <dominik@science.uva.nl>
parents: 71450
diff changeset
5110 Don't turn cdlatex-mode itself under Org-mode, but use the light
c12f8a27aae5 (Embedded LaTeX): Fix typos and implement small improvements
Carsten Dominik <dominik@science.uva.nl>
parents: 71450
diff changeset
5111 version @code{org-cdlatex-mode} that comes as part of Org-mode. Turn it
c12f8a27aae5 (Embedded LaTeX): Fix typos and implement small improvements
Carsten Dominik <dominik@science.uva.nl>
parents: 71450
diff changeset
5112 on for the current buffer with @code{M-x org-cdlatex-mode}, or for all
71450
93e8ae57983b (Embedded LaTeX): New chapter.
Carsten Dominik <dominik@science.uva.nl>
parents: 71386
diff changeset
5113 Org-mode files with
93e8ae57983b (Embedded LaTeX): New chapter.
Carsten Dominik <dominik@science.uva.nl>
parents: 71386
diff changeset
5114
93e8ae57983b (Embedded LaTeX): New chapter.
Carsten Dominik <dominik@science.uva.nl>
parents: 71386
diff changeset
5115 @lisp
93e8ae57983b (Embedded LaTeX): New chapter.
Carsten Dominik <dominik@science.uva.nl>
parents: 71386
diff changeset
5116 (add-hook 'org-mode-hook 'turn-on-org-cdlatex)
93e8ae57983b (Embedded LaTeX): New chapter.
Carsten Dominik <dominik@science.uva.nl>
parents: 71386
diff changeset
5117 @end lisp
93e8ae57983b (Embedded LaTeX): New chapter.
Carsten Dominik <dominik@science.uva.nl>
parents: 71386
diff changeset
5118
93e8ae57983b (Embedded LaTeX): New chapter.
Carsten Dominik <dominik@science.uva.nl>
parents: 71386
diff changeset
5119 When this mode is enabled, the following features are present (for more
93e8ae57983b (Embedded LaTeX): New chapter.
Carsten Dominik <dominik@science.uva.nl>
parents: 71386
diff changeset
5120 details see the documentation of cdlatex-mode):
93e8ae57983b (Embedded LaTeX): New chapter.
Carsten Dominik <dominik@science.uva.nl>
parents: 71386
diff changeset
5121 @itemize @bullet
93e8ae57983b (Embedded LaTeX): New chapter.
Carsten Dominik <dominik@science.uva.nl>
parents: 71386
diff changeset
5122 @kindex C-c @{
93e8ae57983b (Embedded LaTeX): New chapter.
Carsten Dominik <dominik@science.uva.nl>
parents: 71386
diff changeset
5123 @item
93e8ae57983b (Embedded LaTeX): New chapter.
Carsten Dominik <dominik@science.uva.nl>
parents: 71386
diff changeset
5124 Environment templates can be inserted with @kbd{C-c @{}.
93e8ae57983b (Embedded LaTeX): New chapter.
Carsten Dominik <dominik@science.uva.nl>
parents: 71386
diff changeset
5125 @item
93e8ae57983b (Embedded LaTeX): New chapter.
Carsten Dominik <dominik@science.uva.nl>
parents: 71386
diff changeset
5126 @kindex @key{TAB}
93e8ae57983b (Embedded LaTeX): New chapter.
Carsten Dominik <dominik@science.uva.nl>
parents: 71386
diff changeset
5127 The @key{TAB} key will do template expansion if the cursor is inside a
71508
c12f8a27aae5 (Embedded LaTeX): Fix typos and implement small improvements
Carsten Dominik <dominik@science.uva.nl>
parents: 71450
diff changeset
5128 LaTeX fragment@footnote{Org-mode has a method to test if the cursor is
c12f8a27aae5 (Embedded LaTeX): Fix typos and implement small improvements
Carsten Dominik <dominik@science.uva.nl>
parents: 71450
diff changeset
5129 inside such a fragment, see the documentation of the function
71450
93e8ae57983b (Embedded LaTeX): New chapter.
Carsten Dominik <dominik@science.uva.nl>
parents: 71386
diff changeset
5130 @code{org-inside-LaTeX-fragment-p}.}. For example, @key{TAB} will
93e8ae57983b (Embedded LaTeX): New chapter.
Carsten Dominik <dominik@science.uva.nl>
parents: 71386
diff changeset
5131 expand @code{fr} to @code{\frac@{@}@{@}} and position the cursor
93e8ae57983b (Embedded LaTeX): New chapter.
Carsten Dominik <dominik@science.uva.nl>
parents: 71386
diff changeset
5132 correctly inside the first brace. Another @key{TAB} will get you into
93e8ae57983b (Embedded LaTeX): New chapter.
Carsten Dominik <dominik@science.uva.nl>
parents: 71386
diff changeset
5133 the second brace. Even outside fragments, @key{TAB} will expand
93e8ae57983b (Embedded LaTeX): New chapter.
Carsten Dominik <dominik@science.uva.nl>
parents: 71386
diff changeset
5134 environment abbreviations at the beginning of a line. For example, if
93e8ae57983b (Embedded LaTeX): New chapter.
Carsten Dominik <dominik@science.uva.nl>
parents: 71386
diff changeset
5135 you write @samp{equ} at the beginning of a line and press @key{TAB},
93e8ae57983b (Embedded LaTeX): New chapter.
Carsten Dominik <dominik@science.uva.nl>
parents: 71386
diff changeset
5136 this abbreviation will be expanded to an @code{equation} environment.
71508
c12f8a27aae5 (Embedded LaTeX): Fix typos and implement small improvements
Carsten Dominik <dominik@science.uva.nl>
parents: 71450
diff changeset
5137 To get a list of all abbreviations, type @kbd{M-x cdlatex-command-help}.
71450
93e8ae57983b (Embedded LaTeX): New chapter.
Carsten Dominik <dominik@science.uva.nl>
parents: 71386
diff changeset
5138 @item
93e8ae57983b (Embedded LaTeX): New chapter.
Carsten Dominik <dominik@science.uva.nl>
parents: 71386
diff changeset
5139 @kindex _
93e8ae57983b (Embedded LaTeX): New chapter.
Carsten Dominik <dominik@science.uva.nl>
parents: 71386
diff changeset
5140 @kindex ^
93e8ae57983b (Embedded LaTeX): New chapter.
Carsten Dominik <dominik@science.uva.nl>
parents: 71386
diff changeset
5141 Pressing @kbd{_} and @kbd{^} inside a LaTeX fragment will insert these
93e8ae57983b (Embedded LaTeX): New chapter.
Carsten Dominik <dominik@science.uva.nl>
parents: 71386
diff changeset
5142 characters together with a pair of braces. If you use @key{TAB} to move
93e8ae57983b (Embedded LaTeX): New chapter.
Carsten Dominik <dominik@science.uva.nl>
parents: 71386
diff changeset
5143 out of the braces, and if the braces surround only a single character or
93e8ae57983b (Embedded LaTeX): New chapter.
Carsten Dominik <dominik@science.uva.nl>
parents: 71386
diff changeset
5144 macro, they are removed again (depending on the variable
93e8ae57983b (Embedded LaTeX): New chapter.
Carsten Dominik <dominik@science.uva.nl>
parents: 71386
diff changeset
5145 @code{cdlatex-simplify-sub-super-scripts}).
93e8ae57983b (Embedded LaTeX): New chapter.
Carsten Dominik <dominik@science.uva.nl>
parents: 71386
diff changeset
5146 @item
93e8ae57983b (Embedded LaTeX): New chapter.
Carsten Dominik <dominik@science.uva.nl>
parents: 71386
diff changeset
5147 @kindex `
93e8ae57983b (Embedded LaTeX): New chapter.
Carsten Dominik <dominik@science.uva.nl>
parents: 71386
diff changeset
5148 Pressing the backquote @kbd{`} followed by a character inserts math
93e8ae57983b (Embedded LaTeX): New chapter.
Carsten Dominik <dominik@science.uva.nl>
parents: 71386
diff changeset
5149 macros, also outside LaTeX fragments. If you wait more than 1.5 seconds
93e8ae57983b (Embedded LaTeX): New chapter.
Carsten Dominik <dominik@science.uva.nl>
parents: 71386
diff changeset
5150 after the backquote, a help window will pop up.
93e8ae57983b (Embedded LaTeX): New chapter.
Carsten Dominik <dominik@science.uva.nl>
parents: 71386
diff changeset
5151 @item
93e8ae57983b (Embedded LaTeX): New chapter.
Carsten Dominik <dominik@science.uva.nl>
parents: 71386
diff changeset
5152 @kindex '
93e8ae57983b (Embedded LaTeX): New chapter.
Carsten Dominik <dominik@science.uva.nl>
parents: 71386
diff changeset
5153 Pressing the normal quote @kbd{'} followed by another character modifies
93e8ae57983b (Embedded LaTeX): New chapter.
Carsten Dominik <dominik@science.uva.nl>
parents: 71386
diff changeset
5154 the symbol before point with an accent or a font. If you wait more than
93e8ae57983b (Embedded LaTeX): New chapter.
Carsten Dominik <dominik@science.uva.nl>
parents: 71386
diff changeset
5155 1.5 seconds after the backquote, a help window will pop up. Character
93e8ae57983b (Embedded LaTeX): New chapter.
Carsten Dominik <dominik@science.uva.nl>
parents: 71386
diff changeset
5156 modification will work only inside La@TeX{} fragments, outside the quote
93e8ae57983b (Embedded LaTeX): New chapter.
Carsten Dominik <dominik@science.uva.nl>
parents: 71386
diff changeset
5157 is normal.
93e8ae57983b (Embedded LaTeX): New chapter.
Carsten Dominik <dominik@science.uva.nl>
parents: 71386
diff changeset
5158 @end itemize
93e8ae57983b (Embedded LaTeX): New chapter.
Carsten Dominik <dominik@science.uva.nl>
parents: 71386
diff changeset
5159
93e8ae57983b (Embedded LaTeX): New chapter.
Carsten Dominik <dominik@science.uva.nl>
parents: 71386
diff changeset
5160 @node Exporting, Publishing, Embedded LaTeX, Top
58792
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
5161 @chapter Exporting
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
5162 @cindex exporting
66264
d979e1d45f97 (Summary): Mention iCalendar support.
Carsten Dominik <dominik@science.uva.nl>
parents: 65965
diff changeset
5163
70011
74050e653990 (Visibility cycling): Better names for the startup
Carsten Dominik <dominik@science.uva.nl>
parents: 69999
diff changeset
5164 Org-mode documents can be exported into a variety of other formats. For
74050e653990 (Visibility cycling): Better names for the startup
Carsten Dominik <dominik@science.uva.nl>
parents: 69999
diff changeset
5165 printing and sharing of notes, ASCII export produces a readable and
70867
68e63907ebfb (Plain lists): Added new item navigation commands.
Carsten Dominik <dominik@science.uva.nl>
parents: 70164
diff changeset
5166 simple version of an Org-mode file. HTML export allows you to publish a
68e63907ebfb (Plain lists): Added new item navigation commands.
Carsten Dominik <dominik@science.uva.nl>
parents: 70164
diff changeset
5167 notes file on the web, while the XOXO format provides a solid base for
70011
74050e653990 (Visibility cycling): Better names for the startup
Carsten Dominik <dominik@science.uva.nl>
parents: 69999
diff changeset
5168 exchange with a broad range of other applications. To incorporate
74050e653990 (Visibility cycling): Better names for the startup
Carsten Dominik <dominik@science.uva.nl>
parents: 69999
diff changeset
5169 entries with associated times like deadlines or appointments into a
74050e653990 (Visibility cycling): Better names for the startup
Carsten Dominik <dominik@science.uva.nl>
parents: 69999
diff changeset
5170 desktop calendar program like iCal, Org-mode can also produce extracts
74050e653990 (Visibility cycling): Better names for the startup
Carsten Dominik <dominik@science.uva.nl>
parents: 69999
diff changeset
5171 in the iCalendar format. Currently Org-mode only supports export, not
74050e653990 (Visibility cycling): Better names for the startup
Carsten Dominik <dominik@science.uva.nl>
parents: 69999
diff changeset
5172 import of these different formats.
74050e653990 (Visibility cycling): Better names for the startup
Carsten Dominik <dominik@science.uva.nl>
parents: 69999
diff changeset
5173
74050e653990 (Visibility cycling): Better names for the startup
Carsten Dominik <dominik@science.uva.nl>
parents: 69999
diff changeset
5174 When exporting, Org-mode uses special conventions to enrich the output
74050e653990 (Visibility cycling): Better names for the startup
Carsten Dominik <dominik@science.uva.nl>
parents: 69999
diff changeset
5175 produced. @xref{Text interpretation}, for more details.
58792
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
5176
71653
9c582eb56ce7 (Exporting): Document `C-c C-e' as the prefix for
Carsten Dominik <dominik@science.uva.nl>
parents: 71564
diff changeset
5177 @table @kbd
9c582eb56ce7 (Exporting): Document `C-c C-e' as the prefix for
Carsten Dominik <dominik@science.uva.nl>
parents: 71564
diff changeset
5178 @kindex C-c C-e
9c582eb56ce7 (Exporting): Document `C-c C-e' as the prefix for
Carsten Dominik <dominik@science.uva.nl>
parents: 71564
diff changeset
5179 @item C-c C-e
9c582eb56ce7 (Exporting): Document `C-c C-e' as the prefix for
Carsten Dominik <dominik@science.uva.nl>
parents: 71564
diff changeset
5180 Dispatcher for export and publishing commands. Displays a help-window
9c582eb56ce7 (Exporting): Document `C-c C-e' as the prefix for
Carsten Dominik <dominik@science.uva.nl>
parents: 71564
diff changeset
5181 listing the additional key(s) needed to launch an export or publishing
9c582eb56ce7 (Exporting): Document `C-c C-e' as the prefix for
Carsten Dominik <dominik@science.uva.nl>
parents: 71564
diff changeset
5182 command.
9c582eb56ce7 (Exporting): Document `C-c C-e' as the prefix for
Carsten Dominik <dominik@science.uva.nl>
parents: 71564
diff changeset
5183 @end table
9c582eb56ce7 (Exporting): Document `C-c C-e' as the prefix for
Carsten Dominik <dominik@science.uva.nl>
parents: 71564
diff changeset
5184
58792
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
5185 @menu
70011
74050e653990 (Visibility cycling): Better names for the startup
Carsten Dominik <dominik@science.uva.nl>
parents: 69999
diff changeset
5186 * ASCII export:: Exporting to plain ASCII
74050e653990 (Visibility cycling): Better names for the startup
Carsten Dominik <dominik@science.uva.nl>
parents: 69999
diff changeset
5187 * HTML export:: Exporting to HTML
70867
68e63907ebfb (Plain lists): Added new item navigation commands.
Carsten Dominik <dominik@science.uva.nl>
parents: 70164
diff changeset
5188 * XOXO export:: Exporting to XOXO
70011
74050e653990 (Visibility cycling): Better names for the startup
Carsten Dominik <dominik@science.uva.nl>
parents: 69999
diff changeset
5189 * iCalendar export:: Exporting in iCalendar format
74050e653990 (Visibility cycling): Better names for the startup
Carsten Dominik <dominik@science.uva.nl>
parents: 69999
diff changeset
5190 * Text interpretation:: How the exporter looks at the file
58792
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
5191 @end menu
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
5192
66264
d979e1d45f97 (Summary): Mention iCalendar support.
Carsten Dominik <dominik@science.uva.nl>
parents: 65965
diff changeset
5193 @node ASCII export, HTML export, Exporting, Exporting
d979e1d45f97 (Summary): Mention iCalendar support.
Carsten Dominik <dominik@science.uva.nl>
parents: 65965
diff changeset
5194 @section ASCII export
d979e1d45f97 (Summary): Mention iCalendar support.
Carsten Dominik <dominik@science.uva.nl>
parents: 65965
diff changeset
5195 @cindex ASCII export
58792
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
5196
71098
b98399840395 Small typo fixes.
Carsten Dominik <dominik@science.uva.nl>
parents: 70974
diff changeset
5197 ASCII export produces a simple and very readable version of an Org-mode
70011
74050e653990 (Visibility cycling): Better names for the startup
Carsten Dominik <dominik@science.uva.nl>
parents: 69999
diff changeset
5198 file.
74050e653990 (Visibility cycling): Better names for the startup
Carsten Dominik <dominik@science.uva.nl>
parents: 69999
diff changeset
5199
58792
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
5200 @cindex region, active
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
5201 @cindex active region
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
5202 @cindex transient-mark-mode
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
5203 @table @kbd
71653
9c582eb56ce7 (Exporting): Document `C-c C-e' as the prefix for
Carsten Dominik <dominik@science.uva.nl>
parents: 71564
diff changeset
5204 @kindex C-c C-e a
9c582eb56ce7 (Exporting): Document `C-c C-e' as the prefix for
Carsten Dominik <dominik@science.uva.nl>
parents: 71564
diff changeset
5205 @item C-c C-e a
58792
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
5206 Export as ASCII file. If there is an active region, only the region
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
5207 will be exported. For an org file @file{myfile.org}, the ASCII file
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
5208 will be @file{myfile.txt}. The file will be overwritten without
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
5209 warning.
71653
9c582eb56ce7 (Exporting): Document `C-c C-e' as the prefix for
Carsten Dominik <dominik@science.uva.nl>
parents: 71564
diff changeset
5210 @kindex C-c C-e v a
9c582eb56ce7 (Exporting): Document `C-c C-e' as the prefix for
Carsten Dominik <dominik@science.uva.nl>
parents: 71564
diff changeset
5211 @item C-c C-e v a
70867
68e63907ebfb (Plain lists): Added new item navigation commands.
Carsten Dominik <dominik@science.uva.nl>
parents: 70164
diff changeset
5212 Export only the visible part of the document.
66264
d979e1d45f97 (Summary): Mention iCalendar support.
Carsten Dominik <dominik@science.uva.nl>
parents: 65965
diff changeset
5213 @end table
d979e1d45f97 (Summary): Mention iCalendar support.
Carsten Dominik <dominik@science.uva.nl>
parents: 65965
diff changeset
5214
d979e1d45f97 (Summary): Mention iCalendar support.
Carsten Dominik <dominik@science.uva.nl>
parents: 65965
diff changeset
5215 @cindex headline levels, for exporting
d979e1d45f97 (Summary): Mention iCalendar support.
Carsten Dominik <dominik@science.uva.nl>
parents: 65965
diff changeset
5216 In the exported version, the first 3 outline levels will become
d979e1d45f97 (Summary): Mention iCalendar support.
Carsten Dominik <dominik@science.uva.nl>
parents: 65965
diff changeset
5217 headlines, defining a general document structure. Additional levels
69929
beebc22085fe (Link format): New section, emphasis on bracket links.
Carsten Dominik <dominik@science.uva.nl>
parents: 69891
diff changeset
5218 will be exported as itemized lists. If you want that transition to occur
66264
d979e1d45f97 (Summary): Mention iCalendar support.
Carsten Dominik <dominik@science.uva.nl>
parents: 65965
diff changeset
5219 at a different level, specify it with a prefix argument. For example,
69929
beebc22085fe (Link format): New section, emphasis on bracket links.
Carsten Dominik <dominik@science.uva.nl>
parents: 69891
diff changeset
5220
66264
d979e1d45f97 (Summary): Mention iCalendar support.
Carsten Dominik <dominik@science.uva.nl>
parents: 65965
diff changeset
5221 @example
71653
9c582eb56ce7 (Exporting): Document `C-c C-e' as the prefix for
Carsten Dominik <dominik@science.uva.nl>
parents: 71564
diff changeset
5222 @kbd{C-1 C-c C-e a}
66264
d979e1d45f97 (Summary): Mention iCalendar support.
Carsten Dominik <dominik@science.uva.nl>
parents: 65965
diff changeset
5223 @end example
69929
beebc22085fe (Link format): New section, emphasis on bracket links.
Carsten Dominik <dominik@science.uva.nl>
parents: 69891
diff changeset
5224
66264
d979e1d45f97 (Summary): Mention iCalendar support.
Carsten Dominik <dominik@science.uva.nl>
parents: 65965
diff changeset
5225 @noindent
71246
f32b17d18b4b (ASCII export): Document indentation adaptation.
Carsten Dominik <dominik@science.uva.nl>
parents: 71224
diff changeset
5226 creates only top level headlines and does the rest as items. When
f32b17d18b4b (ASCII export): Document indentation adaptation.
Carsten Dominik <dominik@science.uva.nl>
parents: 71224
diff changeset
5227 headlines are converted to items, the indentation of the text following
f32b17d18b4b (ASCII export): Document indentation adaptation.
Carsten Dominik <dominik@science.uva.nl>
parents: 71224
diff changeset
5228 the headline is changed to fit nicely under the item. This is done with
71508
c12f8a27aae5 (Embedded LaTeX): Fix typos and implement small improvements
Carsten Dominik <dominik@science.uva.nl>
parents: 71450
diff changeset
5229 the assumption that the first bodyline indicates the base indentation of
c12f8a27aae5 (Embedded LaTeX): Fix typos and implement small improvements
Carsten Dominik <dominik@science.uva.nl>
parents: 71450
diff changeset
5230 the body text. Any indentation larger than this is adjusted to preserve
71246
f32b17d18b4b (ASCII export): Document indentation adaptation.
Carsten Dominik <dominik@science.uva.nl>
parents: 71224
diff changeset
5231 the layout relative to the first line. Should there be lines with less
f32b17d18b4b (ASCII export): Document indentation adaptation.
Carsten Dominik <dominik@science.uva.nl>
parents: 71224
diff changeset
5232 indentation than the first, these are left alone.
70011
74050e653990 (Visibility cycling): Better names for the startup
Carsten Dominik <dominik@science.uva.nl>
parents: 69999
diff changeset
5233
70867
68e63907ebfb (Plain lists): Added new item navigation commands.
Carsten Dominik <dominik@science.uva.nl>
parents: 70164
diff changeset
5234 @node HTML export, XOXO export, ASCII export, Exporting
66264
d979e1d45f97 (Summary): Mention iCalendar support.
Carsten Dominik <dominik@science.uva.nl>
parents: 65965
diff changeset
5235 @section HTML export
d979e1d45f97 (Summary): Mention iCalendar support.
Carsten Dominik <dominik@science.uva.nl>
parents: 65965
diff changeset
5236 @cindex HTML export
d979e1d45f97 (Summary): Mention iCalendar support.
Carsten Dominik <dominik@science.uva.nl>
parents: 65965
diff changeset
5237
71098
b98399840395 Small typo fixes.
Carsten Dominik <dominik@science.uva.nl>
parents: 70974
diff changeset
5238 Org-mode contains an HTML (XHTML 1.0 strict) exporter with extensive
b98399840395 Small typo fixes.
Carsten Dominik <dominik@science.uva.nl>
parents: 70974
diff changeset
5239 HTML formatting, in ways similar to John Grubers @emph{markdown}
b98399840395 Small typo fixes.
Carsten Dominik <dominik@science.uva.nl>
parents: 70974
diff changeset
5240 language, but with additional support for tables.
66264
d979e1d45f97 (Summary): Mention iCalendar support.
Carsten Dominik <dominik@science.uva.nl>
parents: 65965
diff changeset
5241
76138
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
5242 @menu
81167
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
5243 * Export commands:: How to invoke HTML export
76138
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
5244 * Quoting HTML tags:: Using direct HTML in Org-mode
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
5245 * Links:: How hyperlinks get transferred to HTML
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
5246 * Images:: To inline or not to inline?
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
5247 * CSS support:: Style specifications
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
5248 @end menu
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
5249
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
5250 @node Export commands, Quoting HTML tags, HTML export, HTML export
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
5251 @subsection HTML export commands
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
5252
66264
d979e1d45f97 (Summary): Mention iCalendar support.
Carsten Dominik <dominik@science.uva.nl>
parents: 65965
diff changeset
5253 @cindex region, active
d979e1d45f97 (Summary): Mention iCalendar support.
Carsten Dominik <dominik@science.uva.nl>
parents: 65965
diff changeset
5254 @cindex active region
d979e1d45f97 (Summary): Mention iCalendar support.
Carsten Dominik <dominik@science.uva.nl>
parents: 65965
diff changeset
5255 @cindex transient-mark-mode
d979e1d45f97 (Summary): Mention iCalendar support.
Carsten Dominik <dominik@science.uva.nl>
parents: 65965
diff changeset
5256 @table @kbd
71653
9c582eb56ce7 (Exporting): Document `C-c C-e' as the prefix for
Carsten Dominik <dominik@science.uva.nl>
parents: 71564
diff changeset
5257 @kindex C-c C-e h
9c582eb56ce7 (Exporting): Document `C-c C-e' as the prefix for
Carsten Dominik <dominik@science.uva.nl>
parents: 71564
diff changeset
5258 @item C-c C-e h
58792
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
5259 Export as HTML file @file{myfile.html}.
71653
9c582eb56ce7 (Exporting): Document `C-c C-e' as the prefix for
Carsten Dominik <dominik@science.uva.nl>
parents: 71564
diff changeset
5260 @kindex C-c C-e b
9c582eb56ce7 (Exporting): Document `C-c C-e' as the prefix for
Carsten Dominik <dominik@science.uva.nl>
parents: 71564
diff changeset
5261 @item C-c C-e b
58792
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
5262 Export as HTML file and open it with a browser.
81167
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
5263 @kindex C-c C-e H
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
5264 @item C-c C-e H
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
5265 Export to a temporary buffer, do not create a file.
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
5266 @kindex C-c C-e R
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
5267 @item C-c C-e H
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
5268 Export the active region to a temporary buffer. With prefix arg, do not
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
5269 produce file header and foot, but just the plain HTML section for the
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
5270 region. This is good for cut-and-paste operations.
71653
9c582eb56ce7 (Exporting): Document `C-c C-e' as the prefix for
Carsten Dominik <dominik@science.uva.nl>
parents: 71564
diff changeset
5271 @kindex C-c C-e v h
9c582eb56ce7 (Exporting): Document `C-c C-e' as the prefix for
Carsten Dominik <dominik@science.uva.nl>
parents: 71564
diff changeset
5272 @kindex C-c C-e v b
81167
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
5273 @kindex C-c C-e v H
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
5274 @kindex C-c C-e v R
71653
9c582eb56ce7 (Exporting): Document `C-c C-e' as the prefix for
Carsten Dominik <dominik@science.uva.nl>
parents: 71564
diff changeset
5275 @item C-c C-e v h
9c582eb56ce7 (Exporting): Document `C-c C-e' as the prefix for
Carsten Dominik <dominik@science.uva.nl>
parents: 71564
diff changeset
5276 @item C-c C-e v b
81167
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
5277 @item C-c C-e v H
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
5278 @item C-c C-e v R
70867
68e63907ebfb (Plain lists): Added new item navigation commands.
Carsten Dominik <dominik@science.uva.nl>
parents: 70164
diff changeset
5279 Export only the visible part of the document.
81167
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
5280 @item M-x org-export-region-as-html
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
5281 Convert the region to HTML under the assumption that it was org-mode
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
5282 syntax before. This is a global command that can be invoked in any
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
5283 buffer.
58792
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
5284 @end table
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
5285
66264
d979e1d45f97 (Summary): Mention iCalendar support.
Carsten Dominik <dominik@science.uva.nl>
parents: 65965
diff changeset
5286 @cindex headline levels, for exporting
d979e1d45f97 (Summary): Mention iCalendar support.
Carsten Dominik <dominik@science.uva.nl>
parents: 65965
diff changeset
5287 In the exported version, the first 3 outline levels will become
d979e1d45f97 (Summary): Mention iCalendar support.
Carsten Dominik <dominik@science.uva.nl>
parents: 65965
diff changeset
5288 headlines, defining a general document structure. Additional levels
69929
beebc22085fe (Link format): New section, emphasis on bracket links.
Carsten Dominik <dominik@science.uva.nl>
parents: 69891
diff changeset
5289 will be exported as itemized lists. If you want that transition to occur
66264
d979e1d45f97 (Summary): Mention iCalendar support.
Carsten Dominik <dominik@science.uva.nl>
parents: 65965
diff changeset
5290 at a different level, specify it with a prefix argument. For example,
69929
beebc22085fe (Link format): New section, emphasis on bracket links.
Carsten Dominik <dominik@science.uva.nl>
parents: 69891
diff changeset
5291
66264
d979e1d45f97 (Summary): Mention iCalendar support.
Carsten Dominik <dominik@science.uva.nl>
parents: 65965
diff changeset
5292 @example
71653
9c582eb56ce7 (Exporting): Document `C-c C-e' as the prefix for
Carsten Dominik <dominik@science.uva.nl>
parents: 71564
diff changeset
5293 @kbd{C-2 C-c C-e b}
66264
d979e1d45f97 (Summary): Mention iCalendar support.
Carsten Dominik <dominik@science.uva.nl>
parents: 65965
diff changeset
5294 @end example
69929
beebc22085fe (Link format): New section, emphasis on bracket links.
Carsten Dominik <dominik@science.uva.nl>
parents: 69891
diff changeset
5295
66264
d979e1d45f97 (Summary): Mention iCalendar support.
Carsten Dominik <dominik@science.uva.nl>
parents: 65965
diff changeset
5296 @noindent
d979e1d45f97 (Summary): Mention iCalendar support.
Carsten Dominik <dominik@science.uva.nl>
parents: 65965
diff changeset
5297 creates two levels of headings and does the rest as items.
d979e1d45f97 (Summary): Mention iCalendar support.
Carsten Dominik <dominik@science.uva.nl>
parents: 65965
diff changeset
5298
76138
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
5299 @node Quoting HTML tags, Links, Export commands, HTML export
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
5300 @subsection Quoting HTML tags
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
5301
58792
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
5302 Plain @samp{<} and @samp{>} are always transformed to @samp{&lt;} and
76138
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
5303 @samp{&gt;} in HTML export. If you want to include simple HTML tags
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
5304 which should be interpreted as such, mark them with @samp{@@} as in
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
5305 @samp{@@<b>bold text@@</b>}. Note that this really works only for
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
5306 simple tags. For more extensive HTML that should be copied verbatim to
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
5307 the exported file use either
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
5308
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
5309 @example
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
5310 #+HTML: Literal HTML code for export
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
5311 @end example
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
5312
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
5313 @noindent or
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
5314
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
5315 @example
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
5316 #+BEGIN_HTML
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
5317 All lines between these markers are exported literally
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
5318 #+END_HTML
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
5319 @end example
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
5320
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
5321
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
5322 @node Links, Images, Quoting HTML tags, HTML export
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
5323 @subsection Links
58792
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
5324
70867
68e63907ebfb (Plain lists): Added new item navigation commands.
Carsten Dominik <dominik@science.uva.nl>
parents: 70164
diff changeset
5325 @cindex links, in HTML export
68e63907ebfb (Plain lists): Added new item navigation commands.
Carsten Dominik <dominik@science.uva.nl>
parents: 70164
diff changeset
5326 @cindex internal links, in HTML export
68e63907ebfb (Plain lists): Added new item navigation commands.
Carsten Dominik <dominik@science.uva.nl>
parents: 70164
diff changeset
5327 @cindex external links, in HTML export
68e63907ebfb (Plain lists): Added new item navigation commands.
Carsten Dominik <dominik@science.uva.nl>
parents: 70164
diff changeset
5328 Internal links (@pxref{Internal links}) will continue to work in HTML
68e63907ebfb (Plain lists): Added new item navigation commands.
Carsten Dominik <dominik@science.uva.nl>
parents: 70164
diff changeset
5329 files only if they match a dedicated @samp{<<target>>}. Automatic links
68e63907ebfb (Plain lists): Added new item navigation commands.
Carsten Dominik <dominik@science.uva.nl>
parents: 70164
diff changeset
5330 created by radio targets (@pxref{Radio targets}) will also work in the
68e63907ebfb (Plain lists): Added new item navigation commands.
Carsten Dominik <dominik@science.uva.nl>
parents: 70164
diff changeset
5331 HTML file. Links to external files will still work if the HTML file is
68e63907ebfb (Plain lists): Added new item navigation commands.
Carsten Dominik <dominik@science.uva.nl>
parents: 70164
diff changeset
5332 in the same directory as the Org-mode file. Links to other @file{.org}
68e63907ebfb (Plain lists): Added new item navigation commands.
Carsten Dominik <dominik@science.uva.nl>
parents: 70164
diff changeset
5333 files will be translated into HTML links under the assumption that an
68e63907ebfb (Plain lists): Added new item navigation commands.
Carsten Dominik <dominik@science.uva.nl>
parents: 70164
diff changeset
5334 HTML version also exists of the linked file. For information related to
68e63907ebfb (Plain lists): Added new item navigation commands.
Carsten Dominik <dominik@science.uva.nl>
parents: 70164
diff changeset
5335 linking files while publishing them to a publishing directory see
68e63907ebfb (Plain lists): Added new item navigation commands.
Carsten Dominik <dominik@science.uva.nl>
parents: 70164
diff changeset
5336 @ref{Publishing links}.
68e63907ebfb (Plain lists): Added new item navigation commands.
Carsten Dominik <dominik@science.uva.nl>
parents: 70164
diff changeset
5337
76138
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
5338 @node Images, CSS support, Links, HTML export
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
5339 @subsection Images
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
5340
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
5341 @cindex images, inline in HTML
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
5342 @cindex inlining images in HTML
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
5343 HTML export can inline images given as links in the Org-mode file, and
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
5344 it can make an image the clickable part of a link. By
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
5345 default@footnote{but see the variable
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
5346 @code{org-export-html-inline-images}}, images are inlined if a link does
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
5347 not have a description. So @samp{[[file:myimg.jpg]]} will be inlined,
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
5348 while @samp{[[file:myimg.jpg][the image]]} will just produce a link
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
5349 @samp{the image} that points to the image. If the description part
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
5350 itself is a @code{file:} link or a @code{http:} URL pointing to an
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
5351 image, this image will be inlined and activated so that clicking on the
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
5352 image will activate the link. For example, to include a thumbnail that
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
5353 will link to a high resolution version of the image, you could use:
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
5354
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
5355 @example
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
5356 [[file:highres.jpg][file:thumb.jpg]]
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
5357 @end example
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
5358
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
5359 @noindent
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
5360 and you could use @code{http} addresses just as well.
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
5361
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
5362 @node CSS support, , Images, HTML export
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
5363 @subsection CSS support
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
5364
70867
68e63907ebfb (Plain lists): Added new item navigation commands.
Carsten Dominik <dominik@science.uva.nl>
parents: 70164
diff changeset
5365 You can also give style information for the exported file. The HTML
68e63907ebfb (Plain lists): Added new item navigation commands.
Carsten Dominik <dominik@science.uva.nl>
parents: 70164
diff changeset
5366 exporter assigns the following CSS classes to appropriate parts of the
68e63907ebfb (Plain lists): Added new item navigation commands.
Carsten Dominik <dominik@science.uva.nl>
parents: 70164
diff changeset
5367 document - your style specifications may change these:
68e63907ebfb (Plain lists): Added new item navigation commands.
Carsten Dominik <dominik@science.uva.nl>
parents: 70164
diff changeset
5368 @example
68e63907ebfb (Plain lists): Added new item navigation commands.
Carsten Dominik <dominik@science.uva.nl>
parents: 70164
diff changeset
5369 .todo @r{TODO keywords}
68e63907ebfb (Plain lists): Added new item navigation commands.
Carsten Dominik <dominik@science.uva.nl>
parents: 70164
diff changeset
5370 .done @r{the DONE keyword}
68e63907ebfb (Plain lists): Added new item navigation commands.
Carsten Dominik <dominik@science.uva.nl>
parents: 70164
diff changeset
5371 .timestamp @r{time stamp}
68e63907ebfb (Plain lists): Added new item navigation commands.
Carsten Dominik <dominik@science.uva.nl>
parents: 70164
diff changeset
5372 .timestamp-kwd @r{keyword associated with a time stamp, like SCHEDULED}
68e63907ebfb (Plain lists): Added new item navigation commands.
Carsten Dominik <dominik@science.uva.nl>
parents: 70164
diff changeset
5373 .tag @r{tag in a headline}
68e63907ebfb (Plain lists): Added new item navigation commands.
Carsten Dominik <dominik@science.uva.nl>
parents: 70164
diff changeset
5374 .target @r{target for links}
68e63907ebfb (Plain lists): Added new item navigation commands.
Carsten Dominik <dominik@science.uva.nl>
parents: 70164
diff changeset
5375 @end example
68e63907ebfb (Plain lists): Added new item navigation commands.
Carsten Dominik <dominik@science.uva.nl>
parents: 70164
diff changeset
5376
68e63907ebfb (Plain lists): Added new item navigation commands.
Carsten Dominik <dominik@science.uva.nl>
parents: 70164
diff changeset
5377 The default style specification can be configured through the option
66988
578b7f9692c4 (FAQ): Document `org-table-tab-jumps-over-hlines'.
Carsten Dominik <dominik@science.uva.nl>
parents: 66690
diff changeset
5378 @code{org-export-html-style}. If you want to use a file-local style,
578b7f9692c4 (FAQ): Document `org-table-tab-jumps-over-hlines'.
Carsten Dominik <dominik@science.uva.nl>
parents: 66690
diff changeset
5379 you may use file variables, best wrapped into a COMMENT section at the
76138
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
5380 end of the outline tree. For example@footnote{Under Emacs 21, the
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
5381 continuation lines for a variable value should have no @samp{#} at the
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
5382 start of the line.}:
66988
578b7f9692c4 (FAQ): Document `org-table-tab-jumps-over-hlines'.
Carsten Dominik <dominik@science.uva.nl>
parents: 66690
diff changeset
5383
578b7f9692c4 (FAQ): Document `org-table-tab-jumps-over-hlines'.
Carsten Dominik <dominik@science.uva.nl>
parents: 66690
diff changeset
5384 @example
76138
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
5385 * COMMENT html style specifications
66988
578b7f9692c4 (FAQ): Document `org-table-tab-jumps-over-hlines'.
Carsten Dominik <dominik@science.uva.nl>
parents: 66690
diff changeset
5386
69929
beebc22085fe (Link format): New section, emphasis on bracket links.
Carsten Dominik <dominik@science.uva.nl>
parents: 69891
diff changeset
5387 # Local Variables:
66988
578b7f9692c4 (FAQ): Document `org-table-tab-jumps-over-hlines'.
Carsten Dominik <dominik@science.uva.nl>
parents: 66690
diff changeset
5388 # org-export-html-style: " <style type=\"text/css\">
70951
39f6e1889f85 (ASCII export): Omit command name.
Carsten Dominik <dominik@science.uva.nl>
parents: 70867
diff changeset
5389 # p @{font-weight: normal; color: gray; @}
39f6e1889f85 (ASCII export): Omit command name.
Carsten Dominik <dominik@science.uva.nl>
parents: 70867
diff changeset
5390 # h1 @{color: black; @}
39f6e1889f85 (ASCII export): Omit command name.
Carsten Dominik <dominik@science.uva.nl>
parents: 70867
diff changeset
5391 # </style>"
39f6e1889f85 (ASCII export): Omit command name.
Carsten Dominik <dominik@science.uva.nl>
parents: 70867
diff changeset
5392 # End:
66988
578b7f9692c4 (FAQ): Document `org-table-tab-jumps-over-hlines'.
Carsten Dominik <dominik@science.uva.nl>
parents: 66690
diff changeset
5393 @end example
578b7f9692c4 (FAQ): Document `org-table-tab-jumps-over-hlines'.
Carsten Dominik <dominik@science.uva.nl>
parents: 66690
diff changeset
5394
578b7f9692c4 (FAQ): Document `org-table-tab-jumps-over-hlines'.
Carsten Dominik <dominik@science.uva.nl>
parents: 66690
diff changeset
5395 Remember to execute @kbd{M-x normal-mode} after changing this to make
70011
74050e653990 (Visibility cycling): Better names for the startup
Carsten Dominik <dominik@science.uva.nl>
parents: 69999
diff changeset
5396 the new style visible to Emacs. This command restarts org-mode for the
74050e653990 (Visibility cycling): Better names for the startup
Carsten Dominik <dominik@science.uva.nl>
parents: 69999
diff changeset
5397 current buffer and forces Emacs to re-evaluate the local variables
69929
beebc22085fe (Link format): New section, emphasis on bracket links.
Carsten Dominik <dominik@science.uva.nl>
parents: 69891
diff changeset
5398 section in the buffer.
66988
578b7f9692c4 (FAQ): Document `org-table-tab-jumps-over-hlines'.
Carsten Dominik <dominik@science.uva.nl>
parents: 66690
diff changeset
5399
70133
36d1ec75581c * org.texi: (Time stamps): Better explanation of the purpose of
Carsten Dominik <dominik@science.uva.nl>
parents: 70065
diff changeset
5400 @c FIXME: More about header and footer styles
36d1ec75581c * org.texi: (Time stamps): Better explanation of the purpose of
Carsten Dominik <dominik@science.uva.nl>
parents: 70065
diff changeset
5401 @c FIXME: Talk about links and targets.
36d1ec75581c * org.texi: (Time stamps): Better explanation of the purpose of
Carsten Dominik <dominik@science.uva.nl>
parents: 70065
diff changeset
5402
70867
68e63907ebfb (Plain lists): Added new item navigation commands.
Carsten Dominik <dominik@science.uva.nl>
parents: 70164
diff changeset
5403 @node XOXO export, iCalendar export, HTML export, Exporting
68e63907ebfb (Plain lists): Added new item navigation commands.
Carsten Dominik <dominik@science.uva.nl>
parents: 70164
diff changeset
5404 @section XOXO export
68e63907ebfb (Plain lists): Added new item navigation commands.
Carsten Dominik <dominik@science.uva.nl>
parents: 70164
diff changeset
5405 @cindex XOXO export
68e63907ebfb (Plain lists): Added new item navigation commands.
Carsten Dominik <dominik@science.uva.nl>
parents: 70164
diff changeset
5406
68e63907ebfb (Plain lists): Added new item navigation commands.
Carsten Dominik <dominik@science.uva.nl>
parents: 70164
diff changeset
5407 Org-mode contains an exporter that produces XOXO-style output.
70011
74050e653990 (Visibility cycling): Better names for the startup
Carsten Dominik <dominik@science.uva.nl>
parents: 69999
diff changeset
5408 Currently, this exporter only handles the general outline structure and
74050e653990 (Visibility cycling): Better names for the startup
Carsten Dominik <dominik@science.uva.nl>
parents: 69999
diff changeset
5409 does not interpret any additional Org-mode features.
58792
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
5410
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
5411 @table @kbd
71653
9c582eb56ce7 (Exporting): Document `C-c C-e' as the prefix for
Carsten Dominik <dominik@science.uva.nl>
parents: 71564
diff changeset
5412 @kindex C-c C-e x
9c582eb56ce7 (Exporting): Document `C-c C-e' as the prefix for
Carsten Dominik <dominik@science.uva.nl>
parents: 71564
diff changeset
5413 @item C-c C-e x
70867
68e63907ebfb (Plain lists): Added new item navigation commands.
Carsten Dominik <dominik@science.uva.nl>
parents: 70164
diff changeset
5414 Export as XOXO file @file{myfile.html}.
71653
9c582eb56ce7 (Exporting): Document `C-c C-e' as the prefix for
Carsten Dominik <dominik@science.uva.nl>
parents: 71564
diff changeset
5415 @kindex C-c C-e v
9c582eb56ce7 (Exporting): Document `C-c C-e' as the prefix for
Carsten Dominik <dominik@science.uva.nl>
parents: 71564
diff changeset
5416 @item C-c C-e v x
70867
68e63907ebfb (Plain lists): Added new item navigation commands.
Carsten Dominik <dominik@science.uva.nl>
parents: 70164
diff changeset
5417 Export only the visible part of the document.
58792
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
5418 @end table
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
5419
70867
68e63907ebfb (Plain lists): Added new item navigation commands.
Carsten Dominik <dominik@science.uva.nl>
parents: 70164
diff changeset
5420 @node iCalendar export, Text interpretation, XOXO export, Exporting
66264
d979e1d45f97 (Summary): Mention iCalendar support.
Carsten Dominik <dominik@science.uva.nl>
parents: 65965
diff changeset
5421 @section iCalendar export
67613
eab2494a32d7 *** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents: 67604
diff changeset
5422 @cindex iCalendar export
66264
d979e1d45f97 (Summary): Mention iCalendar support.
Carsten Dominik <dominik@science.uva.nl>
parents: 65965
diff changeset
5423
d979e1d45f97 (Summary): Mention iCalendar support.
Carsten Dominik <dominik@science.uva.nl>
parents: 65965
diff changeset
5424 Some people like to use Org-mode for keeping track of projects, but
d979e1d45f97 (Summary): Mention iCalendar support.
Carsten Dominik <dominik@science.uva.nl>
parents: 65965
diff changeset
5425 still prefer a standard calendar application for anniversaries and
d979e1d45f97 (Summary): Mention iCalendar support.
Carsten Dominik <dominik@science.uva.nl>
parents: 65965
diff changeset
5426 appointments. In this case it can be useful to have deadlines and
d979e1d45f97 (Summary): Mention iCalendar support.
Carsten Dominik <dominik@science.uva.nl>
parents: 65965
diff changeset
5427 other time-stamped items in Org-mode files show up in the calendar
d979e1d45f97 (Summary): Mention iCalendar support.
Carsten Dominik <dominik@science.uva.nl>
parents: 65965
diff changeset
5428 application. Org-mode can export calendar information in the standard
76138
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
5429 iCalendar format. If you also want to have TODO entries included in the
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
5430 export, configure the variable @code{org-icalendar-include-todo}.
66264
d979e1d45f97 (Summary): Mention iCalendar support.
Carsten Dominik <dominik@science.uva.nl>
parents: 65965
diff changeset
5431
d979e1d45f97 (Summary): Mention iCalendar support.
Carsten Dominik <dominik@science.uva.nl>
parents: 65965
diff changeset
5432 @table @kbd
71653
9c582eb56ce7 (Exporting): Document `C-c C-e' as the prefix for
Carsten Dominik <dominik@science.uva.nl>
parents: 71564
diff changeset
5433 @kindex C-c C-e i
9c582eb56ce7 (Exporting): Document `C-c C-e' as the prefix for
Carsten Dominik <dominik@science.uva.nl>
parents: 71564
diff changeset
5434 @item C-c C-e i
66264
d979e1d45f97 (Summary): Mention iCalendar support.
Carsten Dominik <dominik@science.uva.nl>
parents: 65965
diff changeset
5435 Create iCalendar entries for the current file and store them in the same
d979e1d45f97 (Summary): Mention iCalendar support.
Carsten Dominik <dominik@science.uva.nl>
parents: 65965
diff changeset
5436 directory, using a file extension @file{.ics}.
71653
9c582eb56ce7 (Exporting): Document `C-c C-e' as the prefix for
Carsten Dominik <dominik@science.uva.nl>
parents: 71564
diff changeset
5437 @kindex C-c C-e I
9c582eb56ce7 (Exporting): Document `C-c C-e' as the prefix for
Carsten Dominik <dominik@science.uva.nl>
parents: 71564
diff changeset
5438 @item C-c C-e I
9c582eb56ce7 (Exporting): Document `C-c C-e' as the prefix for
Carsten Dominik <dominik@science.uva.nl>
parents: 71564
diff changeset
5439 Like @kbd{C-c C-e i}, but do this for all files in
66264
d979e1d45f97 (Summary): Mention iCalendar support.
Carsten Dominik <dominik@science.uva.nl>
parents: 65965
diff changeset
5440 @code{org-agenda-files}. For each of these files, a separate iCalendar
d979e1d45f97 (Summary): Mention iCalendar support.
Carsten Dominik <dominik@science.uva.nl>
parents: 65965
diff changeset
5441 file will be written.
71653
9c582eb56ce7 (Exporting): Document `C-c C-e' as the prefix for
Carsten Dominik <dominik@science.uva.nl>
parents: 71564
diff changeset
5442 @kindex C-c C-e c
9c582eb56ce7 (Exporting): Document `C-c C-e' as the prefix for
Carsten Dominik <dominik@science.uva.nl>
parents: 71564
diff changeset
5443 @item C-c C-e c
66264
d979e1d45f97 (Summary): Mention iCalendar support.
Carsten Dominik <dominik@science.uva.nl>
parents: 65965
diff changeset
5444 Create a single large iCalendar file from all files in
d979e1d45f97 (Summary): Mention iCalendar support.
Carsten Dominik <dominik@science.uva.nl>
parents: 65965
diff changeset
5445 @code{org-agenda-files} and write it to the file given by
d979e1d45f97 (Summary): Mention iCalendar support.
Carsten Dominik <dominik@science.uva.nl>
parents: 65965
diff changeset
5446 @code{org-combined-agenda-icalendar-file}.
d979e1d45f97 (Summary): Mention iCalendar support.
Carsten Dominik <dominik@science.uva.nl>
parents: 65965
diff changeset
5447 @end table
d979e1d45f97 (Summary): Mention iCalendar support.
Carsten Dominik <dominik@science.uva.nl>
parents: 65965
diff changeset
5448
67344
22aa7225124f (TODO basics): Document the global todo list.
Carsten Dominik <dominik@science.uva.nl>
parents: 67219
diff changeset
5449 How this calendar is best read and updated, depends on the application
76138
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
5450 you are using. The FAQ covers this issue.
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
5451
66264
d979e1d45f97 (Summary): Mention iCalendar support.
Carsten Dominik <dominik@science.uva.nl>
parents: 65965
diff changeset
5452
70011
74050e653990 (Visibility cycling): Better names for the startup
Carsten Dominik <dominik@science.uva.nl>
parents: 69999
diff changeset
5453 @node Text interpretation, , iCalendar export, Exporting
74050e653990 (Visibility cycling): Better names for the startup
Carsten Dominik <dominik@science.uva.nl>
parents: 69999
diff changeset
5454 @section Text interpretation by the exporter
74050e653990 (Visibility cycling): Better names for the startup
Carsten Dominik <dominik@science.uva.nl>
parents: 69999
diff changeset
5455
74050e653990 (Visibility cycling): Better names for the startup
Carsten Dominik <dominik@science.uva.nl>
parents: 69999
diff changeset
5456 The exporter backends interpret additional structure in the Org-mode file
74050e653990 (Visibility cycling): Better names for the startup
Carsten Dominik <dominik@science.uva.nl>
parents: 69999
diff changeset
5457 in order to produce better output.
74050e653990 (Visibility cycling): Better names for the startup
Carsten Dominik <dominik@science.uva.nl>
parents: 69999
diff changeset
5458
74050e653990 (Visibility cycling): Better names for the startup
Carsten Dominik <dominik@science.uva.nl>
parents: 69999
diff changeset
5459 @menu
74050e653990 (Visibility cycling): Better names for the startup
Carsten Dominik <dominik@science.uva.nl>
parents: 69999
diff changeset
5460 * Comment lines:: Some lines will not be exported
81167
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
5461 * Initial text:: Text before the first headline
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
5462 * Footnotes:: Numbers like [1]
70011
74050e653990 (Visibility cycling): Better names for the startup
Carsten Dominik <dominik@science.uva.nl>
parents: 69999
diff changeset
5463 * Enhancing text:: Subscripts, symbols and more
74050e653990 (Visibility cycling): Better names for the startup
Carsten Dominik <dominik@science.uva.nl>
parents: 69999
diff changeset
5464 * Export options:: How to influence the export settings
74050e653990 (Visibility cycling): Better names for the startup
Carsten Dominik <dominik@science.uva.nl>
parents: 69999
diff changeset
5465 @end menu
74050e653990 (Visibility cycling): Better names for the startup
Carsten Dominik <dominik@science.uva.nl>
parents: 69999
diff changeset
5466
81167
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
5467 @node Comment lines, Initial text, Text interpretation, Text interpretation
70011
74050e653990 (Visibility cycling): Better names for the startup
Carsten Dominik <dominik@science.uva.nl>
parents: 69999
diff changeset
5468 @subsection Comment lines
74050e653990 (Visibility cycling): Better names for the startup
Carsten Dominik <dominik@science.uva.nl>
parents: 69999
diff changeset
5469 @cindex comment lines
74050e653990 (Visibility cycling): Better names for the startup
Carsten Dominik <dominik@science.uva.nl>
parents: 69999
diff changeset
5470 @cindex exporting, not
74050e653990 (Visibility cycling): Better names for the startup
Carsten Dominik <dominik@science.uva.nl>
parents: 69999
diff changeset
5471
74050e653990 (Visibility cycling): Better names for the startup
Carsten Dominik <dominik@science.uva.nl>
parents: 69999
diff changeset
5472 Lines starting with @samp{#} in column zero are treated as comments
74050e653990 (Visibility cycling): Better names for the startup
Carsten Dominik <dominik@science.uva.nl>
parents: 69999
diff changeset
5473 and will never be exported. Also entire subtrees starting with the
81167
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
5474 word @samp{COMMENT} will never be exported.
70011
74050e653990 (Visibility cycling): Better names for the startup
Carsten Dominik <dominik@science.uva.nl>
parents: 69999
diff changeset
5475
74050e653990 (Visibility cycling): Better names for the startup
Carsten Dominik <dominik@science.uva.nl>
parents: 69999
diff changeset
5476 @table @kbd
74050e653990 (Visibility cycling): Better names for the startup
Carsten Dominik <dominik@science.uva.nl>
parents: 69999
diff changeset
5477 @kindex C-c ;
74050e653990 (Visibility cycling): Better names for the startup
Carsten Dominik <dominik@science.uva.nl>
parents: 69999
diff changeset
5478 @item C-c ;
74050e653990 (Visibility cycling): Better names for the startup
Carsten Dominik <dominik@science.uva.nl>
parents: 69999
diff changeset
5479 Toggle the COMMENT keyword at the beginning of an entry.
74050e653990 (Visibility cycling): Better names for the startup
Carsten Dominik <dominik@science.uva.nl>
parents: 69999
diff changeset
5480 @end table
74050e653990 (Visibility cycling): Better names for the startup
Carsten Dominik <dominik@science.uva.nl>
parents: 69999
diff changeset
5481
81167
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
5482 @node Initial text, Footnotes, Comment lines, Text interpretation
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
5483 @subsection Text before the first headline
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
5484
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
5485 Org-mode normally ignores any text before the first headline when
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
5486 exporting, leaving this region for internal links to speed up navigation
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
5487 etc. However, in publishing-oriented files, you might want to have some
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
5488 text before the first headline, like a small introduction, special HTML
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
5489 code with a navigation bar, etc. You can ask to have this part of the
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
5490 file exported as well by setting the variable
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
5491 @code{org-export-skip-text-before-1st-heading} to @code{nil}. On a
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
5492 per-file basis, you can get the same effect with
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
5493
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
5494 @example
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
5495 #+OPTIONS: skip:nil
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
5496 @end example
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
5497
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
5498 The text before the first headline will be fully processed
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
5499 (@pxref{Enhancing text}), and the first non-comment line becomes the
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
5500 title of the exported document. If you need to include literal HTML,
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
5501 use the special constructs described in @ref{Quoting HTML tags}. The
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
5502 table of contents is normally inserted directly before the first
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
5503 headline of the file. If you would like to get it to a different
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
5504 location, insert the string @code{[TABLE-OF-CONTENTS]} on a line by
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
5505 itself at the desired location.
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
5506
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
5507 Finally, if you want to use the space before the first headline for
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
5508 internal purposes, but @emph{still} want to place something before the
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
5509 first headline when exporting the file, you can use the @code{#+TEXT}
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
5510 construct:
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
5511
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
5512 @example
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
5513 #+OPTIONS: skip:t
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
5514 #+TEXT: This text will go before the *first* headline.
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
5515 #+TEXT: We place the table of contents here:
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
5516 #+TEXT: [TABLE-OF-CONTENTS]
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
5517 #+TEXT: This goes between the table of contents and the first headline
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
5518 @end example
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
5519
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
5520 @node Footnotes, Enhancing text, Initial text, Text interpretation
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
5521 @subsection Footnotes
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
5522 @cindex footnotes
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
5523 @cindex @file{footnote.el}
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
5524
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
5525 Numbers in square brackets are treated as footnotes, so that you can use
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
5526 the Emacs package @file{footnote.el} to create footnotes. For example:
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
5527
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
5528 @example
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
5529 The org-mode homepage[1] clearly needs help from
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
5530 a good web designer.
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
5531
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
5532 [1] The link is: http://www.astro.uva.nl/~dominik/Tools/org
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
5533 @end example
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
5534
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
5535 @noindent
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
5536 @kindex C-c !
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
5537 Note that the @file{footnote} package uses @kbd{C-c !} to invoke its
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
5538 commands. This binding conflicts with the org-mode command for
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
5539 inserting inactive time stamps. You could use the variable
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
5540 @code{footnote-prefix} to switch footnotes commands to another key. Or,
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
5541 if you are too used to this binding, you could use
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
5542 @code{org-replace-disputed-keys} and @code{org-disputed-keys} to change
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
5543 the settings in Org-mode.
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
5544
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
5545 @node Enhancing text, Export options, Footnotes, Text interpretation
70011
74050e653990 (Visibility cycling): Better names for the startup
Carsten Dominik <dominik@science.uva.nl>
parents: 69999
diff changeset
5546 @subsection Enhancing text for export
74050e653990 (Visibility cycling): Better names for the startup
Carsten Dominik <dominik@science.uva.nl>
parents: 69999
diff changeset
5547 @cindex enhancing text
74050e653990 (Visibility cycling): Better names for the startup
Carsten Dominik <dominik@science.uva.nl>
parents: 69999
diff changeset
5548 @cindex richer text
74050e653990 (Visibility cycling): Better names for the startup
Carsten Dominik <dominik@science.uva.nl>
parents: 69999
diff changeset
5549
74050e653990 (Visibility cycling): Better names for the startup
Carsten Dominik <dominik@science.uva.nl>
parents: 69999
diff changeset
5550 Some of the export backends of Org-mode allow for sophisticated text
74050e653990 (Visibility cycling): Better names for the startup
Carsten Dominik <dominik@science.uva.nl>
parents: 69999
diff changeset
5551 formatting, this is true in particular for the HTML backend. Org-mode
74050e653990 (Visibility cycling): Better names for the startup
Carsten Dominik <dominik@science.uva.nl>
parents: 69999
diff changeset
5552 has a number of typing conventions that allow to produce a richly
74050e653990 (Visibility cycling): Better names for the startup
Carsten Dominik <dominik@science.uva.nl>
parents: 69999
diff changeset
5553 formatted output.
74050e653990 (Visibility cycling): Better names for the startup
Carsten Dominik <dominik@science.uva.nl>
parents: 69999
diff changeset
5554
74050e653990 (Visibility cycling): Better names for the startup
Carsten Dominik <dominik@science.uva.nl>
parents: 69999
diff changeset
5555 @itemize @bullet
74050e653990 (Visibility cycling): Better names for the startup
Carsten Dominik <dominik@science.uva.nl>
parents: 69999
diff changeset
5556
74050e653990 (Visibility cycling): Better names for the startup
Carsten Dominik <dominik@science.uva.nl>
parents: 69999
diff changeset
5557 @cindex hand-formatted lists
74050e653990 (Visibility cycling): Better names for the startup
Carsten Dominik <dominik@science.uva.nl>
parents: 69999
diff changeset
5558 @cindex lists, hand-formatted
74050e653990 (Visibility cycling): Better names for the startup
Carsten Dominik <dominik@science.uva.nl>
parents: 69999
diff changeset
5559 @item
74050e653990 (Visibility cycling): Better names for the startup
Carsten Dominik <dominik@science.uva.nl>
parents: 69999
diff changeset
5560 Plain lists @samp{-}, @samp{*} or @samp{+} as bullet, or with @samp{1.}
74050e653990 (Visibility cycling): Better names for the startup
Carsten Dominik <dominik@science.uva.nl>
parents: 69999
diff changeset
5561 or @samp{2)} as enumerator will be recognized and transformed if the
70133
36d1ec75581c * org.texi: (Time stamps): Better explanation of the purpose of
Carsten Dominik <dominik@science.uva.nl>
parents: 70065
diff changeset
5562 backend supports lists. See @xref{Plain lists}.
70011
74050e653990 (Visibility cycling): Better names for the startup
Carsten Dominik <dominik@science.uva.nl>
parents: 69999
diff changeset
5563
74050e653990 (Visibility cycling): Better names for the startup
Carsten Dominik <dominik@science.uva.nl>
parents: 69999
diff changeset
5564 @cindex underlined text
74050e653990 (Visibility cycling): Better names for the startup
Carsten Dominik <dominik@science.uva.nl>
parents: 69999
diff changeset
5565 @cindex bold text
74050e653990 (Visibility cycling): Better names for the startup
Carsten Dominik <dominik@science.uva.nl>
parents: 69999
diff changeset
5566 @cindex italic text
74050e653990 (Visibility cycling): Better names for the startup
Carsten Dominik <dominik@science.uva.nl>
parents: 69999
diff changeset
5567 @item
71450
93e8ae57983b (Embedded LaTeX): New chapter.
Carsten Dominik <dominik@science.uva.nl>
parents: 71386
diff changeset
5568 You can make words @b{*bold*}, @i{/italic/}, _underlined_,
81167
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
5569 @code{=code=}, and even @samp{+strikethrough+}@footnote{but remember
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
5570 that strikethrough is typographically evil and should @i{never} be
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
5571 used.}.
71450
93e8ae57983b (Embedded LaTeX): New chapter.
Carsten Dominik <dominik@science.uva.nl>
parents: 71386
diff changeset
5572
76138
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
5573 @cindex horizontal rules, in exported files
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
5574 @item
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
5575 A line consisting of only dashes, and at least 5 of them, will be
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
5576 exported as a horizontal line (@samp{<hr/>} in HTML).
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
5577
71450
93e8ae57983b (Embedded LaTeX): New chapter.
Carsten Dominik <dominik@science.uva.nl>
parents: 71386
diff changeset
5578 @cindex LaTeX fragments, export
93e8ae57983b (Embedded LaTeX): New chapter.
Carsten Dominik <dominik@science.uva.nl>
parents: 71386
diff changeset
5579 @cindex TeX macros, export
70011
74050e653990 (Visibility cycling): Better names for the startup
Carsten Dominik <dominik@science.uva.nl>
parents: 69999
diff changeset
5580 @item
71450
93e8ae57983b (Embedded LaTeX): New chapter.
Carsten Dominik <dominik@science.uva.nl>
parents: 71386
diff changeset
5581 Many @TeX{} macros and entire La@TeX{} fragments are converted into HTML
93e8ae57983b (Embedded LaTeX): New chapter.
Carsten Dominik <dominik@science.uva.nl>
parents: 71386
diff changeset
5582 entities or images (@pxref{Embedded LaTeX}).
70011
74050e653990 (Visibility cycling): Better names for the startup
Carsten Dominik <dominik@science.uva.nl>
parents: 69999
diff changeset
5583
74050e653990 (Visibility cycling): Better names for the startup
Carsten Dominik <dominik@science.uva.nl>
parents: 69999
diff changeset
5584 @cindex tables, export
74050e653990 (Visibility cycling): Better names for the startup
Carsten Dominik <dominik@science.uva.nl>
parents: 69999
diff changeset
5585 @item
74050e653990 (Visibility cycling): Better names for the startup
Carsten Dominik <dominik@science.uva.nl>
parents: 69999
diff changeset
5586 Tables are transformed into native tables under the exporter, if the
74050e653990 (Visibility cycling): Better names for the startup
Carsten Dominik <dominik@science.uva.nl>
parents: 69999
diff changeset
5587 export backend supports this. Data fields before the first horizontal
74050e653990 (Visibility cycling): Better names for the startup
Carsten Dominik <dominik@science.uva.nl>
parents: 69999
diff changeset
5588 separator line will be formatted as table header fields.
74050e653990 (Visibility cycling): Better names for the startup
Carsten Dominik <dominik@science.uva.nl>
parents: 69999
diff changeset
5589
74050e653990 (Visibility cycling): Better names for the startup
Carsten Dominik <dominik@science.uva.nl>
parents: 69999
diff changeset
5590 @cindex fixed width
74050e653990 (Visibility cycling): Better names for the startup
Carsten Dominik <dominik@science.uva.nl>
parents: 69999
diff changeset
5591 @item
74050e653990 (Visibility cycling): Better names for the startup
Carsten Dominik <dominik@science.uva.nl>
parents: 69999
diff changeset
5592 If a headline starts with the word @samp{QUOTE}, the text below the
74050e653990 (Visibility cycling): Better names for the startup
Carsten Dominik <dominik@science.uva.nl>
parents: 69999
diff changeset
5593 headline will be typeset as fixed-width, to allow quoting of computer
81465
ea719971ae70 (Tag): Section swapped with node Timestamps.
Carsten Dominik <dominik@science.uva.nl>
parents: 81167
diff changeset
5594 codes etc. Lines starting with @samp{:} are also typeset in fixed-width
ea719971ae70 (Tag): Section swapped with node Timestamps.
Carsten Dominik <dominik@science.uva.nl>
parents: 81167
diff changeset
5595 font.
70011
74050e653990 (Visibility cycling): Better names for the startup
Carsten Dominik <dominik@science.uva.nl>
parents: 69999
diff changeset
5596 @table @kbd
74050e653990 (Visibility cycling): Better names for the startup
Carsten Dominik <dominik@science.uva.nl>
parents: 69999
diff changeset
5597 @kindex C-c :
74050e653990 (Visibility cycling): Better names for the startup
Carsten Dominik <dominik@science.uva.nl>
parents: 69999
diff changeset
5598 @item C-c :
74050e653990 (Visibility cycling): Better names for the startup
Carsten Dominik <dominik@science.uva.nl>
parents: 69999
diff changeset
5599 Toggle fixed-width for entry (QUOTE) or region, see below.
74050e653990 (Visibility cycling): Better names for the startup
Carsten Dominik <dominik@science.uva.nl>
parents: 69999
diff changeset
5600 @end table
71246
f32b17d18b4b (ASCII export): Document indentation adaptation.
Carsten Dominik <dominik@science.uva.nl>
parents: 71224
diff changeset
5601
f32b17d18b4b (ASCII export): Document indentation adaptation.
Carsten Dominik <dominik@science.uva.nl>
parents: 71224
diff changeset
5602 @cindex linebreak, forced
f32b17d18b4b (ASCII export): Document indentation adaptation.
Carsten Dominik <dominik@science.uva.nl>
parents: 71224
diff changeset
5603 @item
f32b17d18b4b (ASCII export): Document indentation adaptation.
Carsten Dominik <dominik@science.uva.nl>
parents: 71224
diff changeset
5604 A double backslash @emph{at the end of a line} enforces a line break at
f32b17d18b4b (ASCII export): Document indentation adaptation.
Carsten Dominik <dominik@science.uva.nl>
parents: 71224
diff changeset
5605 this position.
70011
74050e653990 (Visibility cycling): Better names for the startup
Carsten Dominik <dominik@science.uva.nl>
parents: 69999
diff changeset
5606 @end itemize
74050e653990 (Visibility cycling): Better names for the startup
Carsten Dominik <dominik@science.uva.nl>
parents: 69999
diff changeset
5607
74050e653990 (Visibility cycling): Better names for the startup
Carsten Dominik <dominik@science.uva.nl>
parents: 69999
diff changeset
5608 If these conversions conflict with your habits of typing ASCII text,
81167
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
5609 they can all be turned off with corresponding variables. See the
70011
74050e653990 (Visibility cycling): Better names for the startup
Carsten Dominik <dominik@science.uva.nl>
parents: 69999
diff changeset
5610 customization group @code{org-export-general}, and the following section
74050e653990 (Visibility cycling): Better names for the startup
Carsten Dominik <dominik@science.uva.nl>
parents: 69999
diff changeset
5611 which explains how to set export options with special lines in a
74050e653990 (Visibility cycling): Better names for the startup
Carsten Dominik <dominik@science.uva.nl>
parents: 69999
diff changeset
5612 buffer.
74050e653990 (Visibility cycling): Better names for the startup
Carsten Dominik <dominik@science.uva.nl>
parents: 69999
diff changeset
5613
71450
93e8ae57983b (Embedded LaTeX): New chapter.
Carsten Dominik <dominik@science.uva.nl>
parents: 71386
diff changeset
5614
70011
74050e653990 (Visibility cycling): Better names for the startup
Carsten Dominik <dominik@science.uva.nl>
parents: 69999
diff changeset
5615 @node Export options, , Enhancing text, Text interpretation
74050e653990 (Visibility cycling): Better names for the startup
Carsten Dominik <dominik@science.uva.nl>
parents: 69999
diff changeset
5616 @subsection Export options
74050e653990 (Visibility cycling): Better names for the startup
Carsten Dominik <dominik@science.uva.nl>
parents: 69999
diff changeset
5617 @cindex options, for export
74050e653990 (Visibility cycling): Better names for the startup
Carsten Dominik <dominik@science.uva.nl>
parents: 69999
diff changeset
5618
74050e653990 (Visibility cycling): Better names for the startup
Carsten Dominik <dominik@science.uva.nl>
parents: 69999
diff changeset
5619 @cindex completion, of option keywords
74050e653990 (Visibility cycling): Better names for the startup
Carsten Dominik <dominik@science.uva.nl>
parents: 69999
diff changeset
5620 The exporter recognizes special lines in the buffer which provide
74050e653990 (Visibility cycling): Better names for the startup
Carsten Dominik <dominik@science.uva.nl>
parents: 69999
diff changeset
5621 additional information. These lines may be put anywhere in the file.
74050e653990 (Visibility cycling): Better names for the startup
Carsten Dominik <dominik@science.uva.nl>
parents: 69999
diff changeset
5622 The whole set of lines can be inserted into the buffer with @kbd{C-c
71653
9c582eb56ce7 (Exporting): Document `C-c C-e' as the prefix for
Carsten Dominik <dominik@science.uva.nl>
parents: 71564
diff changeset
5623 C-e t}. For individual lines, a good way to make sure the keyword is
70011
74050e653990 (Visibility cycling): Better names for the startup
Carsten Dominik <dominik@science.uva.nl>
parents: 69999
diff changeset
5624 correct is to type @samp{#+} and then use @kbd{M-@key{TAB}} completion
74050e653990 (Visibility cycling): Better names for the startup
Carsten Dominik <dominik@science.uva.nl>
parents: 69999
diff changeset
5625 (@pxref{Completion}).
74050e653990 (Visibility cycling): Better names for the startup
Carsten Dominik <dominik@science.uva.nl>
parents: 69999
diff changeset
5626
74050e653990 (Visibility cycling): Better names for the startup
Carsten Dominik <dominik@science.uva.nl>
parents: 69999
diff changeset
5627 @table @kbd
71653
9c582eb56ce7 (Exporting): Document `C-c C-e' as the prefix for
Carsten Dominik <dominik@science.uva.nl>
parents: 71564
diff changeset
5628 @kindex C-c C-e t
9c582eb56ce7 (Exporting): Document `C-c C-e' as the prefix for
Carsten Dominik <dominik@science.uva.nl>
parents: 71564
diff changeset
5629 @item C-c C-e t
70011
74050e653990 (Visibility cycling): Better names for the startup
Carsten Dominik <dominik@science.uva.nl>
parents: 69999
diff changeset
5630 Insert template with export options, see example below.
74050e653990 (Visibility cycling): Better names for the startup
Carsten Dominik <dominik@science.uva.nl>
parents: 69999
diff changeset
5631 @end table
74050e653990 (Visibility cycling): Better names for the startup
Carsten Dominik <dominik@science.uva.nl>
parents: 69999
diff changeset
5632
74050e653990 (Visibility cycling): Better names for the startup
Carsten Dominik <dominik@science.uva.nl>
parents: 69999
diff changeset
5633 @example
74050e653990 (Visibility cycling): Better names for the startup
Carsten Dominik <dominik@science.uva.nl>
parents: 69999
diff changeset
5634 #+TITLE: the title to be shown (default is the buffer name)
74050e653990 (Visibility cycling): Better names for the startup
Carsten Dominik <dominik@science.uva.nl>
parents: 69999
diff changeset
5635 #+AUTHOR: the author (default taken from @code{user-full-name})
74050e653990 (Visibility cycling): Better names for the startup
Carsten Dominik <dominik@science.uva.nl>
parents: 69999
diff changeset
5636 #+EMAIL: his/her email address (default from @code{user-mail-address})
74050e653990 (Visibility cycling): Better names for the startup
Carsten Dominik <dominik@science.uva.nl>
parents: 69999
diff changeset
5637 #+LANGUAGE: language for HTML, e.g. @samp{en} (@code{org-export-default-language})
74050e653990 (Visibility cycling): Better names for the startup
Carsten Dominik <dominik@science.uva.nl>
parents: 69999
diff changeset
5638 #+TEXT: Some descriptive text to be inserted at the beginning.
74050e653990 (Visibility cycling): Better names for the startup
Carsten Dominik <dominik@science.uva.nl>
parents: 69999
diff changeset
5639 #+TEXT: Several lines may be given.
81530
6769fa75a20e Small updates.
Carsten Dominik <dominik@science.uva.nl>
parents: 81465
diff changeset
5640 #+OPTIONS: H:2 num:t toc:t \n:nil @@:t ::t |:t ^:t f:t *:nil TeX:t LaTeX:t skip:t
70011
74050e653990 (Visibility cycling): Better names for the startup
Carsten Dominik <dominik@science.uva.nl>
parents: 69999
diff changeset
5641 @end example
74050e653990 (Visibility cycling): Better names for the startup
Carsten Dominik <dominik@science.uva.nl>
parents: 69999
diff changeset
5642
74050e653990 (Visibility cycling): Better names for the startup
Carsten Dominik <dominik@science.uva.nl>
parents: 69999
diff changeset
5643 @noindent
74050e653990 (Visibility cycling): Better names for the startup
Carsten Dominik <dominik@science.uva.nl>
parents: 69999
diff changeset
5644 The OPTIONS line is a compact form to specify export settings. Here
74050e653990 (Visibility cycling): Better names for the startup
Carsten Dominik <dominik@science.uva.nl>
parents: 69999
diff changeset
5645 you can:
74050e653990 (Visibility cycling): Better names for the startup
Carsten Dominik <dominik@science.uva.nl>
parents: 69999
diff changeset
5646 @cindex headline levels
74050e653990 (Visibility cycling): Better names for the startup
Carsten Dominik <dominik@science.uva.nl>
parents: 69999
diff changeset
5647 @cindex section-numbers
74050e653990 (Visibility cycling): Better names for the startup
Carsten Dominik <dominik@science.uva.nl>
parents: 69999
diff changeset
5648 @cindex table of contents
74050e653990 (Visibility cycling): Better names for the startup
Carsten Dominik <dominik@science.uva.nl>
parents: 69999
diff changeset
5649 @cindex linebreak preservation
70867
68e63907ebfb (Plain lists): Added new item navigation commands.
Carsten Dominik <dominik@science.uva.nl>
parents: 70164
diff changeset
5650 @cindex quoted HTML tags
70011
74050e653990 (Visibility cycling): Better names for the startup
Carsten Dominik <dominik@science.uva.nl>
parents: 69999
diff changeset
5651 @cindex fixed-width sections
74050e653990 (Visibility cycling): Better names for the startup
Carsten Dominik <dominik@science.uva.nl>
parents: 69999
diff changeset
5652 @cindex tables
74050e653990 (Visibility cycling): Better names for the startup
Carsten Dominik <dominik@science.uva.nl>
parents: 69999
diff changeset
5653 @cindex @TeX{}-like syntax for sub- and superscripts
81530
6769fa75a20e Small updates.
Carsten Dominik <dominik@science.uva.nl>
parents: 81465
diff changeset
5654 @cindex footnotes
70011
74050e653990 (Visibility cycling): Better names for the startup
Carsten Dominik <dominik@science.uva.nl>
parents: 69999
diff changeset
5655 @cindex emphasized text
74050e653990 (Visibility cycling): Better names for the startup
Carsten Dominik <dominik@science.uva.nl>
parents: 69999
diff changeset
5656 @cindex @TeX{} macros
71450
93e8ae57983b (Embedded LaTeX): New chapter.
Carsten Dominik <dominik@science.uva.nl>
parents: 71386
diff changeset
5657 @cindex La@TeX{} fragments
70011
74050e653990 (Visibility cycling): Better names for the startup
Carsten Dominik <dominik@science.uva.nl>
parents: 69999
diff changeset
5658 @example
74050e653990 (Visibility cycling): Better names for the startup
Carsten Dominik <dominik@science.uva.nl>
parents: 69999
diff changeset
5659 H: @r{set the number of headline levels for export}
74050e653990 (Visibility cycling): Better names for the startup
Carsten Dominik <dominik@science.uva.nl>
parents: 69999
diff changeset
5660 num: @r{turn on/off section-numbers}
76138
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
5661 toc: @r{turn on/off table of contents, or set level limit (integer)}
70011
74050e653990 (Visibility cycling): Better names for the startup
Carsten Dominik <dominik@science.uva.nl>
parents: 69999
diff changeset
5662 \n: @r{turn on/off linebreak-preservation}
70867
68e63907ebfb (Plain lists): Added new item navigation commands.
Carsten Dominik <dominik@science.uva.nl>
parents: 70164
diff changeset
5663 @@: @r{turn on/off quoted HTML tags}
70011
74050e653990 (Visibility cycling): Better names for the startup
Carsten Dominik <dominik@science.uva.nl>
parents: 69999
diff changeset
5664 :: @r{turn on/off fixed-width sections}
74050e653990 (Visibility cycling): Better names for the startup
Carsten Dominik <dominik@science.uva.nl>
parents: 69999
diff changeset
5665 |: @r{turn on/off tables}
81167
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
5666 ^: @r{turn on/off @TeX{}-like syntax for sub- and superscripts. If}
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
5667 @r{you write "^:@{@}", @code{a_@{b@}} will be interpreted, but}
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
5668 @r{the simple @code{a_b} will be left as it is.}
81530
6769fa75a20e Small updates.
Carsten Dominik <dominik@science.uva.nl>
parents: 81465
diff changeset
5669 f: @r{turn on/off foototes like this[1].}
70011
74050e653990 (Visibility cycling): Better names for the startup
Carsten Dominik <dominik@science.uva.nl>
parents: 69999
diff changeset
5670 *: @r{turn on/off emphasized text (bold, italic, underlined)}
71450
93e8ae57983b (Embedded LaTeX): New chapter.
Carsten Dominik <dominik@science.uva.nl>
parents: 71386
diff changeset
5671 TeX: @r{turn on/off simple @TeX{} macros in plain text}
93e8ae57983b (Embedded LaTeX): New chapter.
Carsten Dominik <dominik@science.uva.nl>
parents: 71386
diff changeset
5672 LaTeX: @r{turn on/off La@TeX{} fragments}
81167
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
5673 skip: @r{turn on/off skipping the text before the first heading}
70011
74050e653990 (Visibility cycling): Better names for the startup
Carsten Dominik <dominik@science.uva.nl>
parents: 69999
diff changeset
5674 @end example
74050e653990 (Visibility cycling): Better names for the startup
Carsten Dominik <dominik@science.uva.nl>
parents: 69999
diff changeset
5675
70867
68e63907ebfb (Plain lists): Added new item navigation commands.
Carsten Dominik <dominik@science.uva.nl>
parents: 70164
diff changeset
5676 @node Publishing, Miscellaneous, Exporting, Top
68e63907ebfb (Plain lists): Added new item navigation commands.
Carsten Dominik <dominik@science.uva.nl>
parents: 70164
diff changeset
5677 @chapter Publishing
71450
93e8ae57983b (Embedded LaTeX): New chapter.
Carsten Dominik <dominik@science.uva.nl>
parents: 71386
diff changeset
5678 @cindex publishing
70867
68e63907ebfb (Plain lists): Added new item navigation commands.
Carsten Dominik <dominik@science.uva.nl>
parents: 70164
diff changeset
5679
68e63907ebfb (Plain lists): Added new item navigation commands.
Carsten Dominik <dominik@science.uva.nl>
parents: 70164
diff changeset
5680 Org-mode includes@footnote{@file{org-publish.el} is not yet part of
73874
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
5681 Emacs, so if you are using @file{org.el} as it comes with Emacs, you
70867
68e63907ebfb (Plain lists): Added new item navigation commands.
Carsten Dominik <dominik@science.uva.nl>
parents: 70164
diff changeset
5682 need to download this file separately. Also make sure org.el is at
68e63907ebfb (Plain lists): Added new item navigation commands.
Carsten Dominik <dominik@science.uva.nl>
parents: 70164
diff changeset
5683 least version 4.27.} a publishing management system
68e63907ebfb (Plain lists): Added new item navigation commands.
Carsten Dominik <dominik@science.uva.nl>
parents: 70164
diff changeset
5684 that allows you to configure automatic HTML conversion of
68e63907ebfb (Plain lists): Added new item navigation commands.
Carsten Dominik <dominik@science.uva.nl>
parents: 70164
diff changeset
5685 @emph{projects} composed of interlinked org files. This system is
68e63907ebfb (Plain lists): Added new item navigation commands.
Carsten Dominik <dominik@science.uva.nl>
parents: 70164
diff changeset
5686 called @emph{org-publish}. You can also configure org-publish to
68e63907ebfb (Plain lists): Added new item navigation commands.
Carsten Dominik <dominik@science.uva.nl>
parents: 70164
diff changeset
5687 automatically upload your exported HTML pages and related attachments,
68e63907ebfb (Plain lists): Added new item navigation commands.
Carsten Dominik <dominik@science.uva.nl>
parents: 70164
diff changeset
5688 such as images and source code files, to a web server. Org-publish turns
68e63907ebfb (Plain lists): Added new item navigation commands.
Carsten Dominik <dominik@science.uva.nl>
parents: 70164
diff changeset
5689 org-mode into a web-site authoring tool.
68e63907ebfb (Plain lists): Added new item navigation commands.
Carsten Dominik <dominik@science.uva.nl>
parents: 70164
diff changeset
5690
68e63907ebfb (Plain lists): Added new item navigation commands.
Carsten Dominik <dominik@science.uva.nl>
parents: 70164
diff changeset
5691 Org-publish has been contributed to Org-mode by David O'Toole.
68e63907ebfb (Plain lists): Added new item navigation commands.
Carsten Dominik <dominik@science.uva.nl>
parents: 70164
diff changeset
5692
68e63907ebfb (Plain lists): Added new item navigation commands.
Carsten Dominik <dominik@science.uva.nl>
parents: 70164
diff changeset
5693 @menu
68e63907ebfb (Plain lists): Added new item navigation commands.
Carsten Dominik <dominik@science.uva.nl>
parents: 70164
diff changeset
5694 * Configuration:: Defining projects
68e63907ebfb (Plain lists): Added new item navigation commands.
Carsten Dominik <dominik@science.uva.nl>
parents: 70164
diff changeset
5695 * Sample configuration:: Example projects
68e63907ebfb (Plain lists): Added new item navigation commands.
Carsten Dominik <dominik@science.uva.nl>
parents: 70164
diff changeset
5696 * Triggering publication:: Publication commands
68e63907ebfb (Plain lists): Added new item navigation commands.
Carsten Dominik <dominik@science.uva.nl>
parents: 70164
diff changeset
5697 @end menu
68e63907ebfb (Plain lists): Added new item navigation commands.
Carsten Dominik <dominik@science.uva.nl>
parents: 70164
diff changeset
5698
68e63907ebfb (Plain lists): Added new item navigation commands.
Carsten Dominik <dominik@science.uva.nl>
parents: 70164
diff changeset
5699 @node Configuration, Sample configuration, Publishing, Publishing
68e63907ebfb (Plain lists): Added new item navigation commands.
Carsten Dominik <dominik@science.uva.nl>
parents: 70164
diff changeset
5700 @section Configuration
68e63907ebfb (Plain lists): Added new item navigation commands.
Carsten Dominik <dominik@science.uva.nl>
parents: 70164
diff changeset
5701
68e63907ebfb (Plain lists): Added new item navigation commands.
Carsten Dominik <dominik@science.uva.nl>
parents: 70164
diff changeset
5702 Publishing needs significant configuration to specify files, destination
68e63907ebfb (Plain lists): Added new item navigation commands.
Carsten Dominik <dominik@science.uva.nl>
parents: 70164
diff changeset
5703 and many other properties of a project.
68e63907ebfb (Plain lists): Added new item navigation commands.
Carsten Dominik <dominik@science.uva.nl>
parents: 70164
diff changeset
5704
68e63907ebfb (Plain lists): Added new item navigation commands.
Carsten Dominik <dominik@science.uva.nl>
parents: 70164
diff changeset
5705 @menu
68e63907ebfb (Plain lists): Added new item navigation commands.
Carsten Dominik <dominik@science.uva.nl>
parents: 70164
diff changeset
5706 * Project alist:: The central configuration variable
71450
93e8ae57983b (Embedded LaTeX): New chapter.
Carsten Dominik <dominik@science.uva.nl>
parents: 71386
diff changeset
5707 * Sources and destinations:: From here to there
70867
68e63907ebfb (Plain lists): Added new item navigation commands.
Carsten Dominik <dominik@science.uva.nl>
parents: 70164
diff changeset
5708 * Selecting files:: What files are part of the project?
68e63907ebfb (Plain lists): Added new item navigation commands.
Carsten Dominik <dominik@science.uva.nl>
parents: 70164
diff changeset
5709 * Publishing action:: Setting the function doing the publishing
68e63907ebfb (Plain lists): Added new item navigation commands.
Carsten Dominik <dominik@science.uva.nl>
parents: 70164
diff changeset
5710 * Publishing options:: Tweaking HTML export
68e63907ebfb (Plain lists): Added new item navigation commands.
Carsten Dominik <dominik@science.uva.nl>
parents: 70164
diff changeset
5711 * Publishing links:: Which links keep working after publishing?
68e63907ebfb (Plain lists): Added new item navigation commands.
Carsten Dominik <dominik@science.uva.nl>
parents: 70164
diff changeset
5712 * Project page index:: Publishing a list of project files
68e63907ebfb (Plain lists): Added new item navigation commands.
Carsten Dominik <dominik@science.uva.nl>
parents: 70164
diff changeset
5713 @end menu
68e63907ebfb (Plain lists): Added new item navigation commands.
Carsten Dominik <dominik@science.uva.nl>
parents: 70164
diff changeset
5714
71450
93e8ae57983b (Embedded LaTeX): New chapter.
Carsten Dominik <dominik@science.uva.nl>
parents: 71386
diff changeset
5715 @node Project alist, Sources and destinations, Configuration, Configuration
70867
68e63907ebfb (Plain lists): Added new item navigation commands.
Carsten Dominik <dominik@science.uva.nl>
parents: 70164
diff changeset
5716 @subsection The variable @code{org-publish-project-alist}
71450
93e8ae57983b (Embedded LaTeX): New chapter.
Carsten Dominik <dominik@science.uva.nl>
parents: 71386
diff changeset
5717 @cindex org-publish-project-alist
93e8ae57983b (Embedded LaTeX): New chapter.
Carsten Dominik <dominik@science.uva.nl>
parents: 71386
diff changeset
5718 @cindex projects, for publishing
70867
68e63907ebfb (Plain lists): Added new item navigation commands.
Carsten Dominik <dominik@science.uva.nl>
parents: 70164
diff changeset
5719
68e63907ebfb (Plain lists): Added new item navigation commands.
Carsten Dominik <dominik@science.uva.nl>
parents: 70164
diff changeset
5720 Org-publish is configured almost entirely through setting the value of
68e63907ebfb (Plain lists): Added new item navigation commands.
Carsten Dominik <dominik@science.uva.nl>
parents: 70164
diff changeset
5721 one variable, called @code{org-publish-project-alist}.
68e63907ebfb (Plain lists): Added new item navigation commands.
Carsten Dominik <dominik@science.uva.nl>
parents: 70164
diff changeset
5722 Each element of the list configures one project, and may be in one of
68e63907ebfb (Plain lists): Added new item navigation commands.
Carsten Dominik <dominik@science.uva.nl>
parents: 70164
diff changeset
5723 the two following forms:
68e63907ebfb (Plain lists): Added new item navigation commands.
Carsten Dominik <dominik@science.uva.nl>
parents: 70164
diff changeset
5724
68e63907ebfb (Plain lists): Added new item navigation commands.
Carsten Dominik <dominik@science.uva.nl>
parents: 70164
diff changeset
5725 @lisp
68e63907ebfb (Plain lists): Added new item navigation commands.
Carsten Dominik <dominik@science.uva.nl>
parents: 70164
diff changeset
5726 ("project-name" :property value :property value ...)
68e63907ebfb (Plain lists): Added new item navigation commands.
Carsten Dominik <dominik@science.uva.nl>
parents: 70164
diff changeset
5727
68e63907ebfb (Plain lists): Added new item navigation commands.
Carsten Dominik <dominik@science.uva.nl>
parents: 70164
diff changeset
5728 @r{or}
68e63907ebfb (Plain lists): Added new item navigation commands.
Carsten Dominik <dominik@science.uva.nl>
parents: 70164
diff changeset
5729
71098
b98399840395 Small typo fixes.
Carsten Dominik <dominik@science.uva.nl>
parents: 70974
diff changeset
5730 ("project-name" :components ("project-name" "project-name" ...))
b98399840395 Small typo fixes.
Carsten Dominik <dominik@science.uva.nl>
parents: 70974
diff changeset
5731
70867
68e63907ebfb (Plain lists): Added new item navigation commands.
Carsten Dominik <dominik@science.uva.nl>
parents: 70164
diff changeset
5732 @end lisp
68e63907ebfb (Plain lists): Added new item navigation commands.
Carsten Dominik <dominik@science.uva.nl>
parents: 70164
diff changeset
5733
68e63907ebfb (Plain lists): Added new item navigation commands.
Carsten Dominik <dominik@science.uva.nl>
parents: 70164
diff changeset
5734 In both cases, projects are configured by specifying property values.
68e63907ebfb (Plain lists): Added new item navigation commands.
Carsten Dominik <dominik@science.uva.nl>
parents: 70164
diff changeset
5735 A project defines the set of files that will be published, as well as
71098
b98399840395 Small typo fixes.
Carsten Dominik <dominik@science.uva.nl>
parents: 70974
diff changeset
5736 the publishing configuration to use when publishing those files. When
b98399840395 Small typo fixes.
Carsten Dominik <dominik@science.uva.nl>
parents: 70974
diff changeset
5737 a project takes the second form listed above, the individual members
b98399840395 Small typo fixes.
Carsten Dominik <dominik@science.uva.nl>
parents: 70974
diff changeset
5738 of the ``components'' property are taken to be components of the
b98399840395 Small typo fixes.
Carsten Dominik <dominik@science.uva.nl>
parents: 70974
diff changeset
5739 project, which group together files requiring different publishing
b98399840395 Small typo fixes.
Carsten Dominik <dominik@science.uva.nl>
parents: 70974
diff changeset
5740 options. When you publish such a ``meta-project'' all the components
b98399840395 Small typo fixes.
Carsten Dominik <dominik@science.uva.nl>
parents: 70974
diff changeset
5741 will also publish.
70867
68e63907ebfb (Plain lists): Added new item navigation commands.
Carsten Dominik <dominik@science.uva.nl>
parents: 70164
diff changeset
5742
71450
93e8ae57983b (Embedded LaTeX): New chapter.
Carsten Dominik <dominik@science.uva.nl>
parents: 71386
diff changeset
5743 @node Sources and destinations, Selecting files, Project alist, Configuration
70867
68e63907ebfb (Plain lists): Added new item navigation commands.
Carsten Dominik <dominik@science.uva.nl>
parents: 70164
diff changeset
5744 @subsection Sources and destinations for files
71450
93e8ae57983b (Embedded LaTeX): New chapter.
Carsten Dominik <dominik@science.uva.nl>
parents: 71386
diff changeset
5745 @cindex directories, for publishing
70867
68e63907ebfb (Plain lists): Added new item navigation commands.
Carsten Dominik <dominik@science.uva.nl>
parents: 70164
diff changeset
5746
68e63907ebfb (Plain lists): Added new item navigation commands.
Carsten Dominik <dominik@science.uva.nl>
parents: 70164
diff changeset
5747 Most properties are optional, but some should always be set. In
68e63907ebfb (Plain lists): Added new item navigation commands.
Carsten Dominik <dominik@science.uva.nl>
parents: 70164
diff changeset
5748 particular, org-publish needs to know where to look for source files,
68e63907ebfb (Plain lists): Added new item navigation commands.
Carsten Dominik <dominik@science.uva.nl>
parents: 70164
diff changeset
5749 and where to put published files.
68e63907ebfb (Plain lists): Added new item navigation commands.
Carsten Dominik <dominik@science.uva.nl>
parents: 70164
diff changeset
5750
68e63907ebfb (Plain lists): Added new item navigation commands.
Carsten Dominik <dominik@science.uva.nl>
parents: 70164
diff changeset
5751 @multitable @columnfractions 0.3 0.7
68e63907ebfb (Plain lists): Added new item navigation commands.
Carsten Dominik <dominik@science.uva.nl>
parents: 70164
diff changeset
5752 @item @code{:base-directory}
68e63907ebfb (Plain lists): Added new item navigation commands.
Carsten Dominik <dominik@science.uva.nl>
parents: 70164
diff changeset
5753 @tab Directory containing publishing source files
68e63907ebfb (Plain lists): Added new item navigation commands.
Carsten Dominik <dominik@science.uva.nl>
parents: 70164
diff changeset
5754 @item @code{:publishing-directory}
68e63907ebfb (Plain lists): Added new item navigation commands.
Carsten Dominik <dominik@science.uva.nl>
parents: 70164
diff changeset
5755 @tab Directory (possibly remote) where output files will be published.
73874
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
5756 @item @code{:preparation-function}
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
5757 @tab Function called before starting publishing process, for example to
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
5758 run @code{make} for updating files to be published.
70867
68e63907ebfb (Plain lists): Added new item navigation commands.
Carsten Dominik <dominik@science.uva.nl>
parents: 70164
diff changeset
5759 @end multitable
68e63907ebfb (Plain lists): Added new item navigation commands.
Carsten Dominik <dominik@science.uva.nl>
parents: 70164
diff changeset
5760 @noindent
68e63907ebfb (Plain lists): Added new item navigation commands.
Carsten Dominik <dominik@science.uva.nl>
parents: 70164
diff changeset
5761
71450
93e8ae57983b (Embedded LaTeX): New chapter.
Carsten Dominik <dominik@science.uva.nl>
parents: 71386
diff changeset
5762 @node Selecting files, Publishing action, Sources and destinations, Configuration
70867
68e63907ebfb (Plain lists): Added new item navigation commands.
Carsten Dominik <dominik@science.uva.nl>
parents: 70164
diff changeset
5763 @subsection Selecting files
71450
93e8ae57983b (Embedded LaTeX): New chapter.
Carsten Dominik <dominik@science.uva.nl>
parents: 71386
diff changeset
5764 @cindex files, selecting for publishing
70867
68e63907ebfb (Plain lists): Added new item navigation commands.
Carsten Dominik <dominik@science.uva.nl>
parents: 70164
diff changeset
5765
68e63907ebfb (Plain lists): Added new item navigation commands.
Carsten Dominik <dominik@science.uva.nl>
parents: 70164
diff changeset
5766 By default, all files with extension @file{.org} in the base directory
68e63907ebfb (Plain lists): Added new item navigation commands.
Carsten Dominik <dominik@science.uva.nl>
parents: 70164
diff changeset
5767 are considered part of the project. This can be modified by setting the
68e63907ebfb (Plain lists): Added new item navigation commands.
Carsten Dominik <dominik@science.uva.nl>
parents: 70164
diff changeset
5768 properties
68e63907ebfb (Plain lists): Added new item navigation commands.
Carsten Dominik <dominik@science.uva.nl>
parents: 70164
diff changeset
5769 @multitable @columnfractions 0.25 0.75
68e63907ebfb (Plain lists): Added new item navigation commands.
Carsten Dominik <dominik@science.uva.nl>
parents: 70164
diff changeset
5770 @item @code{:base-extension}
68e63907ebfb (Plain lists): Added new item navigation commands.
Carsten Dominik <dominik@science.uva.nl>
parents: 70164
diff changeset
5771 @tab Extension (without the dot!) of source files. This actually is a
68e63907ebfb (Plain lists): Added new item navigation commands.
Carsten Dominik <dominik@science.uva.nl>
parents: 70164
diff changeset
5772 regular expression.
68e63907ebfb (Plain lists): Added new item navigation commands.
Carsten Dominik <dominik@science.uva.nl>
parents: 70164
diff changeset
5773
68e63907ebfb (Plain lists): Added new item navigation commands.
Carsten Dominik <dominik@science.uva.nl>
parents: 70164
diff changeset
5774 @item @code{:exclude}
68e63907ebfb (Plain lists): Added new item navigation commands.
Carsten Dominik <dominik@science.uva.nl>
parents: 70164
diff changeset
5775 @tab Regular expression to match file names that should not be
68e63907ebfb (Plain lists): Added new item navigation commands.
Carsten Dominik <dominik@science.uva.nl>
parents: 70164
diff changeset
5776 published, even though they have been selected on the basis of their
68e63907ebfb (Plain lists): Added new item navigation commands.
Carsten Dominik <dominik@science.uva.nl>
parents: 70164
diff changeset
5777 extension.
68e63907ebfb (Plain lists): Added new item navigation commands.
Carsten Dominik <dominik@science.uva.nl>
parents: 70164
diff changeset
5778
68e63907ebfb (Plain lists): Added new item navigation commands.
Carsten Dominik <dominik@science.uva.nl>
parents: 70164
diff changeset
5779 @item @code{:include}
68e63907ebfb (Plain lists): Added new item navigation commands.
Carsten Dominik <dominik@science.uva.nl>
parents: 70164
diff changeset
5780 @tab List of files to be included regardless of @code{:base-extension}
68e63907ebfb (Plain lists): Added new item navigation commands.
Carsten Dominik <dominik@science.uva.nl>
parents: 70164
diff changeset
5781 and @code{:exclude}.
68e63907ebfb (Plain lists): Added new item navigation commands.
Carsten Dominik <dominik@science.uva.nl>
parents: 70164
diff changeset
5782 @end multitable
68e63907ebfb (Plain lists): Added new item navigation commands.
Carsten Dominik <dominik@science.uva.nl>
parents: 70164
diff changeset
5783
68e63907ebfb (Plain lists): Added new item navigation commands.
Carsten Dominik <dominik@science.uva.nl>
parents: 70164
diff changeset
5784 @node Publishing action, Publishing options, Selecting files, Configuration
68e63907ebfb (Plain lists): Added new item navigation commands.
Carsten Dominik <dominik@science.uva.nl>
parents: 70164
diff changeset
5785 @subsection Publishing Action
71450
93e8ae57983b (Embedded LaTeX): New chapter.
Carsten Dominik <dominik@science.uva.nl>
parents: 71386
diff changeset
5786 @cindex action, for publishing
70867
68e63907ebfb (Plain lists): Added new item navigation commands.
Carsten Dominik <dominik@science.uva.nl>
parents: 70164
diff changeset
5787
68e63907ebfb (Plain lists): Added new item navigation commands.
Carsten Dominik <dominik@science.uva.nl>
parents: 70164
diff changeset
5788 Publishing means that a file is copied to the destination directory and
68e63907ebfb (Plain lists): Added new item navigation commands.
Carsten Dominik <dominik@science.uva.nl>
parents: 70164
diff changeset
5789 possibly transformed in the process. The default transformation is to
68e63907ebfb (Plain lists): Added new item navigation commands.
Carsten Dominik <dominik@science.uva.nl>
parents: 70164
diff changeset
5790 export Org-mode files as HTML files, and this is done by the function
68e63907ebfb (Plain lists): Added new item navigation commands.
Carsten Dominik <dominik@science.uva.nl>
parents: 70164
diff changeset
5791 @code{org-publish-org-to-html} which calls the HTML exporter
68e63907ebfb (Plain lists): Added new item navigation commands.
Carsten Dominik <dominik@science.uva.nl>
parents: 70164
diff changeset
5792 (@pxref{HTML export}). Other files like images only need to be copied
68e63907ebfb (Plain lists): Added new item navigation commands.
Carsten Dominik <dominik@science.uva.nl>
parents: 70164
diff changeset
5793 to the publishing destination. For non-Org-mode files, you need to
68e63907ebfb (Plain lists): Added new item navigation commands.
Carsten Dominik <dominik@science.uva.nl>
parents: 70164
diff changeset
5794 specify the publishing function.
68e63907ebfb (Plain lists): Added new item navigation commands.
Carsten Dominik <dominik@science.uva.nl>
parents: 70164
diff changeset
5795
68e63907ebfb (Plain lists): Added new item navigation commands.
Carsten Dominik <dominik@science.uva.nl>
parents: 70164
diff changeset
5796 @multitable @columnfractions 0.3 0.7
68e63907ebfb (Plain lists): Added new item navigation commands.
Carsten Dominik <dominik@science.uva.nl>
parents: 70164
diff changeset
5797 @item @code{:publishing-function}
73874
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
5798 @tab Function executing the publication of a file. This may also be a
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
5799 list of functions, which will all be called in turn.
70867
68e63907ebfb (Plain lists): Added new item navigation commands.
Carsten Dominik <dominik@science.uva.nl>
parents: 70164
diff changeset
5800 @end multitable
68e63907ebfb (Plain lists): Added new item navigation commands.
Carsten Dominik <dominik@science.uva.nl>
parents: 70164
diff changeset
5801
68e63907ebfb (Plain lists): Added new item navigation commands.
Carsten Dominik <dominik@science.uva.nl>
parents: 70164
diff changeset
5802 The function must accept two arguments: a property list containing at
68e63907ebfb (Plain lists): Added new item navigation commands.
Carsten Dominik <dominik@science.uva.nl>
parents: 70164
diff changeset
5803 least a @code{:publishing-directory} property, and the name of the file
71246
f32b17d18b4b (ASCII export): Document indentation adaptation.
Carsten Dominik <dominik@science.uva.nl>
parents: 71224
diff changeset
5804 to be published. It should take the specified file, make the necessary
70867
68e63907ebfb (Plain lists): Added new item navigation commands.
Carsten Dominik <dominik@science.uva.nl>
parents: 70164
diff changeset
5805 transformation (if any) and place the result into the destination folder.
68e63907ebfb (Plain lists): Added new item navigation commands.
Carsten Dominik <dominik@science.uva.nl>
parents: 70164
diff changeset
5806 You can write your own publishing function, but @code{org-publish}
68e63907ebfb (Plain lists): Added new item navigation commands.
Carsten Dominik <dominik@science.uva.nl>
parents: 70164
diff changeset
5807 provides one for attachments (files that only need to be copied):
68e63907ebfb (Plain lists): Added new item navigation commands.
Carsten Dominik <dominik@science.uva.nl>
parents: 70164
diff changeset
5808 @code{org-publish-attachment}.
68e63907ebfb (Plain lists): Added new item navigation commands.
Carsten Dominik <dominik@science.uva.nl>
parents: 70164
diff changeset
5809
68e63907ebfb (Plain lists): Added new item navigation commands.
Carsten Dominik <dominik@science.uva.nl>
parents: 70164
diff changeset
5810 @node Publishing options, Publishing links, Publishing action, Configuration
68e63907ebfb (Plain lists): Added new item navigation commands.
Carsten Dominik <dominik@science.uva.nl>
parents: 70164
diff changeset
5811 @subsection Options for the HTML exporter
71450
93e8ae57983b (Embedded LaTeX): New chapter.
Carsten Dominik <dominik@science.uva.nl>
parents: 71386
diff changeset
5812 @cindex options, for publishing
70867
68e63907ebfb (Plain lists): Added new item navigation commands.
Carsten Dominik <dominik@science.uva.nl>
parents: 70164
diff changeset
5813
68e63907ebfb (Plain lists): Added new item navigation commands.
Carsten Dominik <dominik@science.uva.nl>
parents: 70164
diff changeset
5814 The property list can be used to set many export options for the HTML
68e63907ebfb (Plain lists): Added new item navigation commands.
Carsten Dominik <dominik@science.uva.nl>
parents: 70164
diff changeset
5815 exporter. In most cases, these properties correspond to user variables
68e63907ebfb (Plain lists): Added new item navigation commands.
Carsten Dominik <dominik@science.uva.nl>
parents: 70164
diff changeset
5816 in Org-mode. The table below lists these properties along with the
68e63907ebfb (Plain lists): Added new item navigation commands.
Carsten Dominik <dominik@science.uva.nl>
parents: 70164
diff changeset
5817 variable they belong to. See the documentation string for the
68e63907ebfb (Plain lists): Added new item navigation commands.
Carsten Dominik <dominik@science.uva.nl>
parents: 70164
diff changeset
5818 respective variable for details.
68e63907ebfb (Plain lists): Added new item navigation commands.
Carsten Dominik <dominik@science.uva.nl>
parents: 70164
diff changeset
5819
68e63907ebfb (Plain lists): Added new item navigation commands.
Carsten Dominik <dominik@science.uva.nl>
parents: 70164
diff changeset
5820 @multitable @columnfractions 0.3 0.7
68e63907ebfb (Plain lists): Added new item navigation commands.
Carsten Dominik <dominik@science.uva.nl>
parents: 70164
diff changeset
5821 @item @code{:language} @tab @code{org-export-default-language}
68e63907ebfb (Plain lists): Added new item navigation commands.
Carsten Dominik <dominik@science.uva.nl>
parents: 70164
diff changeset
5822 @item @code{:headline-levels} @tab @code{org-export-headline-levels}
68e63907ebfb (Plain lists): Added new item navigation commands.
Carsten Dominik <dominik@science.uva.nl>
parents: 70164
diff changeset
5823 @item @code{:section-numbers} @tab @code{org-export-with-section-numbers}
68e63907ebfb (Plain lists): Added new item navigation commands.
Carsten Dominik <dominik@science.uva.nl>
parents: 70164
diff changeset
5824 @item @code{:table-of-contents} @tab @code{org-export-with-toc}
71450
93e8ae57983b (Embedded LaTeX): New chapter.
Carsten Dominik <dominik@science.uva.nl>
parents: 71386
diff changeset
5825 @item @code{:archived-trees} @tab @code{org-export-with-archived-trees}
70867
68e63907ebfb (Plain lists): Added new item navigation commands.
Carsten Dominik <dominik@science.uva.nl>
parents: 70164
diff changeset
5826 @item @code{:emphasize} @tab @code{org-export-with-emphasize}
68e63907ebfb (Plain lists): Added new item navigation commands.
Carsten Dominik <dominik@science.uva.nl>
parents: 70164
diff changeset
5827 @item @code{:sub-superscript} @tab @code{org-export-with-sub-superscripts}
68e63907ebfb (Plain lists): Added new item navigation commands.
Carsten Dominik <dominik@science.uva.nl>
parents: 70164
diff changeset
5828 @item @code{:TeX-macros} @tab @code{org-export-with-TeX-macros}
71450
93e8ae57983b (Embedded LaTeX): New chapter.
Carsten Dominik <dominik@science.uva.nl>
parents: 71386
diff changeset
5829 @item @code{:LaTeX-fragments} @tab @code{org-export-with-LaTeX-fragments}
70867
68e63907ebfb (Plain lists): Added new item navigation commands.
Carsten Dominik <dominik@science.uva.nl>
parents: 70164
diff changeset
5830 @item @code{:fixed-width} @tab @code{org-export-with-fixed-width}
68e63907ebfb (Plain lists): Added new item navigation commands.
Carsten Dominik <dominik@science.uva.nl>
parents: 70164
diff changeset
5831 @item @code{:timestamps} .@tab @code{org-export-with-timestamps}
68e63907ebfb (Plain lists): Added new item navigation commands.
Carsten Dominik <dominik@science.uva.nl>
parents: 70164
diff changeset
5832 @item @code{:tags} .@tab @code{org-export-with-tags}
68e63907ebfb (Plain lists): Added new item navigation commands.
Carsten Dominik <dominik@science.uva.nl>
parents: 70164
diff changeset
5833 @item @code{:tables} @tab @code{org-export-with-tables}
68e63907ebfb (Plain lists): Added new item navigation commands.
Carsten Dominik <dominik@science.uva.nl>
parents: 70164
diff changeset
5834 @item @code{:table-auto-headline} @tab @code{org-export-highlight-first-table-line}
68e63907ebfb (Plain lists): Added new item navigation commands.
Carsten Dominik <dominik@science.uva.nl>
parents: 70164
diff changeset
5835 @item @code{:style} @tab @code{org-export-html-style}
68e63907ebfb (Plain lists): Added new item navigation commands.
Carsten Dominik <dominik@science.uva.nl>
parents: 70164
diff changeset
5836 @item @code{:convert-org-links} @tab @code{org-export-html-link-org-files-as-html}
68e63907ebfb (Plain lists): Added new item navigation commands.
Carsten Dominik <dominik@science.uva.nl>
parents: 70164
diff changeset
5837 @item @code{:inline-images} @tab @code{org-export-html-inline-images}
68e63907ebfb (Plain lists): Added new item navigation commands.
Carsten Dominik <dominik@science.uva.nl>
parents: 70164
diff changeset
5838 @item @code{:expand-quoted-html} @tab @code{org-export-html-expand}
68e63907ebfb (Plain lists): Added new item navigation commands.
Carsten Dominik <dominik@science.uva.nl>
parents: 70164
diff changeset
5839 @item @code{:timestamp} @tab @code{org-export-html-with-timestamp}
68e63907ebfb (Plain lists): Added new item navigation commands.
Carsten Dominik <dominik@science.uva.nl>
parents: 70164
diff changeset
5840 @item @code{:publishing-directory} @tab @code{org-export-publishing-directory}
68e63907ebfb (Plain lists): Added new item navigation commands.
Carsten Dominik <dominik@science.uva.nl>
parents: 70164
diff changeset
5841 @item @code{:preamble} @tab @code{org-export-html-preamble}
68e63907ebfb (Plain lists): Added new item navigation commands.
Carsten Dominik <dominik@science.uva.nl>
parents: 70164
diff changeset
5842 @item @code{:postamble} @tab @code{org-export-html-postamble}
68e63907ebfb (Plain lists): Added new item navigation commands.
Carsten Dominik <dominik@science.uva.nl>
parents: 70164
diff changeset
5843 @item @code{:auto-preamble} @tab @code{org-export-html-auto-preamble}
68e63907ebfb (Plain lists): Added new item navigation commands.
Carsten Dominik <dominik@science.uva.nl>
parents: 70164
diff changeset
5844 @item @code{:auto-postamble} @tab @code{org-export-html-auto-postamble}
68e63907ebfb (Plain lists): Added new item navigation commands.
Carsten Dominik <dominik@science.uva.nl>
parents: 70164
diff changeset
5845 @item @code{:author} @tab @code{user-full-name}
68e63907ebfb (Plain lists): Added new item navigation commands.
Carsten Dominik <dominik@science.uva.nl>
parents: 70164
diff changeset
5846 @item @code{:email} @tab @code{user-mail-address}
68e63907ebfb (Plain lists): Added new item navigation commands.
Carsten Dominik <dominik@science.uva.nl>
parents: 70164
diff changeset
5847 @end multitable
68e63907ebfb (Plain lists): Added new item navigation commands.
Carsten Dominik <dominik@science.uva.nl>
parents: 70164
diff changeset
5848
68e63907ebfb (Plain lists): Added new item navigation commands.
Carsten Dominik <dominik@science.uva.nl>
parents: 70164
diff changeset
5849 When a property is given a value in org-publish-project-alist, its
68e63907ebfb (Plain lists): Added new item navigation commands.
Carsten Dominik <dominik@science.uva.nl>
parents: 70164
diff changeset
5850 setting overrides the value of the corresponding user variable (if any)
68e63907ebfb (Plain lists): Added new item navigation commands.
Carsten Dominik <dominik@science.uva.nl>
parents: 70164
diff changeset
5851 during publishing. options set within a file (@pxref{Export
68e63907ebfb (Plain lists): Added new item navigation commands.
Carsten Dominik <dominik@science.uva.nl>
parents: 70164
diff changeset
5852 options}), however, override everything.
68e63907ebfb (Plain lists): Added new item navigation commands.
Carsten Dominik <dominik@science.uva.nl>
parents: 70164
diff changeset
5853
68e63907ebfb (Plain lists): Added new item navigation commands.
Carsten Dominik <dominik@science.uva.nl>
parents: 70164
diff changeset
5854 @node Publishing links, Project page index, Publishing options, Configuration
68e63907ebfb (Plain lists): Added new item navigation commands.
Carsten Dominik <dominik@science.uva.nl>
parents: 70164
diff changeset
5855 @subsection Links between published files
71450
93e8ae57983b (Embedded LaTeX): New chapter.
Carsten Dominik <dominik@science.uva.nl>
parents: 71386
diff changeset
5856 @cindex links, publishing
70867
68e63907ebfb (Plain lists): Added new item navigation commands.
Carsten Dominik <dominik@science.uva.nl>
parents: 70164
diff changeset
5857
68e63907ebfb (Plain lists): Added new item navigation commands.
Carsten Dominik <dominik@science.uva.nl>
parents: 70164
diff changeset
5858 To create a link from one Org-mode file to another, you would use
68e63907ebfb (Plain lists): Added new item navigation commands.
Carsten Dominik <dominik@science.uva.nl>
parents: 70164
diff changeset
5859 something like @samp{[[file:foo.org][The foo]]} or simply
68e63907ebfb (Plain lists): Added new item navigation commands.
Carsten Dominik <dominik@science.uva.nl>
parents: 70164
diff changeset
5860 @samp{file:foo.org.} (@pxref{Hyperlinks}). Upon publishing this link
68e63907ebfb (Plain lists): Added new item navigation commands.
Carsten Dominik <dominik@science.uva.nl>
parents: 70164
diff changeset
5861 becomes a link to @file{foo.html}. In this way, you can interlink the
68e63907ebfb (Plain lists): Added new item navigation commands.
Carsten Dominik <dominik@science.uva.nl>
parents: 70164
diff changeset
5862 pages of your "org web" project and the links will work as expected when
68e63907ebfb (Plain lists): Added new item navigation commands.
Carsten Dominik <dominik@science.uva.nl>
parents: 70164
diff changeset
5863 you publish them to HTML.
68e63907ebfb (Plain lists): Added new item navigation commands.
Carsten Dominik <dominik@science.uva.nl>
parents: 70164
diff changeset
5864
68e63907ebfb (Plain lists): Added new item navigation commands.
Carsten Dominik <dominik@science.uva.nl>
parents: 70164
diff changeset
5865 You may also link to related files, such as images. Provided you are
68e63907ebfb (Plain lists): Added new item navigation commands.
Carsten Dominik <dominik@science.uva.nl>
parents: 70164
diff changeset
5866 careful with relative pathnames, and provided you have also configured
68e63907ebfb (Plain lists): Added new item navigation commands.
Carsten Dominik <dominik@science.uva.nl>
parents: 70164
diff changeset
5867 org-publish to upload the related files, these links will work
68e63907ebfb (Plain lists): Added new item navigation commands.
Carsten Dominik <dominik@science.uva.nl>
parents: 70164
diff changeset
5868 too. @ref{Complex example} for an example of this usage.
68e63907ebfb (Plain lists): Added new item navigation commands.
Carsten Dominik <dominik@science.uva.nl>
parents: 70164
diff changeset
5869
71386
0b2c58e8821c (Publishing links): Document the
Carsten Dominik <dominik@science.uva.nl>
parents: 71312
diff changeset
5870 Sometime an Org-mode file to be published may contain links that are
0b2c58e8821c (Publishing links): Document the
Carsten Dominik <dominik@science.uva.nl>
parents: 71312
diff changeset
5871 only valid in your production environment, but not in the publishing
0b2c58e8821c (Publishing links): Document the
Carsten Dominik <dominik@science.uva.nl>
parents: 71312
diff changeset
5872 location. In this case, use the property
0b2c58e8821c (Publishing links): Document the
Carsten Dominik <dominik@science.uva.nl>
parents: 71312
diff changeset
5873
0b2c58e8821c (Publishing links): Document the
Carsten Dominik <dominik@science.uva.nl>
parents: 71312
diff changeset
5874 @multitable @columnfractions 0.4 0.6
0b2c58e8821c (Publishing links): Document the
Carsten Dominik <dominik@science.uva.nl>
parents: 71312
diff changeset
5875 @item @code{:link-validation-function}
0b2c58e8821c (Publishing links): Document the
Carsten Dominik <dominik@science.uva.nl>
parents: 71312
diff changeset
5876 @tab Function to validate links
0b2c58e8821c (Publishing links): Document the
Carsten Dominik <dominik@science.uva.nl>
parents: 71312
diff changeset
5877 @end multitable
0b2c58e8821c (Publishing links): Document the
Carsten Dominik <dominik@science.uva.nl>
parents: 71312
diff changeset
5878
0b2c58e8821c (Publishing links): Document the
Carsten Dominik <dominik@science.uva.nl>
parents: 71312
diff changeset
5879 @noindent
0b2c58e8821c (Publishing links): Document the
Carsten Dominik <dominik@science.uva.nl>
parents: 71312
diff changeset
5880 to define a function for checking link validity. This function must
0b2c58e8821c (Publishing links): Document the
Carsten Dominik <dominik@science.uva.nl>
parents: 71312
diff changeset
5881 accept two arguments, the file name and a directory relative to which
0b2c58e8821c (Publishing links): Document the
Carsten Dominik <dominik@science.uva.nl>
parents: 71312
diff changeset
5882 the file name is interpreted in the production environment. If this
0b2c58e8821c (Publishing links): Document the
Carsten Dominik <dominik@science.uva.nl>
parents: 71312
diff changeset
5883 function returns @code{nil}, then the HTML generator will only insert a
0b2c58e8821c (Publishing links): Document the
Carsten Dominik <dominik@science.uva.nl>
parents: 71312
diff changeset
5884 description into the HTML file, but no link. One option for this
0b2c58e8821c (Publishing links): Document the
Carsten Dominik <dominik@science.uva.nl>
parents: 71312
diff changeset
5885 function is @code{org-publish-validate-link} which checks if the given
0b2c58e8821c (Publishing links): Document the
Carsten Dominik <dominik@science.uva.nl>
parents: 71312
diff changeset
5886 file is part of any project in @code{org-publish-project-alist}.
0b2c58e8821c (Publishing links): Document the
Carsten Dominik <dominik@science.uva.nl>
parents: 71312
diff changeset
5887
70867
68e63907ebfb (Plain lists): Added new item navigation commands.
Carsten Dominik <dominik@science.uva.nl>
parents: 70164
diff changeset
5888 @node Project page index, , Publishing links, Configuration
68e63907ebfb (Plain lists): Added new item navigation commands.
Carsten Dominik <dominik@science.uva.nl>
parents: 70164
diff changeset
5889 @subsection Project page index
71450
93e8ae57983b (Embedded LaTeX): New chapter.
Carsten Dominik <dominik@science.uva.nl>
parents: 71386
diff changeset
5890 @cindex index, of published pages
70867
68e63907ebfb (Plain lists): Added new item navigation commands.
Carsten Dominik <dominik@science.uva.nl>
parents: 70164
diff changeset
5891
68e63907ebfb (Plain lists): Added new item navigation commands.
Carsten Dominik <dominik@science.uva.nl>
parents: 70164
diff changeset
5892 The following properties may be used to control publishing of an
68e63907ebfb (Plain lists): Added new item navigation commands.
Carsten Dominik <dominik@science.uva.nl>
parents: 70164
diff changeset
5893 index of files or summary page for a given project.
68e63907ebfb (Plain lists): Added new item navigation commands.
Carsten Dominik <dominik@science.uva.nl>
parents: 70164
diff changeset
5894
68e63907ebfb (Plain lists): Added new item navigation commands.
Carsten Dominik <dominik@science.uva.nl>
parents: 70164
diff changeset
5895 @multitable @columnfractions 0.25 0.75
68e63907ebfb (Plain lists): Added new item navigation commands.
Carsten Dominik <dominik@science.uva.nl>
parents: 70164
diff changeset
5896 @item @code{:auto-index}
68e63907ebfb (Plain lists): Added new item navigation commands.
Carsten Dominik <dominik@science.uva.nl>
parents: 70164
diff changeset
5897 @tab When non-nil, publish an index during org-publish-current-project or
68e63907ebfb (Plain lists): Added new item navigation commands.
Carsten Dominik <dominik@science.uva.nl>
parents: 70164
diff changeset
5898 org-publish-all.
68e63907ebfb (Plain lists): Added new item navigation commands.
Carsten Dominik <dominik@science.uva.nl>
parents: 70164
diff changeset
5899
68e63907ebfb (Plain lists): Added new item navigation commands.
Carsten Dominik <dominik@science.uva.nl>
parents: 70164
diff changeset
5900 @item @code{:index-filename}
68e63907ebfb (Plain lists): Added new item navigation commands.
Carsten Dominik <dominik@science.uva.nl>
parents: 70164
diff changeset
5901 @tab Filename for output of index. Defaults to @file{index.org} (which
68e63907ebfb (Plain lists): Added new item navigation commands.
Carsten Dominik <dominik@science.uva.nl>
parents: 70164
diff changeset
5902 becomes @file{index.html}).
68e63907ebfb (Plain lists): Added new item navigation commands.
Carsten Dominik <dominik@science.uva.nl>
parents: 70164
diff changeset
5903
68e63907ebfb (Plain lists): Added new item navigation commands.
Carsten Dominik <dominik@science.uva.nl>
parents: 70164
diff changeset
5904 @item @code{:index-title}
68e63907ebfb (Plain lists): Added new item navigation commands.
Carsten Dominik <dominik@science.uva.nl>
parents: 70164
diff changeset
5905 @tab Title of index page. Defaults to name of file.
68e63907ebfb (Plain lists): Added new item navigation commands.
Carsten Dominik <dominik@science.uva.nl>
parents: 70164
diff changeset
5906
68e63907ebfb (Plain lists): Added new item navigation commands.
Carsten Dominik <dominik@science.uva.nl>
parents: 70164
diff changeset
5907 @item @code{:index-function}
68e63907ebfb (Plain lists): Added new item navigation commands.
Carsten Dominik <dominik@science.uva.nl>
parents: 70164
diff changeset
5908 @tab Plugin function to use for generation of index.
68e63907ebfb (Plain lists): Added new item navigation commands.
Carsten Dominik <dominik@science.uva.nl>
parents: 70164
diff changeset
5909 Defaults to @code{org-publish-org-index}, which generates a plain list
68e63907ebfb (Plain lists): Added new item navigation commands.
Carsten Dominik <dominik@science.uva.nl>
parents: 70164
diff changeset
5910 of links to all files in the project.
68e63907ebfb (Plain lists): Added new item navigation commands.
Carsten Dominik <dominik@science.uva.nl>
parents: 70164
diff changeset
5911 @end multitable
68e63907ebfb (Plain lists): Added new item navigation commands.
Carsten Dominik <dominik@science.uva.nl>
parents: 70164
diff changeset
5912
68e63907ebfb (Plain lists): Added new item navigation commands.
Carsten Dominik <dominik@science.uva.nl>
parents: 70164
diff changeset
5913 @node Sample configuration, Triggering publication, Configuration, Publishing
68e63907ebfb (Plain lists): Added new item navigation commands.
Carsten Dominik <dominik@science.uva.nl>
parents: 70164
diff changeset
5914 @section Sample configuration
68e63907ebfb (Plain lists): Added new item navigation commands.
Carsten Dominik <dominik@science.uva.nl>
parents: 70164
diff changeset
5915
68e63907ebfb (Plain lists): Added new item navigation commands.
Carsten Dominik <dominik@science.uva.nl>
parents: 70164
diff changeset
5916 Below we provide two example configurations. The first one is a simple
68e63907ebfb (Plain lists): Added new item navigation commands.
Carsten Dominik <dominik@science.uva.nl>
parents: 70164
diff changeset
5917 project publishing only a set of Org-mode files. The second example is
68e63907ebfb (Plain lists): Added new item navigation commands.
Carsten Dominik <dominik@science.uva.nl>
parents: 70164
diff changeset
5918 more complex, with a multi-component project.
68e63907ebfb (Plain lists): Added new item navigation commands.
Carsten Dominik <dominik@science.uva.nl>
parents: 70164
diff changeset
5919
68e63907ebfb (Plain lists): Added new item navigation commands.
Carsten Dominik <dominik@science.uva.nl>
parents: 70164
diff changeset
5920 @menu
68e63907ebfb (Plain lists): Added new item navigation commands.
Carsten Dominik <dominik@science.uva.nl>
parents: 70164
diff changeset
5921 * Simple example:: One-component publishing
68e63907ebfb (Plain lists): Added new item navigation commands.
Carsten Dominik <dominik@science.uva.nl>
parents: 70164
diff changeset
5922 * Complex example:: A multi-component publishing example
68e63907ebfb (Plain lists): Added new item navigation commands.
Carsten Dominik <dominik@science.uva.nl>
parents: 70164
diff changeset
5923 @end menu
68e63907ebfb (Plain lists): Added new item navigation commands.
Carsten Dominik <dominik@science.uva.nl>
parents: 70164
diff changeset
5924
68e63907ebfb (Plain lists): Added new item navigation commands.
Carsten Dominik <dominik@science.uva.nl>
parents: 70164
diff changeset
5925 @node Simple example, Complex example, Sample configuration, Sample configuration
68e63907ebfb (Plain lists): Added new item navigation commands.
Carsten Dominik <dominik@science.uva.nl>
parents: 70164
diff changeset
5926 @subsection Example: simple publishing configuration
68e63907ebfb (Plain lists): Added new item navigation commands.
Carsten Dominik <dominik@science.uva.nl>
parents: 70164
diff changeset
5927
68e63907ebfb (Plain lists): Added new item navigation commands.
Carsten Dominik <dominik@science.uva.nl>
parents: 70164
diff changeset
5928 This example publishes a set of Org-mode files to the @file{public_html}
68e63907ebfb (Plain lists): Added new item navigation commands.
Carsten Dominik <dominik@science.uva.nl>
parents: 70164
diff changeset
5929 directory on the local machine.
68e63907ebfb (Plain lists): Added new item navigation commands.
Carsten Dominik <dominik@science.uva.nl>
parents: 70164
diff changeset
5930
68e63907ebfb (Plain lists): Added new item navigation commands.
Carsten Dominik <dominik@science.uva.nl>
parents: 70164
diff changeset
5931 @lisp
68e63907ebfb (Plain lists): Added new item navigation commands.
Carsten Dominik <dominik@science.uva.nl>
parents: 70164
diff changeset
5932 (setq org-publish-project-alist
68e63907ebfb (Plain lists): Added new item navigation commands.
Carsten Dominik <dominik@science.uva.nl>
parents: 70164
diff changeset
5933 '(("org"
68e63907ebfb (Plain lists): Added new item navigation commands.
Carsten Dominik <dominik@science.uva.nl>
parents: 70164
diff changeset
5934 :base-directory "~/org/"
68e63907ebfb (Plain lists): Added new item navigation commands.
Carsten Dominik <dominik@science.uva.nl>
parents: 70164
diff changeset
5935 :publishing-directory "~/public_html"
68e63907ebfb (Plain lists): Added new item navigation commands.
Carsten Dominik <dominik@science.uva.nl>
parents: 70164
diff changeset
5936 :section-numbers nil
68e63907ebfb (Plain lists): Added new item navigation commands.
Carsten Dominik <dominik@science.uva.nl>
parents: 70164
diff changeset
5937 :table-of-contents nil
68e63907ebfb (Plain lists): Added new item navigation commands.
Carsten Dominik <dominik@science.uva.nl>
parents: 70164
diff changeset
5938 :style "<link rel=stylesheet
68e63907ebfb (Plain lists): Added new item navigation commands.
Carsten Dominik <dominik@science.uva.nl>
parents: 70164
diff changeset
5939 href=\"../other/mystyle.css\"
68e63907ebfb (Plain lists): Added new item navigation commands.
Carsten Dominik <dominik@science.uva.nl>
parents: 70164
diff changeset
5940 type=\"text/css\">")))
68e63907ebfb (Plain lists): Added new item navigation commands.
Carsten Dominik <dominik@science.uva.nl>
parents: 70164
diff changeset
5941 @end lisp
68e63907ebfb (Plain lists): Added new item navigation commands.
Carsten Dominik <dominik@science.uva.nl>
parents: 70164
diff changeset
5942
68e63907ebfb (Plain lists): Added new item navigation commands.
Carsten Dominik <dominik@science.uva.nl>
parents: 70164
diff changeset
5943 @node Complex example, , Simple example, Sample configuration
68e63907ebfb (Plain lists): Added new item navigation commands.
Carsten Dominik <dominik@science.uva.nl>
parents: 70164
diff changeset
5944 @subsection Example: complex publishing configuration
68e63907ebfb (Plain lists): Added new item navigation commands.
Carsten Dominik <dominik@science.uva.nl>
parents: 70164
diff changeset
5945
68e63907ebfb (Plain lists): Added new item navigation commands.
Carsten Dominik <dominik@science.uva.nl>
parents: 70164
diff changeset
5946 This more complicated example publishes an entire website, including
68e63907ebfb (Plain lists): Added new item navigation commands.
Carsten Dominik <dominik@science.uva.nl>
parents: 70164
diff changeset
5947 org files converted to HTML, image files, emacs lisp source code, and
68e63907ebfb (Plain lists): Added new item navigation commands.
Carsten Dominik <dominik@science.uva.nl>
parents: 70164
diff changeset
5948 stylesheets. The publishing-directory is remote and private files are
68e63907ebfb (Plain lists): Added new item navigation commands.
Carsten Dominik <dominik@science.uva.nl>
parents: 70164
diff changeset
5949 excluded.
68e63907ebfb (Plain lists): Added new item navigation commands.
Carsten Dominik <dominik@science.uva.nl>
parents: 70164
diff changeset
5950
68e63907ebfb (Plain lists): Added new item navigation commands.
Carsten Dominik <dominik@science.uva.nl>
parents: 70164
diff changeset
5951 To ensure that links are preserved, care should be taken to replicate
68e63907ebfb (Plain lists): Added new item navigation commands.
Carsten Dominik <dominik@science.uva.nl>
parents: 70164
diff changeset
5952 your directory structure on the web server, and to use relative file
68e63907ebfb (Plain lists): Added new item navigation commands.
Carsten Dominik <dominik@science.uva.nl>
parents: 70164
diff changeset
5953 paths. For example, if your org files are kept in @file{~/org} and your
68e63907ebfb (Plain lists): Added new item navigation commands.
Carsten Dominik <dominik@science.uva.nl>
parents: 70164
diff changeset
5954 publishable images in @file{~/images}, you'd link to an image with
68e63907ebfb (Plain lists): Added new item navigation commands.
Carsten Dominik <dominik@science.uva.nl>
parents: 70164
diff changeset
5955 @c
68e63907ebfb (Plain lists): Added new item navigation commands.
Carsten Dominik <dominik@science.uva.nl>
parents: 70164
diff changeset
5956 @example
68e63907ebfb (Plain lists): Added new item navigation commands.
Carsten Dominik <dominik@science.uva.nl>
parents: 70164
diff changeset
5957 file:../images/myimage.png
68e63907ebfb (Plain lists): Added new item navigation commands.
Carsten Dominik <dominik@science.uva.nl>
parents: 70164
diff changeset
5958 @end example
68e63907ebfb (Plain lists): Added new item navigation commands.
Carsten Dominik <dominik@science.uva.nl>
parents: 70164
diff changeset
5959 @c
68e63907ebfb (Plain lists): Added new item navigation commands.
Carsten Dominik <dominik@science.uva.nl>
parents: 70164
diff changeset
5960 On the web server, the relative path to the image should be the
68e63907ebfb (Plain lists): Added new item navigation commands.
Carsten Dominik <dominik@science.uva.nl>
parents: 70164
diff changeset
5961 same. You can accomplish this by setting up an "images" folder in the
68e63907ebfb (Plain lists): Added new item navigation commands.
Carsten Dominik <dominik@science.uva.nl>
parents: 70164
diff changeset
5962 right place on the webserver, and publishing images to it.
68e63907ebfb (Plain lists): Added new item navigation commands.
Carsten Dominik <dominik@science.uva.nl>
parents: 70164
diff changeset
5963
68e63907ebfb (Plain lists): Added new item navigation commands.
Carsten Dominik <dominik@science.uva.nl>
parents: 70164
diff changeset
5964 @lisp
68e63907ebfb (Plain lists): Added new item navigation commands.
Carsten Dominik <dominik@science.uva.nl>
parents: 70164
diff changeset
5965 (setq org-publish-project-alist
71098
b98399840395 Small typo fixes.
Carsten Dominik <dominik@science.uva.nl>
parents: 70974
diff changeset
5966 '(("orgfiles"
70867
68e63907ebfb (Plain lists): Added new item navigation commands.
Carsten Dominik <dominik@science.uva.nl>
parents: 70164
diff changeset
5967 :base-directory "~/org/"
68e63907ebfb (Plain lists): Added new item navigation commands.
Carsten Dominik <dominik@science.uva.nl>
parents: 70164
diff changeset
5968 :base-extension "org"
68e63907ebfb (Plain lists): Added new item navigation commands.
Carsten Dominik <dominik@science.uva.nl>
parents: 70164
diff changeset
5969 :publishing-directory "/ssh:user@@host:~/html/notebook/"
68e63907ebfb (Plain lists): Added new item navigation commands.
Carsten Dominik <dominik@science.uva.nl>
parents: 70164
diff changeset
5970 :publishing-function org-publish-org-to-html
68e63907ebfb (Plain lists): Added new item navigation commands.
Carsten Dominik <dominik@science.uva.nl>
parents: 70164
diff changeset
5971 :exclude "PrivatePage.org" ;; regexp
68e63907ebfb (Plain lists): Added new item navigation commands.
Carsten Dominik <dominik@science.uva.nl>
parents: 70164
diff changeset
5972 :headline-levels 3
68e63907ebfb (Plain lists): Added new item navigation commands.
Carsten Dominik <dominik@science.uva.nl>
parents: 70164
diff changeset
5973 :section-numbers nil
68e63907ebfb (Plain lists): Added new item navigation commands.
Carsten Dominik <dominik@science.uva.nl>
parents: 70164
diff changeset
5974 :table-of-contents nil
68e63907ebfb (Plain lists): Added new item navigation commands.
Carsten Dominik <dominik@science.uva.nl>
parents: 70164
diff changeset
5975 :style "<link rel=stylesheet
68e63907ebfb (Plain lists): Added new item navigation commands.
Carsten Dominik <dominik@science.uva.nl>
parents: 70164
diff changeset
5976 href=\"../other/mystyle.css\" type=\"text/css\">"
68e63907ebfb (Plain lists): Added new item navigation commands.
Carsten Dominik <dominik@science.uva.nl>
parents: 70164
diff changeset
5977 :auto-preamble t
68e63907ebfb (Plain lists): Added new item navigation commands.
Carsten Dominik <dominik@science.uva.nl>
parents: 70164
diff changeset
5978 :auto-postamble nil)
68e63907ebfb (Plain lists): Added new item navigation commands.
Carsten Dominik <dominik@science.uva.nl>
parents: 70164
diff changeset
5979
68e63907ebfb (Plain lists): Added new item navigation commands.
Carsten Dominik <dominik@science.uva.nl>
parents: 70164
diff changeset
5980 ("images"
68e63907ebfb (Plain lists): Added new item navigation commands.
Carsten Dominik <dominik@science.uva.nl>
parents: 70164
diff changeset
5981 :base-directory "~/images/"
68e63907ebfb (Plain lists): Added new item navigation commands.
Carsten Dominik <dominik@science.uva.nl>
parents: 70164
diff changeset
5982 :base-extension "jpg\\|gif\\|png"
68e63907ebfb (Plain lists): Added new item navigation commands.
Carsten Dominik <dominik@science.uva.nl>
parents: 70164
diff changeset
5983 :publishing-directory "/ssh:user@@host:~/html/images/"
68e63907ebfb (Plain lists): Added new item navigation commands.
Carsten Dominik <dominik@science.uva.nl>
parents: 70164
diff changeset
5984 :publishing-function org-publish-attachment)
68e63907ebfb (Plain lists): Added new item navigation commands.
Carsten Dominik <dominik@science.uva.nl>
parents: 70164
diff changeset
5985
68e63907ebfb (Plain lists): Added new item navigation commands.
Carsten Dominik <dominik@science.uva.nl>
parents: 70164
diff changeset
5986 ("other"
68e63907ebfb (Plain lists): Added new item navigation commands.
Carsten Dominik <dominik@science.uva.nl>
parents: 70164
diff changeset
5987 :base-directory "~/other/"
68e63907ebfb (Plain lists): Added new item navigation commands.
Carsten Dominik <dominik@science.uva.nl>
parents: 70164
diff changeset
5988 :base-extension "css\\|el"
68e63907ebfb (Plain lists): Added new item navigation commands.
Carsten Dominik <dominik@science.uva.nl>
parents: 70164
diff changeset
5989 :publishing-directory "/ssh:user@@host:~/html/other/"
71098
b98399840395 Small typo fixes.
Carsten Dominik <dominik@science.uva.nl>
parents: 70974
diff changeset
5990 :publishing-function org-publish-attachment)
b98399840395 Small typo fixes.
Carsten Dominik <dominik@science.uva.nl>
parents: 70974
diff changeset
5991 ("website" :components ("orgfiles" "images" "other"))))
70867
68e63907ebfb (Plain lists): Added new item navigation commands.
Carsten Dominik <dominik@science.uva.nl>
parents: 70164
diff changeset
5992 @end lisp
68e63907ebfb (Plain lists): Added new item navigation commands.
Carsten Dominik <dominik@science.uva.nl>
parents: 70164
diff changeset
5993
68e63907ebfb (Plain lists): Added new item navigation commands.
Carsten Dominik <dominik@science.uva.nl>
parents: 70164
diff changeset
5994 @node Triggering publication, , Sample configuration, Publishing
68e63907ebfb (Plain lists): Added new item navigation commands.
Carsten Dominik <dominik@science.uva.nl>
parents: 70164
diff changeset
5995 @section Triggering publication
68e63907ebfb (Plain lists): Added new item navigation commands.
Carsten Dominik <dominik@science.uva.nl>
parents: 70164
diff changeset
5996
68e63907ebfb (Plain lists): Added new item navigation commands.
Carsten Dominik <dominik@science.uva.nl>
parents: 70164
diff changeset
5997 Once org-publish is properly configured, you can publish with the
68e63907ebfb (Plain lists): Added new item navigation commands.
Carsten Dominik <dominik@science.uva.nl>
parents: 70164
diff changeset
5998 following functions:
68e63907ebfb (Plain lists): Added new item navigation commands.
Carsten Dominik <dominik@science.uva.nl>
parents: 70164
diff changeset
5999
68e63907ebfb (Plain lists): Added new item navigation commands.
Carsten Dominik <dominik@science.uva.nl>
parents: 70164
diff changeset
6000 @table @kbd
81167
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
6001 @item C-c C-e C
71653
9c582eb56ce7 (Exporting): Document `C-c C-e' as the prefix for
Carsten Dominik <dominik@science.uva.nl>
parents: 71564
diff changeset
6002 Prompt for a specific project and publish all files that belong to it.
81167
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
6003 @item C-c C-e P
73874
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
6004 Publish the project containing the current file.
81167
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
6005 @item C-c C-e F
71653
9c582eb56ce7 (Exporting): Document `C-c C-e' as the prefix for
Carsten Dominik <dominik@science.uva.nl>
parents: 71564
diff changeset
6006 Publish only the current file.
81167
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
6007 @item C-c C-e A
70867
68e63907ebfb (Plain lists): Added new item navigation commands.
Carsten Dominik <dominik@science.uva.nl>
parents: 70164
diff changeset
6008 Publish all projects.
68e63907ebfb (Plain lists): Added new item navigation commands.
Carsten Dominik <dominik@science.uva.nl>
parents: 70164
diff changeset
6009 @end table
68e63907ebfb (Plain lists): Added new item navigation commands.
Carsten Dominik <dominik@science.uva.nl>
parents: 70164
diff changeset
6010
68e63907ebfb (Plain lists): Added new item navigation commands.
Carsten Dominik <dominik@science.uva.nl>
parents: 70164
diff changeset
6011 Org uses timestamps to track when a file has changed. The above
68e63907ebfb (Plain lists): Added new item navigation commands.
Carsten Dominik <dominik@science.uva.nl>
parents: 70164
diff changeset
6012 functions normally only publish changed files. You can override this and
71653
9c582eb56ce7 (Exporting): Document `C-c C-e' as the prefix for
Carsten Dominik <dominik@science.uva.nl>
parents: 71564
diff changeset
6013 force publishing of all files by giving a prefix argument.
70867
68e63907ebfb (Plain lists): Added new item navigation commands.
Carsten Dominik <dominik@science.uva.nl>
parents: 70164
diff changeset
6014
71386
0b2c58e8821c (Publishing links): Document the
Carsten Dominik <dominik@science.uva.nl>
parents: 71312
diff changeset
6015 @node Miscellaneous, Extensions and Hacking, Publishing, Top
58792
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
6016 @chapter Miscellaneous
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
6017
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
6018 @menu
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
6019 * Completion:: M-TAB knows what you need
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
6020 * Customization:: Adapting Org-mode to your taste
71450
93e8ae57983b (Embedded LaTeX): New chapter.
Carsten Dominik <dominik@science.uva.nl>
parents: 71386
diff changeset
6021 * In-buffer settings:: Overview of the #+KEYWORDS
70011
74050e653990 (Visibility cycling): Better names for the startup
Carsten Dominik <dominik@science.uva.nl>
parents: 69999
diff changeset
6022 * The very busy C-c C-c key:: When in doubt, press C-c C-c
69225
a2d5fbc00b3e (Interaction): Added item about `org-mouse.el' by Piotr
Carsten Dominik <dominik@science.uva.nl>
parents: 69117
diff changeset
6023 * Clean view:: Getting rid of leading stars in the outline
a2d5fbc00b3e (Interaction): Added item about `org-mouse.el' by Piotr
Carsten Dominik <dominik@science.uva.nl>
parents: 69117
diff changeset
6024 * TTY keys:: Using Org-mode on a tty
58792
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
6025 * Interaction:: Other Emacs packages
63362
8a4e1b582425 Version 3.11
Carsten Dominik <dominik@science.uva.nl>
parents: 62713
diff changeset
6026 * Bugs:: Things which do not work perfectly
58792
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
6027 @end menu
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
6028
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
6029 @node Completion, Customization, Miscellaneous, Miscellaneous
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
6030 @section Completion
63833
addf44674c32 Version 3.12
Carsten Dominik <dominik@science.uva.nl>
parents: 63672
diff changeset
6031 @cindex completion, of @TeX{} symbols
addf44674c32 Version 3.12
Carsten Dominik <dominik@science.uva.nl>
parents: 63672
diff changeset
6032 @cindex completion, of TODO keywords
addf44674c32 Version 3.12
Carsten Dominik <dominik@science.uva.nl>
parents: 63672
diff changeset
6033 @cindex completion, of dictionary words
addf44674c32 Version 3.12
Carsten Dominik <dominik@science.uva.nl>
parents: 63672
diff changeset
6034 @cindex completion, of option keywords
67613
eab2494a32d7 *** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents: 67604
diff changeset
6035 @cindex completion, of tags
76138
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
6036 @cindex completion, of link abbreviations
67613
eab2494a32d7 *** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents: 67604
diff changeset
6037 @cindex @TeX{} symbol completion
eab2494a32d7 *** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents: 67604
diff changeset
6038 @cindex TODO keywords completion
eab2494a32d7 *** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents: 67604
diff changeset
6039 @cindex dictionary word completion
eab2494a32d7 *** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents: 67604
diff changeset
6040 @cindex option keyword completion
eab2494a32d7 *** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents: 67604
diff changeset
6041 @cindex tag completion
76138
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
6042 @cindex link abbreviations, completion of
58792
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
6043
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
6044 Org-mode supports in-buffer completion. This type of completion does
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
6045 not make use of the minibuffer. You simply type a few letters into
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
6046 the buffer and use the key to complete text right there.
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
6047
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
6048 @table @kbd
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
6049 @kindex M-@key{TAB}
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
6050 @item M-@key{TAB}
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
6051 Complete word at point
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
6052 @itemize @bullet
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
6053 @item
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
6054 At the beginning of a headline, complete TODO keywords.
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
6055 @item
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
6056 After @samp{\}, complete @TeX{} symbols supported by the exporter.
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
6057 @item
73874
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
6058 After @samp{*}, complete headlines in the current buffer so that they
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
6059 can be used in search links like @samp{[[*find this headline]]}.
67344
22aa7225124f (TODO basics): Document the global todo list.
Carsten Dominik <dominik@science.uva.nl>
parents: 67219
diff changeset
6060 @item
73874
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
6061 After @samp{:}, complete tags. The list of tags is taken from the
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
6062 variable @code{org-tag-alist} (possibly set through the @samp{#+TAGS}
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
6063 in-buffer option, @pxref{Setting tags}), or it is created dynamically
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
6064 from all tags used in the current buffer.
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
6065 @item
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
6066 After @samp{[}, complete link abbreviations (@pxref{Link abbreviations}).
67613
eab2494a32d7 *** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents: 67604
diff changeset
6067 @item
58792
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
6068 After @samp{#+}, complete the special keywords like @samp{TYP_TODO} or
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
6069 @samp{OPTIONS} which set file-specific options for Org-mode. When the
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
6070 option keyword is already complete, pressing @kbd{M-@key{TAB}} again
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
6071 will insert example settings for this keyword.
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
6072 @item
73874
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
6073 In the line after @samp{#+STARTUP: }, complete startup keywords,
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
6074 i.e. valid keys for this line.
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
6075 @item
58792
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
6076 Elsewhere, complete dictionary words using ispell.
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
6077 @end itemize
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
6078 @end table
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
6079
71450
93e8ae57983b (Embedded LaTeX): New chapter.
Carsten Dominik <dominik@science.uva.nl>
parents: 71386
diff changeset
6080 @node Customization, In-buffer settings, Completion, Miscellaneous
58792
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
6081 @section Customization
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
6082 @cindex customization
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
6083 @cindex options, for customization
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
6084 @cindex variables, for customization
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
6085
76138
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
6086 There are more than 180 variables that can be used to customize
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
6087 Org-mode. For the sake of compactness of the manual, I am not
67694
5f1a4736c318 *** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents: 67613
diff changeset
6088 describing the variables here. A structured overview of customization
5f1a4736c318 *** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents: 67613
diff changeset
6089 variables is available with @kbd{M-x org-customize}. Or select
70011
74050e653990 (Visibility cycling): Better names for the startup
Carsten Dominik <dominik@science.uva.nl>
parents: 69999
diff changeset
6090 @code{Browse Org Group} from the @code{Org->Customization} menu. Many
74050e653990 (Visibility cycling): Better names for the startup
Carsten Dominik <dominik@science.uva.nl>
parents: 69999
diff changeset
6091 settings can also be activated on a per-file basis, by putting special
71450
93e8ae57983b (Embedded LaTeX): New chapter.
Carsten Dominik <dominik@science.uva.nl>
parents: 71386
diff changeset
6092 lines into the buffer (@pxref{In-buffer settings}).
93e8ae57983b (Embedded LaTeX): New chapter.
Carsten Dominik <dominik@science.uva.nl>
parents: 71386
diff changeset
6093
93e8ae57983b (Embedded LaTeX): New chapter.
Carsten Dominik <dominik@science.uva.nl>
parents: 71386
diff changeset
6094 @node In-buffer settings, The very busy C-c C-c key, Customization, Miscellaneous
70011
74050e653990 (Visibility cycling): Better names for the startup
Carsten Dominik <dominik@science.uva.nl>
parents: 69999
diff changeset
6095 @section Summary of in-buffer settings
74050e653990 (Visibility cycling): Better names for the startup
Carsten Dominik <dominik@science.uva.nl>
parents: 69999
diff changeset
6096 @cindex in-buffer settings
74050e653990 (Visibility cycling): Better names for the startup
Carsten Dominik <dominik@science.uva.nl>
parents: 69999
diff changeset
6097 @cindex special keywords
74050e653990 (Visibility cycling): Better names for the startup
Carsten Dominik <dominik@science.uva.nl>
parents: 69999
diff changeset
6098
74050e653990 (Visibility cycling): Better names for the startup
Carsten Dominik <dominik@science.uva.nl>
parents: 69999
diff changeset
6099 Org-mode uses special lines in the buffer to define settings on a
74050e653990 (Visibility cycling): Better names for the startup
Carsten Dominik <dominik@science.uva.nl>
parents: 69999
diff changeset
6100 per-file basis. These lines start with a @samp{#+} followed by a
74050e653990 (Visibility cycling): Better names for the startup
Carsten Dominik <dominik@science.uva.nl>
parents: 69999
diff changeset
6101 keyword, a colon, and then individual words defining a setting. Several
70951
39f6e1889f85 (ASCII export): Omit command name.
Carsten Dominik <dominik@science.uva.nl>
parents: 70867
diff changeset
6102 setting words can be in the same line, but you can also have multiple
70011
74050e653990 (Visibility cycling): Better names for the startup
Carsten Dominik <dominik@science.uva.nl>
parents: 69999
diff changeset
6103 lines for the keyword. While these settings are described throughout
74050e653990 (Visibility cycling): Better names for the startup
Carsten Dominik <dominik@science.uva.nl>
parents: 69999
diff changeset
6104 the manual, here is a summary. After changing any of those lines in the
74050e653990 (Visibility cycling): Better names for the startup
Carsten Dominik <dominik@science.uva.nl>
parents: 69999
diff changeset
6105 buffer, press @kbd{C-c C-c} with the cursor still in the line to
74050e653990 (Visibility cycling): Better names for the startup
Carsten Dominik <dominik@science.uva.nl>
parents: 69999
diff changeset
6106 activate the changes immediately. Otherwise they become effective only
74050e653990 (Visibility cycling): Better names for the startup
Carsten Dominik <dominik@science.uva.nl>
parents: 69999
diff changeset
6107 when the file is visited again in a new Emacs session.
74050e653990 (Visibility cycling): Better names for the startup
Carsten Dominik <dominik@science.uva.nl>
parents: 69999
diff changeset
6108
74050e653990 (Visibility cycling): Better names for the startup
Carsten Dominik <dominik@science.uva.nl>
parents: 69999
diff changeset
6109 @table @kbd
74050e653990 (Visibility cycling): Better names for the startup
Carsten Dominik <dominik@science.uva.nl>
parents: 69999
diff changeset
6110 @item #+STARTUP:
74050e653990 (Visibility cycling): Better names for the startup
Carsten Dominik <dominik@science.uva.nl>
parents: 69999
diff changeset
6111 This line sets options to be used at startup of org-mode, when an
74050e653990 (Visibility cycling): Better names for the startup
Carsten Dominik <dominik@science.uva.nl>
parents: 69999
diff changeset
6112 Org-mode file is being visited. The first set of options deals with the
74050e653990 (Visibility cycling): Better names for the startup
Carsten Dominik <dominik@science.uva.nl>
parents: 69999
diff changeset
6113 initial visibility of the outline tree. The corresponding variable for
74050e653990 (Visibility cycling): Better names for the startup
Carsten Dominik <dominik@science.uva.nl>
parents: 69999
diff changeset
6114 global default settings is @code{org-startup-folded}, with a default
74050e653990 (Visibility cycling): Better names for the startup
Carsten Dominik <dominik@science.uva.nl>
parents: 69999
diff changeset
6115 value @code{t}, which means @code{overview}.
76138
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
6116 @cindex @code{overview}, STARTUP keyword
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
6117 @cindex @code{content}, STARTUP keyword
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
6118 @cindex @code{showall}, STARTUP keyword
70011
74050e653990 (Visibility cycling): Better names for the startup
Carsten Dominik <dominik@science.uva.nl>
parents: 69999
diff changeset
6119 @example
74050e653990 (Visibility cycling): Better names for the startup
Carsten Dominik <dominik@science.uva.nl>
parents: 69999
diff changeset
6120 overview @r{top-level headlines only}
74050e653990 (Visibility cycling): Better names for the startup
Carsten Dominik <dominik@science.uva.nl>
parents: 69999
diff changeset
6121 content @r{all headlines}
74050e653990 (Visibility cycling): Better names for the startup
Carsten Dominik <dominik@science.uva.nl>
parents: 69999
diff changeset
6122 showall @r{no folding at all, show everything}
74050e653990 (Visibility cycling): Better names for the startup
Carsten Dominik <dominik@science.uva.nl>
parents: 69999
diff changeset
6123 @end example
74050e653990 (Visibility cycling): Better names for the startup
Carsten Dominik <dominik@science.uva.nl>
parents: 69999
diff changeset
6124 Then there are options for aligning tables upon visiting a file. This
74050e653990 (Visibility cycling): Better names for the startup
Carsten Dominik <dominik@science.uva.nl>
parents: 69999
diff changeset
6125 is useful in files containing narrowed table columns. The corresponding
74050e653990 (Visibility cycling): Better names for the startup
Carsten Dominik <dominik@science.uva.nl>
parents: 69999
diff changeset
6126 variable is @code{org-startup-align-all-tables}, with a default value
74050e653990 (Visibility cycling): Better names for the startup
Carsten Dominik <dominik@science.uva.nl>
parents: 69999
diff changeset
6127 @code{nil}.
76138
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
6128 @cindex @code{align}, STARTUP keyword
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
6129 @cindex @code{noalign}, STARTUP keyword
70011
74050e653990 (Visibility cycling): Better names for the startup
Carsten Dominik <dominik@science.uva.nl>
parents: 69999
diff changeset
6130 @example
74050e653990 (Visibility cycling): Better names for the startup
Carsten Dominik <dominik@science.uva.nl>
parents: 69999
diff changeset
6131 align @r{align all tables}
70164
7ce8d4154af5 Many small fixes.
Carsten Dominik <dominik@science.uva.nl>
parents: 70133
diff changeset
6132 noalign @r{don't align tables on startup}
70011
74050e653990 (Visibility cycling): Better names for the startup
Carsten Dominik <dominik@science.uva.nl>
parents: 69999
diff changeset
6133 @end example
76138
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
6134 Logging TODO state changes and clock intervals (variable
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
6135 @code{org-log-done}) can be configured using these options.
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
6136 @cindex @code{logdone}, STARTUP keyword
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
6137 @cindex @code{nologging}, STARTUP keyword
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
6138 @cindex @code{lognotedone}, STARTUP keyword
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
6139 @cindex @code{lognoteclock-out}, STARTUP keyword
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
6140 @cindex @code{lognotestate}, STARTUP keyword
81167
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
6141 @cindex @code{logrepeat}, STARTUP keyword
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
6142 @cindex @code{nologrepeat}, STARTUP keyword
70867
68e63907ebfb (Plain lists): Added new item navigation commands.
Carsten Dominik <dominik@science.uva.nl>
parents: 70164
diff changeset
6143 @example
76138
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
6144 logging @r{record a timestamp when an item is marked DONE}
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
6145 nologging @r{don't record when items are marked DONE}
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
6146 lognotedone @r{record timestamp and a note when DONE}
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
6147 lognotestate @r{record timestamp, note when TODO state changes}
81167
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
6148 logrepeat @r{record a not when re-instating a repeating item}
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
6149 nologrepeat @r{do not record when re-instating repeating item}
76138
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
6150 lognoteclock-out @r{record timestamp and a note when clocking out}
70867
68e63907ebfb (Plain lists): Added new item navigation commands.
Carsten Dominik <dominik@science.uva.nl>
parents: 70164
diff changeset
6151 @end example
70011
74050e653990 (Visibility cycling): Better names for the startup
Carsten Dominik <dominik@science.uva.nl>
parents: 69999
diff changeset
6152 Here are the options for hiding leading stars in outline headings. The
74050e653990 (Visibility cycling): Better names for the startup
Carsten Dominik <dominik@science.uva.nl>
parents: 69999
diff changeset
6153 corresponding variables are @code{org-hide-leading-stars} and
74050e653990 (Visibility cycling): Better names for the startup
Carsten Dominik <dominik@science.uva.nl>
parents: 69999
diff changeset
6154 @code{org-odd-levels-only}, both with a default setting @code{nil}
74050e653990 (Visibility cycling): Better names for the startup
Carsten Dominik <dominik@science.uva.nl>
parents: 69999
diff changeset
6155 (meaning @code{showstars} and @code{oddeven}).
76138
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
6156 @cindex @code{hidestars}, STARTUP keyword
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
6157 @cindex @code{showstars}, STARTUP keyword
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
6158 @cindex @code{odd}, STARTUP keyword
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
6159 @cindex @code{even}, STARTUP keyword
70011
74050e653990 (Visibility cycling): Better names for the startup
Carsten Dominik <dominik@science.uva.nl>
parents: 69999
diff changeset
6160 @example
74050e653990 (Visibility cycling): Better names for the startup
Carsten Dominik <dominik@science.uva.nl>
parents: 69999
diff changeset
6161 hidestars @r{make all but one of the stars starting a headline invisible.}
74050e653990 (Visibility cycling): Better names for the startup
Carsten Dominik <dominik@science.uva.nl>
parents: 69999
diff changeset
6162 showstars @r{show all stars starting a headline}
74050e653990 (Visibility cycling): Better names for the startup
Carsten Dominik <dominik@science.uva.nl>
parents: 69999
diff changeset
6163 odd @r{allow only odd outline levels (1,3,...)}
74050e653990 (Visibility cycling): Better names for the startup
Carsten Dominik <dominik@science.uva.nl>
parents: 69999
diff changeset
6164 oddeven @r{allow all outline levels}
74050e653990 (Visibility cycling): Better names for the startup
Carsten Dominik <dominik@science.uva.nl>
parents: 69999
diff changeset
6165 @end example
74030
7c426fa1fdff Fix typos
Carsten Dominik <dominik@science.uva.nl>
parents: 73967
diff changeset
6166 To turn on custom format overlays over time stamps (variables
73874
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
6167 @code{org-put-time-stamp-overlays} and
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
6168 @code{org-time-stamp-overlay-formats}), use
76138
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
6169 @cindex @code{customtime}, STARTUP keyword
73874
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
6170 @example
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
6171 customtime @r{overlay custom time format}
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
6172 @end example
81167
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
6173 The following options influence the table spreadsheet (variable
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
6174 @code{constants-unit-system}).
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
6175 @cindex @code{constcgs}, STARTUP keyword
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
6176 @cindex @code{constSI}, STARTUP keyword
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
6177 @example
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
6178 constcgs @r{@file{constants.el} should use the c-g-s unit system}
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
6179 constSI @r{@file{constants.el} should use the SI unit system}
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
6180 @end example
70011
74050e653990 (Visibility cycling): Better names for the startup
Carsten Dominik <dominik@science.uva.nl>
parents: 69999
diff changeset
6181 @item #+SEQ_TODO: #+TYP_TODO:
70951
39f6e1889f85 (ASCII export): Omit command name.
Carsten Dominik <dominik@science.uva.nl>
parents: 70867
diff changeset
6182 These lines set the TODO keywords and their interpretation in the
70011
74050e653990 (Visibility cycling): Better names for the startup
Carsten Dominik <dominik@science.uva.nl>
parents: 69999
diff changeset
6183 current file. The corresponding variables are @code{org-todo-keywords}
74050e653990 (Visibility cycling): Better names for the startup
Carsten Dominik <dominik@science.uva.nl>
parents: 69999
diff changeset
6184 and @code{org-todo-interpretation}.
70867
68e63907ebfb (Plain lists): Added new item navigation commands.
Carsten Dominik <dominik@science.uva.nl>
parents: 70164
diff changeset
6185 @item #+TAGS: TAG1(c1) TAG2(c2)
68e63907ebfb (Plain lists): Added new item navigation commands.
Carsten Dominik <dominik@science.uva.nl>
parents: 70164
diff changeset
6186 These lines (several such lines are allowed) specify the legal tags in
71098
b98399840395 Small typo fixes.
Carsten Dominik <dominik@science.uva.nl>
parents: 70974
diff changeset
6187 this file, and (potentially) the corresponding @emph{fast tag selection}
70867
68e63907ebfb (Plain lists): Added new item navigation commands.
Carsten Dominik <dominik@science.uva.nl>
parents: 70164
diff changeset
6188 keys. The corresponding variable is @code{org-tag-alist}.
73874
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
6189 @item #+LINK: linkword replace
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
6190 These lines (several are allowed) specify link abbreviations.
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
6191 @xref{Link abbreviations}. The corresponding variable is
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
6192 @code{org-link-abbrev-alist}.
70011
74050e653990 (Visibility cycling): Better names for the startup
Carsten Dominik <dominik@science.uva.nl>
parents: 69999
diff changeset
6193 @item #+CATEGORY:
74050e653990 (Visibility cycling): Better names for the startup
Carsten Dominik <dominik@science.uva.nl>
parents: 69999
diff changeset
6194 This line sets the category for the agenda file. The category applies
74050e653990 (Visibility cycling): Better names for the startup
Carsten Dominik <dominik@science.uva.nl>
parents: 69999
diff changeset
6195 for all subsequent lines until the next @samp{#+CATEGORY} line, or the
76138
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
6196 end of the file. The first such line also applies to any entries before it.
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
6197 @item #+ARCHIVE: %s_done::
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
6198 This line sets the archive location for the agenda file. It applies for
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
6199 all subsequent lines until the next @samp{#+CATEGORY} line, or the end
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
6200 of the file. The first such line also applies to any entries before it.
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
6201 The corresponding variable is @code{org-archive-location}.
81167
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
6202 @item #+PRIORITIES: highest lowest default
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
6203 This line sets the limits and the default for the priorities. All three
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
6204 must be either letters A-Z or numbers 0-9. The highest priority must
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
6205 have a lower ASCII number that the lowest priority.
70011
74050e653990 (Visibility cycling): Better names for the startup
Carsten Dominik <dominik@science.uva.nl>
parents: 69999
diff changeset
6206 @item #+TBLFM:
74050e653990 (Visibility cycling): Better names for the startup
Carsten Dominik <dominik@science.uva.nl>
parents: 69999
diff changeset
6207 This line contains the formulas for the table directly above the line.
74050e653990 (Visibility cycling): Better names for the startup
Carsten Dominik <dominik@science.uva.nl>
parents: 69999
diff changeset
6208 @item #+TITLE:, #+AUTHOR:, #+EMAIL:, #+LANGUAGE:, #+TEXT:, #+OPTIONS:
71098
b98399840395 Small typo fixes.
Carsten Dominik <dominik@science.uva.nl>
parents: 70974
diff changeset
6209 These lines provide settings for exporting files. For more details see
70011
74050e653990 (Visibility cycling): Better names for the startup
Carsten Dominik <dominik@science.uva.nl>
parents: 69999
diff changeset
6210 @ref{Export options}.
74050e653990 (Visibility cycling): Better names for the startup
Carsten Dominik <dominik@science.uva.nl>
parents: 69999
diff changeset
6211 @end table
74050e653990 (Visibility cycling): Better names for the startup
Carsten Dominik <dominik@science.uva.nl>
parents: 69999
diff changeset
6212
71450
93e8ae57983b (Embedded LaTeX): New chapter.
Carsten Dominik <dominik@science.uva.nl>
parents: 71386
diff changeset
6213 @node The very busy C-c C-c key, Clean view, In-buffer settings, Miscellaneous
70011
74050e653990 (Visibility cycling): Better names for the startup
Carsten Dominik <dominik@science.uva.nl>
parents: 69999
diff changeset
6214 @section The very busy C-c C-c key
69929
beebc22085fe (Link format): New section, emphasis on bracket links.
Carsten Dominik <dominik@science.uva.nl>
parents: 69891
diff changeset
6215 @kindex C-c C-c
73874
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
6216 @cindex C-c C-c, overview
69929
beebc22085fe (Link format): New section, emphasis on bracket links.
Carsten Dominik <dominik@science.uva.nl>
parents: 69891
diff changeset
6217
70011
74050e653990 (Visibility cycling): Better names for the startup
Carsten Dominik <dominik@science.uva.nl>
parents: 69999
diff changeset
6218 The key @kbd{C-c C-c} has many purposes in org-mode, which are all
74050e653990 (Visibility cycling): Better names for the startup
Carsten Dominik <dominik@science.uva.nl>
parents: 69999
diff changeset
6219 mentioned scattered throughout this manual. One specific function of
74050e653990 (Visibility cycling): Better names for the startup
Carsten Dominik <dominik@science.uva.nl>
parents: 69999
diff changeset
6220 this key is to add @emph{tags} to a headline (@pxref{Tags}). In many
74050e653990 (Visibility cycling): Better names for the startup
Carsten Dominik <dominik@science.uva.nl>
parents: 69999
diff changeset
6221 other circumstances it means something like @emph{Hey Org-mode, look
71386
0b2c58e8821c (Publishing links): Document the
Carsten Dominik <dominik@science.uva.nl>
parents: 71312
diff changeset
6222 here and update according to what you see here}. Here is a summary of
0b2c58e8821c (Publishing links): Document the
Carsten Dominik <dominik@science.uva.nl>
parents: 71312
diff changeset
6223 what this means in different contexts.
70011
74050e653990 (Visibility cycling): Better names for the startup
Carsten Dominik <dominik@science.uva.nl>
parents: 69999
diff changeset
6224
74050e653990 (Visibility cycling): Better names for the startup
Carsten Dominik <dominik@science.uva.nl>
parents: 69999
diff changeset
6225 @itemize @minus
71386
0b2c58e8821c (Publishing links): Document the
Carsten Dominik <dominik@science.uva.nl>
parents: 71312
diff changeset
6226 @item
71508
c12f8a27aae5 (Embedded LaTeX): Fix typos and implement small improvements
Carsten Dominik <dominik@science.uva.nl>
parents: 71450
diff changeset
6227 If there are highlights in the buffer from the creation of a sparse
71386
0b2c58e8821c (Publishing links): Document the
Carsten Dominik <dominik@science.uva.nl>
parents: 71312
diff changeset
6228 tree, or from clock display, remove these highlights.
69929
beebc22085fe (Link format): New section, emphasis on bracket links.
Carsten Dominik <dominik@science.uva.nl>
parents: 69891
diff changeset
6229 @item
70867
68e63907ebfb (Plain lists): Added new item navigation commands.
Carsten Dominik <dominik@science.uva.nl>
parents: 70164
diff changeset
6230 If the cursor is in one of the special @code{#+KEYWORD} lines, this
70011
74050e653990 (Visibility cycling): Better names for the startup
Carsten Dominik <dominik@science.uva.nl>
parents: 69999
diff changeset
6231 triggers scanning the buffer for these lines and updating the
74050e653990 (Visibility cycling): Better names for the startup
Carsten Dominik <dominik@science.uva.nl>
parents: 69999
diff changeset
6232 information.
69929
beebc22085fe (Link format): New section, emphasis on bracket links.
Carsten Dominik <dominik@science.uva.nl>
parents: 69891
diff changeset
6233 @item
70011
74050e653990 (Visibility cycling): Better names for the startup
Carsten Dominik <dominik@science.uva.nl>
parents: 69999
diff changeset
6234 If the cursor is inside a table, realign the table. This command
74050e653990 (Visibility cycling): Better names for the startup
Carsten Dominik <dominik@science.uva.nl>
parents: 69999
diff changeset
6235 works even if the automatic table editor has been turned off.
74050e653990 (Visibility cycling): Better names for the startup
Carsten Dominik <dominik@science.uva.nl>
parents: 69999
diff changeset
6236 @item
70867
68e63907ebfb (Plain lists): Added new item navigation commands.
Carsten Dominik <dominik@science.uva.nl>
parents: 70164
diff changeset
6237 If the cursor is on a @code{#+TBLFM} line, re-apply the formulas to
70011
74050e653990 (Visibility cycling): Better names for the startup
Carsten Dominik <dominik@science.uva.nl>
parents: 69999
diff changeset
6238 the entire table.
74050e653990 (Visibility cycling): Better names for the startup
Carsten Dominik <dominik@science.uva.nl>
parents: 69999
diff changeset
6239 @item
74050e653990 (Visibility cycling): Better names for the startup
Carsten Dominik <dominik@science.uva.nl>
parents: 69999
diff changeset
6240 If the cursor is inside a table created by the @file{table.el} package,
74050e653990 (Visibility cycling): Better names for the startup
Carsten Dominik <dominik@science.uva.nl>
parents: 69999
diff changeset
6241 activate that table.
69929
beebc22085fe (Link format): New section, emphasis on bracket links.
Carsten Dominik <dominik@science.uva.nl>
parents: 69891
diff changeset
6242 @item
73874
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
6243 If the current buffer is a remember buffer, close the note and file it.
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
6244 With a prefix argument, file it, without further interaction, to the
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
6245 default location.
69929
beebc22085fe (Link format): New section, emphasis on bracket links.
Carsten Dominik <dominik@science.uva.nl>
parents: 69891
diff changeset
6246 @item
70867
68e63907ebfb (Plain lists): Added new item navigation commands.
Carsten Dominik <dominik@science.uva.nl>
parents: 70164
diff changeset
6247 If the cursor is on a @code{<<<target>>>}, update radio targets and
68e63907ebfb (Plain lists): Added new item navigation commands.
Carsten Dominik <dominik@science.uva.nl>
parents: 70164
diff changeset
6248 corresponding links in this buffer.
68e63907ebfb (Plain lists): Added new item navigation commands.
Carsten Dominik <dominik@science.uva.nl>
parents: 70164
diff changeset
6249 @item
68e63907ebfb (Plain lists): Added new item navigation commands.
Carsten Dominik <dominik@science.uva.nl>
parents: 70164
diff changeset
6250 If the cursor is in a plain list item with a checkbox, toggle the status
68e63907ebfb (Plain lists): Added new item navigation commands.
Carsten Dominik <dominik@science.uva.nl>
parents: 70164
diff changeset
6251 of the checkbox.
70011
74050e653990 (Visibility cycling): Better names for the startup
Carsten Dominik <dominik@science.uva.nl>
parents: 69999
diff changeset
6252 @item
74050e653990 (Visibility cycling): Better names for the startup
Carsten Dominik <dominik@science.uva.nl>
parents: 69999
diff changeset
6253 If the cursor is on a numbered item in a plain list, renumber the
74050e653990 (Visibility cycling): Better names for the startup
Carsten Dominik <dominik@science.uva.nl>
parents: 69999
diff changeset
6254 ordered list.
69929
beebc22085fe (Link format): New section, emphasis on bracket links.
Carsten Dominik <dominik@science.uva.nl>
parents: 69891
diff changeset
6255 @end itemize
beebc22085fe (Link format): New section, emphasis on bracket links.
Carsten Dominik <dominik@science.uva.nl>
parents: 69891
diff changeset
6256
70011
74050e653990 (Visibility cycling): Better names for the startup
Carsten Dominik <dominik@science.uva.nl>
parents: 69999
diff changeset
6257 @node Clean view, TTY keys, The very busy C-c C-c key, Miscellaneous
69225
a2d5fbc00b3e (Interaction): Added item about `org-mouse.el' by Piotr
Carsten Dominik <dominik@science.uva.nl>
parents: 69117
diff changeset
6258 @section A cleaner outline view
a2d5fbc00b3e (Interaction): Added item about `org-mouse.el' by Piotr
Carsten Dominik <dominik@science.uva.nl>
parents: 69117
diff changeset
6259 @cindex hiding leading stars
a2d5fbc00b3e (Interaction): Added item about `org-mouse.el' by Piotr
Carsten Dominik <dominik@science.uva.nl>
parents: 69117
diff changeset
6260 @cindex clean outline view
a2d5fbc00b3e (Interaction): Added item about `org-mouse.el' by Piotr
Carsten Dominik <dominik@science.uva.nl>
parents: 69117
diff changeset
6261
a2d5fbc00b3e (Interaction): Added item about `org-mouse.el' by Piotr
Carsten Dominik <dominik@science.uva.nl>
parents: 69117
diff changeset
6262 Some people find it noisy and distracting that the Org-mode headlines
69929
beebc22085fe (Link format): New section, emphasis on bracket links.
Carsten Dominik <dominik@science.uva.nl>
parents: 69891
diff changeset
6263 are starting with a potentially large number of stars. For example
beebc22085fe (Link format): New section, emphasis on bracket links.
Carsten Dominik <dominik@science.uva.nl>
parents: 69891
diff changeset
6264 the tree from @ref{Headlines}:
69225
a2d5fbc00b3e (Interaction): Added item about `org-mouse.el' by Piotr
Carsten Dominik <dominik@science.uva.nl>
parents: 69117
diff changeset
6265
a2d5fbc00b3e (Interaction): Added item about `org-mouse.el' by Piotr
Carsten Dominik <dominik@science.uva.nl>
parents: 69117
diff changeset
6266 @example
a2d5fbc00b3e (Interaction): Added item about `org-mouse.el' by Piotr
Carsten Dominik <dominik@science.uva.nl>
parents: 69117
diff changeset
6267 * Top level headline
a2d5fbc00b3e (Interaction): Added item about `org-mouse.el' by Piotr
Carsten Dominik <dominik@science.uva.nl>
parents: 69117
diff changeset
6268 ** Second level
a2d5fbc00b3e (Interaction): Added item about `org-mouse.el' by Piotr
Carsten Dominik <dominik@science.uva.nl>
parents: 69117
diff changeset
6269 *** 3rd level
a2d5fbc00b3e (Interaction): Added item about `org-mouse.el' by Piotr
Carsten Dominik <dominik@science.uva.nl>
parents: 69117
diff changeset
6270 some text
a2d5fbc00b3e (Interaction): Added item about `org-mouse.el' by Piotr
Carsten Dominik <dominik@science.uva.nl>
parents: 69117
diff changeset
6271 *** 3rd level
a2d5fbc00b3e (Interaction): Added item about `org-mouse.el' by Piotr
Carsten Dominik <dominik@science.uva.nl>
parents: 69117
diff changeset
6272 more text
a2d5fbc00b3e (Interaction): Added item about `org-mouse.el' by Piotr
Carsten Dominik <dominik@science.uva.nl>
parents: 69117
diff changeset
6273 * Another top level headline
a2d5fbc00b3e (Interaction): Added item about `org-mouse.el' by Piotr
Carsten Dominik <dominik@science.uva.nl>
parents: 69117
diff changeset
6274 @end example
a2d5fbc00b3e (Interaction): Added item about `org-mouse.el' by Piotr
Carsten Dominik <dominik@science.uva.nl>
parents: 69117
diff changeset
6275
a2d5fbc00b3e (Interaction): Added item about `org-mouse.el' by Piotr
Carsten Dominik <dominik@science.uva.nl>
parents: 69117
diff changeset
6276 @noindent
a2d5fbc00b3e (Interaction): Added item about `org-mouse.el' by Piotr
Carsten Dominik <dominik@science.uva.nl>
parents: 69117
diff changeset
6277 Unfortunately this is deeply ingrained into the code of Org-mode and
a2d5fbc00b3e (Interaction): Added item about `org-mouse.el' by Piotr
Carsten Dominik <dominik@science.uva.nl>
parents: 69117
diff changeset
6278 cannot be easily changed. You can, however, modify the display in such
a2d5fbc00b3e (Interaction): Added item about `org-mouse.el' by Piotr
Carsten Dominik <dominik@science.uva.nl>
parents: 69117
diff changeset
6279 a way that all leading stars become invisible and the outline more easy
a2d5fbc00b3e (Interaction): Added item about `org-mouse.el' by Piotr
Carsten Dominik <dominik@science.uva.nl>
parents: 69117
diff changeset
6280 to read. To do this, customize the variable
a2d5fbc00b3e (Interaction): Added item about `org-mouse.el' by Piotr
Carsten Dominik <dominik@science.uva.nl>
parents: 69117
diff changeset
6281 @code{org-hide-leading-stars} like this:
a2d5fbc00b3e (Interaction): Added item about `org-mouse.el' by Piotr
Carsten Dominik <dominik@science.uva.nl>
parents: 69117
diff changeset
6282
a2d5fbc00b3e (Interaction): Added item about `org-mouse.el' by Piotr
Carsten Dominik <dominik@science.uva.nl>
parents: 69117
diff changeset
6283 @lisp
a2d5fbc00b3e (Interaction): Added item about `org-mouse.el' by Piotr
Carsten Dominik <dominik@science.uva.nl>
parents: 69117
diff changeset
6284 (setq org-hide-leading-stars t)
a2d5fbc00b3e (Interaction): Added item about `org-mouse.el' by Piotr
Carsten Dominik <dominik@science.uva.nl>
parents: 69117
diff changeset
6285 @end lisp
a2d5fbc00b3e (Interaction): Added item about `org-mouse.el' by Piotr
Carsten Dominik <dominik@science.uva.nl>
parents: 69117
diff changeset
6286
a2d5fbc00b3e (Interaction): Added item about `org-mouse.el' by Piotr
Carsten Dominik <dominik@science.uva.nl>
parents: 69117
diff changeset
6287 @noindent
69456
6c85e996427c (Clean view): Document new startup options.
Carsten Dominik <dominik@science.uva.nl>
parents: 69318
diff changeset
6288 or change this on a per-file basis with one of the lines (anywhere in
6c85e996427c (Clean view): Document new startup options.
Carsten Dominik <dominik@science.uva.nl>
parents: 69318
diff changeset
6289 the buffer)
6c85e996427c (Clean view): Document new startup options.
Carsten Dominik <dominik@science.uva.nl>
parents: 69318
diff changeset
6290
6c85e996427c (Clean view): Document new startup options.
Carsten Dominik <dominik@science.uva.nl>
parents: 69318
diff changeset
6291 @example
6c85e996427c (Clean view): Document new startup options.
Carsten Dominik <dominik@science.uva.nl>
parents: 69318
diff changeset
6292 #+STARTUP: showstars
6c85e996427c (Clean view): Document new startup options.
Carsten Dominik <dominik@science.uva.nl>
parents: 69318
diff changeset
6293 #+STARTUP: hidestars
6c85e996427c (Clean view): Document new startup options.
Carsten Dominik <dominik@science.uva.nl>
parents: 69318
diff changeset
6294 @end example
69929
beebc22085fe (Link format): New section, emphasis on bracket links.
Carsten Dominik <dominik@science.uva.nl>
parents: 69891
diff changeset
6295
69456
6c85e996427c (Clean view): Document new startup options.
Carsten Dominik <dominik@science.uva.nl>
parents: 69318
diff changeset
6296 @noindent
6c85e996427c (Clean view): Document new startup options.
Carsten Dominik <dominik@science.uva.nl>
parents: 69318
diff changeset
6297 Press @kbd{C-c C-c} with the cursor in a @samp{STARTUP} line to activate
69929
beebc22085fe (Link format): New section, emphasis on bracket links.
Carsten Dominik <dominik@science.uva.nl>
parents: 69891
diff changeset
6298 the modifications.
69456
6c85e996427c (Clean view): Document new startup options.
Carsten Dominik <dominik@science.uva.nl>
parents: 69318
diff changeset
6299
6c85e996427c (Clean view): Document new startup options.
Carsten Dominik <dominik@science.uva.nl>
parents: 69318
diff changeset
6300 With stars hidden, the tree becomes:
69225
a2d5fbc00b3e (Interaction): Added item about `org-mouse.el' by Piotr
Carsten Dominik <dominik@science.uva.nl>
parents: 69117
diff changeset
6301
a2d5fbc00b3e (Interaction): Added item about `org-mouse.el' by Piotr
Carsten Dominik <dominik@science.uva.nl>
parents: 69117
diff changeset
6302 @example
a2d5fbc00b3e (Interaction): Added item about `org-mouse.el' by Piotr
Carsten Dominik <dominik@science.uva.nl>
parents: 69117
diff changeset
6303 * Top level headline
a2d5fbc00b3e (Interaction): Added item about `org-mouse.el' by Piotr
Carsten Dominik <dominik@science.uva.nl>
parents: 69117
diff changeset
6304 * Second level
a2d5fbc00b3e (Interaction): Added item about `org-mouse.el' by Piotr
Carsten Dominik <dominik@science.uva.nl>
parents: 69117
diff changeset
6305 * 3rd level
a2d5fbc00b3e (Interaction): Added item about `org-mouse.el' by Piotr
Carsten Dominik <dominik@science.uva.nl>
parents: 69117
diff changeset
6306 some text
a2d5fbc00b3e (Interaction): Added item about `org-mouse.el' by Piotr
Carsten Dominik <dominik@science.uva.nl>
parents: 69117
diff changeset
6307 * 3rd level
a2d5fbc00b3e (Interaction): Added item about `org-mouse.el' by Piotr
Carsten Dominik <dominik@science.uva.nl>
parents: 69117
diff changeset
6308 more text
a2d5fbc00b3e (Interaction): Added item about `org-mouse.el' by Piotr
Carsten Dominik <dominik@science.uva.nl>
parents: 69117
diff changeset
6309 * Another top level headline
a2d5fbc00b3e (Interaction): Added item about `org-mouse.el' by Piotr
Carsten Dominik <dominik@science.uva.nl>
parents: 69117
diff changeset
6310 @end example
a2d5fbc00b3e (Interaction): Added item about `org-mouse.el' by Piotr
Carsten Dominik <dominik@science.uva.nl>
parents: 69117
diff changeset
6311
a2d5fbc00b3e (Interaction): Added item about `org-mouse.el' by Piotr
Carsten Dominik <dominik@science.uva.nl>
parents: 69117
diff changeset
6312 @noindent
a2d5fbc00b3e (Interaction): Added item about `org-mouse.el' by Piotr
Carsten Dominik <dominik@science.uva.nl>
parents: 69117
diff changeset
6313 Note that the leading stars are not truly replaced by whitespace, they
a2d5fbc00b3e (Interaction): Added item about `org-mouse.el' by Piotr
Carsten Dominik <dominik@science.uva.nl>
parents: 69117
diff changeset
6314 are only fontified with the face @code{org-hide} that uses the
73967
8aa00b07ec99 Minor typo fixes.
Carsten Dominik <dominik@science.uva.nl>
parents: 73874
diff changeset
6315 background color as font color. If you are not using either white or
69225
a2d5fbc00b3e (Interaction): Added item about `org-mouse.el' by Piotr
Carsten Dominik <dominik@science.uva.nl>
parents: 69117
diff changeset
6316 black background, you may have to customize this face to get the wanted
a2d5fbc00b3e (Interaction): Added item about `org-mouse.el' by Piotr
Carsten Dominik <dominik@science.uva.nl>
parents: 69117
diff changeset
6317 effect. Another possibility is to set this font such that the extra
a2d5fbc00b3e (Interaction): Added item about `org-mouse.el' by Piotr
Carsten Dominik <dominik@science.uva.nl>
parents: 69117
diff changeset
6318 stars are @i{almost} invisible, for example using the color
a2d5fbc00b3e (Interaction): Added item about `org-mouse.el' by Piotr
Carsten Dominik <dominik@science.uva.nl>
parents: 69117
diff changeset
6319 @code{grey90} on a white background.
a2d5fbc00b3e (Interaction): Added item about `org-mouse.el' by Piotr
Carsten Dominik <dominik@science.uva.nl>
parents: 69117
diff changeset
6320
a2d5fbc00b3e (Interaction): Added item about `org-mouse.el' by Piotr
Carsten Dominik <dominik@science.uva.nl>
parents: 69117
diff changeset
6321 Things become cleaner still if you skip all the even levels and use only
a2d5fbc00b3e (Interaction): Added item about `org-mouse.el' by Piotr
Carsten Dominik <dominik@science.uva.nl>
parents: 69117
diff changeset
6322 odd levels 1, 3, 5..., effectively adding two stars to go from one
a2d5fbc00b3e (Interaction): Added item about `org-mouse.el' by Piotr
Carsten Dominik <dominik@science.uva.nl>
parents: 69117
diff changeset
6323 outline level to the next:
a2d5fbc00b3e (Interaction): Added item about `org-mouse.el' by Piotr
Carsten Dominik <dominik@science.uva.nl>
parents: 69117
diff changeset
6324
a2d5fbc00b3e (Interaction): Added item about `org-mouse.el' by Piotr
Carsten Dominik <dominik@science.uva.nl>
parents: 69117
diff changeset
6325 @example
a2d5fbc00b3e (Interaction): Added item about `org-mouse.el' by Piotr
Carsten Dominik <dominik@science.uva.nl>
parents: 69117
diff changeset
6326 * Top level headline
a2d5fbc00b3e (Interaction): Added item about `org-mouse.el' by Piotr
Carsten Dominik <dominik@science.uva.nl>
parents: 69117
diff changeset
6327 * Second level
a2d5fbc00b3e (Interaction): Added item about `org-mouse.el' by Piotr
Carsten Dominik <dominik@science.uva.nl>
parents: 69117
diff changeset
6328 * 3rd level
a2d5fbc00b3e (Interaction): Added item about `org-mouse.el' by Piotr
Carsten Dominik <dominik@science.uva.nl>
parents: 69117
diff changeset
6329 some text
a2d5fbc00b3e (Interaction): Added item about `org-mouse.el' by Piotr
Carsten Dominik <dominik@science.uva.nl>
parents: 69117
diff changeset
6330 * 3rd level
a2d5fbc00b3e (Interaction): Added item about `org-mouse.el' by Piotr
Carsten Dominik <dominik@science.uva.nl>
parents: 69117
diff changeset
6331 more text
a2d5fbc00b3e (Interaction): Added item about `org-mouse.el' by Piotr
Carsten Dominik <dominik@science.uva.nl>
parents: 69117
diff changeset
6332 * Another top level headline
a2d5fbc00b3e (Interaction): Added item about `org-mouse.el' by Piotr
Carsten Dominik <dominik@science.uva.nl>
parents: 69117
diff changeset
6333 @end example
a2d5fbc00b3e (Interaction): Added item about `org-mouse.el' by Piotr
Carsten Dominik <dominik@science.uva.nl>
parents: 69117
diff changeset
6334
a2d5fbc00b3e (Interaction): Added item about `org-mouse.el' by Piotr
Carsten Dominik <dominik@science.uva.nl>
parents: 69117
diff changeset
6335 @noindent
a2d5fbc00b3e (Interaction): Added item about `org-mouse.el' by Piotr
Carsten Dominik <dominik@science.uva.nl>
parents: 69117
diff changeset
6336 In order to make the structure editing and export commands handle this
69456
6c85e996427c (Clean view): Document new startup options.
Carsten Dominik <dominik@science.uva.nl>
parents: 69318
diff changeset
6337 convention correctly, use
69225
a2d5fbc00b3e (Interaction): Added item about `org-mouse.el' by Piotr
Carsten Dominik <dominik@science.uva.nl>
parents: 69117
diff changeset
6338
a2d5fbc00b3e (Interaction): Added item about `org-mouse.el' by Piotr
Carsten Dominik <dominik@science.uva.nl>
parents: 69117
diff changeset
6339 @lisp
a2d5fbc00b3e (Interaction): Added item about `org-mouse.el' by Piotr
Carsten Dominik <dominik@science.uva.nl>
parents: 69117
diff changeset
6340 (setq org-odd-levels-only t)
a2d5fbc00b3e (Interaction): Added item about `org-mouse.el' by Piotr
Carsten Dominik <dominik@science.uva.nl>
parents: 69117
diff changeset
6341 @end lisp
a2d5fbc00b3e (Interaction): Added item about `org-mouse.el' by Piotr
Carsten Dominik <dominik@science.uva.nl>
parents: 69117
diff changeset
6342
a2d5fbc00b3e (Interaction): Added item about `org-mouse.el' by Piotr
Carsten Dominik <dominik@science.uva.nl>
parents: 69117
diff changeset
6343 @noindent
69456
6c85e996427c (Clean view): Document new startup options.
Carsten Dominik <dominik@science.uva.nl>
parents: 69318
diff changeset
6344 or set this on a per-file basis with one of the following lines (don't
6c85e996427c (Clean view): Document new startup options.
Carsten Dominik <dominik@science.uva.nl>
parents: 69318
diff changeset
6345 forget to press @kbd{C-c C-c} with the cursor in the startup line to
6c85e996427c (Clean view): Document new startup options.
Carsten Dominik <dominik@science.uva.nl>
parents: 69318
diff changeset
6346 activate changes immediately).
6c85e996427c (Clean view): Document new startup options.
Carsten Dominik <dominik@science.uva.nl>
parents: 69318
diff changeset
6347
6c85e996427c (Clean view): Document new startup options.
Carsten Dominik <dominik@science.uva.nl>
parents: 69318
diff changeset
6348 @example
6c85e996427c (Clean view): Document new startup options.
Carsten Dominik <dominik@science.uva.nl>
parents: 69318
diff changeset
6349 #+STARTUP: odd
6c85e996427c (Clean view): Document new startup options.
Carsten Dominik <dominik@science.uva.nl>
parents: 69318
diff changeset
6350 #+STARTUP: oddeven
6c85e996427c (Clean view): Document new startup options.
Carsten Dominik <dominik@science.uva.nl>
parents: 69318
diff changeset
6351 @end example
6c85e996427c (Clean view): Document new startup options.
Carsten Dominik <dominik@science.uva.nl>
parents: 69318
diff changeset
6352
69999
bd591cbbcdec (Updating settings): New section.
Carsten Dominik <dominik@science.uva.nl>
parents: 69929
diff changeset
6353 You can convert an Org-mode file from single-star-per-level to the
bd591cbbcdec (Updating settings): New section.
Carsten Dominik <dominik@science.uva.nl>
parents: 69929
diff changeset
6354 double-star-per-level convention with @kbd{M-x org-convert-to-odd-levels
bd591cbbcdec (Updating settings): New section.
Carsten Dominik <dominik@science.uva.nl>
parents: 69929
diff changeset
6355 RET} in that file. The reverse operation is @kbd{M-x
bd591cbbcdec (Updating settings): New section.
Carsten Dominik <dominik@science.uva.nl>
parents: 69929
diff changeset
6356 org-convert-to-oddeven-levels}.
69225
a2d5fbc00b3e (Interaction): Added item about `org-mouse.el' by Piotr
Carsten Dominik <dominik@science.uva.nl>
parents: 69117
diff changeset
6357
71386
0b2c58e8821c (Publishing links): Document the
Carsten Dominik <dominik@science.uva.nl>
parents: 71312
diff changeset
6358 @node TTY keys, Interaction, Clean view, Miscellaneous
69225
a2d5fbc00b3e (Interaction): Added item about `org-mouse.el' by Piotr
Carsten Dominik <dominik@science.uva.nl>
parents: 69117
diff changeset
6359 @section Using org-mode on a tty
a2d5fbc00b3e (Interaction): Added item about `org-mouse.el' by Piotr
Carsten Dominik <dominik@science.uva.nl>
parents: 69117
diff changeset
6360 @cindex tty keybindings
a2d5fbc00b3e (Interaction): Added item about `org-mouse.el' by Piotr
Carsten Dominik <dominik@science.uva.nl>
parents: 69117
diff changeset
6361
a2d5fbc00b3e (Interaction): Added item about `org-mouse.el' by Piotr
Carsten Dominik <dominik@science.uva.nl>
parents: 69117
diff changeset
6362 Org-mode uses a number of keys that are not accessible on a tty. This
a2d5fbc00b3e (Interaction): Added item about `org-mouse.el' by Piotr
Carsten Dominik <dominik@science.uva.nl>
parents: 69117
diff changeset
6363 applies to most special keys like cursor keys, @key{TAB} and
a2d5fbc00b3e (Interaction): Added item about `org-mouse.el' by Piotr
Carsten Dominik <dominik@science.uva.nl>
parents: 69117
diff changeset
6364 @key{RET}, when these are combined with modifier keys like @key{Meta}
a2d5fbc00b3e (Interaction): Added item about `org-mouse.el' by Piotr
Carsten Dominik <dominik@science.uva.nl>
parents: 69117
diff changeset
6365 and/or @key{Shift}. Org-mode uses these bindings because it needs to
a2d5fbc00b3e (Interaction): Added item about `org-mouse.el' by Piotr
Carsten Dominik <dominik@science.uva.nl>
parents: 69117
diff changeset
6366 provide keys for a large number of commands, and because these keys
a2d5fbc00b3e (Interaction): Added item about `org-mouse.el' by Piotr
Carsten Dominik <dominik@science.uva.nl>
parents: 69117
diff changeset
6367 appeared particularly easy to remember. In order to still be able to
a2d5fbc00b3e (Interaction): Added item about `org-mouse.el' by Piotr
Carsten Dominik <dominik@science.uva.nl>
parents: 69117
diff changeset
6368 access the core functionality of Org-mode on a tty, alternative
a2d5fbc00b3e (Interaction): Added item about `org-mouse.el' by Piotr
Carsten Dominik <dominik@science.uva.nl>
parents: 69117
diff changeset
6369 bindings are provided. Here is a complete list of these bindings,
a2d5fbc00b3e (Interaction): Added item about `org-mouse.el' by Piotr
Carsten Dominik <dominik@science.uva.nl>
parents: 69117
diff changeset
6370 which are obviously more cumbersome to use. Note that sometimes a
a2d5fbc00b3e (Interaction): Added item about `org-mouse.el' by Piotr
Carsten Dominik <dominik@science.uva.nl>
parents: 69117
diff changeset
6371 work-around can be better. For example changing a time stamp is
a2d5fbc00b3e (Interaction): Added item about `org-mouse.el' by Piotr
Carsten Dominik <dominik@science.uva.nl>
parents: 69117
diff changeset
6372 really only fun with @kbd{S-@key{cursor}} keys. On a tty you would
a2d5fbc00b3e (Interaction): Added item about `org-mouse.el' by Piotr
Carsten Dominik <dominik@science.uva.nl>
parents: 69117
diff changeset
6373 rather use @kbd{C-c .} to re-insert the timestamp.
a2d5fbc00b3e (Interaction): Added item about `org-mouse.el' by Piotr
Carsten Dominik <dominik@science.uva.nl>
parents: 69117
diff changeset
6374
a2d5fbc00b3e (Interaction): Added item about `org-mouse.el' by Piotr
Carsten Dominik <dominik@science.uva.nl>
parents: 69117
diff changeset
6375 @multitable @columnfractions 0.15 0.2 0.2
a2d5fbc00b3e (Interaction): Added item about `org-mouse.el' by Piotr
Carsten Dominik <dominik@science.uva.nl>
parents: 69117
diff changeset
6376 @item @b{Default} @tab @b{Alternative 1} @tab @b{Alternative 2}
a2d5fbc00b3e (Interaction): Added item about `org-mouse.el' by Piotr
Carsten Dominik <dominik@science.uva.nl>
parents: 69117
diff changeset
6377 @item @kbd{S-@key{TAB}} @tab @kbd{C-u @key{TAB}} @tab
a2d5fbc00b3e (Interaction): Added item about `org-mouse.el' by Piotr
Carsten Dominik <dominik@science.uva.nl>
parents: 69117
diff changeset
6378 @item @kbd{M-@key{left}} @tab @kbd{C-c C-x l} @tab @kbd{@key{Esc} @key{left}}
a2d5fbc00b3e (Interaction): Added item about `org-mouse.el' by Piotr
Carsten Dominik <dominik@science.uva.nl>
parents: 69117
diff changeset
6379 @item @kbd{M-S-@key{left}} @tab @kbd{C-c C-x L} @tab
a2d5fbc00b3e (Interaction): Added item about `org-mouse.el' by Piotr
Carsten Dominik <dominik@science.uva.nl>
parents: 69117
diff changeset
6380 @item @kbd{M-@key{right}} @tab @kbd{C-c C-x r} @tab @kbd{@key{Esc} @key{right}}
a2d5fbc00b3e (Interaction): Added item about `org-mouse.el' by Piotr
Carsten Dominik <dominik@science.uva.nl>
parents: 69117
diff changeset
6381 @item @kbd{M-S-@key{right}} @tab @kbd{C-c C-x R} @tab
a2d5fbc00b3e (Interaction): Added item about `org-mouse.el' by Piotr
Carsten Dominik <dominik@science.uva.nl>
parents: 69117
diff changeset
6382 @item @kbd{M-@key{up}} @tab @kbd{C-c C-x u} @tab @kbd{@key{Esc} @key{up}}
a2d5fbc00b3e (Interaction): Added item about `org-mouse.el' by Piotr
Carsten Dominik <dominik@science.uva.nl>
parents: 69117
diff changeset
6383 @item @kbd{M-S-@key{up}} @tab @kbd{C-c C-x U} @tab
a2d5fbc00b3e (Interaction): Added item about `org-mouse.el' by Piotr
Carsten Dominik <dominik@science.uva.nl>
parents: 69117
diff changeset
6384 @item @kbd{M-@key{down}} @tab @kbd{C-c C-x d} @tab @kbd{@key{Esc} @key{down}}
a2d5fbc00b3e (Interaction): Added item about `org-mouse.el' by Piotr
Carsten Dominik <dominik@science.uva.nl>
parents: 69117
diff changeset
6385 @item @kbd{M-S-@key{down}} @tab @kbd{C-c C-x D} @tab
a2d5fbc00b3e (Interaction): Added item about `org-mouse.el' by Piotr
Carsten Dominik <dominik@science.uva.nl>
parents: 69117
diff changeset
6386 @item @kbd{S-@key{RET}} @tab @kbd{C-c C-x c} @tab
a2d5fbc00b3e (Interaction): Added item about `org-mouse.el' by Piotr
Carsten Dominik <dominik@science.uva.nl>
parents: 69117
diff changeset
6387 @item @kbd{M-@key{RET}} @tab @kbd{C-c C-x m} @tab @kbd{@key{Esc} @key{RET}}
a2d5fbc00b3e (Interaction): Added item about `org-mouse.el' by Piotr
Carsten Dominik <dominik@science.uva.nl>
parents: 69117
diff changeset
6388 @item @kbd{M-S-@key{RET}} @tab @kbd{C-c C-x M} @tab
81167
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
6389 @item @kbd{S-@key{left}} @tab @kbd{C-c @key{left}} @tab
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
6390 @item @kbd{S-@key{right}} @tab @kbd{C-c @key{right}} @tab
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
6391 @item @kbd{S-@key{up}} @tab @kbd{C-c @key{up}} @tab
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
6392 @item @kbd{S-@key{down}} @tab @kbd{C-c @key{down}} @tab
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
6393 @item @kbd{C-S-@key{left}} @tab @kbd{C-c C-x @key{left}} @tab
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
6394 @item @kbd{C-S-@key{right}} @tab @kbd{C-c C-x @key{right}} @tab
69225
a2d5fbc00b3e (Interaction): Added item about `org-mouse.el' by Piotr
Carsten Dominik <dominik@science.uva.nl>
parents: 69117
diff changeset
6395 @end multitable
a2d5fbc00b3e (Interaction): Added item about `org-mouse.el' by Piotr
Carsten Dominik <dominik@science.uva.nl>
parents: 69117
diff changeset
6396
71386
0b2c58e8821c (Publishing links): Document the
Carsten Dominik <dominik@science.uva.nl>
parents: 71312
diff changeset
6397 @node Interaction, Bugs, TTY keys, Miscellaneous
58792
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
6398 @section Interaction with other packages
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
6399 @cindex packages, interaction with other
70867
68e63907ebfb (Plain lists): Added new item navigation commands.
Carsten Dominik <dominik@science.uva.nl>
parents: 70164
diff changeset
6400 Org-mode lives in the world of GNU Emacs and interacts in various ways
68e63907ebfb (Plain lists): Added new item navigation commands.
Carsten Dominik <dominik@science.uva.nl>
parents: 70164
diff changeset
6401 with other code out there.
68e63907ebfb (Plain lists): Added new item navigation commands.
Carsten Dominik <dominik@science.uva.nl>
parents: 70164
diff changeset
6402
68e63907ebfb (Plain lists): Added new item navigation commands.
Carsten Dominik <dominik@science.uva.nl>
parents: 70164
diff changeset
6403 @menu
68e63907ebfb (Plain lists): Added new item navigation commands.
Carsten Dominik <dominik@science.uva.nl>
parents: 70164
diff changeset
6404 * Cooperation:: Packages Org-mode cooperates with
68e63907ebfb (Plain lists): Added new item navigation commands.
Carsten Dominik <dominik@science.uva.nl>
parents: 70164
diff changeset
6405 * Conflicts:: Packages that lead to conflicts
68e63907ebfb (Plain lists): Added new item navigation commands.
Carsten Dominik <dominik@science.uva.nl>
parents: 70164
diff changeset
6406 @end menu
68e63907ebfb (Plain lists): Added new item navigation commands.
Carsten Dominik <dominik@science.uva.nl>
parents: 70164
diff changeset
6407
71386
0b2c58e8821c (Publishing links): Document the
Carsten Dominik <dominik@science.uva.nl>
parents: 71312
diff changeset
6408 @node Cooperation, Conflicts, Interaction, Interaction
70867
68e63907ebfb (Plain lists): Added new item navigation commands.
Carsten Dominik <dominik@science.uva.nl>
parents: 70164
diff changeset
6409 @subsection Packages that Org-mode cooperates with
68e63907ebfb (Plain lists): Added new item navigation commands.
Carsten Dominik <dominik@science.uva.nl>
parents: 70164
diff changeset
6410
68e63907ebfb (Plain lists): Added new item navigation commands.
Carsten Dominik <dominik@science.uva.nl>
parents: 70164
diff changeset
6411 @table @asis
63833
addf44674c32 Version 3.12
Carsten Dominik <dominik@science.uva.nl>
parents: 63672
diff changeset
6412 @cindex @file{calc.el}
addf44674c32 Version 3.12
Carsten Dominik <dominik@science.uva.nl>
parents: 63672
diff changeset
6413 @item @file{calc.el} by Dave Gillespie
addf44674c32 Version 3.12
Carsten Dominik <dominik@science.uva.nl>
parents: 63672
diff changeset
6414 Org-mode uses the calc package for implementing spreadsheet
76138
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
6415 functionality in its tables (@pxref{The spreadsheet}). Org-mode
63833
addf44674c32 Version 3.12
Carsten Dominik <dominik@science.uva.nl>
parents: 63672
diff changeset
6416 checks for the availability of calc by looking for the function
addf44674c32 Version 3.12
Carsten Dominik <dominik@science.uva.nl>
parents: 63672
diff changeset
6417 @code{calc-eval} which should be autoloaded in your setup if calc has
addf44674c32 Version 3.12
Carsten Dominik <dominik@science.uva.nl>
parents: 63672
diff changeset
6418 been installed properly. As of Emacs 22, calc is part of the Emacs
addf44674c32 Version 3.12
Carsten Dominik <dominik@science.uva.nl>
parents: 63672
diff changeset
6419 distribution. Another possibility for interaction between the two
addf44674c32 Version 3.12
Carsten Dominik <dominik@science.uva.nl>
parents: 63672
diff changeset
6420 packages is using calc for embedded calculations. @xref{Embedded Mode,
64517
098497d516e8 Version 3.14
Carsten Dominik <dominik@science.uva.nl>
parents: 64460
diff changeset
6421 , Embedded Mode, calc, GNU Emacs Calc Manual}.
63833
addf44674c32 Version 3.12
Carsten Dominik <dominik@science.uva.nl>
parents: 63672
diff changeset
6422 @cindex @file{constants.el}
addf44674c32 Version 3.12
Carsten Dominik <dominik@science.uva.nl>
parents: 63672
diff changeset
6423 @item @file{constants.el} by Carsten Dominik
76138
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
6424 In a table formula (@pxref{The spreadsheet}), it is possible to use
69929
beebc22085fe (Link format): New section, emphasis on bracket links.
Carsten Dominik <dominik@science.uva.nl>
parents: 69891
diff changeset
6425 names for natural constants or units. Instead of defining your own
63833
addf44674c32 Version 3.12
Carsten Dominik <dominik@science.uva.nl>
parents: 63672
diff changeset
6426 constants in the variable @code{org-table-formula-constants}, install
addf44674c32 Version 3.12
Carsten Dominik <dominik@science.uva.nl>
parents: 63672
diff changeset
6427 the @file{constants} package which defines a large number of constants
addf44674c32 Version 3.12
Carsten Dominik <dominik@science.uva.nl>
parents: 63672
diff changeset
6428 and units, and lets you use unit prefixes like @samp{M} for
addf44674c32 Version 3.12
Carsten Dominik <dominik@science.uva.nl>
parents: 63672
diff changeset
6429 @samp{Mega} etc. You will need version 2.0 of this package, available
addf44674c32 Version 3.12
Carsten Dominik <dominik@science.uva.nl>
parents: 63672
diff changeset
6430 at @url{http://www.astro.uva.nl/~dominik/Tools}. Org-mode checks for
addf44674c32 Version 3.12
Carsten Dominik <dominik@science.uva.nl>
parents: 63672
diff changeset
6431 the function @code{constants-get}, which has to be autoloaded in your
addf44674c32 Version 3.12
Carsten Dominik <dominik@science.uva.nl>
parents: 63672
diff changeset
6432 setup. See the installation instructions in the file
addf44674c32 Version 3.12
Carsten Dominik <dominik@science.uva.nl>
parents: 63672
diff changeset
6433 @file{constants.el}.
71450
93e8ae57983b (Embedded LaTeX): New chapter.
Carsten Dominik <dominik@science.uva.nl>
parents: 71386
diff changeset
6434 @item @file{cdlatex.el} by Carsten Dominik
93e8ae57983b (Embedded LaTeX): New chapter.
Carsten Dominik <dominik@science.uva.nl>
parents: 71386
diff changeset
6435 @cindex @file{cdlatex.el}
93e8ae57983b (Embedded LaTeX): New chapter.
Carsten Dominik <dominik@science.uva.nl>
parents: 71386
diff changeset
6436 Org-mode can make use of the cdlatex package to efficiently enter
72399
99e38d5aaf87 (Installation, Activation): Split from Installation and
Carsten Dominik <dominik@science.uva.nl>
parents: 72101
diff changeset
6437 La@TeX{} fragments into Org-mode files. See @ref{CDLaTeX mode}.
70867
68e63907ebfb (Plain lists): Added new item navigation commands.
Carsten Dominik <dominik@science.uva.nl>
parents: 70164
diff changeset
6438 @item @file{remember.el} by John Wiegley
63833
addf44674c32 Version 3.12
Carsten Dominik <dominik@science.uva.nl>
parents: 63672
diff changeset
6439 @cindex @file{remember.el}
70867
68e63907ebfb (Plain lists): Added new item navigation commands.
Carsten Dominik <dominik@science.uva.nl>
parents: 70164
diff changeset
6440 Org mode cooperates with remember, see @ref{Remember}.
68e63907ebfb (Plain lists): Added new item navigation commands.
Carsten Dominik <dominik@science.uva.nl>
parents: 70164
diff changeset
6441 @file{Remember.el} is not part of Emacs, find it on the web.
68e63907ebfb (Plain lists): Added new item navigation commands.
Carsten Dominik <dominik@science.uva.nl>
parents: 70164
diff changeset
6442 @cindex @file{table.el}
68e63907ebfb (Plain lists): Added new item navigation commands.
Carsten Dominik <dominik@science.uva.nl>
parents: 70164
diff changeset
6443 @item @file{table.el} by Takaaki Ota
76138
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
6444 @kindex C-c C-c
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
6445 @cindex table editor, @file{table.el}
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
6446 @cindex @file{table.el}
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
6447
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
6448 Complex ASCII tables with automatic line wrapping, column- and
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
6449 row-spanning, and alignment can be created using the Emacs table
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
6450 package by Takaaki Ota (@uref{http://sourceforge.net/projects/table},
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
6451 and also part of Emacs 22).
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
6452 When @key{TAB} or @kbd{C-c C-c} is pressed in such a table, Org-mode
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
6453 will call @command{table-recognize-table} and move the cursor into the
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
6454 table. Inside a table, the keymap of Org-mode is inactive. In order
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
6455 to execute Org-mode-related commands, leave the table.
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
6456
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
6457 @table @kbd
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
6458 @kindex C-c C-c
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
6459 @item C-c C-c
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
6460 Recognize @file{table.el} table. Works when the cursor is in a
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
6461 table.el table.
81167
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
6462 @c
76138
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
6463 @kindex C-c ~
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
6464 @item C-c ~
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
6465 Insert a table.el table. If there is already a table at point, this
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
6466 command converts it between the table.el format and the Org-mode
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
6467 format. See the documentation string of the command
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
6468 @code{org-convert-table} for the restrictions under which this is
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
6469 possible.
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
6470 @end table
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
6471 @file{table.el} is part of Emacs 22.
81167
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
6472 @cindex @file{footnote.el}
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
6473 @item @file{footnote.el} by Steven L. Baur
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
6474 Org-mode recognizes numerical footnotes as provided by this package
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
6475 (@pxref{Footnotes}).
70867
68e63907ebfb (Plain lists): Added new item navigation commands.
Carsten Dominik <dominik@science.uva.nl>
parents: 70164
diff changeset
6476 @end table
68e63907ebfb (Plain lists): Added new item navigation commands.
Carsten Dominik <dominik@science.uva.nl>
parents: 70164
diff changeset
6477
68e63907ebfb (Plain lists): Added new item navigation commands.
Carsten Dominik <dominik@science.uva.nl>
parents: 70164
diff changeset
6478 @node Conflicts, , Cooperation, Interaction
68e63907ebfb (Plain lists): Added new item navigation commands.
Carsten Dominik <dominik@science.uva.nl>
parents: 70164
diff changeset
6479 @subsection Packages that lead to conflicts with Org-mode
68e63907ebfb (Plain lists): Added new item navigation commands.
Carsten Dominik <dominik@science.uva.nl>
parents: 70164
diff changeset
6480
68e63907ebfb (Plain lists): Added new item navigation commands.
Carsten Dominik <dominik@science.uva.nl>
parents: 70164
diff changeset
6481 @table @asis
68e63907ebfb (Plain lists): Added new item navigation commands.
Carsten Dominik <dominik@science.uva.nl>
parents: 70164
diff changeset
6482
68e63907ebfb (Plain lists): Added new item navigation commands.
Carsten Dominik <dominik@science.uva.nl>
parents: 70164
diff changeset
6483 @cindex @file{allout.el}
68e63907ebfb (Plain lists): Added new item navigation commands.
Carsten Dominik <dominik@science.uva.nl>
parents: 70164
diff changeset
6484 @item @file{allout.el} by Ken Manheimer
68e63907ebfb (Plain lists): Added new item navigation commands.
Carsten Dominik <dominik@science.uva.nl>
parents: 70164
diff changeset
6485 Startup of Org-mode may fail with the error message
68e63907ebfb (Plain lists): Added new item navigation commands.
Carsten Dominik <dominik@science.uva.nl>
parents: 70164
diff changeset
6486 @code{(wrong-type-argument keymapp nil)} when there is an outdated
68e63907ebfb (Plain lists): Added new item navigation commands.
Carsten Dominik <dominik@science.uva.nl>
parents: 70164
diff changeset
6487 version @file{allout.el} on the load path, for example the version
68e63907ebfb (Plain lists): Added new item navigation commands.
Carsten Dominik <dominik@science.uva.nl>
parents: 70164
diff changeset
6488 distributed with Emacs 21.x. Upgrade to Emacs 22 and this problem will
68e63907ebfb (Plain lists): Added new item navigation commands.
Carsten Dominik <dominik@science.uva.nl>
parents: 70164
diff changeset
6489 disappear. If for some reason you cannot do this, make sure that org.el
68e63907ebfb (Plain lists): Added new item navigation commands.
Carsten Dominik <dominik@science.uva.nl>
parents: 70164
diff changeset
6490 is loaded @emph{before} @file{allout.el}, for example by putting
68e63907ebfb (Plain lists): Added new item navigation commands.
Carsten Dominik <dominik@science.uva.nl>
parents: 70164
diff changeset
6491 @code{(require 'org)} early enough into your @file{.emacs} file.
68e63907ebfb (Plain lists): Added new item navigation commands.
Carsten Dominik <dominik@science.uva.nl>
parents: 70164
diff changeset
6492
63362
8a4e1b582425 Version 3.11
Carsten Dominik <dominik@science.uva.nl>
parents: 62713
diff changeset
6493 @cindex @file{CUA.el}
8a4e1b582425 Version 3.11
Carsten Dominik <dominik@science.uva.nl>
parents: 62713
diff changeset
6494 @item @file{CUA.el} by Kim. F. Storm
8a4e1b582425 Version 3.11
Carsten Dominik <dominik@science.uva.nl>
parents: 62713
diff changeset
6495 Keybindings in Org-mode conflict with the @kbd{S-<cursor>} keys
8a4e1b582425 Version 3.11
Carsten Dominik <dominik@science.uva.nl>
parents: 62713
diff changeset
6496 used by CUA-mode (as well as pc-select-mode and s-region-mode) to
8a4e1b582425 Version 3.11
Carsten Dominik <dominik@science.uva.nl>
parents: 62713
diff changeset
6497 select and extend the region. If you want to use one of these
8a4e1b582425 Version 3.11
Carsten Dominik <dominik@science.uva.nl>
parents: 62713
diff changeset
6498 packages along with Org-mode, configure the variable
63833
addf44674c32 Version 3.12
Carsten Dominik <dominik@science.uva.nl>
parents: 63672
diff changeset
6499 @code{org-CUA-compatible}. When set, Org-mode will move the following
63362
8a4e1b582425 Version 3.11
Carsten Dominik <dominik@science.uva.nl>
parents: 62713
diff changeset
6500 keybindings in org-mode files, and in the agenda buffer (but not
8a4e1b582425 Version 3.11
Carsten Dominik <dominik@science.uva.nl>
parents: 62713
diff changeset
6501 during date selection).
69929
beebc22085fe (Link format): New section, emphasis on bracket links.
Carsten Dominik <dominik@science.uva.nl>
parents: 69891
diff changeset
6502
63362
8a4e1b582425 Version 3.11
Carsten Dominik <dominik@science.uva.nl>
parents: 62713
diff changeset
6503 @example
8a4e1b582425 Version 3.11
Carsten Dominik <dominik@science.uva.nl>
parents: 62713
diff changeset
6504 S-UP -> M-p S-DOWN -> M-n
8a4e1b582425 Version 3.11
Carsten Dominik <dominik@science.uva.nl>
parents: 62713
diff changeset
6505 S-LEFT -> M-- S-RIGHT -> M-+
8a4e1b582425 Version 3.11
Carsten Dominik <dominik@science.uva.nl>
parents: 62713
diff changeset
6506 @end example
69929
beebc22085fe (Link format): New section, emphasis on bracket links.
Carsten Dominik <dominik@science.uva.nl>
parents: 69891
diff changeset
6507
63362
8a4e1b582425 Version 3.11
Carsten Dominik <dominik@science.uva.nl>
parents: 62713
diff changeset
6508 Yes, these are unfortunately more difficult to remember. If you want
8a4e1b582425 Version 3.11
Carsten Dominik <dominik@science.uva.nl>
parents: 62713
diff changeset
6509 to have other replacement keys, look at the variable
63672
c90c20a1b568 (Remember): Texinfo usage fix.
Juanma Barranquero <lekktu@gmail.com>
parents: 63362
diff changeset
6510 @code{org-disputed-keys}.
70867
68e63907ebfb (Plain lists): Added new item navigation commands.
Carsten Dominik <dominik@science.uva.nl>
parents: 70164
diff changeset
6511 @item @file{windmove.el} by Hovav Shacham
68e63907ebfb (Plain lists): Added new item navigation commands.
Carsten Dominik <dominik@science.uva.nl>
parents: 70164
diff changeset
6512 @cindex @file{windmove.el}
68e63907ebfb (Plain lists): Added new item navigation commands.
Carsten Dominik <dominik@science.uva.nl>
parents: 70164
diff changeset
6513 Also this package uses the @kbd{S-<cursor>} keys, so everything written
68e63907ebfb (Plain lists): Added new item navigation commands.
Carsten Dominik <dominik@science.uva.nl>
parents: 70164
diff changeset
6514 in the paragraph above about CUA mode also applies here.
81167
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
6515
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
6516 @cindex @file{footnote.el}
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
6517 @item @file{footnote.el} by Steven L. Baur
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
6518 Org-mode supports the syntax of the footnote package, but only the
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
6519 numerical footnote markers. Also, the default key for footnote
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
6520 commands, @kbd{C-c !} is already used by org-mode. You could use the
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
6521 variable @code{footnote-prefix} to switch footnotes commands to another
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
6522 key. Or, you could use @code{org-replace-disputed-keys} and
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
6523 @code{org-disputed-keys} to change the settings in Org-mode.
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
6524
58792
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
6525 @end table
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
6526
70867
68e63907ebfb (Plain lists): Added new item navigation commands.
Carsten Dominik <dominik@science.uva.nl>
parents: 70164
diff changeset
6527
71386
0b2c58e8821c (Publishing links): Document the
Carsten Dominik <dominik@science.uva.nl>
parents: 71312
diff changeset
6528 @node Bugs, , Interaction, Miscellaneous
63362
8a4e1b582425 Version 3.11
Carsten Dominik <dominik@science.uva.nl>
parents: 62713
diff changeset
6529 @section Bugs
8a4e1b582425 Version 3.11
Carsten Dominik <dominik@science.uva.nl>
parents: 62713
diff changeset
6530 @cindex bugs
8a4e1b582425 Version 3.11
Carsten Dominik <dominik@science.uva.nl>
parents: 62713
diff changeset
6531
69929
beebc22085fe (Link format): New section, emphasis on bracket links.
Carsten Dominik <dominik@science.uva.nl>
parents: 69891
diff changeset
6532 Here is a list of things that should work differently, but which I
63362
8a4e1b582425 Version 3.11
Carsten Dominik <dominik@science.uva.nl>
parents: 62713
diff changeset
6533 have found too hard to fix.
58792
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
6534
63362
8a4e1b582425 Version 3.11
Carsten Dominik <dominik@science.uva.nl>
parents: 62713
diff changeset
6535 @itemize @bullet
63672
c90c20a1b568 (Remember): Texinfo usage fix.
Juanma Barranquero <lekktu@gmail.com>
parents: 63362
diff changeset
6536 @item
69929
beebc22085fe (Link format): New section, emphasis on bracket links.
Carsten Dominik <dominik@science.uva.nl>
parents: 69891
diff changeset
6537 If a table field starts with a link, and if the corresponding table
beebc22085fe (Link format): New section, emphasis on bracket links.
Carsten Dominik <dominik@science.uva.nl>
parents: 69891
diff changeset
6538 column is narrowed (@pxref{Narrow columns}) to a width too small to
beebc22085fe (Link format): New section, emphasis on bracket links.
Carsten Dominik <dominik@science.uva.nl>
parents: 69891
diff changeset
6539 display the link, the field would look entirely empty even though it is
beebc22085fe (Link format): New section, emphasis on bracket links.
Carsten Dominik <dominik@science.uva.nl>
parents: 69891
diff changeset
6540 not. To prevent this, Org-mode throws an error. The work-around is to
beebc22085fe (Link format): New section, emphasis on bracket links.
Carsten Dominik <dominik@science.uva.nl>
parents: 69891
diff changeset
6541 make the column wide enough to fit the link, or to add some text (at
beebc22085fe (Link format): New section, emphasis on bracket links.
Carsten Dominik <dominik@science.uva.nl>
parents: 69891
diff changeset
6542 least 2 characters) before the link in the same field.
beebc22085fe (Link format): New section, emphasis on bracket links.
Carsten Dominik <dominik@science.uva.nl>
parents: 69891
diff changeset
6543 @item
beebc22085fe (Link format): New section, emphasis on bracket links.
Carsten Dominik <dominik@science.uva.nl>
parents: 69891
diff changeset
6544 Narrowing table columns does not work on XEmacs, because the
beebc22085fe (Link format): New section, emphasis on bracket links.
Carsten Dominik <dominik@science.uva.nl>
parents: 69891
diff changeset
6545 @code{format} function does not transport text properties.
beebc22085fe (Link format): New section, emphasis on bracket links.
Carsten Dominik <dominik@science.uva.nl>
parents: 69891
diff changeset
6546 @item
65656
55fcf5165d97 Version 3.16
Carsten Dominik <dominik@science.uva.nl>
parents: 65555
diff changeset
6547 Text in an entry protected with the @samp{QUOTE} keyword should not
55fcf5165d97 Version 3.16
Carsten Dominik <dominik@science.uva.nl>
parents: 65555
diff changeset
6548 autowrap.
55fcf5165d97 Version 3.16
Carsten Dominik <dominik@science.uva.nl>
parents: 65555
diff changeset
6549 @item
63362
8a4e1b582425 Version 3.11
Carsten Dominik <dominik@science.uva.nl>
parents: 62713
diff changeset
6550 When the application called by @kbd{C-c C-o} to open a file link fails
70867
68e63907ebfb (Plain lists): Added new item navigation commands.
Carsten Dominik <dominik@science.uva.nl>
parents: 70164
diff changeset
6551 (for example because the application does not exist or refuses to open
63362
8a4e1b582425 Version 3.11
Carsten Dominik <dominik@science.uva.nl>
parents: 62713
diff changeset
6552 the file), it does so silently. No error message is displayed.
63672
c90c20a1b568 (Remember): Texinfo usage fix.
Juanma Barranquero <lekktu@gmail.com>
parents: 63362
diff changeset
6553 @item
63833
addf44674c32 Version 3.12
Carsten Dominik <dominik@science.uva.nl>
parents: 63672
diff changeset
6554 Recalculating a table line applies the formulas from left to right.
65656
55fcf5165d97 Version 3.16
Carsten Dominik <dominik@science.uva.nl>
parents: 65555
diff changeset
6555 If a formula uses @emph{calculated} fields further down the row,
76138
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
6556 multiple recalculation may be needed to get all fields consistent. You
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
6557 may use the command @code{org-table-iterate} (@kbd{C-u C-c *}) to
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
6558 recalculate until convergence.
63833
addf44674c32 Version 3.12
Carsten Dominik <dominik@science.uva.nl>
parents: 63672
diff changeset
6559 @item
71386
0b2c58e8821c (Publishing links): Document the
Carsten Dominik <dominik@science.uva.nl>
parents: 71312
diff changeset
6560 A single letter cannot be made bold, for example @samp{*a*}.
63672
c90c20a1b568 (Remember): Texinfo usage fix.
Juanma Barranquero <lekktu@gmail.com>
parents: 63362
diff changeset
6561 @item
63362
8a4e1b582425 Version 3.11
Carsten Dominik <dominik@science.uva.nl>
parents: 62713
diff changeset
6562 The exporters work well, but could be made more efficient.
8a4e1b582425 Version 3.11
Carsten Dominik <dominik@science.uva.nl>
parents: 62713
diff changeset
6563 @end itemize
8a4e1b582425 Version 3.11
Carsten Dominik <dominik@science.uva.nl>
parents: 62713
diff changeset
6564
71386
0b2c58e8821c (Publishing links): Document the
Carsten Dominik <dominik@science.uva.nl>
parents: 71312
diff changeset
6565
0b2c58e8821c (Publishing links): Document the
Carsten Dominik <dominik@science.uva.nl>
parents: 71312
diff changeset
6566 @node Extensions and Hacking, History and Acknowledgments, Miscellaneous, Top
0b2c58e8821c (Publishing links): Document the
Carsten Dominik <dominik@science.uva.nl>
parents: 71312
diff changeset
6567 @appendix Extensions, Hooks and Hacking
0b2c58e8821c (Publishing links): Document the
Carsten Dominik <dominik@science.uva.nl>
parents: 71312
diff changeset
6568
0b2c58e8821c (Publishing links): Document the
Carsten Dominik <dominik@science.uva.nl>
parents: 71312
diff changeset
6569 This appendix lists extensions for Org-mode written by other authors.
76138
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
6570 It also covers some aspects where users can extend the functionality of
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
6571 Org-mode.
71386
0b2c58e8821c (Publishing links): Document the
Carsten Dominik <dominik@science.uva.nl>
parents: 71312
diff changeset
6572
0b2c58e8821c (Publishing links): Document the
Carsten Dominik <dominik@science.uva.nl>
parents: 71312
diff changeset
6573 @menu
71450
93e8ae57983b (Embedded LaTeX): New chapter.
Carsten Dominik <dominik@science.uva.nl>
parents: 71386
diff changeset
6574 * Extensions:: Existing 3rd-part extensions
76138
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
6575 * Tables in arbitrary syntax:: Orgtbl for LaTeX and other programs
71450
93e8ae57983b (Embedded LaTeX): New chapter.
Carsten Dominik <dominik@science.uva.nl>
parents: 71386
diff changeset
6576 * Dynamic blocks:: Automatically filled blocks
76138
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
6577 * Special agenda views:: Customized views
71386
0b2c58e8821c (Publishing links): Document the
Carsten Dominik <dominik@science.uva.nl>
parents: 71312
diff changeset
6578 @end menu
0b2c58e8821c (Publishing links): Document the
Carsten Dominik <dominik@science.uva.nl>
parents: 71312
diff changeset
6579
76138
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
6580 @node Extensions, Tables in arbitrary syntax, Extensions and Hacking, Extensions and Hacking
71386
0b2c58e8821c (Publishing links): Document the
Carsten Dominik <dominik@science.uva.nl>
parents: 71312
diff changeset
6581 @section Third-party extensions for Org-mode
76138
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
6582 @cindex extension, third-party
71386
0b2c58e8821c (Publishing links): Document the
Carsten Dominik <dominik@science.uva.nl>
parents: 71312
diff changeset
6583
0b2c58e8821c (Publishing links): Document the
Carsten Dominik <dominik@science.uva.nl>
parents: 71312
diff changeset
6584 The following extensions for Org-mode have been written by other people:
0b2c58e8821c (Publishing links): Document the
Carsten Dominik <dominik@science.uva.nl>
parents: 71312
diff changeset
6585
0b2c58e8821c (Publishing links): Document the
Carsten Dominik <dominik@science.uva.nl>
parents: 71312
diff changeset
6586 @table @asis
0b2c58e8821c (Publishing links): Document the
Carsten Dominik <dominik@science.uva.nl>
parents: 71312
diff changeset
6587 @cindex @file{org-publish.el}
0b2c58e8821c (Publishing links): Document the
Carsten Dominik <dominik@science.uva.nl>
parents: 71312
diff changeset
6588 @item @file{org-publish.el} by David O'Toole
0b2c58e8821c (Publishing links): Document the
Carsten Dominik <dominik@science.uva.nl>
parents: 71312
diff changeset
6589 This package provides facilities for publishing related sets of Org-mode
76138
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
6590 files together with linked files like images as webpages. It is
71386
0b2c58e8821c (Publishing links): Document the
Carsten Dominik <dominik@science.uva.nl>
parents: 71312
diff changeset
6591 highly configurable and can be used for other publishing purposes as
0b2c58e8821c (Publishing links): Document the
Carsten Dominik <dominik@science.uva.nl>
parents: 71312
diff changeset
6592 well. As of Org-mode version 4.30, @file{org-publish.el} is part of the
0b2c58e8821c (Publishing links): Document the
Carsten Dominik <dominik@science.uva.nl>
parents: 71312
diff changeset
6593 Org-mode distribution. It is not yet part of Emacs, however, a delay
0b2c58e8821c (Publishing links): Document the
Carsten Dominik <dominik@science.uva.nl>
parents: 71312
diff changeset
6594 caused by the preparations for the 22.1 release. In the mean time,
0b2c58e8821c (Publishing links): Document the
Carsten Dominik <dominik@science.uva.nl>
parents: 71312
diff changeset
6595 @file{org-publish.el} can be downloaded from David's site:
0b2c58e8821c (Publishing links): Document the
Carsten Dominik <dominik@science.uva.nl>
parents: 71312
diff changeset
6596 @url{http://dto.freeshell.org/e/org-publish.el}.
73874
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
6597 @cindex @file{org-mouse.el}
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
6598 @item @file{org-mouse.el} by Piotr Zielinski
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
6599 This package implements extended mouse functionality for Org-mode. It
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
6600 allows you to cycle visibility and to edit the document structure with
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
6601 the mouse. Best of all, it provides a context-sensitive menu on
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
6602 @key{mouse-3} that changes depending on the context of a mouse-click.
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
6603 As of Org-mode version 4.53, @file{org-mouse.el} is part of the
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
6604 Org-mode distribution. It is not yet part of Emacs, however, a delay
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
6605 caused by the preparations for the 22.1 release. In the mean time,
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
6606 @file{org-mouse.el} can be downloaded from Piotr's site:
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
6607 @url{http://www.cl.cam.ac.uk/~pz215/files/org-mouse.el}.
71386
0b2c58e8821c (Publishing links): Document the
Carsten Dominik <dominik@science.uva.nl>
parents: 71312
diff changeset
6608 @cindex @file{org-blog.el}
0b2c58e8821c (Publishing links): Document the
Carsten Dominik <dominik@science.uva.nl>
parents: 71312
diff changeset
6609 @item @file{org-blog.el} by David O'Toole
72399
99e38d5aaf87 (Installation, Activation): Split from Installation and
Carsten Dominik <dominik@science.uva.nl>
parents: 72101
diff changeset
6610 A blogging plug-in for @file{org-publish.el}.@*
71450
93e8ae57983b (Embedded LaTeX): New chapter.
Carsten Dominik <dominik@science.uva.nl>
parents: 71386
diff changeset
6611 @url{http://dto.freeshell.org/notebook/OrgMode.html}.
76138
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
6612 @cindex @file{blorg.el}
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
6613 @item @file{blorg.el} by Bastien Guerry
71386
0b2c58e8821c (Publishing links): Document the
Carsten Dominik <dominik@science.uva.nl>
parents: 71312
diff changeset
6614 Publish Org-mode files as
76138
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
6615 blogs. @url{http://www.cognition.ens.fr/~guerry/blorg.html}.
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
6616 @cindex @file{org2rem.el}
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
6617 @item @file{org2rem.el} by Bastien Guerry
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
6618 Translates Org-mode files into something readable by
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
6619 Remind. @url{http://www.cognition.ens.fr/~guerry/u/org2rem.el}.
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
6620 @end table
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
6621
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
6622 @page
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
6623
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
6624 @node Tables in arbitrary syntax, Dynamic blocks, Extensions, Extensions and Hacking
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
6625 @section Tables in arbitrary syntax
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
6626 @cindex tables, in other modes
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
6627 @cindex orgtbl-mode
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
6628
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
6629 Since Orgtbl-mode can be used as a minor mode in arbitrary buffers, a
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
6630 frequent feature request has been to make it work with native tables in
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
6631 specific languages, for example LaTeX. However, this is extremely hard
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
6632 to do in a general way, would lead to a customization nightmare, and
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
6633 would take away much of the simplicity of the Orgtbl-mode table editor.
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
6634
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
6635 This appendix describes a different approach. We keep the Orgtbl-mode
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
6636 table in its native format (the @i{source table}), and use a custom
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
6637 function to @i{translate} the table to the correct syntax, and to
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
6638 @i{install} it in the right location (the @i{target table}). This puts
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
6639 the burden of writing conversion functions on the user, but it allows
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
6640 for a very flexible system.
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
6641
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
6642 @menu
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
6643 * Radio tables:: Sending and receiving
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
6644 * A LaTeX example:: Step by step, almost a tutorial
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
6645 * Translator functions:: Copy and modify
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
6646 @end menu
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
6647
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
6648 @node Radio tables, A LaTeX example, Tables in arbitrary syntax, Tables in arbitrary syntax
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
6649 @subsection Radio tables
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
6650 @cindex radio tables
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
6651
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
6652 To define the location of the target table, you first need to create two
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
6653 lines that are comments in the current mode, but contain magic words for
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
6654 Orgtbl-mode to find. Orgtbl-mode will insert the translated table
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
6655 between these lines, replacing whatever was there before. For example:
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
6656
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
6657 @example
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
6658 /* BEGIN RECEIVE ORGTBL table_name */
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
6659 /* END RECEIVE ORGTBL table_name */
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
6660 @end example
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
6661
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
6662 @noindent
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
6663 Just above the source table, we put a special line that tells
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
6664 Orgtbl-mode how to translate this table and where to install it. For
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
6665 example:
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
6666 @example
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
6667 #+ORGTBL: SEND table_name translation_function arguments....
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
6668 @end example
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
6669
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
6670 @noindent
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
6671 @code{table_name} is the reference name for the table that is also used
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
6672 in the receiver lines. @code{translation_function} is the Lisp function
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
6673 that does the translation. Furthermore, the line can contain a list of
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
6674 arguments (alternating key and value) at the end. The arguments will be
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
6675 passed as a property list to the translation function for
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
6676 interpretation. A few standard parameters are already recognized and
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
6677 acted upon before the translation function is called:
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
6678
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
6679 @table @code
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
6680 @item :skip N
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
6681 Skip the first N lines of the table. Hlines do count!
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
6682 @item :skipcols (n1 n2 ...)
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
6683 List of columns that should be skipped. If the table has a column with
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
6684 calculation marks, that column is automatically discarded as well.
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
6685 Please note that the translator function sees the table @emph{after} the
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
6686 removal of these columns, the function never knows that there have been
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
6687 additional columns.
71386
0b2c58e8821c (Publishing links): Document the
Carsten Dominik <dominik@science.uva.nl>
parents: 71312
diff changeset
6688 @end table
0b2c58e8821c (Publishing links): Document the
Carsten Dominik <dominik@science.uva.nl>
parents: 71312
diff changeset
6689
76138
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
6690 @noindent
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
6691 The one problem remaining is how to keep the source table in the buffer
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
6692 without disturbing the normal workings of the file, for example during
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
6693 compilation of a C file or processing of a LaTeX file. There are a
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
6694 number of different solutions:
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
6695
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
6696 @itemize @bullet
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
6697 @item
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
6698 The table could be placed in a block comment if that is supported by the
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
6699 language. For example, in C-mode you could wrap the table between
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
6700 @samp{/*} and @samp{*/} lines.
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
6701 @item
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
6702 Sometimes it is possible to put the table after some kind of @i{END}
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
6703 statement, for example @samp{\bye} in TeX and @samp{\end@{document@}}
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
6704 in LaTeX.
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
6705 @item
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
6706 You can just comment the table line by line whenever you want to process
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
6707 the file, and uncomment it whenever you need to edit the table. This
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
6708 only sounds tedious - the command @kbd{M-x orgtbl-toggle-comment} does
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
6709 make this comment-toggling very easy, in particular if you bind it to a
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
6710 key.
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
6711 @end itemize
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
6712
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
6713 @node A LaTeX example, Translator functions, Radio tables, Tables in arbitrary syntax
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
6714 @subsection A LaTeX example
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
6715 @cindex LaTeX, and orgtbl-mode
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
6716
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
6717 The best way to wrap the source table in LaTeX is to use the
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
6718 @code{comment} environment provided by @file{comment.sty}. It has to be
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
6719 activated by placing @code{\usepackage@{comment@}} into the document
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
6720 header. Orgtbl-mode can insert a radio table skeleton@footnote{By
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
6721 default this works only for LaTeX, HTML, and TeXInfo. Configure the
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
6722 variable @code{orgtbl-radio-tables} to install templates for other
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
6723 modes.} with the command @kbd{M-x orgtbl-insert-radio-table}. You will
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
6724 be prompted for a table name, lets say we use @samp{salesfigures}. You
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
6725 will then get the following template:
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
6726
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
6727 @example
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
6728 % BEGIN RECEIVE ORGTBL salesfigures
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
6729 % END RECEIVE ORGTBL salesfigures
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
6730 \begin@{comment@}
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
6731 #+ORGTBL: SEND salesfigures orgtbl-to-latex
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
6732 | | |
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
6733 \end@{comment@}
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
6734 @end example
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
6735
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
6736 @noindent
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
6737 The @code{#+ORGTBL: SEND} line tells orgtbl-mode to use the function
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
6738 @code{orgtbl-to-latex} to convert the table into LaTeX and to put it
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
6739 into the receiver location with name @code{salesfigures}. You may now
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
6740 fill in the table, feel free to use the spreadsheet features@footnote{If
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
6741 the @samp{#+TBLFM} line contains an odd number of dollar characters,
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
6742 this may cause problems with font-lock in latex-mode. As shown in the
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
6743 example you can fix this by adding an extra line inside the
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
6744 @code{comment} environment that is used to balance the dollar
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
6745 expressions. If you are using AUCTeX with the font-latex library, a
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
6746 much better solution is to add the @code{comment} environment to the
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
6747 variable @code{LaTeX-verbatim-environments}.}:
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
6748
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
6749 @example
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
6750 % BEGIN RECEIVE ORGTBL salesfigures
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
6751 % END RECEIVE ORGTBL salesfigures
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
6752 \begin@{comment@}
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
6753 #+ORGTBL: SEND salesfigures orgtbl-to-latex
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
6754 | Month | Days | Nr sold | per day |
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
6755 |-------+------+---------+---------|
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
6756 | Jan | 23 | 55 | 2.4 |
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
6757 | Feb | 21 | 16 | 0.8 |
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
6758 | March | 22 | 278 | 12.6 |
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
6759 #+TBLFM: $4=$3/$2;%.1f
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
6760 % $ (optional extra dollar to keep font-lock happy, see footnote)
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
6761 \end@{comment@}
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
6762 @end example
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
6763
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
6764 @noindent
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
6765 When you are done, press @kbd{C-c C-c} in the table to get the converted
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
6766 table inserted between the two marker lines.
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
6767
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
6768 Now lets assume you want to make the table header by hand, because you
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
6769 want to control how columns are aligned etc. In this case we make sure
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
6770 that the table translator does skip the first 2 lines of the source
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
6771 table, and tell the command to work as a @i{splice}, i.e. to not produce
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
6772 header and footer commands of the target table:
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
6773
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
6774 @example
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
6775 \begin@{tabular@}@{lrrr@}
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
6776 Month & \multicolumn@{1@}@{c@}@{Days@} & Nr.\ sold & per day\\
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
6777 % BEGIN RECEIVE ORGTBL salesfigures
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
6778 % END RECEIVE ORGTBL salesfigures
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
6779 \end@{tabular@}
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
6780 %
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
6781 \begin@{comment@}
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
6782 #+ORGTBL: SEND salesfigures orgtbl-to-latex :splice t :skip 2
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
6783 | Month | Days | Nr sold | per day |
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
6784 |-------+------+---------+---------|
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
6785 | Jan | 23 | 55 | 2.4 |
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
6786 | Feb | 21 | 16 | 0.8 |
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
6787 | March | 22 | 278 | 12.6 |
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
6788 #+TBLFM: $4=$3/$2;%.1f
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
6789 \end@{comment@}
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
6790 @end example
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
6791
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
6792 The LaTeX translator function @code{orgtbl-to-latex} is already part of
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
6793 Orgtbl-mode. It uses a @code{tabular} environment to typeset the table
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
6794 and marks horizontal lines with @code{\hline}. Furthermore, it
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
6795 interprets the following parameters:
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
6796
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
6797 @table @code
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
6798 @item :splice nil/t
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
6799 When set to t, return only table body lines, don't wrap them into a
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
6800 tabular environment. Default is nil.
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
6801
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
6802 @item :fmt fmt
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
6803 A format to be used to wrap each field, should contain @code{%s} for the
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
6804 original field value. For example, to wrap each field value in dollars,
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
6805 you could use @code{:fmt "$%s$"}. This may also be a property list with
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
6806 column numbers and formats. for example @code{:fmt (2 "$%s$" 4 "%s\\%%")}.
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
6807
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
6808 @item :efmt efmt
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
6809 Use this format to print numbers with exponentials. The format should
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
6810 have @code{%s} twice for inserting mantissa and exponent, for example
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
6811 @code{"%s\\times10^@{%s@}"}. The default is @code{"%s\\,(%s)"}. This
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
6812 may also be a property list with column numbers and formats, for example
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
6813 @code{:efmt (2 "$%s\\times10^@{%s@}$" 4 "$%s\\cdot10^@{%s@}$")}. After
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
6814 @code{efmt} has been applied to a value, @code{fmt} will also be
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
6815 applied.
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
6816 @end table
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
6817
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
6818 @node Translator functions, , A LaTeX example, Tables in arbitrary syntax
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
6819 @subsection Translator functions
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
6820 @cindex HTML, and orgtbl-mode
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
6821 @cindex translator function
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
6822
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
6823 Orgtbl-mode has several translator functions built-in:
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
6824 @code{orgtbl-to-latex}, @code{orgtbl-to-html}, and
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
6825 @code{orgtbl-to-texinfo}. Except for @code{orgtbl-to-html}@footnote{The
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
6826 HTML translator uses the same code that produces tables during HTML
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
6827 export.}, these all use a generic translator, @code{orgtbl-to-generic}.
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
6828 For example, @code{orgtbl-to-latex} itself is a very short function that
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
6829 computes the column definitions for the @code{tabular} environment,
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
6830 defines a few field and line separators and then hands over to the
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
6831 generic translator. Here is the entire code:
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
6832
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
6833 @lisp
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
6834 @group
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
6835 (defun orgtbl-to-latex (table params)
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
6836 "Convert the orgtbl-mode TABLE to LaTeX."
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
6837 (let* ((alignment (mapconcat (lambda (x) (if x "r" "l"))
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
6838 org-table-last-alignment ""))
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
6839 (params2
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
6840 (list
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
6841 :tstart (concat "\\begin@{tabular@}@{" alignment "@}")
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
6842 :tend "\\end@{tabular@}"
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
6843 :lstart "" :lend " \\\\" :sep " & "
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
6844 :efmt "%s\\,(%s)" :hline "\\hline")))
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
6845 (orgtbl-to-generic table (org-combine-plists params2 params))))
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
6846 @end group
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
6847 @end lisp
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
6848
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
6849 As you can see, the properties passed into the function (variable
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
6850 @var{PARAMS}) are combined with the ones newly defined in the function
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
6851 (variable @var{PARAMS2}). The ones passed into the function (i.e. the
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
6852 ones set by the @samp{ORGTBL SEND} line) take precedence. So if you
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
6853 would like to use the LaTeX translator, but wanted the line endings to
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
6854 be @samp{\\[2mm]} instead of the default @samp{\\}, you could just
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
6855 overrule the default with
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
6856
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
6857 @example
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
6858 #+ORGTBL: SEND test orgtbl-to-latex :lend " \\\\[2mm]"
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
6859 @end example
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
6860
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
6861 For a new language, you can either write your own converter function in
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
6862 analogy with the LaTeX translator, or you can use the generic function
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
6863 directly. For example, if you have a language where a table is started
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
6864 with @samp{!BTBL!}, ended with @samp{!ETBL!}, and where table lines are
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
6865 started with @samp{!BL!}, ended with @samp{!EL!} and where the field
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
6866 separator is a TAB, you could call the generic translator like this (on
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
6867 a single line!):
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
6868
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
6869 @example
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
6870 #+ORGTBL: SEND test orgtbl-to-generic :tstart "!BTBL!" :tend "!ETBL!"
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
6871 :lstart "!BL! " :lend " !EL!" :sep "\t"
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
6872 @end example
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
6873
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
6874 @noindent
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
6875 Please check the documentation string of the function
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
6876 @code{orgtbl-to-generic} for a full list of parameters understood by
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
6877 that function and remember that you can pass each of them into
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
6878 @code{orgtbl-to-latex}, @code{orgtbl-to-texinfo}, and any other function
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
6879 using the generic function.
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
6880
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
6881 Of course you can also write a completely new function doing complicated
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
6882 things the generic translator cannot do. A translator function takes
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
6883 two arguments. The first argument is the table, a list of lines, each
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
6884 line either the symbol @code{hline} or a list of fields. The second
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
6885 argument is the property list containing all parameters specified in the
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
6886 @samp{#+ORGTBL: SEND} line. The function must return a single string
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
6887 containing the formatted table. If you write a generally useful
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
6888 translator, please post it on @code{emacs-orgmode@@gnu.org} so that
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
6889 others can benefit from your work.
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
6890
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
6891 @node Dynamic blocks, Special agenda views, Tables in arbitrary syntax, Extensions and Hacking
71386
0b2c58e8821c (Publishing links): Document the
Carsten Dominik <dominik@science.uva.nl>
parents: 71312
diff changeset
6892 @section Dynamic blocks
76138
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
6893 @cindex dynamic blocks
71386
0b2c58e8821c (Publishing links): Document the
Carsten Dominik <dominik@science.uva.nl>
parents: 71312
diff changeset
6894
0b2c58e8821c (Publishing links): Document the
Carsten Dominik <dominik@science.uva.nl>
parents: 71312
diff changeset
6895 Org-mode documents can contain @emph{dynamic blocks}. These are
76138
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
6896 specially marked regions that are updated by some user-written function.
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
6897 A good example for such a block is the clock table inserted by the
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
6898 command @kbd{C-c C-x C-r} (@pxref{Clocking work time}).
71386
0b2c58e8821c (Publishing links): Document the
Carsten Dominik <dominik@science.uva.nl>
parents: 71312
diff changeset
6899
0b2c58e8821c (Publishing links): Document the
Carsten Dominik <dominik@science.uva.nl>
parents: 71312
diff changeset
6900 Dynamic block are enclosed by a BEGIN-END structure that assigns a name
0b2c58e8821c (Publishing links): Document the
Carsten Dominik <dominik@science.uva.nl>
parents: 71312
diff changeset
6901 to the block and can also specify parameters for the function producing
0b2c58e8821c (Publishing links): Document the
Carsten Dominik <dominik@science.uva.nl>
parents: 71312
diff changeset
6902 the content of the block.
0b2c58e8821c (Publishing links): Document the
Carsten Dominik <dominik@science.uva.nl>
parents: 71312
diff changeset
6903
0b2c58e8821c (Publishing links): Document the
Carsten Dominik <dominik@science.uva.nl>
parents: 71312
diff changeset
6904 @example
72399
99e38d5aaf87 (Installation, Activation): Split from Installation and
Carsten Dominik <dominik@science.uva.nl>
parents: 72101
diff changeset
6905 #+BEGIN: myblock :parameter1 value1 :parameter2 value2 ...
71386
0b2c58e8821c (Publishing links): Document the
Carsten Dominik <dominik@science.uva.nl>
parents: 71312
diff changeset
6906
0b2c58e8821c (Publishing links): Document the
Carsten Dominik <dominik@science.uva.nl>
parents: 71312
diff changeset
6907 #+END:
0b2c58e8821c (Publishing links): Document the
Carsten Dominik <dominik@science.uva.nl>
parents: 71312
diff changeset
6908 @end example
0b2c58e8821c (Publishing links): Document the
Carsten Dominik <dominik@science.uva.nl>
parents: 71312
diff changeset
6909
0b2c58e8821c (Publishing links): Document the
Carsten Dominik <dominik@science.uva.nl>
parents: 71312
diff changeset
6910 Dynamic blocks are updated with the following commands
0b2c58e8821c (Publishing links): Document the
Carsten Dominik <dominik@science.uva.nl>
parents: 71312
diff changeset
6911
0b2c58e8821c (Publishing links): Document the
Carsten Dominik <dominik@science.uva.nl>
parents: 71312
diff changeset
6912 @table @kbd
0b2c58e8821c (Publishing links): Document the
Carsten Dominik <dominik@science.uva.nl>
parents: 71312
diff changeset
6913 @kindex C-c C-x C-u
0b2c58e8821c (Publishing links): Document the
Carsten Dominik <dominik@science.uva.nl>
parents: 71312
diff changeset
6914 @item C-c C-x C-u
0b2c58e8821c (Publishing links): Document the
Carsten Dominik <dominik@science.uva.nl>
parents: 71312
diff changeset
6915 Update dynamic block at point.
0b2c58e8821c (Publishing links): Document the
Carsten Dominik <dominik@science.uva.nl>
parents: 71312
diff changeset
6916 @kindex C-u C-c C-x C-u
0b2c58e8821c (Publishing links): Document the
Carsten Dominik <dominik@science.uva.nl>
parents: 71312
diff changeset
6917 @item C-u C-c C-x C-u
0b2c58e8821c (Publishing links): Document the
Carsten Dominik <dominik@science.uva.nl>
parents: 71312
diff changeset
6918 Update all dynamic blocks in the current file.
0b2c58e8821c (Publishing links): Document the
Carsten Dominik <dominik@science.uva.nl>
parents: 71312
diff changeset
6919 @end table
0b2c58e8821c (Publishing links): Document the
Carsten Dominik <dominik@science.uva.nl>
parents: 71312
diff changeset
6920
0b2c58e8821c (Publishing links): Document the
Carsten Dominik <dominik@science.uva.nl>
parents: 71312
diff changeset
6921 Updating a dynamic block means to remove all the text between BEGIN and
0b2c58e8821c (Publishing links): Document the
Carsten Dominik <dominik@science.uva.nl>
parents: 71312
diff changeset
6922 END, parse the BEGIN line for parameters and then call the specific
0b2c58e8821c (Publishing links): Document the
Carsten Dominik <dominik@science.uva.nl>
parents: 71312
diff changeset
6923 writer function for this block to insert the new content. For a block
0b2c58e8821c (Publishing links): Document the
Carsten Dominik <dominik@science.uva.nl>
parents: 71312
diff changeset
6924 with name @code{myblock}, the writer function is
0b2c58e8821c (Publishing links): Document the
Carsten Dominik <dominik@science.uva.nl>
parents: 71312
diff changeset
6925 @code{org-dblock-write:myblock} with as only parameter a property list
0b2c58e8821c (Publishing links): Document the
Carsten Dominik <dominik@science.uva.nl>
parents: 71312
diff changeset
6926 with the parameters given in the begin line. Here is a trivial example
0b2c58e8821c (Publishing links): Document the
Carsten Dominik <dominik@science.uva.nl>
parents: 71312
diff changeset
6927 of a block that keeps track of when the block update function was last
0b2c58e8821c (Publishing links): Document the
Carsten Dominik <dominik@science.uva.nl>
parents: 71312
diff changeset
6928 run:
0b2c58e8821c (Publishing links): Document the
Carsten Dominik <dominik@science.uva.nl>
parents: 71312
diff changeset
6929
0b2c58e8821c (Publishing links): Document the
Carsten Dominik <dominik@science.uva.nl>
parents: 71312
diff changeset
6930 @example
0b2c58e8821c (Publishing links): Document the
Carsten Dominik <dominik@science.uva.nl>
parents: 71312
diff changeset
6931 #+BEGIN: block-update-time :format "on %m/%d/%Y at %H:%M"
0b2c58e8821c (Publishing links): Document the
Carsten Dominik <dominik@science.uva.nl>
parents: 71312
diff changeset
6932
0b2c58e8821c (Publishing links): Document the
Carsten Dominik <dominik@science.uva.nl>
parents: 71312
diff changeset
6933 #+END:
0b2c58e8821c (Publishing links): Document the
Carsten Dominik <dominik@science.uva.nl>
parents: 71312
diff changeset
6934 @end example
0b2c58e8821c (Publishing links): Document the
Carsten Dominik <dominik@science.uva.nl>
parents: 71312
diff changeset
6935
0b2c58e8821c (Publishing links): Document the
Carsten Dominik <dominik@science.uva.nl>
parents: 71312
diff changeset
6936 @noindent
0b2c58e8821c (Publishing links): Document the
Carsten Dominik <dominik@science.uva.nl>
parents: 71312
diff changeset
6937 The corresponding block writer function could look like this:
0b2c58e8821c (Publishing links): Document the
Carsten Dominik <dominik@science.uva.nl>
parents: 71312
diff changeset
6938
0b2c58e8821c (Publishing links): Document the
Carsten Dominik <dominik@science.uva.nl>
parents: 71312
diff changeset
6939 @lisp
71653
9c582eb56ce7 (Exporting): Document `C-c C-e' as the prefix for
Carsten Dominik <dominik@science.uva.nl>
parents: 71564
diff changeset
6940 (defun org-dblock-write:block-update-time (params)
71386
0b2c58e8821c (Publishing links): Document the
Carsten Dominik <dominik@science.uva.nl>
parents: 71312
diff changeset
6941 (let ((fmt (or (plist-get params :format) "%d. %m. %Y")))
0b2c58e8821c (Publishing links): Document the
Carsten Dominik <dominik@science.uva.nl>
parents: 71312
diff changeset
6942 (insert "Last block update at: "
73874
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
6943 (format-time-string fmt (current-time)))))
71386
0b2c58e8821c (Publishing links): Document the
Carsten Dominik <dominik@science.uva.nl>
parents: 71312
diff changeset
6944 @end lisp
0b2c58e8821c (Publishing links): Document the
Carsten Dominik <dominik@science.uva.nl>
parents: 71312
diff changeset
6945
0b2c58e8821c (Publishing links): Document the
Carsten Dominik <dominik@science.uva.nl>
parents: 71312
diff changeset
6946 If you want to make sure that all dynamic blocks are always up-to-date,
0b2c58e8821c (Publishing links): Document the
Carsten Dominik <dominik@science.uva.nl>
parents: 71312
diff changeset
6947 you could add the function @code{org-update-all-dblocks} to a hook, for
0b2c58e8821c (Publishing links): Document the
Carsten Dominik <dominik@science.uva.nl>
parents: 71312
diff changeset
6948 example @code{before-save-hook}. @code{org-update-all-dblocks} is
0b2c58e8821c (Publishing links): Document the
Carsten Dominik <dominik@science.uva.nl>
parents: 71312
diff changeset
6949 written in a way that is does nothing in buffers that are not in Org-mode.
0b2c58e8821c (Publishing links): Document the
Carsten Dominik <dominik@science.uva.nl>
parents: 71312
diff changeset
6950
76138
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
6951 @node Special agenda views, , Dynamic blocks, Extensions and Hacking
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
6952 @section Special Agenda Views
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
6953 @cindex agenda views, user-defined
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
6954
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
6955 Org-mode provides a special hook that can be used to narrow down the
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
6956 selection made by any of the agenda views. You may specify a function
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
6957 that is used at each match to verify if the match should indeed be part
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
6958 of the agenda view, and if not, how much should be skipped.
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
6959
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
6960 Let's say you want to produce a list of projects that contain a WAITING
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
6961 tag anywhere in the project tree. Let's further assume that you have
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
6962 marked all tree headings that define a project with the todo keyword
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
6963 PROJECT. In this case you would run a todo search for the keyword
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
6964 PROJECT, but skip the match unless there is a WAITING tag anywhere in
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
6965 the subtree belonging to the project line.
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
6966
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
6967 To achieve this, you must write a function that searches the subtree for
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
6968 the tag. If the tag is found, the function must return @code{nil} to
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
6969 indicate that this match should not be skipped. If there is no such
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
6970 tag, return the location of the end of the subtree, to indicate that
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
6971 search should continue from there.
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
6972
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
6973 @lisp
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
6974 (defun my-skip-unless-waiting ()
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
6975 "Skip trees that are not waiting"
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
6976 (let ((subtree-end (save-excursion (org-end-of-subtree t))))
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
6977 (if (re-search-forward ":WAITING:" subtree-end t)
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
6978 nil ; tag found, do not skip
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
6979 subtree-end))) ; tag not found, continue after end of subtree
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
6980 @end lisp
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
6981
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
6982 Furthermore you must write a command that uses @code{let} to temporarily
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
6983 put this function into the variable @code{org-agenda-skip-function},
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
6984 sets the header string for the agenda buffer, and calls the todo-list
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
6985 generator while asking for the specific TODO keyword PROJECT. The
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
6986 function must also accept one argument MATCH, but it can choose to
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
6987 ignore it@footnote{MATCH must be present in case you want to define a
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
6988 custom command for producing this special list. Custom commands always
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
6989 supply the MATCH argument, but it can be empty if you do not specify it
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
6990 while defining the command(@pxref{Custom agenda
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
6991 views}).} (as we do in the example below). Here is the example:
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
6992
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
6993 @lisp
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
6994 (defun my-org-waiting-projects (&optional match)
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
6995 "Produce a list of projects that contain a WAITING tag.
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
6996 MATCH is being ignored."
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
6997 (interactive)
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
6998 (let ((org-agenda-skip-function 'my-skip-unless-waiting)
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
6999 (org-agenda-overriding-header "Projects waiting for something: "))
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
7000 ;; make the list
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
7001 (org-todo-list "PROJECT")))
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
7002 @end lisp
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
7003
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
7004
81167
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
7005 @node History and Acknowledgments, Index, Extensions and Hacking, Top
71386
0b2c58e8821c (Publishing links): Document the
Carsten Dominik <dominik@science.uva.nl>
parents: 71312
diff changeset
7006 @appendix History and Acknowledgments
58792
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
7007 @cindex acknowledgments
71386
0b2c58e8821c (Publishing links): Document the
Carsten Dominik <dominik@science.uva.nl>
parents: 71312
diff changeset
7008 @cindex history
67613
eab2494a32d7 *** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents: 67604
diff changeset
7009 @cindex thanks
58792
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
7010
73874
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
7011 Org-mode was borne in 2003, out of frustration over the user interface
76138
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
7012 of the Emacs outline-mode. I was trying to organize my notes and
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
7013 projects, and using Emacs seemed to be the natural way to go. However,
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
7014 having to remember eleven different commands with two or three keys per
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
7015 command, only to hide and unhide parts of the outline tree, that seemed
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
7016 entirely unacceptable to me. Also, when using outlines to take notes, I
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
7017 constantly want to restructure the tree, organizing it parallel to my
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
7018 thoughts and plans. @emph{Visibility cycling} and @emph{structure
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
7019 editing} were originally implemented in the package
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
7020 @file{outline-magic.el}, but quickly moved to the more general
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
7021 @file{org.el}. As this environment became comfortable for project
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
7022 planning, the next step was adding @emph{TODO entries}, basic @emph{time
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
7023 stamps}, and @emph{table support}. These areas highlight the two main
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
7024 goals that Org-mode still has today: To create a new, outline-based,
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
7025 plain text mode with innovative and intuitive editing features, and to
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
7026 incorporate project planning functionality directly into a notes file.
71450
93e8ae57983b (Embedded LaTeX): New chapter.
Carsten Dominik <dominik@science.uva.nl>
parents: 71386
diff changeset
7027
93e8ae57983b (Embedded LaTeX): New chapter.
Carsten Dominik <dominik@science.uva.nl>
parents: 71386
diff changeset
7028 Since the first release, hundreds of emails to me or on
93e8ae57983b (Embedded LaTeX): New chapter.
Carsten Dominik <dominik@science.uva.nl>
parents: 71386
diff changeset
7029 @code{emacs-orgmode@@gnu.org} have provided a constant stream of bug
76138
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
7030 reports, feedback, new ideas, and sometimes patches and add-on code.
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
7031 Many thanks to everyone who has helped to improve this package. I am
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
7032 trying to keep here a list of the people who had significant influence
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
7033 in shaping one or more aspects of Org-mode. The list may not be
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
7034 complete, if I have forgotten someone, please accept my apologies and
71450
93e8ae57983b (Embedded LaTeX): New chapter.
Carsten Dominik <dominik@science.uva.nl>
parents: 71386
diff changeset
7035 let me know.
58792
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
7036
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
7037 @itemize @bullet
73967
8aa00b07ec99 Minor typo fixes.
Carsten Dominik <dominik@science.uva.nl>
parents: 73874
diff changeset
7038
58792
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
7039 @item
70951
39f6e1889f85 (ASCII export): Omit command name.
Carsten Dominik <dominik@science.uva.nl>
parents: 70867
diff changeset
7040 @i{Thomas Baumann} contributed the code for links to the MH-E email
39f6e1889f85 (ASCII export): Omit command name.
Carsten Dominik <dominik@science.uva.nl>
parents: 70867
diff changeset
7041 system.
69090
66a57755230b * org.texi (Internal Links): Rewritten to cover the modified
Carsten Dominik <dominik@science.uva.nl>
parents: 68639
diff changeset
7042 @item
70951
39f6e1889f85 (ASCII export): Omit command name.
Carsten Dominik <dominik@science.uva.nl>
parents: 70867
diff changeset
7043 @i{Alex Bochannek} provided a patch for rounding time stamps.
67694
5f1a4736c318 *** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents: 67613
diff changeset
7044 @item
70951
39f6e1889f85 (ASCII export): Omit command name.
Carsten Dominik <dominik@science.uva.nl>
parents: 70867
diff changeset
7045 @i{Charles Cave}'s suggestion sparked the implementation of templates
39f6e1889f85 (ASCII export): Omit command name.
Carsten Dominik <dominik@science.uva.nl>
parents: 70867
diff changeset
7046 for Remember.
69929
beebc22085fe (Link format): New section, emphasis on bracket links.
Carsten Dominik <dominik@science.uva.nl>
parents: 69891
diff changeset
7047 @item
70951
39f6e1889f85 (ASCII export): Omit command name.
Carsten Dominik <dominik@science.uva.nl>
parents: 70867
diff changeset
7048 @i{Pavel Chalmoviansky} influenced the agenda treatment of items with
69929
beebc22085fe (Link format): New section, emphasis on bracket links.
Carsten Dominik <dominik@science.uva.nl>
parents: 69891
diff changeset
7049 specified time.
67694
5f1a4736c318 *** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents: 67613
diff changeset
7050 @item
71386
0b2c58e8821c (Publishing links): Document the
Carsten Dominik <dominik@science.uva.nl>
parents: 71312
diff changeset
7051 @i{Gregory Chernov} patched support for lisp forms into table
0b2c58e8821c (Publishing links): Document the
Carsten Dominik <dominik@science.uva.nl>
parents: 71312
diff changeset
7052 calculations and improved XEmacs compatibility, in particular by porting
0b2c58e8821c (Publishing links): Document the
Carsten Dominik <dominik@science.uva.nl>
parents: 71312
diff changeset
7053 @file{nouline.el} to XEmacs.
70867
68e63907ebfb (Plain lists): Added new item navigation commands.
Carsten Dominik <dominik@science.uva.nl>
parents: 70164
diff changeset
7054 @item
70951
39f6e1889f85 (ASCII export): Omit command name.
Carsten Dominik <dominik@science.uva.nl>
parents: 70867
diff changeset
7055 @i{Sacha Chua} suggested to copy some linking code from Planner.
69929
beebc22085fe (Link format): New section, emphasis on bracket links.
Carsten Dominik <dominik@science.uva.nl>
parents: 69891
diff changeset
7056 @item
73874
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
7057 @i{Eddward DeVilla} proposed and tested checkbox statistics.
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
7058 @item
76138
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
7059 @i{Kees Dullemond} used to edit projects lists directly in HTML and so
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
7060 inspired some of the early development, including HTML export. He also
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
7061 asked for a way to narrow wide table columns.
70065
4804517d7073 (Formula syntax): Fixed link to Calc Manual.
Carsten Dominik <dominik@science.uva.nl>
parents: 70011
diff changeset
7062 @item
70951
39f6e1889f85 (ASCII export): Omit command name.
Carsten Dominik <dominik@science.uva.nl>
parents: 70867
diff changeset
7063 @i{Christian Egli} converted the documentation into TeXInfo format,
39f6e1889f85 (ASCII export): Omit command name.
Carsten Dominik <dominik@science.uva.nl>
parents: 70867
diff changeset
7064 patched CSS formatting into the HTML exporter, and inspired the agenda.
67694
5f1a4736c318 *** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents: 67613
diff changeset
7065 @item
81167
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
7066 @i{David Emery} provided a patch for custom CSS support in exported
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
7067 HTML agendas.
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
7068 @item
70951
39f6e1889f85 (ASCII export): Omit command name.
Carsten Dominik <dominik@science.uva.nl>
parents: 70867
diff changeset
7069 @i{Nic Ferrier} contributed mailcap and XOXO support.
67694
5f1a4736c318 *** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents: 67613
diff changeset
7070 @item
76138
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
7071 @i{John Foerch} figured out how to make incremental search show context
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
7072 around a match in a hidden outline tree.
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
7073 @item
71450
93e8ae57983b (Embedded LaTeX): New chapter.
Carsten Dominik <dominik@science.uva.nl>
parents: 71386
diff changeset
7074 @i{Niels Giessen} had the idea to automatically archive DONE trees.
93e8ae57983b (Embedded LaTeX): New chapter.
Carsten Dominik <dominik@science.uva.nl>
parents: 71386
diff changeset
7075 @item
76138
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
7076 @i{Bastien Guerry} provided extensive feedback and some patches, and
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
7077 translated David O'Toole's tutorial into French.
71386
0b2c58e8821c (Publishing links): Document the
Carsten Dominik <dominik@science.uva.nl>
parents: 71312
diff changeset
7078 @item
73874
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
7079 @i{Kai Grossjohann} pointed out key-binding conflicts with other packages.
67694
5f1a4736c318 *** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents: 67613
diff changeset
7080 @item
81167
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
7081 @i{Shidai Liu} ("Leo") asked for embedded LaTeX and tested it. He also
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
7082 provided frequent feedback and some patches.
76138
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
7083 @item
81167
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
7084 @i{Jason F. McBrayer} suggested agenda export to CSV format.
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
7085 @item
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
7086 @i{Dmitri Minaev} sent a patch to set priority limits on a per-file
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
7087 basis.
71508
c12f8a27aae5 (Embedded LaTeX): Fix typos and implement small improvements
Carsten Dominik <dominik@science.uva.nl>
parents: 71450
diff changeset
7088 @item
70951
39f6e1889f85 (ASCII export): Omit command name.
Carsten Dominik <dominik@science.uva.nl>
parents: 70867
diff changeset
7089 @i{Stefan Monnier} provided a patch to keep the Emacs-Lisp compiler
39f6e1889f85 (ASCII export): Omit command name.
Carsten Dominik <dominik@science.uva.nl>
parents: 70867
diff changeset
7090 happy.
70867
68e63907ebfb (Plain lists): Added new item navigation commands.
Carsten Dominik <dominik@science.uva.nl>
parents: 70164
diff changeset
7091 @item
81167
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
7092 @i{Rick Moynihan} proposed to allow multiple TODO sequences in a file.
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
7093 @item
70951
39f6e1889f85 (ASCII export): Omit command name.
Carsten Dominik <dominik@science.uva.nl>
parents: 70867
diff changeset
7094 @i{Todd Neal} provided patches for links to Info files and elisp forms.
67694
5f1a4736c318 *** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents: 67613
diff changeset
7095 @item
70951
39f6e1889f85 (ASCII export): Omit command name.
Carsten Dominik <dominik@science.uva.nl>
parents: 70867
diff changeset
7096 @i{Tim O'Callaghan} suggested in-file links, search options for general
39f6e1889f85 (ASCII export): Omit command name.
Carsten Dominik <dominik@science.uva.nl>
parents: 70867
diff changeset
7097 file links, and TAGS.
67694
5f1a4736c318 *** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents: 67613
diff changeset
7098 @item
76138
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
7099 @i{Takeshi Okano} translated the manual and David O'Toole's tutorial
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
7100 into Japanese.
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
7101 @item
70951
39f6e1889f85 (ASCII export): Omit command name.
Carsten Dominik <dominik@science.uva.nl>
parents: 70867
diff changeset
7102 @i{Oliver Oppitz} suggested multi-state TODO items.
39f6e1889f85 (ASCII export): Omit command name.
Carsten Dominik <dominik@science.uva.nl>
parents: 70867
diff changeset
7103 @item
39f6e1889f85 (ASCII export): Omit command name.
Carsten Dominik <dominik@science.uva.nl>
parents: 70867
diff changeset
7104 @i{Scott Otterson} sparked the introduction of descriptive text for
39f6e1889f85 (ASCII export): Omit command name.
Carsten Dominik <dominik@science.uva.nl>
parents: 70867
diff changeset
7105 links, among other things.
67694
5f1a4736c318 *** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents: 67613
diff changeset
7106 @item
73874
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
7107 @i{Pete Phillips} helped during the development of the TAGS feature, and
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
7108 provided frequent feedback.
69929
beebc22085fe (Link format): New section, emphasis on bracket links.
Carsten Dominik <dominik@science.uva.nl>
parents: 69891
diff changeset
7109 @item
70951
39f6e1889f85 (ASCII export): Omit command name.
Carsten Dominik <dominik@science.uva.nl>
parents: 70867
diff changeset
7110 @i{T.V. Raman} reported bugs and suggested improvements.
70867
68e63907ebfb (Plain lists): Added new item navigation commands.
Carsten Dominik <dominik@science.uva.nl>
parents: 70164
diff changeset
7111 @item
70951
39f6e1889f85 (ASCII export): Omit command name.
Carsten Dominik <dominik@science.uva.nl>
parents: 70867
diff changeset
7112 @i{Matthias Rempe} (Oelde) provided ideas, Windows support, and quality
69929
beebc22085fe (Link format): New section, emphasis on bracket links.
Carsten Dominik <dominik@science.uva.nl>
parents: 69891
diff changeset
7113 control.
58792
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
7114 @item
70951
39f6e1889f85 (ASCII export): Omit command name.
Carsten Dominik <dominik@science.uva.nl>
parents: 70867
diff changeset
7115 @i{Kevin Rogers} contributed code to access VM files on remote hosts.
58792
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
7116 @item
70951
39f6e1889f85 (ASCII export): Omit command name.
Carsten Dominik <dominik@science.uva.nl>
parents: 70867
diff changeset
7117 @i{Frank Ruell} solved the mystery of the @code{keymapp nil} bug, a
39f6e1889f85 (ASCII export): Omit command name.
Carsten Dominik <dominik@science.uva.nl>
parents: 70867
diff changeset
7118 conflict with @file{allout.el}.
70164
7ce8d4154af5 Many small fixes.
Carsten Dominik <dominik@science.uva.nl>
parents: 70133
diff changeset
7119 @item
74030
7c426fa1fdff Fix typos
Carsten Dominik <dominik@science.uva.nl>
parents: 73967
diff changeset
7120 @i{Jason Riedy} sent a patch to fix a bug with export of TODO keywords.
73874
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
7121 @item
70951
39f6e1889f85 (ASCII export): Omit command name.
Carsten Dominik <dominik@science.uva.nl>
parents: 70867
diff changeset
7122 @i{Philip Rooke} created the Org-mode reference card and provided lots
39f6e1889f85 (ASCII export): Omit command name.
Carsten Dominik <dominik@science.uva.nl>
parents: 70867
diff changeset
7123 of feedback.
58792
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
7124 @item
70951
39f6e1889f85 (ASCII export): Omit command name.
Carsten Dominik <dominik@science.uva.nl>
parents: 70867
diff changeset
7125 @i{Christian Schlauer} proposed angular brackets around links, among
39f6e1889f85 (ASCII export): Omit command name.
Carsten Dominik <dominik@science.uva.nl>
parents: 70867
diff changeset
7126 other things.
63362
8a4e1b582425 Version 3.11
Carsten Dominik <dominik@science.uva.nl>
parents: 62713
diff changeset
7127 @item
70951
39f6e1889f85 (ASCII export): Omit command name.
Carsten Dominik <dominik@science.uva.nl>
parents: 70867
diff changeset
7128 Linking to VM/BBDB/GNUS was inspired by @i{Tom Shannon}'s
58792
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
7129 @file{organizer-mode.el}.
71450
93e8ae57983b (Embedded LaTeX): New chapter.
Carsten Dominik <dominik@science.uva.nl>
parents: 71386
diff changeset
7130 @item
71508
c12f8a27aae5 (Embedded LaTeX): Fix typos and implement small improvements
Carsten Dominik <dominik@science.uva.nl>
parents: 71450
diff changeset
7131 @i{Daniel Sinder} came up with the idea of internal archiving by locking
71450
93e8ae57983b (Embedded LaTeX): New chapter.
Carsten Dominik <dominik@science.uva.nl>
parents: 71386
diff changeset
7132 subtrees.
58792
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
7133 @item
73874
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
7134 @i{Dale Smith} proposed link abbreviations.
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
7135 @item
71246
f32b17d18b4b (ASCII export): Document indentation adaptation.
Carsten Dominik <dominik@science.uva.nl>
parents: 71224
diff changeset
7136 @i{David O'Toole} wrote @file{org-publish.el} and drafted the manual
f32b17d18b4b (ASCII export): Document indentation adaptation.
Carsten Dominik <dominik@science.uva.nl>
parents: 71224
diff changeset
7137 chapter about publishing.
70867
68e63907ebfb (Plain lists): Added new item navigation commands.
Carsten Dominik <dominik@science.uva.nl>
parents: 70164
diff changeset
7138 @item
70951
39f6e1889f85 (ASCII export): Omit command name.
Carsten Dominik <dominik@science.uva.nl>
parents: 70867
diff changeset
7139 @i{J@"urgen Vollmer} contributed code generating the table of contents
69929
beebc22085fe (Link format): New section, emphasis on bracket links.
Carsten Dominik <dominik@science.uva.nl>
parents: 69891
diff changeset
7140 in HTML output.
58792
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
7141 @item
70951
39f6e1889f85 (ASCII export): Omit command name.
Carsten Dominik <dominik@science.uva.nl>
parents: 70867
diff changeset
7142 @i{Chris Wallace} provided a patch implementing the @samp{QUOTE}
39f6e1889f85 (ASCII export): Omit command name.
Carsten Dominik <dominik@science.uva.nl>
parents: 70867
diff changeset
7143 keyword.
69456
6c85e996427c (Clean view): Document new startup options.
Carsten Dominik <dominik@science.uva.nl>
parents: 69318
diff changeset
7144 @item
70951
39f6e1889f85 (ASCII export): Omit command name.
Carsten Dominik <dominik@science.uva.nl>
parents: 70867
diff changeset
7145 @i{David Wainberg} suggested archiving, and improvements to the linking
69929
beebc22085fe (Link format): New section, emphasis on bracket links.
Carsten Dominik <dominik@science.uva.nl>
parents: 69891
diff changeset
7146 system.
58792
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
7147 @item
70951
39f6e1889f85 (ASCII export): Omit command name.
Carsten Dominik <dominik@science.uva.nl>
parents: 70867
diff changeset
7148 @i{John Wiegley} wrote @file{emacs-wiki.el} and @file{planner.el}. The
69929
beebc22085fe (Link format): New section, emphasis on bracket links.
Carsten Dominik <dominik@science.uva.nl>
parents: 69891
diff changeset
7149 development of Org-mode was fully independent, and both systems are
beebc22085fe (Link format): New section, emphasis on bracket links.
Carsten Dominik <dominik@science.uva.nl>
parents: 69891
diff changeset
7150 really different beasts in their basic ideas and implementation details.
70867
68e63907ebfb (Plain lists): Added new item navigation commands.
Carsten Dominik <dominik@science.uva.nl>
parents: 70164
diff changeset
7151 I later looked at John's code, however, and learned from his
69929
beebc22085fe (Link format): New section, emphasis on bracket links.
Carsten Dominik <dominik@science.uva.nl>
parents: 69891
diff changeset
7152 implementation of (i) links where the link itself is hidden and only a
beebc22085fe (Link format): New section, emphasis on bracket links.
Carsten Dominik <dominik@science.uva.nl>
parents: 69891
diff changeset
7153 description is shown, and (ii) popping up a calendar to select a date.
58792
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
7154 @item
70951
39f6e1889f85 (ASCII export): Omit command name.
Carsten Dominik <dominik@science.uva.nl>
parents: 70867
diff changeset
7155 @i{Carsten Wimmer} suggested some changes and helped fix a bug in
39f6e1889f85 (ASCII export): Omit command name.
Carsten Dominik <dominik@science.uva.nl>
parents: 70867
diff changeset
7156 linking to GNUS.
69929
beebc22085fe (Link format): New section, emphasis on bracket links.
Carsten Dominik <dominik@science.uva.nl>
parents: 69891
diff changeset
7157 @item
70951
39f6e1889f85 (ASCII export): Omit command name.
Carsten Dominik <dominik@science.uva.nl>
parents: 70867
diff changeset
7158 @i{Roland Winkler} requested additional keybindings to make Org-mode
69929
beebc22085fe (Link format): New section, emphasis on bracket links.
Carsten Dominik <dominik@science.uva.nl>
parents: 69891
diff changeset
7159 work on a tty.
69225
a2d5fbc00b3e (Interaction): Added item about `org-mouse.el' by Piotr
Carsten Dominik <dominik@science.uva.nl>
parents: 69117
diff changeset
7160 @item
74030
7c426fa1fdff Fix typos
Carsten Dominik <dominik@science.uva.nl>
parents: 73967
diff changeset
7161 @i{Piotr Zielinski} wrote @file{org-mouse.el}, proposed agenda blocks
73874
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
7162 and contributed various ideas and code snippets.
58792
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
7163 @end itemize
71386
0b2c58e8821c (Publishing links): Document the
Carsten Dominik <dominik@science.uva.nl>
parents: 71312
diff changeset
7164
81167
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
7165
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
7166 @node Index, Key Index, History and Acknowledgments, Top
71386
0b2c58e8821c (Publishing links): Document the
Carsten Dominik <dominik@science.uva.nl>
parents: 71312
diff changeset
7167 @unnumbered Index
58792
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
7168
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
7169 @printindex cp
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
7170
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
7171 @node Key Index, , Index, Top
73874
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
7172 @unnumbered Key Index
58792
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
7173
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
7174 @printindex ky
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
7175
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
7176 @bye
64070
ac6ca3de0b38 Add arch tagline
Miles Bader <miles@gnu.org>
parents: 64069
diff changeset
7177
ac6ca3de0b38 Add arch tagline
Miles Bader <miles@gnu.org>
parents: 64069
diff changeset
7178 @ignore
ac6ca3de0b38 Add arch tagline
Miles Bader <miles@gnu.org>
parents: 64069
diff changeset
7179 arch-tag: 7893d1fe-cc57-4d13-b5e5-f494a1bcc7ac
ac6ca3de0b38 Add arch tagline
Miles Bader <miles@gnu.org>
parents: 64069
diff changeset
7180 @end ignore