annotate man/org.texi @ 81306:114ec88248f4

(vc-svn-program): New var. (vc-svn-command): Use it.
author Stefan Monnier <monnier@iro.umontreal.ca>
date Mon, 11 Jun 2007 18:41:09 +0000
parents bf0c02ef2719
children ea719971ae70
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
81167
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
6 @set VERSION 4.77
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
58792
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
83 * Timestamps:: Assign date and time to items
69929
beebc22085fe (Link format): New section, emphasis on bracket links.
Carsten Dominik <dominik@science.uva.nl>
parents: 69891
diff changeset
84 * Tags:: Tagging headlines and matching sets of tags
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
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
176 Timestamps
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
177
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
178 * Time stamps:: Assigning a time to a tree entry
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
179 * Creating timestamps:: Commands which insert timestamps
81167
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
180 * Deadlines and scheduling:: Planning your work
71312
e050af4a9e72 (Progress logging): New section.
Carsten Dominik <dominik@science.uva.nl>
parents: 71246
diff changeset
181 * Progress logging:: Documenting when what work was done.
e050af4a9e72 (Progress logging): New section.
Carsten Dominik <dominik@science.uva.nl>
parents: 71246
diff changeset
182
73874
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
183 Creating timestamps
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
184
74030
7c426fa1fdff Fix typos
Carsten Dominik <dominik@science.uva.nl>
parents: 73967
diff changeset
185 * 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
186 * Custom time format:: Making dates look differently
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
187
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
188 Deadlines and Scheduling
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
189
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
190 * Inserting deadline/schedule::
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
191 * Repeated tasks::
73874
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
192
71312
e050af4a9e72 (Progress logging): New section.
Carsten Dominik <dominik@science.uva.nl>
parents: 71246
diff changeset
193 Progress Logging
e050af4a9e72 (Progress logging): New section.
Carsten Dominik <dominik@science.uva.nl>
parents: 71246
diff changeset
194
71386
0b2c58e8821c (Publishing links): Document the
Carsten Dominik <dominik@science.uva.nl>
parents: 71312
diff changeset
195 * 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
196 * 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
197 * Clocking work time:: When exactly did you work on this item?
58792
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
198
69929
beebc22085fe (Link format): New section, emphasis on bracket links.
Carsten Dominik <dominik@science.uva.nl>
parents: 69891
diff changeset
199 Tags
beebc22085fe (Link format): New section, emphasis on bracket links.
Carsten Dominik <dominik@science.uva.nl>
parents: 69891
diff changeset
200
beebc22085fe (Link format): New section, emphasis on bracket links.
Carsten Dominik <dominik@science.uva.nl>
parents: 69891
diff changeset
201 * Tag inheritance:: Tags use the tree structure of the outline
beebc22085fe (Link format): New section, emphasis on bracket links.
Carsten Dominik <dominik@science.uva.nl>
parents: 69891
diff changeset
202 * Setting tags:: How to assign tags to a headline
beebc22085fe (Link format): New section, emphasis on bracket links.
Carsten Dominik <dominik@science.uva.nl>
parents: 69891
diff changeset
203 * Tag searches:: Searching for combinations of tags
beebc22085fe (Link format): New section, emphasis on bracket links.
Carsten Dominik <dominik@science.uva.nl>
parents: 69891
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}:
72399
99e38d5aaf87 (Installation, Activation): Split from Installation and
Carsten Dominik <dominik@science.uva.nl>
parents: 72101
diff changeset
1043 @example
99e38d5aaf87 (Installation, Activation): Split from Installation and
Carsten Dominik <dominik@science.uva.nl>
parents: 72101
diff changeset
1044 (require 'filladapt)
99e38d5aaf87 (Installation, Activation): Split from Installation and
Carsten Dominik <dominik@science.uva.nl>
parents: 72101
diff changeset
1045 @end example
99e38d5aaf87 (Installation, Activation): Split from Installation and
Carsten Dominik <dominik@science.uva.nl>
parents: 72101
diff changeset
1046 }.
70867
68e63907ebfb (Plain lists): Added new item navigation commands.
Carsten Dominik <dominik@science.uva.nl>
parents: 70164
diff changeset
1047
68e63907ebfb (Plain lists): Added new item navigation commands.
Carsten Dominik <dominik@science.uva.nl>
parents: 70164
diff changeset
1048 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
1049 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
1050
a0a8d49729fd (Structure editing): New item moving commands added.
Carsten Dominik <dominik@science.uva.nl>
parents: 66988
diff changeset
1051 @table @kbd
67344
22aa7225124f (TODO basics): Document the global todo list.
Carsten Dominik <dominik@science.uva.nl>
parents: 67219
diff changeset
1052 @kindex @key{TAB}
22aa7225124f (TODO basics): Document the global todo list.
Carsten Dominik <dominik@science.uva.nl>
parents: 67219
diff changeset
1053 @item @key{TAB}
22aa7225124f (TODO basics): Document the global todo list.
Carsten Dominik <dominik@science.uva.nl>
parents: 67219
diff changeset
1054 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
1055 @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
1056 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
1057 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
1058 completely separated.
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
f3876738c127 (Checkboxes): New section.
Carsten Dominik <dominik@science.uva.nl>
parents: 71508
diff changeset
1097 state of the checkbox. Otherwise, if this is an ordered list, renumber
f3876738c127 (Checkboxes): New section.
Carsten Dominik <dominik@science.uva.nl>
parents: 71508
diff changeset
1098 the ordered list at the cursor.
67107
a0a8d49729fd (Structure editing): New item moving commands added.
Carsten Dominik <dominik@science.uva.nl>
parents: 66988
diff changeset
1099 @end table
a0a8d49729fd (Structure editing): New item moving commands added.
Carsten Dominik <dominik@science.uva.nl>
parents: 66988
diff changeset
1100
70133
36d1ec75581c * org.texi: (Time stamps): Better explanation of the purpose of
Carsten Dominik <dominik@science.uva.nl>
parents: 70065
diff changeset
1101 @node Tables, Hyperlinks, Document structure, Top
58792
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
1102 @chapter Tables
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
1103 @cindex tables
67613
eab2494a32d7 *** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents: 67604
diff changeset
1104 @cindex editing tables
58792
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
1105
63833
addf44674c32 Version 3.12
Carsten Dominik <dominik@science.uva.nl>
parents: 63672
diff changeset
1106 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
1107 Spreadsheet-like calculations are supported in connection with the
addf44674c32 Version 3.12
Carsten Dominik <dominik@science.uva.nl>
parents: 63672
diff changeset
1108 Emacs @file{calc} package.
58792
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
1109
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
1110 @menu
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
1111 * 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
1112 * Narrow columns:: Stop wasting space in tables
81167
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
1113 * Column groups:: Grouping to trigger vertical lines
63833
addf44674c32 Version 3.12
Carsten Dominik <dominik@science.uva.nl>
parents: 63672
diff changeset
1114 * 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
1115 * The spreadsheet:: The table editor has spreadsheet capabilities.
58792
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
1116 @end menu
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
1117
69929
beebc22085fe (Link format): New section, emphasis on bracket links.
Carsten Dominik <dominik@science.uva.nl>
parents: 69891
diff changeset
1118 @node Built-in table editor, Narrow columns, Tables, Tables
58792
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
1119 @section The built-in table editor
76138
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
1120 @cindex table editor, built-in
58792
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
1121
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
1122 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
1123 @samp{|} as the first non-white character is considered part of a
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
1124 table. @samp{|} is also the column separator. A table might look
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
1125 like this:
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
1126
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
1127 @example
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
1128 | Name | Phone | Age |
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
1129 |-------+-------+-----|
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
1130 | Peter | 1234 | 17 |
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
1131 | Anna | 4321 | 25 |
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
1132 @end example
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
1133
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
1134 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
1135 @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
1136 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
1137 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
1138 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
1139 @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
1140 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
1141 create the above table, you would only type
58792
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
1142
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
1143 @example
73874
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
1144 |Name|Phone|Age|
58792
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
1145 |-
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
1146 @end example
69929
beebc22085fe (Link format): New section, emphasis on bracket links.
Carsten Dominik <dominik@science.uva.nl>
parents: 69891
diff changeset
1147
58792
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
1148 @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
1149 fields.
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
1150
65656
55fcf5165d97 Version 3.16
Carsten Dominik <dominik@science.uva.nl>
parents: 65555
diff changeset
1151 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
1152 @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
1153 inserting and deleting avoids shifting other fields. Also, when
55fcf5165d97 Version 3.16
Carsten Dominik <dominik@science.uva.nl>
parents: 65555
diff changeset
1154 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
1155 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
1156 field is automatically made blank. If this behavior is too
55fcf5165d97 Version 3.16
Carsten Dominik <dominik@science.uva.nl>
parents: 65555
diff changeset
1157 unpredictable for you, configure the variables
55fcf5165d97 Version 3.16
Carsten Dominik <dominik@science.uva.nl>
parents: 65555
diff changeset
1158 @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
1159
58792
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
1160 @table @kbd
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
1161 @tsubheading{Creation and conversion}
69929
beebc22085fe (Link format): New section, emphasis on bracket links.
Carsten Dominik <dominik@science.uva.nl>
parents: 69891
diff changeset
1162 @kindex C-c |
beebc22085fe (Link format): New section, emphasis on bracket links.
Carsten Dominik <dominik@science.uva.nl>
parents: 69891
diff changeset
1163 @item C-c |
beebc22085fe (Link format): New section, emphasis on bracket links.
Carsten Dominik <dominik@science.uva.nl>
parents: 69891
diff changeset
1164 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
1165 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
1166 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
1167 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
1168 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
1169 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
1170 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
1171 @kbd{|Name|Phone|Age @key{RET} |- @key{TAB}}.
58792
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
1172
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
1173 @tsubheading{Re-aligning and field motion}
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
1174 @kindex C-c C-c
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
1175 @item C-c C-c
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
1176 Re-align the table without moving the cursor.
81167
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
1177 @c
58792
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
1178 @kindex @key{TAB}
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
1179 @item @key{TAB}
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
1180 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
1181 necessary.
81167
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
1182 @c
58792
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
1183 @kindex S-@key{TAB}
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
1184 @item S-@key{TAB}
63833
addf44674c32 Version 3.12
Carsten Dominik <dominik@science.uva.nl>
parents: 63672
diff changeset
1185 Re-align, move to previous field.
81167
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
1186 @c
58792
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
1187 @kindex @key{RET}
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
1188 @item @key{RET}
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
1189 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
1190 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
1191 NEWLINE, so it can be used to split a table.
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
1192
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
1193 @tsubheading{Column and row editing}
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
1194 @kindex M-@key{left}
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
1195 @kindex M-@key{right}
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
1196 @item M-@key{left}
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
1197 @itemx M-@key{right}
69929
beebc22085fe (Link format): New section, emphasis on bracket links.
Carsten Dominik <dominik@science.uva.nl>
parents: 69891
diff changeset
1198 Move the current column left/right.
81167
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
1199 @c
58792
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
1200 @kindex M-S-@key{left}
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
1201 @item M-S-@key{left}
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
1202 Kill the current column.
81167
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
1203 @c
58792
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
1204 @kindex M-S-@key{right}
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
1205 @item M-S-@key{right}
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
1206 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
1207 @c
58792
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
1208 @kindex M-@key{up}
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
1209 @kindex M-@key{down}
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
1210 @item M-@key{up}
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
1211 @itemx M-@key{down}
69929
beebc22085fe (Link format): New section, emphasis on bracket links.
Carsten Dominik <dominik@science.uva.nl>
parents: 69891
diff changeset
1212 Move the current row up/down.
81167
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
1213 @c
58792
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
1214 @kindex M-S-@key{up}
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
1215 @item M-S-@key{up}
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
1216 Kill the current row or horizontal line.
81167
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
1217 @c
58792
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
1218 @kindex M-S-@key{down}
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
1219 @item M-S-@key{down}
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
1220 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
1221 @c
58792
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
1222 @kindex C-c -
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
1223 @item C-c -
63833
addf44674c32 Version 3.12
Carsten Dominik <dominik@science.uva.nl>
parents: 63672
diff changeset
1224 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
1225 is created above the current line.
81167
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
1226 @c
66988
578b7f9692c4 (FAQ): Document `org-table-tab-jumps-over-hlines'.
Carsten Dominik <dominik@science.uva.nl>
parents: 66690
diff changeset
1227 @kindex C-c ^
578b7f9692c4 (FAQ): Document `org-table-tab-jumps-over-hlines'.
Carsten Dominik <dominik@science.uva.nl>
parents: 66690
diff changeset
1228 @item C-c ^
76138
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
1229 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
1230 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
1231 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
1232 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
1233 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
1234 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
1235 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
1236 (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
1237 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
1238
58792
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
1239 @tsubheading{Regions}
65656
55fcf5165d97 Version 3.16
Carsten Dominik <dominik@science.uva.nl>
parents: 65555
diff changeset
1240 @kindex C-c C-x M-w
55fcf5165d97 Version 3.16
Carsten Dominik <dominik@science.uva.nl>
parents: 65555
diff changeset
1241 @item C-c C-x M-w
63833
addf44674c32 Version 3.12
Carsten Dominik <dominik@science.uva.nl>
parents: 63672
diff changeset
1242 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
1243 and mark determine edge fields of the rectangle. The process ignores
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
1244 horizontal separator lines.
81167
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
1245 @c
65656
55fcf5165d97 Version 3.16
Carsten Dominik <dominik@science.uva.nl>
parents: 65555
diff changeset
1246 @kindex C-c C-x C-w
55fcf5165d97 Version 3.16
Carsten Dominik <dominik@science.uva.nl>
parents: 65555
diff changeset
1247 @item C-c C-x C-w
63833
addf44674c32 Version 3.12
Carsten Dominik <dominik@science.uva.nl>
parents: 63672
diff changeset
1248 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
1249 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
1250 @c
65656
55fcf5165d97 Version 3.16
Carsten Dominik <dominik@science.uva.nl>
parents: 65555
diff changeset
1251 @kindex C-c C-x C-y
55fcf5165d97 Version 3.16
Carsten Dominik <dominik@science.uva.nl>
parents: 65555
diff changeset
1252 @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
1253 Paste a rectangular region into a table.
58792
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
1254 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
1255 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
1256 the table is enlarged as needed. The process ignores horizontal separator
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
1257 lines.
81167
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
1258 @c
58792
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
1259 @kindex C-c C-q
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
1260 @item C-c C-q
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
1261 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
1262 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
1263 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
1264 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
1265 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
1266 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
1267 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
1268 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
1269 above.
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
1270
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
1271 @tsubheading{Calculations}
63833
addf44674c32 Version 3.12
Carsten Dominik <dominik@science.uva.nl>
parents: 63672
diff changeset
1272 @cindex formula, in tables
addf44674c32 Version 3.12
Carsten Dominik <dominik@science.uva.nl>
parents: 63672
diff changeset
1273 @cindex calculations, in tables
58792
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
1274 @cindex region, active
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
1275 @cindex active region
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
1276 @cindex transient-mark-mode
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
1277 @kindex C-c +
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
1278 @item C-c +
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
1279 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
1280 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
1281 be inserted with @kbd{C-y}.
81167
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
1282 @c
63672
c90c20a1b568 (Remember): Texinfo usage fix.
Juanma Barranquero <lekktu@gmail.com>
parents: 63362
diff changeset
1283 @kindex S-@key{RET}
c90c20a1b568 (Remember): Texinfo usage fix.
Juanma Barranquero <lekktu@gmail.com>
parents: 63362
diff changeset
1284 @item S-@key{RET}
61136
003dd96023ff updated to org-mode version 3.05
Carsten Dominik <dominik@science.uva.nl>
parents: 59542
diff changeset
1285 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
1286 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
1287 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
1288 @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
1289 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
1290 (@pxref{Cooperation}).
61136
003dd96023ff updated to org-mode version 3.05
Carsten Dominik <dominik@science.uva.nl>
parents: 59542
diff changeset
1291
58792
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
1292 @tsubheading{Miscellaneous}
69929
beebc22085fe (Link format): New section, emphasis on bracket links.
Carsten Dominik <dominik@science.uva.nl>
parents: 69891
diff changeset
1293 @kindex C-c `
beebc22085fe (Link format): New section, emphasis on bracket links.
Carsten Dominik <dominik@science.uva.nl>
parents: 69891
diff changeset
1294 @item C-c `
beebc22085fe (Link format): New section, emphasis on bracket links.
Carsten Dominik <dominik@science.uva.nl>
parents: 69891
diff changeset
1295 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
1296 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
1297 @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
1298 edited in place.
81167
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
1299 @c
69929
beebc22085fe (Link format): New section, emphasis on bracket links.
Carsten Dominik <dominik@science.uva.nl>
parents: 69891
diff changeset
1300 @kindex C-c @key{TAB}
beebc22085fe (Link format): New section, emphasis on bracket links.
Carsten Dominik <dominik@science.uva.nl>
parents: 69891
diff changeset
1301 @item C-c @key{TAB}
beebc22085fe (Link format): New section, emphasis on bracket links.
Carsten Dominik <dominik@science.uva.nl>
parents: 69891
diff changeset
1302 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
1303 visible.
81167
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
1304 @c
58792
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
1305 @item M-x org-table-import
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
1306 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
1307 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
1308 database, because these programs generally can write TAB-separated text
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
1309 files. This command works by inserting the file into the buffer and
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
1310 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
1311 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
1312 @item C-c |
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
1313 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
1314 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
1315 @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
1316 @c
58792
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
1317 @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
1318 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
1319 for example, Excel or database programs.
58792
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
1320 @end table
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
1321
69929
beebc22085fe (Link format): New section, emphasis on bracket links.
Carsten Dominik <dominik@science.uva.nl>
parents: 69891
diff changeset
1322 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
1323 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
1324 it off with
69929
beebc22085fe (Link format): New section, emphasis on bracket links.
Carsten Dominik <dominik@science.uva.nl>
parents: 69891
diff changeset
1325
58792
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
1326 @lisp
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
1327 (setq org-enable-table-editor nil)
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
1328 @end lisp
69929
beebc22085fe (Link format): New section, emphasis on bracket links.
Carsten Dominik <dominik@science.uva.nl>
parents: 69891
diff changeset
1329
70867
68e63907ebfb (Plain lists): Added new item navigation commands.
Carsten Dominik <dominik@science.uva.nl>
parents: 70164
diff changeset
1330 @noindent Then the only table command that still works is
58792
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
1331 @kbd{C-c C-c} to do a manual re-align.
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
1332
81167
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
1333 @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
1334 @section Narrow columns
beebc22085fe (Link format): New section, emphasis on bracket links.
Carsten Dominik <dominik@science.uva.nl>
parents: 69891
diff changeset
1335 @cindex narrow columns in tables
beebc22085fe (Link format): New section, emphasis on bracket links.
Carsten Dominik <dominik@science.uva.nl>
parents: 69891
diff changeset
1336
beebc22085fe (Link format): New section, emphasis on bracket links.
Carsten Dominik <dominik@science.uva.nl>
parents: 69891
diff changeset
1337 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
1338 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
1339 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
1340 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
1341 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
1342 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
1343 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
1344 value.
69929
beebc22085fe (Link format): New section, emphasis on bracket links.
Carsten Dominik <dominik@science.uva.nl>
parents: 69891
diff changeset
1345
beebc22085fe (Link format): New section, emphasis on bracket links.
Carsten Dominik <dominik@science.uva.nl>
parents: 69891
diff changeset
1346 @example
76138
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
1347 @group
69929
beebc22085fe (Link format): New section, emphasis on bracket links.
Carsten Dominik <dominik@science.uva.nl>
parents: 69891
diff changeset
1348 |---+------------------------------| |---+--------|
beebc22085fe (Link format): New section, emphasis on bracket links.
Carsten Dominik <dominik@science.uva.nl>
parents: 69891
diff changeset
1349 | | | | | <6> |
beebc22085fe (Link format): New section, emphasis on bracket links.
Carsten Dominik <dominik@science.uva.nl>
parents: 69891
diff changeset
1350 | 1 | one | | 1 | one |
beebc22085fe (Link format): New section, emphasis on bracket links.
Carsten Dominik <dominik@science.uva.nl>
parents: 69891
diff changeset
1351 | 2 | two | ----\ | 2 | two |
beebc22085fe (Link format): New section, emphasis on bracket links.
Carsten Dominik <dominik@science.uva.nl>
parents: 69891
diff changeset
1352 | 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
1353 | 4 | four | | 4 | four |
beebc22085fe (Link format): New section, emphasis on bracket links.
Carsten Dominik <dominik@science.uva.nl>
parents: 69891
diff changeset
1354 |---+------------------------------| |---+--------|
76138
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
1355 @end group
69929
beebc22085fe (Link format): New section, emphasis on bracket links.
Carsten Dominik <dominik@science.uva.nl>
parents: 69891
diff changeset
1356 @end example
beebc22085fe (Link format): New section, emphasis on bracket links.
Carsten Dominik <dominik@science.uva.nl>
parents: 69891
diff changeset
1357
beebc22085fe (Link format): New section, emphasis on bracket links.
Carsten Dominik <dominik@science.uva.nl>
parents: 69891
diff changeset
1358 @noindent
beebc22085fe (Link format): New section, emphasis on bracket links.
Carsten Dominik <dominik@science.uva.nl>
parents: 69891
diff changeset
1359 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
1360 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
1361 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
1362 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
1363 @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
1364 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
1365 C-c}.
beebc22085fe (Link format): New section, emphasis on bracket links.
Carsten Dominik <dominik@science.uva.nl>
parents: 69891
diff changeset
1366
beebc22085fe (Link format): New section, emphasis on bracket links.
Carsten Dominik <dominik@science.uva.nl>
parents: 69891
diff changeset
1367 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
1368 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
1369 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
1370 @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
1371 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
1372 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
1373
beebc22085fe (Link format): New section, emphasis on bracket links.
Carsten Dominik <dominik@science.uva.nl>
parents: 69891
diff changeset
1374 @example
beebc22085fe (Link format): New section, emphasis on bracket links.
Carsten Dominik <dominik@science.uva.nl>
parents: 69891
diff changeset
1375 #+STARTUP: align
beebc22085fe (Link format): New section, emphasis on bracket links.
Carsten Dominik <dominik@science.uva.nl>
parents: 69891
diff changeset
1376 #+STARTUP: noalign
beebc22085fe (Link format): New section, emphasis on bracket links.
Carsten Dominik <dominik@science.uva.nl>
parents: 69891
diff changeset
1377 @end example
beebc22085fe (Link format): New section, emphasis on bracket links.
Carsten Dominik <dominik@science.uva.nl>
parents: 69891
diff changeset
1378
81167
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
1379 @node Column groups, orgtbl-mode, Narrow columns, Tables
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
1380 @section Column groups
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
1381 @cindex grouping columns in tables
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
1382
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
1383 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
1384 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
1385 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
1386 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
1387 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
1388 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
1389 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
1390 @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
1391 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
1392 marked with vertical lines. Here is an example:
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
1393
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
1394 @example
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
1395 | | 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
1396 |---+----+-----+-----+-----+---------+------------|
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 | # | 1 | 1 | 1 | 1 | 1 | 1 |
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
1399 | # | 2 | 4 | 8 | 16 | 1.4142 | 1.1892 |
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
1400 | # | 3 | 9 | 27 | 81 | 1.7321 | 1.3161 |
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
1401 |---+----+-----+-----+-----+---------+------------|
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
1402 #+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
1403 @end example
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
1404
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
1405 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
1406 every vertical line you'd like to have:
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
1407
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
1408 @example
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
1409 | 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
1410 |----+-----+-----+-----+---------+------------|
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 @end example
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
1413
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
1414 @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
1415 @section The Orgtbl minor mode
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
1416 @cindex orgtbl-mode
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
1417 @cindex minor mode for tables
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
1418
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
1419 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
1420 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
1421 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
1422 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
1423 example in mail mode, use
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
1424
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
1425 @lisp
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
1426 (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
1427 @end lisp
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
1428
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
1429 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
1430 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
1431 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
1432 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
1433 @ref{Tables in arbitrary syntax}.
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
1434
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
1435 @node The spreadsheet, , orgtbl-mode, Tables
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
1436 @section The spreadsheet
63833
addf44674c32 Version 3.12
Carsten Dominik <dominik@science.uva.nl>
parents: 63672
diff changeset
1437 @cindex calculations, in tables
67613
eab2494a32d7 *** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents: 67604
diff changeset
1438 @cindex spreadsheet capabilities
eab2494a32d7 *** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents: 67604
diff changeset
1439 @cindex @file{calc} package
63833
addf44674c32 Version 3.12
Carsten Dominik <dominik@science.uva.nl>
parents: 63672
diff changeset
1440
70867
68e63907ebfb (Plain lists): Added new item navigation commands.
Carsten Dominik <dominik@science.uva.nl>
parents: 70164
diff changeset
1441 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
1442 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
1443 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
1444 implementation is not identical to other spreadsheets. For example,
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
1445 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
1446 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
1447 formula to each relevant field.
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
1448
63833
addf44674c32 Version 3.12
Carsten Dominik <dominik@science.uva.nl>
parents: 63672
diff changeset
1449 @menu
76138
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
1450 * 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
1451 * 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
1452 * 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
1453 * 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
1454 * 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
1455 * Editing and debugging formulas:: Fixing formulas
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
1456 * Updating the table:: Recomputing all dependent fields
64517
098497d516e8 Version 3.14
Carsten Dominik <dominik@science.uva.nl>
parents: 64460
diff changeset
1457 * Advanced features:: Field names, parameters and automatic recalc
63833
addf44674c32 Version 3.12
Carsten Dominik <dominik@science.uva.nl>
parents: 63672
diff changeset
1458 @end menu
addf44674c32 Version 3.12
Carsten Dominik <dominik@science.uva.nl>
parents: 63672
diff changeset
1459
76138
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
1460 @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
1461 @subsection References
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
1462 @cindex references
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
1463
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
1464 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
1465 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
1466 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
1467 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
1468 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
1469
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
1470 @subsubheading Field references
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
1471 @cindex field references
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
1472 @cindex references, to fields
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
1473
81167
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
1474 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
1475 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
1476 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
1477 @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
1478 @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
1479 @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
1480
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
1481 @noindent
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
1482 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
1483 @example
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
1484 @@row$column
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
1485 @end example
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
1486
81167
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
1487 @noindent
76138
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
1488 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
1489 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
1490
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
1491 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
1492 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
1493 @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
1494 @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
1495 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
1496 @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
1497 @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
1498 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
1499 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
1500 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
1501 directly at the hline is used.
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
1502
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
1503 @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
1504 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
1505 row/column is implied.
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
1506
81167
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
1507 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
1508 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
1509 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
1510 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
1511 references because the same reference operator can reference different
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
1512 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
1513
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
1514 Here are a few examples:
64517
098497d516e8 Version 3.14
Carsten Dominik <dominik@science.uva.nl>
parents: 64460
diff changeset
1515
098497d516e8 Version 3.14
Carsten Dominik <dominik@science.uva.nl>
parents: 64460
diff changeset
1516 @example
76138
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
1517 @@2$3 @r{2nd row, 3rd column}
81167
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
1518 C2 @r{same as previous}
76138
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
1519 $5 @r{column 5 in the current row}
81167
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
1520 E& @r{same as previous}
76138
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
1521 @@2 @r{current column, row 2}
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
1522 @@-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
1523 @@-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
1524 @end example
098497d516e8 Version 3.14
Carsten Dominik <dominik@science.uva.nl>
parents: 64460
diff changeset
1525
76138
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
1526 @subsubheading Range references
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
1527 @cindex range references
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
1528 @cindex references, to ranges
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
1529
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
1530 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
1531 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
1532 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
1533 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
1534 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
1535 @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
1536
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
1537 @example
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
1538 $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
1539 $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
1540 @@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
1541 A2..C4 @r{Same as above.}
76138
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
1542 @@-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
1543 @end example
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
1544
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
1545 @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
1546 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
1547 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
1548 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
1549 @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
1550
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
1551 @subsubheading Named references
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
1552 @cindex named references
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
1553 @cindex references, named
67613
eab2494a32d7 *** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents: 67604
diff changeset
1554 @cindex name, of column or field
eab2494a32d7 *** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents: 67604
diff changeset
1555 @cindex constants, in calculations
76138
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
1556
64517
098497d516e8 Version 3.14
Carsten Dominik <dominik@science.uva.nl>
parents: 64460
diff changeset
1557 @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
1558 constant. Constants are defined globally through the variable
81167
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
1559 @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
1560 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
1561 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
1562 @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
1563 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
1564 @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
1565 @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
1566 @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
1567 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
1568 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
1569 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
1570 numbers.
63833
addf44674c32 Version 3.12
Carsten Dominik <dominik@science.uva.nl>
parents: 63672
diff changeset
1571
76138
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
1572 @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
1573 @subsection Formula syntax for Calc
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
1574 @cindex formula syntax, Calc
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
1575 @cindex syntax, of formulas
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
1576
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
1577 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
1578 @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
1579 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
1580 @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
1581 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
1582 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
1583 Emacs Calc Manual}),
81167
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
1584 @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
1585 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
1586 @cindex vectors, in table calculations
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
1587 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
1588 like @samp{vmean} and @samp{vsum}.
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
1589
67613
eab2494a32d7 *** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents: 67604
diff changeset
1590 @cindex format specifier
eab2494a32d7 *** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents: 67604
diff changeset
1591 @cindex mode, for @file{calc}
63833
addf44674c32 Version 3.12
Carsten Dominik <dominik@science.uva.nl>
parents: 63672
diff changeset
1592 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
1593 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
1594 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
1595 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
1596 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
1597 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
1598 @code{org-calc-default-modes}.
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
1599
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
1600 @example
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
1601 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
1602 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
1603 D R @r{angle modes: degrees, radians}
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
1604 F S @r{fraction and symbolic modes}
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
1605 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
1606 T @r{force text interpretation}
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
1607 E @r{keep empty fields in ranges}
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
1608 @end example
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
1609
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
1610 @noindent
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
1611 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
1612 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
1613
63833
addf44674c32 Version 3.12
Carsten Dominik <dominik@science.uva.nl>
parents: 63672
diff changeset
1614 @example
70867
68e63907ebfb (Plain lists): Added new item navigation commands.
Carsten Dominik <dominik@science.uva.nl>
parents: 70164
diff changeset
1615 $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
1616 $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
1617 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
1618 $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
1619 ($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
1620 $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
1621 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
1622 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
1623 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
1624 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
1625 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
1626 @end example
addf44674c32 Version 3.12
Carsten Dominik <dominik@science.uva.nl>
parents: 63672
diff changeset
1627
81167
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
1628 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
1629
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
1630 @example
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
1631 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
1632 @end example
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
1633
76138
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
1634 @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
1635 @subsection Emacs Lisp forms as formulas
68e63907ebfb (Plain lists): Added new item navigation commands.
Carsten Dominik <dominik@science.uva.nl>
parents: 70164
diff changeset
1636 @cindex Lisp forms, as table formulas
68e63907ebfb (Plain lists): Added new item navigation commands.
Carsten Dominik <dominik@science.uva.nl>
parents: 70164
diff changeset
1637
76138
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
1638 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
1639 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
1640 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
1641 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
1642 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
1643 @file{calc} formulas, you can specify modes and a printf format after a
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
1644 semicolon. A reference will be replaced with a string (in double
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
1645 quotes) containing the field. If you provide the @samp{N} mode switch,
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
1646 all referenced elements will be numbers. Ranges are inserted as
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
1647 space-separated fields, so you can embed them in list or vector syntax.
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
1648 A few examples, note how the @samp{N} mode is used when we do
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
1649 computations in lisp.
70867
68e63907ebfb (Plain lists): Added new item navigation commands.
Carsten Dominik <dominik@science.uva.nl>
parents: 70164
diff changeset
1650
68e63907ebfb (Plain lists): Added new item navigation commands.
Carsten Dominik <dominik@science.uva.nl>
parents: 70164
diff changeset
1651 @example
76138
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
1652 @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
1653 '(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
1654 @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
1655 '(+ $1 $2);N
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
1656 @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
1657 '(apply '+ '($1..$4));N
70867
68e63907ebfb (Plain lists): Added new item navigation commands.
Carsten Dominik <dominik@science.uva.nl>
parents: 70164
diff changeset
1658 @end example
68e63907ebfb (Plain lists): Added new item navigation commands.
Carsten Dominik <dominik@science.uva.nl>
parents: 70164
diff changeset
1659
76138
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
1660 @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
1661 @subsection Field formulas
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
1662 @cindex field formula
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
1663 @cindex formula, for individual table field
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
1664
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
1665 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
1666 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
1667 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
1668 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
1669 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
1670
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
1671 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
1672 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
1673 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
1674 @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
1675 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
1676 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
1677 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
1678 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
1679
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
1680 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
1681 following command
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
1682
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
1683 @table @kbd
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
1684 @kindex C-u C-c =
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
1685 @item C-u C-c =
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
1686 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
1687 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
1688 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
1689 @end table
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
1690
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
1691 @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
1692 @subsection Column formulas
67613
eab2494a32d7 *** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents: 67604
diff changeset
1693 @cindex column formula
eab2494a32d7 *** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents: 67604
diff changeset
1694 @cindex formula, for table column
63833
addf44674c32 Version 3.12
Carsten Dominik <dominik@science.uva.nl>
parents: 63672
diff changeset
1695
76138
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
1696 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
1697 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
1698 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
1699 column. If the table contains horizontal separator hlines, everything
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
1700 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
1701 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
1702
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
1703 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
1704 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
1705 @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
1706 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
1707 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
1708 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
1709 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
1710 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
1711 @samp{$4=$1+$2}.
63833
addf44674c32 Version 3.12
Carsten Dominik <dominik@science.uva.nl>
parents: 63672
diff changeset
1712
addf44674c32 Version 3.12
Carsten Dominik <dominik@science.uva.nl>
parents: 63672
diff changeset
1713 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
1714 following command:
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
1715
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
1716 @table @kbd
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
1717 @kindex C-c =
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
1718 @item C-c =
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
1719 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
1720 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
1721 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
1722 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
1723 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
1724 @end table
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
1725
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
1726
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
1727 @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
1728 @subsection Editing and Debugging formulas
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
1729 @cindex formula editing
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
1730 @cindex editing, of table formulas
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
1731
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
1732 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
1733 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
1734 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
1735 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
1736 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
1737 @code{@@3$2} or @code{$4}), configure the variable
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
1738 @code{org-table-use-standard-references}.
76138
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
1739
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
1740 @table @kbd
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
1741 @kindex C-c =
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
1742 @kindex C-u C-c =
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
1743 @item C-c =
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
1744 @itemx C-u C-c =
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
1745 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
1746 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
1747 @kindex C-u C-u C-c =
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
1748 @item C-u C-u C-c =
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
1749 Re-insert the active formula (either a
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
1750 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
1751 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
1752 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
1753 @kindex C-c ?
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
1754 @item C-c ?
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
1755 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
1756 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
1757 @kindex C-c @}
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
1758 @item C-c @}
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
1759 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
1760 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
1761 force it with @kbd{C-c C-c}.
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
1762 @kindex C-c @{
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
1763 @item C-c @{
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
1764 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
1765 @kindex C-c '
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
1766 @item C-c '
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
1767 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
1768 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
1769 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
1770 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
1771 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
1772 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
1773 @table @kbd
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
1774 @kindex C-c C-c
81167
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
1775 @kindex C-x C-s
76138
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
1776 @item C-c C-c
81167
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
1777 @itemx C-x C-s
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
1778 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
1779 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
1780 @kindex C-c C-q
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
1781 @item C-c C-q
81167
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
1782 Exit the formula editor without installing changes.
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
1783 @kindex C-c C-r
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
1784 @item C-c C-r
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
1785 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
1786 @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
1787 @kindex @key{TAB}
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
1788 @item @key{TAB}
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
1789 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
1790 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
1791 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
1792 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
1793 @kindex M-@key{TAB}
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
1794 @item M-@key{TAB}
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
1795 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
1796 @kindex S-@key{up}
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
1797 @kindex S-@key{down}
81167
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
1798 @kindex S-@key{left}
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
1799 @kindex S-@key{right}
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
1800 @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
1801 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
1802 @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
1803 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
1804 @kindex M-S-@key{up}
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
1805 @kindex M-S-@key{down}
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
1806 @item M-S-@key{up}/@key{down}
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
1807 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
1808 down.
76138
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
1809 @kindex M-@key{up}
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
1810 @kindex M-@key{down}
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
1811 @item M-@key{up}/@key{down}
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
1812 Scroll the window displaying the table.
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
1813 @kindex C-c @}
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
1814 @item C-c @}
81167
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
1815 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
1816 @end table
76138
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
1817 @end table
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
1818
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
1819 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
1820 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
1821 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
1822 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
1823 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
1824
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
1825 @kindex C-c C-c
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
1826 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
1827 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
1828 recalculation commands in the table.
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
1829
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
1830 @subsubheading Debugging formulas
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
1831 @cindex formula debugging
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
1832 @cindex debugging, of table formulas
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
1833 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
1834 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
1835 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
1836 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
1837 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
1838 field. Detailed information will be displayed.
76138
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
1839
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
1840 @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
1841 @subsection Updating the Table
67613
eab2494a32d7 *** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents: 67604
diff changeset
1842 @cindex recomputing table fields
76138
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
1843 @cindex updating, table
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
1844
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
1845 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
1846 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
1847 recalculation at least semi-automatically.
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
1848
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
1849 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
1850 following commands:
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 @table @kbd
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
1853 @kindex C-c *
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
1854 @item C-c *
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
1855 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
1856 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
1857 @c
76138
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
1858 @kindex C-u C-c *
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
1859 @item C-u C-c *
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
1860 @kindex C-u C-c C-c
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
1861 @itemx C-u C-c C-c
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
1862 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
1863 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
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-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-u C-c *
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
1867 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
1868 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
1869 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
1870 @end table
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
1871
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
1872 @node Advanced features, , Updating the table, The spreadsheet
64517
098497d516e8 Version 3.14
Carsten Dominik <dominik@science.uva.nl>
parents: 64460
diff changeset
1873 @subsection Advanced features
098497d516e8 Version 3.14
Carsten Dominik <dominik@science.uva.nl>
parents: 64460
diff changeset
1874
76138
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
1875 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
1876 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
1877 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
1878 @table @kbd
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
1879 @kindex C-#
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
1880 @item C-#
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
1881 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
1882 @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
1883 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
1884 the region.
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
1885 @end table
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
1886
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
1887 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
1888 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
1889
63833
addf44674c32 Version 3.12
Carsten Dominik <dominik@science.uva.nl>
parents: 63672
diff changeset
1890 @example
addf44674c32 Version 3.12
Carsten Dominik <dominik@science.uva.nl>
parents: 63672
diff changeset
1891 @group
addf44674c32 Version 3.12
Carsten Dominik <dominik@science.uva.nl>
parents: 63672
diff changeset
1892 |---+---------+--------+--------+--------+-------+------|
addf44674c32 Version 3.12
Carsten Dominik <dominik@science.uva.nl>
parents: 63672
diff changeset
1893 | | Student | Prob 1 | Prob 2 | Prob 3 | Total | Note |
addf44674c32 Version 3.12
Carsten Dominik <dominik@science.uva.nl>
parents: 63672
diff changeset
1894 |---+---------+--------+--------+--------+-------+------|
addf44674c32 Version 3.12
Carsten Dominik <dominik@science.uva.nl>
parents: 63672
diff changeset
1895 | ! | | P1 | P2 | P3 | Tot | |
addf44674c32 Version 3.12
Carsten Dominik <dominik@science.uva.nl>
parents: 63672
diff changeset
1896 | # | Maximum | 10 | 15 | 25 | 50 | 10.0 |
64069
ff90f1b70996 Version 3.13
Carsten Dominik <dominik@science.uva.nl>
parents: 63833
diff changeset
1897 | ^ | | m1 | m2 | m3 | mt | |
63833
addf44674c32 Version 3.12
Carsten Dominik <dominik@science.uva.nl>
parents: 63672
diff changeset
1898 |---+---------+--------+--------+--------+-------+------|
addf44674c32 Version 3.12
Carsten Dominik <dominik@science.uva.nl>
parents: 63672
diff changeset
1899 | # | Peter | 10 | 8 | 23 | 41 | 8.2 |
64517
098497d516e8 Version 3.14
Carsten Dominik <dominik@science.uva.nl>
parents: 64460
diff changeset
1900 | # | Sara | 6 | 14 | 19 | 39 | 7.8 |
63833
addf44674c32 Version 3.12
Carsten Dominik <dominik@science.uva.nl>
parents: 63672
diff changeset
1901 | # | Sam | 2 | 4 | 3 | 9 | 1.8 |
addf44674c32 Version 3.12
Carsten Dominik <dominik@science.uva.nl>
parents: 63672
diff changeset
1902 |---+---------+--------+--------+--------+-------+------|
64517
098497d516e8 Version 3.14
Carsten Dominik <dominik@science.uva.nl>
parents: 64460
diff changeset
1903 | | Average | | | | 29.7 | |
098497d516e8 Version 3.14
Carsten Dominik <dominik@science.uva.nl>
parents: 64460
diff changeset
1904 | ^ | | | | | at | |
63833
addf44674c32 Version 3.12
Carsten Dominik <dominik@science.uva.nl>
parents: 63672
diff changeset
1905 | $ | max=50 | | | | | |
addf44674c32 Version 3.12
Carsten Dominik <dominik@science.uva.nl>
parents: 63672
diff changeset
1906 |---+---------+--------+--------+--------+-------+------|
76138
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
1907 #+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
1908 @end group
addf44674c32 Version 3.12
Carsten Dominik <dominik@science.uva.nl>
parents: 63672
diff changeset
1909 @end example
64517
098497d516e8 Version 3.14
Carsten Dominik <dominik@science.uva.nl>
parents: 64460
diff changeset
1910
098497d516e8 Version 3.14
Carsten Dominik <dominik@science.uva.nl>
parents: 64460
diff changeset
1911 @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
1912 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
1913 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
1914 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
1915 empty first field.
64517
098497d516e8 Version 3.14
Carsten Dominik <dominik@science.uva.nl>
parents: 64460
diff changeset
1916
67613
eab2494a32d7 *** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents: 67604
diff changeset
1917 @cindex marking characters, tables
64517
098497d516e8 Version 3.14
Carsten Dominik <dominik@science.uva.nl>
parents: 64460
diff changeset
1918 The marking characters have the following meaning:
098497d516e8 Version 3.14
Carsten Dominik <dominik@science.uva.nl>
parents: 64460
diff changeset
1919 @table @samp
098497d516e8 Version 3.14
Carsten Dominik <dominik@science.uva.nl>
parents: 64460
diff changeset
1920 @item !
098497d516e8 Version 3.14
Carsten Dominik <dominik@science.uva.nl>
parents: 64460
diff changeset
1921 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
1922 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
1923 @item ^
66988
578b7f9692c4 (FAQ): Document `org-table-tab-jumps-over-hlines'.
Carsten Dominik <dominik@science.uva.nl>
parents: 66690
diff changeset
1924 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
1925 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
1926 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
1927 will be stored as @samp{$name=...}.
64517
098497d516e8 Version 3.14
Carsten Dominik <dominik@science.uva.nl>
parents: 64460
diff changeset
1928 @item _
098497d516e8 Version 3.14
Carsten Dominik <dominik@science.uva.nl>
parents: 64460
diff changeset
1929 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
1930 @emph{below}.
64517
098497d516e8 Version 3.14
Carsten Dominik <dominik@science.uva.nl>
parents: 64460
diff changeset
1931 @item $
098497d516e8 Version 3.14
Carsten Dominik <dominik@science.uva.nl>
parents: 64460
diff changeset
1932 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
1933 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
1934 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
1935 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
1936 a per-table basis.
64517
098497d516e8 Version 3.14
Carsten Dominik <dominik@science.uva.nl>
parents: 64460
diff changeset
1937 @item #
098497d516e8 Version 3.14
Carsten Dominik <dominik@science.uva.nl>
parents: 64460
diff changeset
1938 Fields in this row are automatically recalculated when pressing
098497d516e8 Version 3.14
Carsten Dominik <dominik@science.uva.nl>
parents: 64460
diff changeset
1939 @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
1940 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
1941 lines will be left alone by this command.
098497d516e8 Version 3.14
Carsten Dominik <dominik@science.uva.nl>
parents: 64460
diff changeset
1942 @item *
098497d516e8 Version 3.14
Carsten Dominik <dominik@science.uva.nl>
parents: 64460
diff changeset
1943 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
1944 not for automatic recalculation. Use this when automatic
098497d516e8 Version 3.14
Carsten Dominik <dominik@science.uva.nl>
parents: 64460
diff changeset
1945 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
1946 @item
beebc22085fe (Link format): New section, emphasis on bracket links.
Carsten Dominik <dominik@science.uva.nl>
parents: 69891
diff changeset
1947 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
1948 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
1949 or @samp{*}.
76138
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
1950 @item /
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
1951 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
1952 @samp{<N>} markers.
64517
098497d516e8 Version 3.14
Carsten Dominik <dominik@science.uva.nl>
parents: 64460
diff changeset
1953 @end table
098497d516e8 Version 3.14
Carsten Dominik <dominik@science.uva.nl>
parents: 64460
diff changeset
1954
76138
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
1955 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
1956 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
1957 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
1958 (homework: try that with Excel :-)
63833
addf44674c32 Version 3.12
Carsten Dominik <dominik@science.uva.nl>
parents: 63672
diff changeset
1959
addf44674c32 Version 3.12
Carsten Dominik <dominik@science.uva.nl>
parents: 63672
diff changeset
1960 @example
addf44674c32 Version 3.12
Carsten Dominik <dominik@science.uva.nl>
parents: 63672
diff changeset
1961 @group
addf44674c32 Version 3.12
Carsten Dominik <dominik@science.uva.nl>
parents: 63672
diff changeset
1962 |---+-------------+---+-----+--------------------------------------|
addf44674c32 Version 3.12
Carsten Dominik <dominik@science.uva.nl>
parents: 63672
diff changeset
1963 | | Func | n | x | Result |
addf44674c32 Version 3.12
Carsten Dominik <dominik@science.uva.nl>
parents: 63672
diff changeset
1964 |---+-------------+---+-----+--------------------------------------|
addf44674c32 Version 3.12
Carsten Dominik <dominik@science.uva.nl>
parents: 63672
diff changeset
1965 | # | exp(x) | 1 | x | 1 + x |
addf44674c32 Version 3.12
Carsten Dominik <dominik@science.uva.nl>
parents: 63672
diff changeset
1966 | # | exp(x) | 2 | x | 1 + x + x^2 / 2 |
addf44674c32 Version 3.12
Carsten Dominik <dominik@science.uva.nl>
parents: 63672
diff changeset
1967 | # | 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
1968 | # | 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
1969 | # | 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
1970 | * | 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
1971 |---+-------------+---+-----+--------------------------------------|
addf44674c32 Version 3.12
Carsten Dominik <dominik@science.uva.nl>
parents: 63672
diff changeset
1972 #+TBLFM: $5=taylor($2,$4,$3);n3
addf44674c32 Version 3.12
Carsten Dominik <dominik@science.uva.nl>
parents: 63672
diff changeset
1973 @end group
addf44674c32 Version 3.12
Carsten Dominik <dominik@science.uva.nl>
parents: 63672
diff changeset
1974 @end example
addf44674c32 Version 3.12
Carsten Dominik <dominik@science.uva.nl>
parents: 63672
diff changeset
1975
61923
88492f3ccffa *** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents: 61562
diff changeset
1976 @node Hyperlinks, TODO items, Tables, Top
58792
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
1977 @chapter Hyperlinks
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
1978 @cindex hyperlinks
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
1979
70867
68e63907ebfb (Plain lists): Added new item navigation commands.
Carsten Dominik <dominik@science.uva.nl>
parents: 70164
diff changeset
1980 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
1981 links to other files, Usenet articles, emails, and much more.
58792
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
1982
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
1983 @menu
69929
beebc22085fe (Link format): New section, emphasis on bracket links.
Carsten Dominik <dominik@science.uva.nl>
parents: 69891
diff changeset
1984 * 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
1985 * 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
1986 * External links:: URL-like links to the world
70164
7ce8d4154af5 Many small fixes.
Carsten Dominik <dominik@science.uva.nl>
parents: 70133
diff changeset
1987 * 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
1988 * 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
1989 * 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
1990 * Custom searches:: When the default search is not enough
58792
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
1991 * Remember:: Org-trees store quick notes
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
1992 @end menu
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
1993
69929
beebc22085fe (Link format): New section, emphasis on bracket links.
Carsten Dominik <dominik@science.uva.nl>
parents: 69891
diff changeset
1994 @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
1995 @section Link format
beebc22085fe (Link format): New section, emphasis on bracket links.
Carsten Dominik <dominik@science.uva.nl>
parents: 69891
diff changeset
1996 @cindex link format
beebc22085fe (Link format): New section, emphasis on bracket links.
Carsten Dominik <dominik@science.uva.nl>
parents: 69891
diff changeset
1997 @cindex format, of links
beebc22085fe (Link format): New section, emphasis on bracket links.
Carsten Dominik <dominik@science.uva.nl>
parents: 69891
diff changeset
1998
beebc22085fe (Link format): New section, emphasis on bracket links.
Carsten Dominik <dominik@science.uva.nl>
parents: 69891
diff changeset
1999 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
2000 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
2001
beebc22085fe (Link format): New section, emphasis on bracket links.
Carsten Dominik <dominik@science.uva.nl>
parents: 69891
diff changeset
2002 @example
beebc22085fe (Link format): New section, emphasis on bracket links.
Carsten Dominik <dominik@science.uva.nl>
parents: 69891
diff changeset
2003 [[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
2004 @end example
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 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
2007 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
2008 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
2009 @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
2010 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
2011 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
2012 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
2013 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
2014 cursor on the link.
beebc22085fe (Link format): New section, emphasis on bracket links.
Carsten Dominik <dominik@science.uva.nl>
parents: 69891
diff changeset
2015
beebc22085fe (Link format): New section, emphasis on bracket links.
Carsten Dominik <dominik@science.uva.nl>
parents: 69891
diff changeset
2016 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
2017 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
2018 (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
2019 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
2020 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
2021 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
2022 @code{Org->Hyperlinks->Literal links}.
beebc22085fe (Link format): New section, emphasis on bracket links.
Carsten Dominik <dominik@science.uva.nl>
parents: 69891
diff changeset
2023
beebc22085fe (Link format): New section, emphasis on bracket links.
Carsten Dominik <dominik@science.uva.nl>
parents: 69891
diff changeset
2024 @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
2025 @section Internal links
67344
22aa7225124f (TODO basics): Document the global todo list.
Carsten Dominik <dominik@science.uva.nl>
parents: 67219
diff changeset
2026 @cindex internal links
22aa7225124f (TODO basics): Document the global todo list.
Carsten Dominik <dominik@science.uva.nl>
parents: 67219
diff changeset
2027 @cindex links, internal
73874
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
2028 @cindex targets, for links
67344
22aa7225124f (TODO basics): Document the global todo list.
Carsten Dominik <dominik@science.uva.nl>
parents: 67219
diff changeset
2029
70164
7ce8d4154af5 Many small fixes.
Carsten Dominik <dominik@science.uva.nl>
parents: 70133
diff changeset
2030 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
2031 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
2032 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
2033 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
2034 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
2035 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
2036 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
2037 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
2038
67344
22aa7225124f (TODO basics): Document the global todo list.
Carsten Dominik <dominik@science.uva.nl>
parents: 67219
diff changeset
2039 @example
69090
66a57755230b * org.texi (Internal Links): Rewritten to cover the modified
Carsten Dominik <dominik@science.uva.nl>
parents: 68639
diff changeset
2040 # <<My Target>>
67344
22aa7225124f (TODO basics): Document the global todo list.
Carsten Dominik <dominik@science.uva.nl>
parents: 67219
diff changeset
2041 @end example
22aa7225124f (TODO basics): Document the global todo list.
Carsten Dominik <dominik@science.uva.nl>
parents: 67219
diff changeset
2042
70133
36d1ec75581c * org.texi: (Time stamps): Better explanation of the purpose of
Carsten Dominik <dominik@science.uva.nl>
parents: 70065
diff changeset
2043 @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
2044 named anchors for direct access through @samp{http} links@footnote{Note
68e63907ebfb (Plain lists): Added new item navigation commands.
Carsten Dominik <dominik@science.uva.nl>
parents: 70164
diff changeset
2045 that text before the first headline will never be exported, so the first
68e63907ebfb (Plain lists): Added new item navigation commands.
Carsten Dominik <dominik@science.uva.nl>
parents: 70164
diff changeset
2046 such target must 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
2047
69929
beebc22085fe (Link format): New section, emphasis on bracket links.
Carsten Dominik <dominik@science.uva.nl>
parents: 69891
diff changeset
2048 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
2049 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
2050 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
2051 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
2052 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
2053 @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
2054
67344
22aa7225124f (TODO basics): Document the global todo list.
Carsten Dominik <dominik@science.uva.nl>
parents: 67219
diff changeset
2055 @example
22aa7225124f (TODO basics): Document the global todo list.
Carsten Dominik <dominik@science.uva.nl>
parents: 67219
diff changeset
2056 ** My targets
22aa7225124f (TODO basics): Document the global todo list.
Carsten Dominik <dominik@science.uva.nl>
parents: 67219
diff changeset
2057 ** TODO my targets are bright
22aa7225124f (TODO basics): Document the global todo list.
Carsten Dominik <dominik@science.uva.nl>
parents: 67219
diff changeset
2058 ** my 20 targets are
22aa7225124f (TODO basics): Document the global todo list.
Carsten Dominik <dominik@science.uva.nl>
parents: 67219
diff changeset
2059 @end example
69929
beebc22085fe (Link format): New section, emphasis on bracket links.
Carsten Dominik <dominik@science.uva.nl>
parents: 69891
diff changeset
2060
beebc22085fe (Link format): New section, emphasis on bracket links.
Carsten Dominik <dominik@science.uva.nl>
parents: 69891
diff changeset
2061 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
2062 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
2063 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
2064 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
2065 creating links.
66a57755230b * org.texi (Internal Links): Rewritten to cover the modified
Carsten Dominik <dominik@science.uva.nl>
parents: 68639
diff changeset
2066
66a57755230b * org.texi (Internal Links): Rewritten to cover the modified
Carsten Dominik <dominik@science.uva.nl>
parents: 68639
diff changeset
2067 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
2068 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
2069 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
2070 earlier.
66a57755230b * org.texi (Internal Links): Rewritten to cover the modified
Carsten Dominik <dominik@science.uva.nl>
parents: 68639
diff changeset
2071
66a57755230b * org.texi (Internal Links): Rewritten to cover the modified
Carsten Dominik <dominik@science.uva.nl>
parents: 68639
diff changeset
2072 @menu
66a57755230b * org.texi (Internal Links): Rewritten to cover the modified
Carsten Dominik <dominik@science.uva.nl>
parents: 68639
diff changeset
2073 * 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
2074 @end menu
66a57755230b * org.texi (Internal Links): Rewritten to cover the modified
Carsten Dominik <dominik@science.uva.nl>
parents: 68639
diff changeset
2075
76138
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
2076 @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
2077 @subsection Radio targets
73874
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
2078 @cindex radio targets
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
2079 @cindex targets, radio
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
2080 @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
2081
66a57755230b * org.texi (Internal Links): Rewritten to cover the modified
Carsten Dominik <dominik@science.uva.nl>
parents: 68639
diff changeset
2082 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
2083 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
2084 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
2085 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
2086 @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
2087 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
2088 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
2089 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
2090 @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
2091
70164
7ce8d4154af5 Many small fixes.
Carsten Dominik <dominik@science.uva.nl>
parents: 70133
diff changeset
2092 @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
2093 @section External links
67613
eab2494a32d7 *** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents: 67604
diff changeset
2094 @cindex links, external
67344
22aa7225124f (TODO basics): Document the global todo list.
Carsten Dominik <dominik@science.uva.nl>
parents: 67219
diff changeset
2095 @cindex external links
22aa7225124f (TODO basics): Document the global todo list.
Carsten Dominik <dominik@science.uva.nl>
parents: 67219
diff changeset
2096 @cindex links, external
58792
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
2097 @cindex GNUS links
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
2098 @cindex BBDB links
63833
addf44674c32 Version 3.12
Carsten Dominik <dominik@science.uva.nl>
parents: 63672
diff changeset
2099 @cindex URL links
addf44674c32 Version 3.12
Carsten Dominik <dominik@science.uva.nl>
parents: 63672
diff changeset
2100 @cindex file links
58792
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
2101 @cindex VM links
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
2102 @cindex RMAIL links
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
2103 @cindex WANDERLUST links
69090
66a57755230b * org.texi (Internal Links): Rewritten to cover the modified
Carsten Dominik <dominik@science.uva.nl>
parents: 68639
diff changeset
2104 @cindex MH-E links
58792
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
2105 @cindex USENET links
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
2106 @cindex SHELL links
70867
68e63907ebfb (Plain lists): Added new item navigation commands.
Carsten Dominik <dominik@science.uva.nl>
parents: 70164
diff changeset
2107 @cindex Info links
68e63907ebfb (Plain lists): Added new item navigation commands.
Carsten Dominik <dominik@science.uva.nl>
parents: 70164
diff changeset
2108 @cindex elisp links
68e63907ebfb (Plain lists): Added new item navigation commands.
Carsten Dominik <dominik@science.uva.nl>
parents: 70164
diff changeset
2109
68e63907ebfb (Plain lists): Added new item navigation commands.
Carsten Dominik <dominik@science.uva.nl>
parents: 70164
diff changeset
2110 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
2111 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
2112 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
2113 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
2114 link type.
58792
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
2115
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
2116 @example
70867
68e63907ebfb (Plain lists): Added new item navigation commands.
Carsten Dominik <dominik@science.uva.nl>
parents: 70164
diff changeset
2117 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
2118 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
2119 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
2120 news:comp.emacs @r{Usenet link}
68e63907ebfb (Plain lists): Added new item navigation commands.
Carsten Dominik <dominik@science.uva.nl>
parents: 70164
diff changeset
2121 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
2122 vm:folder @r{VM folder link}
68e63907ebfb (Plain lists): Added new item navigation commands.
Carsten Dominik <dominik@science.uva.nl>
parents: 70164
diff changeset
2123 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
2124 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
2125 wl:folder @r{WANDERLUST folder link}
68e63907ebfb (Plain lists): Added new item navigation commands.
Carsten Dominik <dominik@science.uva.nl>
parents: 70164
diff changeset
2126 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
2127 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
2128 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
2129 rmail:folder @r{RMAIL folder link}
68e63907ebfb (Plain lists): Added new item navigation commands.
Carsten Dominik <dominik@science.uva.nl>
parents: 70164
diff changeset
2130 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
2131 gnus:group @r{GNUS group link}
68e63907ebfb (Plain lists): Added new item navigation commands.
Carsten Dominik <dominik@science.uva.nl>
parents: 70164
diff changeset
2132 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
2133 bbdb:Richard Stallman @r{BBDB link}
68e63907ebfb (Plain lists): Added new item navigation commands.
Carsten Dominik <dominik@science.uva.nl>
parents: 70164
diff changeset
2134 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
2135 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
2136 @end example
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
2137
69929
beebc22085fe (Link format): New section, emphasis on bracket links.
Carsten Dominik <dominik@science.uva.nl>
parents: 69891
diff changeset
2138 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
2139 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
2140 format}), for example:
beebc22085fe (Link format): New section, emphasis on bracket links.
Carsten Dominik <dominik@science.uva.nl>
parents: 69891
diff changeset
2141
beebc22085fe (Link format): New section, emphasis on bracket links.
Carsten Dominik <dominik@science.uva.nl>
parents: 69891
diff changeset
2142 @example
beebc22085fe (Link format): New section, emphasis on bracket links.
Carsten Dominik <dominik@science.uva.nl>
parents: 69891
diff changeset
2143 [[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
2144 @end example
beebc22085fe (Link format): New section, emphasis on bracket links.
Carsten Dominik <dominik@science.uva.nl>
parents: 69891
diff changeset
2145
76138
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
2146 @noindent
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
2147 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
2148 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
2149 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
2150 image,
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
2151 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
2152
69929
beebc22085fe (Link format): New section, emphasis on bracket links.
Carsten Dominik <dominik@science.uva.nl>
parents: 69891
diff changeset
2153 @cindex angular brackets, around links
beebc22085fe (Link format): New section, emphasis on bracket links.
Carsten Dominik <dominik@science.uva.nl>
parents: 69891
diff changeset
2154 @cindex plain text external links
beebc22085fe (Link format): New section, emphasis on bracket links.
Carsten Dominik <dominik@science.uva.nl>
parents: 69891
diff changeset
2155 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
2156 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
2157 @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
2158 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
2159
73874
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
2160 @node Handling links, Link abbreviations, External links, Hyperlinks
70164
7ce8d4154af5 Many small fixes.
Carsten Dominik <dominik@science.uva.nl>
parents: 70133
diff changeset
2161 @section Handling links
73874
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
2162 @cindex links, handling
67344
22aa7225124f (TODO basics): Document the global todo list.
Carsten Dominik <dominik@science.uva.nl>
parents: 67219
diff changeset
2163
22aa7225124f (TODO basics): Document the global todo list.
Carsten Dominik <dominik@science.uva.nl>
parents: 67219
diff changeset
2164 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
2165 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
2166
58792
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
2167 @table @kbd
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
2168 @kindex C-c l
67344
22aa7225124f (TODO basics): Document the global todo list.
Carsten Dominik <dominik@science.uva.nl>
parents: 67219
diff changeset
2169 @cindex storing links
58792
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
2170 @item C-c l
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
2171 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
2172 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
2173 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
2174 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
2175 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
2176 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
2177 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
2178 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
2179 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
2180 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
2181 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
2182 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
2183 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
2184 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
2185 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
2186 @c
58792
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
2187 @kindex C-c C-l
67613
eab2494a32d7 *** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents: 67604
diff changeset
2188 @cindex link completion
63833
addf44674c32 Version 3.12
Carsten Dominik <dominik@science.uva.nl>
parents: 63672
diff changeset
2189 @cindex completion, of links
67613
eab2494a32d7 *** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents: 67604
diff changeset
2190 @cindex inserting links
58792
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
2191 @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
2192 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
2193 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
2194 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
2195 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
2196 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
2197 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
2198 @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
2199 abbreviations (@pxref{Link abbreviations}). The link will be inserted
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
2200 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
2201 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
2202 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
2203 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
2204 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
2205 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
2206 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
2207 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
2208 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
2209 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
2210 @c
76138
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
2211 @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
2212 @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
2213 @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
2214 @c the current directory.
81167
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
2215 @c
69929
beebc22085fe (Link format): New section, emphasis on bracket links.
Carsten Dominik <dominik@science.uva.nl>
parents: 69891
diff changeset
2216 @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
2217 @cindex file name completion
beebc22085fe (Link format): New section, emphasis on bracket links.
Carsten Dominik <dominik@science.uva.nl>
parents: 69891
diff changeset
2218 @cindex completion, of file names
beebc22085fe (Link format): New section, emphasis on bracket links.
Carsten Dominik <dominik@science.uva.nl>
parents: 69891
diff changeset
2219 @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
2220 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
2221 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
2222 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
2223 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
2224 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
2225 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
2226 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
2227 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
2228 @c
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
2229 @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
2230 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
2231 link and description parts of the link.
81167
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
2232 @c
67613
eab2494a32d7 *** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents: 67604
diff changeset
2233 @cindex following links
58792
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
2234 @kindex C-c C-o
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
2235 @item C-c C-o
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
2236 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
2237 @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
2238 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
2239 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
2240 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
2241 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
2242 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
2243 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
2244 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
2245 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
2246 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
2247 Emacs, use a @kbd{C-u} prefix.
81167
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
2248 @c
58792
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
2249 @kindex mouse-2
69225
a2d5fbc00b3e (Interaction): Added item about `org-mouse.el' by Piotr
Carsten Dominik <dominik@science.uva.nl>
parents: 69117
diff changeset
2250 @kindex mouse-1
58792
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
2251 @item mouse-2
69225
a2d5fbc00b3e (Interaction): Added item about `org-mouse.el' by Piotr
Carsten Dominik <dominik@science.uva.nl>
parents: 69117
diff changeset
2252 @itemx mouse-1
70867
68e63907ebfb (Plain lists): Added new item navigation commands.
Carsten Dominik <dominik@science.uva.nl>
parents: 70164
diff changeset
2253 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
2254 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
2255 @c
58792
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
2256 @kindex mouse-3
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
2257 @item mouse-3
73874
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
2258 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
2259 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
2260 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
2261 @c
69090
66a57755230b * org.texi (Internal Links): Rewritten to cover the modified
Carsten Dominik <dominik@science.uva.nl>
parents: 68639
diff changeset
2262 @cindex mark ring
66a57755230b * org.texi (Internal Links): Rewritten to cover the modified
Carsten Dominik <dominik@science.uva.nl>
parents: 68639
diff changeset
2263 @kindex C-c %
66a57755230b * org.texi (Internal Links): Rewritten to cover the modified
Carsten Dominik <dominik@science.uva.nl>
parents: 68639
diff changeset
2264 @item C-c %
66a57755230b * org.texi (Internal Links): Rewritten to cover the modified
Carsten Dominik <dominik@science.uva.nl>
parents: 68639
diff changeset
2265 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
2266 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
2267 @c
69090
66a57755230b * org.texi (Internal Links): Rewritten to cover the modified
Carsten Dominik <dominik@science.uva.nl>
parents: 68639
diff changeset
2268 @cindex links, returning to
66a57755230b * org.texi (Internal Links): Rewritten to cover the modified
Carsten Dominik <dominik@science.uva.nl>
parents: 68639
diff changeset
2269 @kindex C-c &
66a57755230b * org.texi (Internal Links): Rewritten to cover the modified
Carsten Dominik <dominik@science.uva.nl>
parents: 68639
diff changeset
2270 @item C-c &
66a57755230b * org.texi (Internal Links): Rewritten to cover the modified
Carsten Dominik <dominik@science.uva.nl>
parents: 68639
diff changeset
2271 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
2272 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
2273 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
2274 previously recorded positions.
81167
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
2275 @c
76138
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
2276 @kindex C-c C-x C-n
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
2277 @kindex C-c C-x C-p
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
2278 @cindex links, finding next/previous
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
2279 @item C-c C-x C-n
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
2280 @itemx C-c C-x C-p
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
2281 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
2282 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
2283 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
2284 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
2285 @lisp
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
2286 (add-hook 'org-load-hook
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
2287 (lambda ()
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
2288 (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
2289 (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
2290 @end lisp
58792
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
2291 @end table
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
2292
73874
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
2293 @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
2294 @section Link abbreviations
73874
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
2295 @cindex link abbreviations
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
2296 @cindex abbreviation, links
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
2297
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
2298 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
2299 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
2300 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
2301
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
2302 @example
76138
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
2303 [[linkword:tag][description]]
73874
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
2304 @end example
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
2305
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
2306 @noindent
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
2307 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
2308 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
2309 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
2310
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
2311 @lisp
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
2312 @group
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
2313 (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
2314 '(("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
2315 ("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
2316 ("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
2317 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
2318 @end group
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
2319 @end lisp
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
2320
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
2321 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
2322 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
2323 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
2324 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
2325
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
2326 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
2327 @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
2328 @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
2329 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
2330
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
2331 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
2332 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
2333
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
2334 @example
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
2335 #+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
2336 #+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
2337 @end example
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
2338
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
2339 @noindent
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
2340 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
2341 complete link abbreviations.
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
2342
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
2343 @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
2344 @section Search options in file links
67613
eab2494a32d7 *** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents: 67604
diff changeset
2345 @cindex search option in file links
eab2494a32d7 *** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents: 67604
diff changeset
2346 @cindex file links, searching
67344
22aa7225124f (TODO basics): Document the global todo list.
Carsten Dominik <dominik@science.uva.nl>
parents: 67219
diff changeset
2347
22aa7225124f (TODO basics): Document the global todo list.
Carsten Dominik <dominik@science.uva.nl>
parents: 67219
diff changeset
2348 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
2349 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
2350 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
2351 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
2352 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
2353 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
2354 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
2355 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
2356
68e63907ebfb (Plain lists): Added new item navigation commands.
Carsten Dominik <dominik@science.uva.nl>
parents: 70164
diff changeset
2357 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
2358 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
2359
67344
22aa7225124f (TODO basics): Document the global todo list.
Carsten Dominik <dominik@science.uva.nl>
parents: 67219
diff changeset
2360 @example
69929
beebc22085fe (Link format): New section, emphasis on bracket links.
Carsten Dominik <dominik@science.uva.nl>
parents: 69891
diff changeset
2361 [[file:~/code/main.c::255]]
beebc22085fe (Link format): New section, emphasis on bracket links.
Carsten Dominik <dominik@science.uva.nl>
parents: 69891
diff changeset
2362 [[file:~/xx.org::My Target]]
beebc22085fe (Link format): New section, emphasis on bracket links.
Carsten Dominik <dominik@science.uva.nl>
parents: 69891
diff changeset
2363 [[file:~/xx.org::*My Target]]
beebc22085fe (Link format): New section, emphasis on bracket links.
Carsten Dominik <dominik@science.uva.nl>
parents: 69891
diff changeset
2364 [[file:~/xx.org::/regexp/]]
67344
22aa7225124f (TODO basics): Document the global todo list.
Carsten Dominik <dominik@science.uva.nl>
parents: 67219
diff changeset
2365 @end example
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 @table @code
22aa7225124f (TODO basics): Document the global todo list.
Carsten Dominik <dominik@science.uva.nl>
parents: 67219
diff changeset
2368 @item 255
22aa7225124f (TODO basics): Document the global todo list.
Carsten Dominik <dominik@science.uva.nl>
parents: 67219
diff changeset
2369 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
2370 @item My Target
66a57755230b * org.texi (Internal Links): Rewritten to cover the modified
Carsten Dominik <dominik@science.uva.nl>
parents: 68639
diff changeset
2371 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
2372 @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
2373 @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
2374 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
2375 the linked file.
69090
66a57755230b * org.texi (Internal Links): Rewritten to cover the modified
Carsten Dominik <dominik@science.uva.nl>
parents: 68639
diff changeset
2376 @item *My Target
66a57755230b * org.texi (Internal Links): Rewritten to cover the modified
Carsten Dominik <dominik@science.uva.nl>
parents: 68639
diff changeset
2377 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
2378 @item /regexp/
22aa7225124f (TODO basics): Document the global todo list.
Carsten Dominik <dominik@science.uva.nl>
parents: 67219
diff changeset
2379 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
2380 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
2381 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
2382 sparse tree with the matches.
22aa7225124f (TODO basics): Document the global todo list.
Carsten Dominik <dominik@science.uva.nl>
parents: 67219
diff changeset
2383 @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
2384 @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
2385 @end table
22aa7225124f (TODO basics): Document the global todo list.
Carsten Dominik <dominik@science.uva.nl>
parents: 67219
diff changeset
2386
69090
66a57755230b * org.texi (Internal Links): Rewritten to cover the modified
Carsten Dominik <dominik@science.uva.nl>
parents: 68639
diff changeset
2387 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
2388 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
2389 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
2390 @samp{[[find me]]} would.
67344
22aa7225124f (TODO basics): Document the global todo list.
Carsten Dominik <dominik@science.uva.nl>
parents: 67219
diff changeset
2391
70867
68e63907ebfb (Plain lists): Added new item navigation commands.
Carsten Dominik <dominik@science.uva.nl>
parents: 70164
diff changeset
2392 @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
2393 @section Custom Searches
68e63907ebfb (Plain lists): Added new item navigation commands.
Carsten Dominik <dominik@science.uva.nl>
parents: 70164
diff changeset
2394 @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
2395 @cindex search strings, custom
70867
68e63907ebfb (Plain lists): Added new item navigation commands.
Carsten Dominik <dominik@science.uva.nl>
parents: 70164
diff changeset
2396
68e63907ebfb (Plain lists): Added new item navigation commands.
Carsten Dominik <dominik@science.uva.nl>
parents: 70164
diff changeset
2397 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
2398 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
2399 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
2400 @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
2401 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
2402 citation key.
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 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
2405 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
2406 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
2407 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
2408 @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
2409 @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
2410 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
2411 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
2412 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
2413 file.
68e63907ebfb (Plain lists): Added new item navigation commands.
Carsten Dominik <dominik@science.uva.nl>
parents: 70164
diff changeset
2414
68e63907ebfb (Plain lists): Added new item navigation commands.
Carsten Dominik <dominik@science.uva.nl>
parents: 70164
diff changeset
2415
68e63907ebfb (Plain lists): Added new item navigation commands.
Carsten Dominik <dominik@science.uva.nl>
parents: 70164
diff changeset
2416 @node Remember, , Custom searches, Hyperlinks
58792
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
2417 @section Remember
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
2418 @cindex @file{remember.el}
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
2419
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
2420 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
2421 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
2422 quick notes with little interruption of your work flow. See
58792
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
2423 @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
2424 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
2425 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
2426 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
2427 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
2428 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
2429 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
2430
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
2431 @menu
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
2432 * 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
2433 * 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
2434 * 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
2435 @end menu
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
2436
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
2437 @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
2438 @subsection Setting up remember
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
2439
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
2440 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
2441 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
2442
58792
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
2443 @example
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
2444 (setq org-directory "~/path/to/my/orgfiles/")
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
2445 (setq org-default-notes-file "~/.notes")
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
2446 (setq remember-annotation-functions '(org-remember-annotation))
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
2447 (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
2448 (add-hook 'remember-mode-hook 'org-remember-apply-template)
58792
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
2449 @end example
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
2450
76138
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
2451 @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
2452 @subsection Remember templates
69929
beebc22085fe (Link format): New section, emphasis on bracket links.
Carsten Dominik <dominik@science.uva.nl>
parents: 69891
diff changeset
2453 @cindex templates, for remember
76138
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
2454
69929
beebc22085fe (Link format): New section, emphasis on bracket links.
Carsten Dominik <dominik@science.uva.nl>
parents: 69891
diff changeset
2455 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
2456 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
2457 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
2458 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
2459 use:
69929
beebc22085fe (Link format): New section, emphasis on bracket links.
Carsten Dominik <dominik@science.uva.nl>
parents: 69891
diff changeset
2460
beebc22085fe (Link format): New section, emphasis on bracket links.
Carsten Dominik <dominik@science.uva.nl>
parents: 69891
diff changeset
2461 @example
beebc22085fe (Link format): New section, emphasis on bracket links.
Carsten Dominik <dominik@science.uva.nl>
parents: 69891
diff changeset
2462 (setq org-remember-templates
76138
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
2463 '((?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
2464 (?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
2465 (?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
2466 @end example
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 @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
2469 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
2470 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
2471 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
2472 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
2473 @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
2474 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
2475 while storing the note.
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
2476
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
2477 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
2478 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
2479 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
2480 @example
beebc22085fe (Link format): New section, emphasis on bracket links.
Carsten Dominik <dominik@science.uva.nl>
parents: 69891
diff changeset
2481 * TODO
76138
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
2482 [[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
2483 @end example
beebc22085fe (Link format): New section, emphasis on bracket links.
Carsten Dominik <dominik@science.uva.nl>
parents: 69891
diff changeset
2484
beebc22085fe (Link format): New section, emphasis on bracket links.
Carsten Dominik <dominik@science.uva.nl>
parents: 69891
diff changeset
2485 @noindent or
beebc22085fe (Link format): New section, emphasis on bracket links.
Carsten Dominik <dominik@science.uva.nl>
parents: 69891
diff changeset
2486
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 * [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
2489
76138
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
2490 [[file:link to where you called remember]]
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
2491 @end example
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
2492
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
2493 @noindent
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
2494 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
2495 insertion of content:
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
2496 @example
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
2497 %^@{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
2498 %t @r{time stamp, date only}
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
2499 %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
2500 %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
2501 %^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
2502 @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
2503 %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
2504 %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
2505 %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
2506 @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
2507 %: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
2508 @end example
beebc22085fe (Link format): New section, emphasis on bracket links.
Carsten Dominik <dominik@science.uva.nl>
parents: 69891
diff changeset
2509
76138
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
2510 @noindent
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
2511 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
2512
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
2513 @example
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
2514 Link type | Available keywords
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
2515 -------------------+----------------------------------------------
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
2516 bbdb | %:name %:company
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
2517 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
2518 | %:from %:fromname %:fromaddress
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
2519 | %:to %:toname %:toaddress
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
2520 | %: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
2521 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
2522 w3, w3m | %:url
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
2523 info | %:file %:node
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
2524 calendar | %:date"
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
2525 @end example
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
2526
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
2527 @noindent
81167
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
2528 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
2529
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
2530 @example
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
2531 %? @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
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
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
2535 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
2536 @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
2537 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
2538
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
2539 @node Storing notes, , Remember templates, Remember
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
2540 @subsection Storing notes
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
2541
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
2542 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
2543 @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
2544 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
2545 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
2546 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
2547 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
2548 @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
2549 keys to find a better location:
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
2550 @example
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
2551 @key{TAB} @r{Cycle visibility.}
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
2552 @key{down} / @key{up} @r{Next/previous visible headline.}
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
2553 n / p @r{Next/previous visible headline.}
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
2554 f / b @r{Next/previous headline same level.}
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
2555 u @r{One level up.}
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
2556 @c 0-9 @r{Digit argument.}
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
2557 @end example
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
2558 @noindent
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
2559 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
2560 then leads to the following result.
58792
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
2561
81167
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
2562 @multitable @columnfractions 0.2 0.15 0.65
58792
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
2563 @item @b{Cursor position} @tab @b{Key} @tab @b{Note gets inserted}
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
2564 @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
2565 @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
2566 @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
2567 @item not on headline @tab @key{RET}
58792
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
2568 @tab at cursor position, level taken from context.
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
2569 @end multitable
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
2570
76138
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
2571 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
2572 @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
2573 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
2574 tree.
58792
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
2575
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
2576 Before inserting the text into a tree, the function ensures that the
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
2577 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
2578 If not, a headline is constructed from the current date and some
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
2579 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
2580 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
2581 same column as the headline (after the asterisks).
58792
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
2582
69929
beebc22085fe (Link format): New section, emphasis on bracket links.
Carsten Dominik <dominik@science.uva.nl>
parents: 69891
diff changeset
2583
61923
88492f3ccffa *** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents: 61562
diff changeset
2584 @node TODO items, Timestamps, Hyperlinks, Top
88492f3ccffa *** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents: 61562
diff changeset
2585 @chapter TODO items
88492f3ccffa *** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents: 61562
diff changeset
2586 @cindex TODO items
88492f3ccffa *** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents: 61562
diff changeset
2587
88492f3ccffa *** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents: 61562
diff changeset
2588 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
2589 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
2590 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
2591 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
2592 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
2593 item emerged is always present when you check.
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 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
2596 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
2597 things you have to do.
88492f3ccffa *** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents: 61562
diff changeset
2598
88492f3ccffa *** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents: 61562
diff changeset
2599 @menu
88492f3ccffa *** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents: 61562
diff changeset
2600 * TODO basics:: Marking and displaying TODO entries
88492f3ccffa *** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents: 61562
diff changeset
2601 * TODO extensions:: Workflow and assignments
88492f3ccffa *** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents: 61562
diff changeset
2602 * Priorities:: Some things are more important than others
81167
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
2603 * 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
2604 * Checkboxes:: Tick-off lists
61923
88492f3ccffa *** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents: 61562
diff changeset
2605 @end menu
88492f3ccffa *** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents: 61562
diff changeset
2606
71312
e050af4a9e72 (Progress logging): New section.
Carsten Dominik <dominik@science.uva.nl>
parents: 71246
diff changeset
2607 @node TODO basics, TODO extensions, TODO items, TODO items
61923
88492f3ccffa *** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents: 61562
diff changeset
2608 @section Basic TODO functionality
88492f3ccffa *** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents: 61562
diff changeset
2609
88492f3ccffa *** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents: 61562
diff changeset
2610 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
2611 for example:
61923
88492f3ccffa *** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents: 61562
diff changeset
2612
88492f3ccffa *** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents: 61562
diff changeset
2613 @example
88492f3ccffa *** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents: 61562
diff changeset
2614 *** TODO Write letter to Sam Fortune
88492f3ccffa *** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents: 61562
diff changeset
2615 @end example
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 @noindent
88492f3ccffa *** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents: 61562
diff changeset
2618 The most important commands to work with TODO entries are:
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 @table @kbd
88492f3ccffa *** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents: 61562
diff changeset
2621 @kindex C-c C-t
67613
eab2494a32d7 *** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents: 67604
diff changeset
2622 @cindex cycling, of TODO states
61923
88492f3ccffa *** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents: 61562
diff changeset
2623 @item C-c C-t
81167
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
2624 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
2625
61923
88492f3ccffa *** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents: 61562
diff changeset
2626 @example
88492f3ccffa *** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents: 61562
diff changeset
2627 ,-> (unmarked) -> TODO -> DONE --.
88492f3ccffa *** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents: 61562
diff changeset
2628 '--------------------------------'
88492f3ccffa *** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents: 61562
diff changeset
2629 @end example
69929
beebc22085fe (Link format): New section, emphasis on bracket links.
Carsten Dominik <dominik@science.uva.nl>
parents: 69891
diff changeset
2630
61923
88492f3ccffa *** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents: 61562
diff changeset
2631 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
2632 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
2633 @kindex S-@key{right}
68e63907ebfb (Plain lists): Added new item navigation commands.
Carsten Dominik <dominik@science.uva.nl>
parents: 70164
diff changeset
2634 @kindex S-@key{left}
68e63907ebfb (Plain lists): Added new item navigation commands.
Carsten Dominik <dominik@science.uva.nl>
parents: 70164
diff changeset
2635 @item S-@key{right}
68e63907ebfb (Plain lists): Added new item navigation commands.
Carsten Dominik <dominik@science.uva.nl>
parents: 70164
diff changeset
2636 @itemx S-@key{left}
68e63907ebfb (Plain lists): Added new item navigation commands.
Carsten Dominik <dominik@science.uva.nl>
parents: 70164
diff changeset
2637 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
2638 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
2639 @kindex C-c C-v
88492f3ccffa *** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents: 61562
diff changeset
2640 @cindex sparse tree, for TODO
88492f3ccffa *** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents: 61562
diff changeset
2641 @item C-c C-v
88492f3ccffa *** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents: 61562
diff changeset
2642 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
2643 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
2644 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
2645 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
2646 @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
2647 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
2648 args, find all TODO and DONE entries.
67613
eab2494a32d7 *** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents: 67604
diff changeset
2649 @kindex C-c a t
eab2494a32d7 *** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents: 67604
diff changeset
2650 @item C-c a t
67344
22aa7225124f (TODO basics): Document the global todo list.
Carsten Dominik <dominik@science.uva.nl>
parents: 67219
diff changeset
2651 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
2652 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
2653 @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
2654 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
2655 @xref{Global TODO list}, for more information.
70164
7ce8d4154af5 Many small fixes.
Carsten Dominik <dominik@science.uva.nl>
parents: 70133
diff changeset
2656 @c @item @code{org-agenda-include-all-todo}
7ce8d4154af5 Many small fixes.
Carsten Dominik <dominik@science.uva.nl>
parents: 70133
diff changeset
2657 @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
2658 @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
2659 @end table
88492f3ccffa *** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents: 61562
diff changeset
2660
71312
e050af4a9e72 (Progress logging): New section.
Carsten Dominik <dominik@science.uva.nl>
parents: 71246
diff changeset
2661 @node TODO extensions, Priorities, TODO basics, TODO items
61923
88492f3ccffa *** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents: 61562
diff changeset
2662 @section Extended use of TODO keywords
88492f3ccffa *** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents: 61562
diff changeset
2663 @cindex extended TODO keywords
88492f3ccffa *** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents: 61562
diff changeset
2664
69929
beebc22085fe (Link format): New section, emphasis on bracket links.
Carsten Dominik <dominik@science.uva.nl>
parents: 69891
diff changeset
2665 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
2666 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
2667 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
2668 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
2669
beebc22085fe (Link format): New section, emphasis on bracket links.
Carsten Dominik <dominik@science.uva.nl>
parents: 69891
diff changeset
2670 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
2671 TODO items in particular (@pxref{Tags}).
61923
88492f3ccffa *** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents: 61562
diff changeset
2672
88492f3ccffa *** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents: 61562
diff changeset
2673 @menu
88492f3ccffa *** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents: 61562
diff changeset
2674 * Workflow states:: From TODO to DONE in steps
88492f3ccffa *** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents: 61562
diff changeset
2675 * TODO types:: I do this, Fred the rest
81167
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
2676 * 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
2677 * Per file keywords:: Different files, different requirements
88492f3ccffa *** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents: 61562
diff changeset
2678 @end menu
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 @node Workflow states, TODO types, TODO extensions, TODO extensions
88492f3ccffa *** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents: 61562
diff changeset
2681 @subsection TODO keywords as workflow states
88492f3ccffa *** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents: 61562
diff changeset
2682 @cindex TODO workflow
88492f3ccffa *** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents: 61562
diff changeset
2683 @cindex workflow states as TODO keywords
88492f3ccffa *** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents: 61562
diff changeset
2684
81167
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
2685 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
2686 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
2687 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
2688 buffer.}:
61923
88492f3ccffa *** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents: 61562
diff changeset
2689
88492f3ccffa *** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents: 61562
diff changeset
2690 @lisp
81167
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
2691 (setq org-todo-keywords
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
2692 '((sequence "TODO" "FEEDBACK" "VERIFY" "|" "DONE" "DELEGATED")))
61923
88492f3ccffa *** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents: 61562
diff changeset
2693 @end lisp
88492f3ccffa *** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents: 61562
diff changeset
2694
81167
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
2695 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
2696 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
2697 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
2698 state.
63833
addf44674c32 Version 3.12
Carsten Dominik <dominik@science.uva.nl>
parents: 63672
diff changeset
2699 @cindex completion, of TODO keywords
81167
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
2700 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
2701 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
2702 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
2703 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
2704 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
2705 @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
2706 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
2707 changes} for more information.
61923
88492f3ccffa *** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents: 61562
diff changeset
2708
81167
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
2709 @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
2710 @subsection TODO keywords as types
88492f3ccffa *** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents: 61562
diff changeset
2711 @cindex TODO types
88492f3ccffa *** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents: 61562
diff changeset
2712 @cindex names as TODO keywords
88492f3ccffa *** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents: 61562
diff changeset
2713 @cindex types as TODO keywords
88492f3ccffa *** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents: 61562
diff changeset
2714
88492f3ccffa *** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents: 61562
diff changeset
2715 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
2716 @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
2717 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
2718 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
2719 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
2720 be set up like this:
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
2721
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
2722 @lisp
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
2723 (setq org-todo-keywords '((type "Fred" "Sara" "Lucy" "|" "DONE")))
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
2724 @end lisp
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
2725
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
2726 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
2727 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
2728 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
2729 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
2730 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
2731 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
2732 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
2733 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
2734 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
2735 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
2736 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
2737 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
2738 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
2739 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
2740 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
2741
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
2742 @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
2743 @subsection Multiple keyword sets in one file
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
2744 @cindex todo keyword sets
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
2745
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
2746 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
2747 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
2748 @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
2749 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
2750 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
2751 like this:
61923
88492f3ccffa *** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents: 61562
diff changeset
2752
88492f3ccffa *** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents: 61562
diff changeset
2753 @lisp
81167
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
2754 (setq org-todo-keywords
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
2755 '((sequence "TODO" "|" "DONE")
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
2756 (sequence "REPORT" "BUG" "KNOWNCAUSE" "|" "FIXED")
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
2757 (sequence "|" "CANCELED")))
61923
88492f3ccffa *** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents: 61562
diff changeset
2758 @end lisp
88492f3ccffa *** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents: 61562
diff changeset
2759
81167
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
2760 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
2761 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
2762 @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
2763 @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
2764 (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
2765 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
2766 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
2767
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
2768 @table @kbd
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
2769 @kindex C-S-@key{right}
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
2770 @kindex C-S-@key{left}
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
2771 @item C-S-@key{right}
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
2772 @itemx C-S-@key{left}
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
2773 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
2774 @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
2775 @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
2776 @kindex S-@key{right}
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
2777 @kindex S-@key{left}
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
2778 @item S-@key{right}
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
2779 @itemx S-@key{left}
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
2780 @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
2781 @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
2782 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
2783 @end table
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
2784
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
2785 @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
2786 @subsection Setting up keywords for individual files
61923
88492f3ccffa *** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents: 61562
diff changeset
2787 @cindex keyword options
88492f3ccffa *** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents: 61562
diff changeset
2788 @cindex per file keywords
88492f3ccffa *** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents: 61562
diff changeset
2789
81167
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
2790 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
2791 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
2792 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
2793 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
2794 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
2795 file:
61923
88492f3ccffa *** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents: 61562
diff changeset
2796
88492f3ccffa *** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents: 61562
diff changeset
2797 @example
81167
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
2798 #+SEQ_TODO: TODO FEEDBACK VERIFY | DONE CANCELED
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
2799 @end example
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
2800 or
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
2801 @example
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
2802 #+TYP_TODO: Fred Sara Lucy Mike | DONE
61923
88492f3ccffa *** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents: 61562
diff changeset
2803 @end example
88492f3ccffa *** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents: 61562
diff changeset
2804
81167
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
2805 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
2806
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
2807 @example
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
2808 #+SEQ_TODO: "TODO" "|" "DONE"
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
2809 #+SEQ_TODO: "REPORT" "BUG" "KNOWNCAUSE" "|" "FIXED"
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
2810 #+SEQ_TODO: "|" "CANCELED"
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
2811 @end example
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
2812
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
2813
76138
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
2814 @cindex completion, of option keywords
61923
88492f3ccffa *** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents: 61562
diff changeset
2815 @kindex M-@key{TAB}
88492f3ccffa *** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents: 61562
diff changeset
2816 @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
2817 @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
2818
88492f3ccffa *** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents: 61562
diff changeset
2819 @cindex DONE, final TODO keyword
81167
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
2820 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
2821 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
2822 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
2823 @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
2824 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
2825 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
2826 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
2827 for the current buffer.}.
61923
88492f3ccffa *** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents: 61562
diff changeset
2828
73874
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
2829 @node Priorities, Breaking down tasks, TODO extensions, TODO items
61923
88492f3ccffa *** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents: 61562
diff changeset
2830 @section Priorities
88492f3ccffa *** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents: 61562
diff changeset
2831 @cindex priorities
88492f3ccffa *** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents: 61562
diff changeset
2832
88492f3ccffa *** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents: 61562
diff changeset
2833 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
2834 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
2835 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
2836 headline, like this
88492f3ccffa *** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents: 61562
diff changeset
2837
88492f3ccffa *** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents: 61562
diff changeset
2838 @example
88492f3ccffa *** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents: 61562
diff changeset
2839 *** TODO [#A] Write letter to Sam Fortune
88492f3ccffa *** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents: 61562
diff changeset
2840 @end example
88492f3ccffa *** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents: 61562
diff changeset
2841
88492f3ccffa *** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents: 61562
diff changeset
2842 @noindent
88492f3ccffa *** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents: 61562
diff changeset
2843 With its standard setup, Org-mode supports priorities @samp{A},
88492f3ccffa *** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents: 61562
diff changeset
2844 @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
2845 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
2846 difference only in the agenda (@pxref{Weekly/Daily agenda}).
61923
88492f3ccffa *** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents: 61562
diff changeset
2847
88492f3ccffa *** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents: 61562
diff changeset
2848 @table @kbd
88492f3ccffa *** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents: 61562
diff changeset
2849 @kindex @kbd{C-c ,}
88492f3ccffa *** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents: 61562
diff changeset
2850 @item @kbd{C-c ,}
70867
68e63907ebfb (Plain lists): Added new item navigation commands.
Carsten Dominik <dominik@science.uva.nl>
parents: 70164
diff changeset
2851 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
2852 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
2853 @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
2854 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
2855 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
2856 @c
61923
88492f3ccffa *** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents: 61562
diff changeset
2857 @kindex S-@key{up}
88492f3ccffa *** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents: 61562
diff changeset
2858 @kindex S-@key{down}
88492f3ccffa *** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents: 61562
diff changeset
2859 @item S-@key{up}
88492f3ccffa *** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents: 61562
diff changeset
2860 @itemx S-@key{down}
70867
68e63907ebfb (Plain lists): Added new item navigation commands.
Carsten Dominik <dominik@science.uva.nl>
parents: 70164
diff changeset
2861 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
2862 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
2863 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
2864 @end table
88492f3ccffa *** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents: 61562
diff changeset
2865
81167
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
2866 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
2867 @code{org-highest-priority}, @code{org-lowest-priority}, and
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
2868 @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
2869 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
2870 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
2871 priority):
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
2872
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
2873 @example
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
2874 #+PRIORITIES: A C B
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
2875 @end example
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
2876
73874
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
2877 @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
2878 @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
2879 @cindex tasks, breaking down
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
2880
81167
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
2881 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
2882 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
2883 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
2884 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
2885 @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
2886 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
2887 (@pxref{Checkboxes}).
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
2888
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
2889
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
2890 @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
2891 @section Checkboxes
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
2892 @cindex checkboxes
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
2893
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
2894 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
2895 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
2896 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
2897 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
2898 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
2899 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
2900 @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
2901
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
2902 @example
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
2903 * 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
2904 - call people [1/3]
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
2905 - [ ] Peter
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
2906 - [X] Sarah
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
2907 - [ ] Sam
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
2908 - [X] order food
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
2909 - [ ] 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
2910 - [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
2911 @end example
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
2912
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
2913 @cindex statistics, for checkboxes
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
2914 @cindex checkbox statistics
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
2915 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
2916 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
2917 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
2918 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
2919 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
2920 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
2921 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
2922 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
2923 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
2924 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
2925 @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
2926
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
2927 @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
2928
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
2929 @table @kbd
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
2930 @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
2931 @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
2932 Toggle checkbox at point.
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
2933 @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
2934 @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
2935 Toggle checkbox at point.
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
2936 @itemize @minus
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
2937 @item
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
2938 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
2939 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
2940 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
2941 argument.
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
2942 @item
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
2943 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
2944 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
2945 @item
74030
7c426fa1fdff Fix typos
Carsten Dominik <dominik@science.uva.nl>
parents: 73967
diff changeset
2946 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
2947 @end itemize
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
2948 @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
2949 @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
2950 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
2951 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
2952 (@pxref{Plain lists}).
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
2953 @kindex C-c #
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
2954 @item C-c #
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
2955 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
2956 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
2957 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
2958 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
2959 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
2960 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
2961 @end table
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
2962
69929
beebc22085fe (Link format): New section, emphasis on bracket links.
Carsten Dominik <dominik@science.uva.nl>
parents: 69891
diff changeset
2963 @node Timestamps, Tags, TODO items, Top
58792
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
2964 @chapter Timestamps
73874
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
2965 @cindex time stamps
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
2966 @cindex date stamps
58792
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
2967
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
2968 Items can be labeled with timestamps to make them useful for project
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
2969 planning.
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
2970
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
2971 @menu
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
2972 * Time stamps:: Assigning a time to a tree entry
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
2973 * Creating timestamps:: Commands which insert timestamps
81167
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
2974 * Deadlines and scheduling:: Planning your work
71312
e050af4a9e72 (Progress logging): New section.
Carsten Dominik <dominik@science.uva.nl>
parents: 71246
diff changeset
2975 * Progress logging:: Documenting when what work was done.
58792
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
2976 @end menu
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
2977
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
2978
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
2979 @node Time stamps, Creating timestamps, Timestamps, Timestamps
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
2980 @section Time stamps, deadlines and scheduling
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
2981 @cindex time stamps
67613
eab2494a32d7 *** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents: 67604
diff changeset
2982 @cindex ranges, time
eab2494a32d7 *** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents: 67604
diff changeset
2983 @cindex date stamps
58792
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
2984 @cindex deadlines
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
2985 @cindex scheduling
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
2986
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
2987 A time stamp is a specification of a date (possibly with time) in a
73874
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
2988 special format, either @samp{<2003-09-16 Tue>} or @samp{<2003-09-16 Tue
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
2989 09:39>}@footnote{This is the standard ISO date/time format. If you
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
2990 cannot get used to these, see @ref{Custom time format}}. A time stamp
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
2991 can appear anywhere in the headline or body of an org-tree entry. Its
81167
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
2992 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
2993 (@pxref{Weekly/Daily agenda}). We distinguish:
58792
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
2994
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
2995 @table @var
70867
68e63907ebfb (Plain lists): Added new item navigation commands.
Carsten Dominik <dominik@science.uva.nl>
parents: 70164
diff changeset
2996 @item Plain time stamp
58792
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
2997 @cindex timestamp
70133
36d1ec75581c * org.texi: (Time stamps): Better explanation of the purpose of
Carsten Dominik <dominik@science.uva.nl>
parents: 70065
diff changeset
2998 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
2999 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
3000 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
3001 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
3002 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
3003
73874
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
3004 @example
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
3005 * Meet Peter at the movies <2006-11-01 Wed 19:15>
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
3006 @end example
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
3007
81167
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
3008 @item Time stamp with repeater interval
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
3009 @cindex timestamp, with repeater interval
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
3010 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
3011 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
3012 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
3013 following will show up in the agenda every Wednesday:
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
3014
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
3015 @example
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
3016 * 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
3017 @end example
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
3018
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
3019 @item Diary-style sexp entries
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
3020 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
3021 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
3022 package. For example
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
3023
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
3024 @example
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
3025 * 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
3026 <%%(diary-float t 4 2)>
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
3027 @end example
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
3028
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
3029 @item Time/Date range
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
3030 @cindex timerange
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
3031 @cindex date range
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
3032 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
3033 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
3034 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
3035
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
3036 @example
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
3037 ** Meeting in Amsterdam
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
3038 <2004-08-23 Mon>--<2004-08-26 Thu>
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
3039 @end example
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
3040
73874
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
3041 @item Inactive time stamp
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
3042 @cindex timestamp, inactive
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
3043 @cindex inactive timestamp
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
3044 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
3045 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
3046 @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
3047
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
3048 @example
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
3049 * 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
3050 @end example
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
3051
58792
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
3052 @end table
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
3053
81167
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
3054 @node Creating timestamps, Deadlines and scheduling, Time stamps, Timestamps
58792
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
3055 @section Creating timestamps
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
3056 @cindex creating timestamps
67613
eab2494a32d7 *** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents: 67604
diff changeset
3057 @cindex timestamps, creating
58792
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
3058
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
3059 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
3060 format. All commands listed below produce time stamps in the correct
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
3061 format.
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
3062
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
3063 @table @kbd
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
3064 @kindex C-c .
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
3065 @item C-c .
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
3066 Prompt for a date and insert a corresponding time stamp. When the
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
3067 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
3068 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
3069 @c
58792
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
3070 @kindex C-u C-c .
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
3071 @item C-u C-c .
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
3072 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
3073 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
3074 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
3075 @c
65656
55fcf5165d97 Version 3.16
Carsten Dominik <dominik@science.uva.nl>
parents: 65555
diff changeset
3076 @kindex C-c !
55fcf5165d97 Version 3.16
Carsten Dominik <dominik@science.uva.nl>
parents: 65555
diff changeset
3077 @item C-c !
81167
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
3078 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
3079 an agenda entry.
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
3080 @c
58792
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
3081 @kindex C-c <
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
3082 @item C-c <
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
3083 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
3084 @c
58792
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
3085 @kindex C-c >
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
3086 @item C-c >
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
3087 Access the Emacs calendar for the current date. If there is a
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
3088 timestamp in the current line, goto the corresponding date
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
3089 instead.
81167
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
3090 @c
58792
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
3091 @kindex C-c C-o
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
3092 @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
3093 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
3094 point (@pxref{Weekly/Daily agenda}).
81167
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
3095 @c
58792
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
3096 @kindex S-@key{left}
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
3097 @kindex S-@key{right}
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
3098 @item S-@key{left}
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
3099 @itemx S-@key{right}
63362
8a4e1b582425 Version 3.11
Carsten Dominik <dominik@science.uva.nl>
parents: 62713
diff changeset
3100 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
3101 CUA-mode (@pxref{Conflicts}).
81167
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
3102 @c
58792
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
3103 @kindex S-@key{up}
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
3104 @kindex S-@key{down}
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
3105 @item S-@key{up}
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
3106 @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
3107 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
3108 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
3109 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
3110 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
3111 CUA-mode (@pxref{Conflicts}).
81167
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
3112 @c
58792
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
3113 @kindex C-c C-y
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
3114 @cindex evaluate time range
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
3115 @item C-c C-y
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
3116 Evaluate a time range by computing the difference between start and
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
3117 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
3118 into the following column).
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
3119 @end table
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
3120
73874
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
3121
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
3122 @menu
74030
7c426fa1fdff Fix typos
Carsten Dominik <dominik@science.uva.nl>
parents: 73967
diff changeset
3123 * 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
3124 * 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
3125 @end menu
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
3126
81167
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
3127 @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
3128 @subsection The date/time prompt
58792
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
3129 @cindex date, reading in minibuffer
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
3130 @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
3131
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
3132 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
3133 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
3134 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
3135 (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
3136 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
3137 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
3138
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
3139 @example
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
3140 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
3141 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
3142 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
3143 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
3144 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
3145 12 --> currentyear-currentmonth-12
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
3146 Fri --> nearest Friday (today or later)
76138
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
3147 +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
3148 @end example
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
3149
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
3150 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
3151 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
3152 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
3153
58792
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
3154 @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
3155 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
3156 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
3157 @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
3158 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
3159 @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
3160 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
3161 from the minibuffer:
58792
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
3162
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
3163 @table @kbd
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
3164 @kindex <
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
3165 @item <
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
3166 Scroll calendar backwards by one month.
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
3167 @kindex >
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
3168 @item >
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
3169 Scroll calendar forwards by one month.
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
3170 @kindex mouse-1
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
3171 @item mouse-1
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
3172 Select date by clicking on it.
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
3173 @kindex S-@key{right}
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
3174 @item S-@key{right}
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
3175 One day forward.
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
3176 @kindex S-@key{left}
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
3177 @item S-@key{left}
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
3178 One day back.
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
3179 @kindex S-@key{down}
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
3180 @item S-@key{down}
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
3181 One week forward.
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
3182 @kindex S-@key{up}
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
3183 @item S-@key{up}
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
3184 One week back.
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
3185 @kindex M-S-@key{right}
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
3186 @item M-S-@key{right}
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
3187 One month forward.
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
3188 @kindex M-S-@key{left}
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
3189 @item M-S-@key{left}
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
3190 One month back.
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
3191 @kindex @key{RET}
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
3192 @item @key{RET}
73874
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
3193 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
3194 @end table
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
3195
81167
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
3196 @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
3197 @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
3198 @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
3199 @cindex time format, custom
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
3200 @cindex date format, custom
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
3201
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
3202 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
3203 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
3204 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
3205 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
3206 @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
3207
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
3208 @table @kbd
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
3209 @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
3210 @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
3211 Toggle the display of custom formats for dates and times.
58792
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
3212 @end table
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
3213
73874
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
3214 @noindent
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
3215 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
3216 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
3217 @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
3218 following consequences:
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
3219 @itemize @bullet
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
3220 @item
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
3221 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
3222 after.
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
3223 @item
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
3224 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
3225 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
3226 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
3227 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
3228 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
3229 @item
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
3230 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
3231 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
3232 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
3233 @item
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
3234 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
3235 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
3236 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
3237 @end itemize
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
3238
81167
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
3239
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
3240 @node Deadlines and scheduling, Progress logging, Creating timestamps, Timestamps
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
3241 @section Deadlines and Scheduling
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
3242
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
3243 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
3244 of work:
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
3245
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
3246 @table @var
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
3247 @item DEADLINE
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
3248 @cindex DEADLINE keyword
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
3249 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
3250 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
3251 @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
3252 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
3253 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
3254
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
3255 @example
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
3256 *** TODO write article about the Earth for the Guide
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
3257 The editor in charge is [[bbdb:Ford Prefect]]
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
3258 DEADLINE: <2004-02-29 Sun>
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
3259 @end example
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
3260
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
3261 @item SCHEDULED
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
3262 @cindex SCHEDULED keyword
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
3263 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
3264 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
3265 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
3266 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
3267 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
3268 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
3269 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
3270
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
3271 @example
81167
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
3272 *** 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
3273 SCHEDULED: <2004-12-25 Sat>
76138
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
3274 @end example
81167
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
3275 @end table
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
3276
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
3277 @menu
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
3278 * Inserting deadline/schedule::
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
3279 * Repeated tasks::
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
3280 @end menu
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
3281
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
3282 @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
3283 @subsection Inserting deadline/schedule
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 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
3286 an item:
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
3287
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
3288 @table @kbd
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
3289 @c
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
3290 @kindex C-c C-d
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
3291 @item C-c C-d
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
3292 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
3293 happen in the line directly following the headline.
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
3294 @c FIXME Any CLOSED timestamp will be removed.????????
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
3295 @c
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
3296 @kindex C-c C-w
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
3297 @cindex sparse tree, for deadlines
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
3298 @item C-c C-w
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
3299 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
3300 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
3301 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
3302 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
3303 all deadlines due tomorrow.
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
3304 @c
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
3305 @kindex C-c C-s
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
3306 @item C-c C-s
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
3307 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
3308 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
3309 timestamp will be removed.
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
3310 @end table
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
3311
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
3312 @node Repeated tasks, , Inserting deadline/schedule, Deadlines and scheduling
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
3313 @subsection Repeated Tasks
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
3314
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
3315 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
3316 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
3317 example:
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
3318 @example
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
3319 ** TODO Pay the rent
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
3320 DEADLINE: <2005-10-01 Sat +1m>
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
3321 @end example
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
3322
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
3323 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
3324 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
3325 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
3326 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
3327 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
3328 @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
3329 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
3330 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
3331 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
3332 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
3333 actually switch the date like this:
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
3334
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
3335 @example
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
3336 ** TODO Pay the rent
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
3337 DEADLINE: <2005-11-01 Tue +1m>
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
3338 @end example
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
3339
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
3340 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
3341 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
3342 of this deadline.
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
3343
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
3344 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
3345 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
3346 will be visible.
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
3347
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
3348 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
3349 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
3350
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
3351 @node Progress logging, , Deadlines and scheduling, Timestamps
71312
e050af4a9e72 (Progress logging): New section.
Carsten Dominik <dominik@science.uva.nl>
parents: 71246
diff changeset
3352 @section Progress Logging
e050af4a9e72 (Progress logging): New section.
Carsten Dominik <dominik@science.uva.nl>
parents: 71246
diff changeset
3353 @cindex progress logging
e050af4a9e72 (Progress logging): New section.
Carsten Dominik <dominik@science.uva.nl>
parents: 71246
diff changeset
3354 @cindex logging, of progress
e050af4a9e72 (Progress logging): New section.
Carsten Dominik <dominik@science.uva.nl>
parents: 71246
diff changeset
3355
e050af4a9e72 (Progress logging): New section.
Carsten Dominik <dominik@science.uva.nl>
parents: 71246
diff changeset
3356 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
3357 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
3358 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
3359 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
3360 on an aspect of a project.
71312
e050af4a9e72 (Progress logging): New section.
Carsten Dominik <dominik@science.uva.nl>
parents: 71246
diff changeset
3361
e050af4a9e72 (Progress logging): New section.
Carsten Dominik <dominik@science.uva.nl>
parents: 71246
diff changeset
3362 @menu
71386
0b2c58e8821c (Publishing links): Document the
Carsten Dominik <dominik@science.uva.nl>
parents: 71312
diff changeset
3363 * 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
3364 * 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
3365 * 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
3366 @end menu
e050af4a9e72 (Progress logging): New section.
Carsten Dominik <dominik@science.uva.nl>
parents: 71246
diff changeset
3367
76138
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
3368 @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
3369 @subsection Closing items
e050af4a9e72 (Progress logging): New section.
Carsten Dominik <dominik@science.uva.nl>
parents: 71246
diff changeset
3370
e050af4a9e72 (Progress logging): New section.
Carsten Dominik <dominik@science.uva.nl>
parents: 71246
diff changeset
3371 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
3372 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
3373 setting is: @code{#+STARTUP: logdone}}
71312
e050af4a9e72 (Progress logging): New section.
Carsten Dominik <dominik@science.uva.nl>
parents: 71246
diff changeset
3374
e050af4a9e72 (Progress logging): New section.
Carsten Dominik <dominik@science.uva.nl>
parents: 71246
diff changeset
3375 @lisp
e050af4a9e72 (Progress logging): New section.
Carsten Dominik <dominik@science.uva.nl>
parents: 71246
diff changeset
3376 (setq org-log-done t)
e050af4a9e72 (Progress logging): New section.
Carsten Dominik <dominik@science.uva.nl>
parents: 71246
diff changeset
3377 @end lisp
e050af4a9e72 (Progress logging): New section.
Carsten Dominik <dominik@science.uva.nl>
parents: 71246
diff changeset
3378
e050af4a9e72 (Progress logging): New section.
Carsten Dominik <dominik@science.uva.nl>
parents: 71246
diff changeset
3379 @noindent
e050af4a9e72 (Progress logging): New section.
Carsten Dominik <dominik@science.uva.nl>
parents: 71246
diff changeset
3380 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
3381 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
3382 @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
3383 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
3384 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
3385 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
3386 @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
3387 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
3388 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
3389 setting is: @code{#+STARTUP: lognotedone}}
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
3390
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
3391 @lisp
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
3392 (setq org-log-done '(done))
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
3393 @end lisp
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
3394
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
3395 @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
3396 @subsection Tracking TODO state changes
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
3397
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
3398 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
3399 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
3400 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
3401 setting
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
3402
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
3403 @lisp
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
3404 (setq org-log-done '(state))
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
3405 @end lisp
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
3406
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
3407 @noindent
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
3408 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
3409 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
3410 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
3411 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
3412 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
3413
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
3414 @example
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
3415 #+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
3416 #+STARTUP: lognotestate
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
3417 @end example
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
3418
81167
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
3419
76138
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
3420 @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
3421 @subsection Clocking work time
e050af4a9e72 (Progress logging): New section.
Carsten Dominik <dominik@science.uva.nl>
parents: 71246
diff changeset
3422
e050af4a9e72 (Progress logging): New section.
Carsten Dominik <dominik@science.uva.nl>
parents: 71246
diff changeset
3423 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
3424 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
3425 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
3426 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
3427 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
3428
e050af4a9e72 (Progress logging): New section.
Carsten Dominik <dominik@science.uva.nl>
parents: 71246
diff changeset
3429 @table @kbd
e050af4a9e72 (Progress logging): New section.
Carsten Dominik <dominik@science.uva.nl>
parents: 71246
diff changeset
3430 @kindex C-c C-x C-i
e050af4a9e72 (Progress logging): New section.
Carsten Dominik <dominik@science.uva.nl>
parents: 71246
diff changeset
3431 @item C-c C-x C-i
e050af4a9e72 (Progress logging): New section.
Carsten Dominik <dominik@science.uva.nl>
parents: 71246
diff changeset
3432 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
3433 keyword together with a timestamp.
e050af4a9e72 (Progress logging): New section.
Carsten Dominik <dominik@science.uva.nl>
parents: 71246
diff changeset
3434 @kindex C-c C-x C-o
e050af4a9e72 (Progress logging): New section.
Carsten Dominik <dominik@science.uva.nl>
parents: 71246
diff changeset
3435 @item C-c C-x C-o
e050af4a9e72 (Progress logging): New section.
Carsten Dominik <dominik@science.uva.nl>
parents: 71246
diff changeset
3436 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
3437 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
3438 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
3439 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
3440 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
3441 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
3442 lognoteclock-out}}.
72399
99e38d5aaf87 (Installation, Activation): Split from Installation and
Carsten Dominik <dominik@science.uva.nl>
parents: 72101
diff changeset
3443 @kindex C-c C-y
99e38d5aaf87 (Installation, Activation): Split from Installation and
Carsten Dominik <dominik@science.uva.nl>
parents: 72101
diff changeset
3444 @item C-c C-y
99e38d5aaf87 (Installation, Activation): Split from Installation and
Carsten Dominik <dominik@science.uva.nl>
parents: 72101
diff changeset
3445 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
3446 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
3447 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
3448 @kindex C-c C-t
e050af4a9e72 (Progress logging): New section.
Carsten Dominik <dominik@science.uva.nl>
parents: 71246
diff changeset
3449 @item C-c C-t
e050af4a9e72 (Progress logging): New section.
Carsten Dominik <dominik@science.uva.nl>
parents: 71246
diff changeset
3450 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
3451 if it is running in this same item.
e050af4a9e72 (Progress logging): New section.
Carsten Dominik <dominik@science.uva.nl>
parents: 71246
diff changeset
3452 @kindex C-c C-x C-x
e050af4a9e72 (Progress logging): New section.
Carsten Dominik <dominik@science.uva.nl>
parents: 71246
diff changeset
3453 @item C-c C-x C-x
e050af4a9e72 (Progress logging): New section.
Carsten Dominik <dominik@science.uva.nl>
parents: 71246
diff changeset
3454 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
3455 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
3456 @kindex C-c C-x C-d
e050af4a9e72 (Progress logging): New section.
Carsten Dominik <dominik@science.uva.nl>
parents: 71246
diff changeset
3457 @item C-c C-x C-d
e050af4a9e72 (Progress logging): New section.
Carsten Dominik <dominik@science.uva.nl>
parents: 71246
diff changeset
3458 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
3459 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
3460 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
3461 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
3462 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
3463 @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
3464 @kindex C-c C-x C-r
0b2c58e8821c (Publishing links): Document the
Carsten Dominik <dominik@science.uva.nl>
parents: 71312
diff changeset
3465 @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
3466 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
3467 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
3468 @example
0b2c58e8821c (Publishing links): Document the
Carsten Dominik <dominik@science.uva.nl>
parents: 71312
diff changeset
3469 #+BEGIN: clocktable :maxlevel 2 :emphasize nil
0b2c58e8821c (Publishing links): Document the
Carsten Dominik <dominik@science.uva.nl>
parents: 71312
diff changeset
3470
0b2c58e8821c (Publishing links): Document the
Carsten Dominik <dominik@science.uva.nl>
parents: 71312
diff changeset
3471 #+END: clocktable
0b2c58e8821c (Publishing links): Document the
Carsten Dominik <dominik@science.uva.nl>
parents: 71312
diff changeset
3472 @end example
0b2c58e8821c (Publishing links): Document the
Carsten Dominik <dominik@science.uva.nl>
parents: 71312
diff changeset
3473 @noindent
0b2c58e8821c (Publishing links): Document the
Carsten Dominik <dominik@science.uva.nl>
parents: 71312
diff changeset
3474 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
3475 table. The @samp{BEGIN} line can specify options:
0b2c58e8821c (Publishing links): Document the
Carsten Dominik <dominik@science.uva.nl>
parents: 71312
diff changeset
3476 @example
0b2c58e8821c (Publishing links): Document the
Carsten Dominik <dominik@science.uva.nl>
parents: 71312
diff changeset
3477 :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
3478 :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
3479 :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
3480 @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
3481 @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
3482 @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
3483 :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
3484 :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
3485 @end example
72399
99e38d5aaf87 (Installation, Activation): Split from Installation and
Carsten Dominik <dominik@science.uva.nl>
parents: 72101
diff changeset
3486 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
3487 @example
99e38d5aaf87 (Installation, Activation): Split from Installation and
Carsten Dominik <dominik@science.uva.nl>
parents: 72101
diff changeset
3488 #+BEGIN: clocktable :maxlevel 2 :block today
99e38d5aaf87 (Installation, Activation): Split from Installation and
Carsten Dominik <dominik@science.uva.nl>
parents: 72101
diff changeset
3489
99e38d5aaf87 (Installation, Activation): Split from Installation and
Carsten Dominik <dominik@science.uva.nl>
parents: 72101
diff changeset
3490 #+END: clocktable
99e38d5aaf87 (Installation, Activation): Split from Installation and
Carsten Dominik <dominik@science.uva.nl>
parents: 72101
diff changeset
3491 @end example
99e38d5aaf87 (Installation, Activation): Split from Installation and
Carsten Dominik <dominik@science.uva.nl>
parents: 72101
diff changeset
3492 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
3493 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
3494 only to fit it onto the manual.}
99e38d5aaf87 (Installation, Activation): Split from Installation and
Carsten Dominik <dominik@science.uva.nl>
parents: 72101
diff changeset
3495 @example
99e38d5aaf87 (Installation, Activation): Split from Installation and
Carsten Dominik <dominik@science.uva.nl>
parents: 72101
diff changeset
3496 #+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
3497 :tend "<2006-08-10 Thu 12:00>"
99e38d5aaf87 (Installation, Activation): Split from Installation and
Carsten Dominik <dominik@science.uva.nl>
parents: 72101
diff changeset
3498
99e38d5aaf87 (Installation, Activation): Split from Installation and
Carsten Dominik <dominik@science.uva.nl>
parents: 72101
diff changeset
3499 #+END: clocktable
99e38d5aaf87 (Installation, Activation): Split from Installation and
Carsten Dominik <dominik@science.uva.nl>
parents: 72101
diff changeset
3500 @end example
99e38d5aaf87 (Installation, Activation): Split from Installation and
Carsten Dominik <dominik@science.uva.nl>
parents: 72101
diff changeset
3501 @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
3502 @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
3503 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
3504 you have several clocktable blocks in a buffer.
71312
e050af4a9e72 (Progress logging): New section.
Carsten Dominik <dominik@science.uva.nl>
parents: 71246
diff changeset
3505 @end table
e050af4a9e72 (Progress logging): New section.
Carsten Dominik <dominik@science.uva.nl>
parents: 71246
diff changeset
3506
e050af4a9e72 (Progress logging): New section.
Carsten Dominik <dominik@science.uva.nl>
parents: 71246
diff changeset
3507 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
3508 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
3509 worked on or closed during a day.
e050af4a9e72 (Progress logging): New section.
Carsten Dominik <dominik@science.uva.nl>
parents: 71246
diff changeset
3510
70133
36d1ec75581c * org.texi: (Time stamps): Better explanation of the purpose of
Carsten Dominik <dominik@science.uva.nl>
parents: 70065
diff changeset
3511 @node Tags, Agenda views, Timestamps, Top
69929
beebc22085fe (Link format): New section, emphasis on bracket links.
Carsten Dominik <dominik@science.uva.nl>
parents: 69891
diff changeset
3512 @chapter Tags
beebc22085fe (Link format): New section, emphasis on bracket links.
Carsten Dominik <dominik@science.uva.nl>
parents: 69891
diff changeset
3513 @cindex tags
beebc22085fe (Link format): New section, emphasis on bracket links.
Carsten Dominik <dominik@science.uva.nl>
parents: 69891
diff changeset
3514 @cindex headline tagging
beebc22085fe (Link format): New section, emphasis on bracket links.
Carsten Dominik <dominik@science.uva.nl>
parents: 69891
diff changeset
3515 @cindex matching, tags
beebc22085fe (Link format): New section, emphasis on bracket links.
Carsten Dominik <dominik@science.uva.nl>
parents: 69891
diff changeset
3516 @cindex sparse tree, tag based
beebc22085fe (Link format): New section, emphasis on bracket links.
Carsten Dominik <dominik@science.uva.nl>
parents: 69891
diff changeset
3517
70867
68e63907ebfb (Plain lists): Added new item navigation commands.
Carsten Dominik <dominik@science.uva.nl>
parents: 70164
diff changeset
3518 If you wish to implement a system of labels and contexts for
68e63907ebfb (Plain lists): Added new item navigation commands.
Carsten Dominik <dominik@science.uva.nl>
parents: 70164
diff changeset
3519 cross-correlating information, an excellent way is to assign @i{tags} to
68e63907ebfb (Plain lists): Added new item navigation commands.
Carsten Dominik <dominik@science.uva.nl>
parents: 70164
diff changeset
3520 headlines. Org-mode has extensive support for using tags.
69929
beebc22085fe (Link format): New section, emphasis on bracket links.
Carsten Dominik <dominik@science.uva.nl>
parents: 69891
diff changeset
3521
beebc22085fe (Link format): New section, emphasis on bracket links.
Carsten Dominik <dominik@science.uva.nl>
parents: 69891
diff changeset
3522 Every headline can contain a list of tags, at the end of the headline.
beebc22085fe (Link format): New section, emphasis on bracket links.
Carsten Dominik <dominik@science.uva.nl>
parents: 69891
diff changeset
3523 Tags are normal words containing letters, numbers, @samp{_}, and
beebc22085fe (Link format): New section, emphasis on bracket links.
Carsten Dominik <dominik@science.uva.nl>
parents: 69891
diff changeset
3524 @samp{@@}. Tags must be preceded and followed by a single colon; like
beebc22085fe (Link format): New section, emphasis on bracket links.
Carsten Dominik <dominik@science.uva.nl>
parents: 69891
diff changeset
3525 @samp{:WORK:}. Several tags can be specified like @samp{:WORK:URGENT:}.
beebc22085fe (Link format): New section, emphasis on bracket links.
Carsten Dominik <dominik@science.uva.nl>
parents: 69891
diff changeset
3526
beebc22085fe (Link format): New section, emphasis on bracket links.
Carsten Dominik <dominik@science.uva.nl>
parents: 69891
diff changeset
3527 @menu
beebc22085fe (Link format): New section, emphasis on bracket links.
Carsten Dominik <dominik@science.uva.nl>
parents: 69891
diff changeset
3528 * Tag inheritance:: Tags use the tree structure of the outline
beebc22085fe (Link format): New section, emphasis on bracket links.
Carsten Dominik <dominik@science.uva.nl>
parents: 69891
diff changeset
3529 * Setting tags:: How to assign tags to a headline
beebc22085fe (Link format): New section, emphasis on bracket links.
Carsten Dominik <dominik@science.uva.nl>
parents: 69891
diff changeset
3530 * Tag searches:: Searching for combinations of tags
beebc22085fe (Link format): New section, emphasis on bracket links.
Carsten Dominik <dominik@science.uva.nl>
parents: 69891
diff changeset
3531 @end menu
beebc22085fe (Link format): New section, emphasis on bracket links.
Carsten Dominik <dominik@science.uva.nl>
parents: 69891
diff changeset
3532
beebc22085fe (Link format): New section, emphasis on bracket links.
Carsten Dominik <dominik@science.uva.nl>
parents: 69891
diff changeset
3533 @node Tag inheritance, Setting tags, Tags, Tags
beebc22085fe (Link format): New section, emphasis on bracket links.
Carsten Dominik <dominik@science.uva.nl>
parents: 69891
diff changeset
3534 @section Tag inheritance
beebc22085fe (Link format): New section, emphasis on bracket links.
Carsten Dominik <dominik@science.uva.nl>
parents: 69891
diff changeset
3535 @cindex inheritance, of tags
73874
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
3536 @cindex sublevels, inclusion into tags match
69929
beebc22085fe (Link format): New section, emphasis on bracket links.
Carsten Dominik <dominik@science.uva.nl>
parents: 69891
diff changeset
3537
beebc22085fe (Link format): New section, emphasis on bracket links.
Carsten Dominik <dominik@science.uva.nl>
parents: 69891
diff changeset
3538 @i{Tags} make use of the hierarchical structure of outline trees. If a
beebc22085fe (Link format): New section, emphasis on bracket links.
Carsten Dominik <dominik@science.uva.nl>
parents: 69891
diff changeset
3539 heading has a certain tag, all subheadings will inherit the tag as
beebc22085fe (Link format): New section, emphasis on bracket links.
Carsten Dominik <dominik@science.uva.nl>
parents: 69891
diff changeset
3540 well. For example, in the list
beebc22085fe (Link format): New section, emphasis on bracket links.
Carsten Dominik <dominik@science.uva.nl>
parents: 69891
diff changeset
3541
beebc22085fe (Link format): New section, emphasis on bracket links.
Carsten Dominik <dominik@science.uva.nl>
parents: 69891
diff changeset
3542 @example
beebc22085fe (Link format): New section, emphasis on bracket links.
Carsten Dominik <dominik@science.uva.nl>
parents: 69891
diff changeset
3543 * Meeting with the French group :WORK:
beebc22085fe (Link format): New section, emphasis on bracket links.
Carsten Dominik <dominik@science.uva.nl>
parents: 69891
diff changeset
3544 ** Summary by Frank :BOSS:NOTES:
beebc22085fe (Link format): New section, emphasis on bracket links.
Carsten Dominik <dominik@science.uva.nl>
parents: 69891
diff changeset
3545 *** TODO Prepare slides for him :ACTION:
beebc22085fe (Link format): New section, emphasis on bracket links.
Carsten Dominik <dominik@science.uva.nl>
parents: 69891
diff changeset
3546 @end example
beebc22085fe (Link format): New section, emphasis on bracket links.
Carsten Dominik <dominik@science.uva.nl>
parents: 69891
diff changeset
3547
beebc22085fe (Link format): New section, emphasis on bracket links.
Carsten Dominik <dominik@science.uva.nl>
parents: 69891
diff changeset
3548 @noindent
beebc22085fe (Link format): New section, emphasis on bracket links.
Carsten Dominik <dominik@science.uva.nl>
parents: 69891
diff changeset
3549 the final heading will have the tags @samp{:WORK:}, @samp{:BOSS:},
beebc22085fe (Link format): New section, emphasis on bracket links.
Carsten Dominik <dominik@science.uva.nl>
parents: 69891
diff changeset
3550 @samp{:NOTES:}, and @samp{:ACTION:}. When executing tag searches and
beebc22085fe (Link format): New section, emphasis on bracket links.
Carsten Dominik <dominik@science.uva.nl>
parents: 69891
diff changeset
3551 Org-mode finds that a certain headline matches the search criterion, it
beebc22085fe (Link format): New section, emphasis on bracket links.
Carsten Dominik <dominik@science.uva.nl>
parents: 69891
diff changeset
3552 will not check any sublevel headline, assuming that these likely also
70867
68e63907ebfb (Plain lists): Added new item navigation commands.
Carsten Dominik <dominik@science.uva.nl>
parents: 70164
diff changeset
3553 match, and that the list of matches can become very long. This may
68e63907ebfb (Plain lists): Added new item navigation commands.
Carsten Dominik <dominik@science.uva.nl>
parents: 70164
diff changeset
3554 not be what you want, however, and you can influence inheritance and
69929
beebc22085fe (Link format): New section, emphasis on bracket links.
Carsten Dominik <dominik@science.uva.nl>
parents: 69891
diff changeset
3555 searching using the variables @code{org-use-tag-inheritance} and
beebc22085fe (Link format): New section, emphasis on bracket links.
Carsten Dominik <dominik@science.uva.nl>
parents: 69891
diff changeset
3556 @code{org-tags-match-list-sublevels}.
beebc22085fe (Link format): New section, emphasis on bracket links.
Carsten Dominik <dominik@science.uva.nl>
parents: 69891
diff changeset
3557
beebc22085fe (Link format): New section, emphasis on bracket links.
Carsten Dominik <dominik@science.uva.nl>
parents: 69891
diff changeset
3558 @node Setting tags, Tag searches, Tag inheritance, Tags
beebc22085fe (Link format): New section, emphasis on bracket links.
Carsten Dominik <dominik@science.uva.nl>
parents: 69891
diff changeset
3559 @section Setting tags
beebc22085fe (Link format): New section, emphasis on bracket links.
Carsten Dominik <dominik@science.uva.nl>
parents: 69891
diff changeset
3560 @cindex setting tags
73874
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
3561 @cindex tags, setting
69929
beebc22085fe (Link format): New section, emphasis on bracket links.
Carsten Dominik <dominik@science.uva.nl>
parents: 69891
diff changeset
3562
beebc22085fe (Link format): New section, emphasis on bracket links.
Carsten Dominik <dominik@science.uva.nl>
parents: 69891
diff changeset
3563 @kindex M-@key{TAB}
70867
68e63907ebfb (Plain lists): Added new item navigation commands.
Carsten Dominik <dominik@science.uva.nl>
parents: 70164
diff changeset
3564 Tags can simply be typed into the buffer at the end of a headline.
68e63907ebfb (Plain lists): Added new item navigation commands.
Carsten Dominik <dominik@science.uva.nl>
parents: 70164
diff changeset
3565 After a colon, @kbd{M-@key{TAB}} offers completion on tags. There is
68e63907ebfb (Plain lists): Added new item navigation commands.
Carsten Dominik <dominik@science.uva.nl>
parents: 70164
diff changeset
3566 also a special command for inserting tags:
69929
beebc22085fe (Link format): New section, emphasis on bracket links.
Carsten Dominik <dominik@science.uva.nl>
parents: 69891
diff changeset
3567
beebc22085fe (Link format): New section, emphasis on bracket links.
Carsten Dominik <dominik@science.uva.nl>
parents: 69891
diff changeset
3568 @table @kbd
beebc22085fe (Link format): New section, emphasis on bracket links.
Carsten Dominik <dominik@science.uva.nl>
parents: 69891
diff changeset
3569 @kindex C-c C-c
beebc22085fe (Link format): New section, emphasis on bracket links.
Carsten Dominik <dominik@science.uva.nl>
parents: 69891
diff changeset
3570 @item C-c C-c
beebc22085fe (Link format): New section, emphasis on bracket links.
Carsten Dominik <dominik@science.uva.nl>
parents: 69891
diff changeset
3571 @cindex completion, of tags
70867
68e63907ebfb (Plain lists): Added new item navigation commands.
Carsten Dominik <dominik@science.uva.nl>
parents: 70164
diff changeset
3572 Enter new tags for the current headline. Org-mode will either offer
68e63907ebfb (Plain lists): Added new item navigation commands.
Carsten Dominik <dominik@science.uva.nl>
parents: 70164
diff changeset
3573 completion or a special single-key interface for setting tags, see
68e63907ebfb (Plain lists): Added new item navigation commands.
Carsten Dominik <dominik@science.uva.nl>
parents: 70164
diff changeset
3574 below. After pressing @key{RET}, the tags will be inserted and aligned
68e63907ebfb (Plain lists): Added new item navigation commands.
Carsten Dominik <dominik@science.uva.nl>
parents: 70164
diff changeset
3575 to @code{org-tags-column}. When called with a @kbd{C-u} prefix, all
68e63907ebfb (Plain lists): Added new item navigation commands.
Carsten Dominik <dominik@science.uva.nl>
parents: 70164
diff changeset
3576 tags in the current buffer will be aligned to that column, just to make
68e63907ebfb (Plain lists): Added new item navigation commands.
Carsten Dominik <dominik@science.uva.nl>
parents: 70164
diff changeset
3577 things look nice. TAGS are automatically realigned after promotion,
68e63907ebfb (Plain lists): Added new item navigation commands.
Carsten Dominik <dominik@science.uva.nl>
parents: 70164
diff changeset
3578 demotion, and TODO state changes (@pxref{TODO basics}).
69929
beebc22085fe (Link format): New section, emphasis on bracket links.
Carsten Dominik <dominik@science.uva.nl>
parents: 69891
diff changeset
3579 @end table
beebc22085fe (Link format): New section, emphasis on bracket links.
Carsten Dominik <dominik@science.uva.nl>
parents: 69891
diff changeset
3580
70867
68e63907ebfb (Plain lists): Added new item navigation commands.
Carsten Dominik <dominik@science.uva.nl>
parents: 70164
diff changeset
3581 Org will support tag insertion based on a @emph{list of tags}. By
68e63907ebfb (Plain lists): Added new item navigation commands.
Carsten Dominik <dominik@science.uva.nl>
parents: 70164
diff changeset
3582 default this list is constructed dynamically, containing all tags
68e63907ebfb (Plain lists): Added new item navigation commands.
Carsten Dominik <dominik@science.uva.nl>
parents: 70164
diff changeset
3583 currently used in the buffer. You may also globally specify a hard list
68e63907ebfb (Plain lists): Added new item navigation commands.
Carsten Dominik <dominik@science.uva.nl>
parents: 70164
diff changeset
3584 of tags with the variable @code{org-tag-alist}. Finally you can set
73874
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
3585 the default tags for a given file with lines like
70867
68e63907ebfb (Plain lists): Added new item navigation commands.
Carsten Dominik <dominik@science.uva.nl>
parents: 70164
diff changeset
3586
68e63907ebfb (Plain lists): Added new item navigation commands.
Carsten Dominik <dominik@science.uva.nl>
parents: 70164
diff changeset
3587 @example
68e63907ebfb (Plain lists): Added new item navigation commands.
Carsten Dominik <dominik@science.uva.nl>
parents: 70164
diff changeset
3588 #+TAGS: @@WORK @@HOME @@TENNISCLUB
68e63907ebfb (Plain lists): Added new item navigation commands.
Carsten Dominik <dominik@science.uva.nl>
parents: 70164
diff changeset
3589 #+TAGS: Laptop Car PC Sailboat
68e63907ebfb (Plain lists): Added new item navigation commands.
Carsten Dominik <dominik@science.uva.nl>
parents: 70164
diff changeset
3590 @end example
68e63907ebfb (Plain lists): Added new item navigation commands.
Carsten Dominik <dominik@science.uva.nl>
parents: 70164
diff changeset
3591
73874
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
3592 If you have globally defined your preferred set of tags using the
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
3593 variable @code{org-tag-alist}, but would like to use a dynamic tag list
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
3594 in a specific file: Just add an empty TAGS option line to that file:
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
3595
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
3596 @example
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
3597 #+TAGS:
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
3598 @end example
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
3599
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
3600 The default support method for entering tags is minibuffer completion.
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
3601 However, Org-mode also implements a much better method: @emph{fast tag
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
3602 selection}. This method allows to select and deselect tags with a
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
3603 single key per tag. To function efficiently, you should assign unique
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
3604 keys to most tags. This can be done globally with
70867
68e63907ebfb (Plain lists): Added new item navigation commands.
Carsten Dominik <dominik@science.uva.nl>
parents: 70164
diff changeset
3605
68e63907ebfb (Plain lists): Added new item navigation commands.
Carsten Dominik <dominik@science.uva.nl>
parents: 70164
diff changeset
3606 @lisp
68e63907ebfb (Plain lists): Added new item navigation commands.
Carsten Dominik <dominik@science.uva.nl>
parents: 70164
diff changeset
3607 (setq org-tag-alist '(("@@WORK" . ?w) ("@@HOME" . ?h) ("Laptop" . ?l)))
68e63907ebfb (Plain lists): Added new item navigation commands.
Carsten Dominik <dominik@science.uva.nl>
parents: 70164
diff changeset
3608 @end lisp
68e63907ebfb (Plain lists): Added new item navigation commands.
Carsten Dominik <dominik@science.uva.nl>
parents: 70164
diff changeset
3609
68e63907ebfb (Plain lists): Added new item navigation commands.
Carsten Dominik <dominik@science.uva.nl>
parents: 70164
diff changeset
3610 @noindent or on a per-file basis with
68e63907ebfb (Plain lists): Added new item navigation commands.
Carsten Dominik <dominik@science.uva.nl>
parents: 70164
diff changeset
3611
68e63907ebfb (Plain lists): Added new item navigation commands.
Carsten Dominik <dominik@science.uva.nl>
parents: 70164
diff changeset
3612 @example
71246
f32b17d18b4b (ASCII export): Document indentation adaptation.
Carsten Dominik <dominik@science.uva.nl>
parents: 71224
diff changeset
3613 #+TAGS: @@WORK(w) @@HOME(h) @@TENNISCLUB(t) Laptop(l) PC(p)
70867
68e63907ebfb (Plain lists): Added new item navigation commands.
Carsten Dominik <dominik@science.uva.nl>
parents: 70164
diff changeset
3614 @end example
68e63907ebfb (Plain lists): Added new item navigation commands.
Carsten Dominik <dominik@science.uva.nl>
parents: 70164
diff changeset
3615
71246
f32b17d18b4b (ASCII export): Document indentation adaptation.
Carsten Dominik <dominik@science.uva.nl>
parents: 71224
diff changeset
3616 @noindent
f32b17d18b4b (ASCII export): Document indentation adaptation.
Carsten Dominik <dominik@science.uva.nl>
parents: 71224
diff changeset
3617 You can also group together tags that are mutually exclusive. With
f32b17d18b4b (ASCII export): Document indentation adaptation.
Carsten Dominik <dominik@science.uva.nl>
parents: 71224
diff changeset
3618 curly braces@footnote{In @code{org-mode-alist} use
f32b17d18b4b (ASCII export): Document indentation adaptation.
Carsten Dominik <dominik@science.uva.nl>
parents: 71224
diff changeset
3619 @code{'(:startgroup)} and @code{'(:endgroup)}, respectively. Several
f32b17d18b4b (ASCII export): Document indentation adaptation.
Carsten Dominik <dominik@science.uva.nl>
parents: 71224
diff changeset
3620 groups are allowed.}
f32b17d18b4b (ASCII export): Document indentation adaptation.
Carsten Dominik <dominik@science.uva.nl>
parents: 71224
diff changeset
3621
f32b17d18b4b (ASCII export): Document indentation adaptation.
Carsten Dominik <dominik@science.uva.nl>
parents: 71224
diff changeset
3622 @example
f32b17d18b4b (ASCII export): Document indentation adaptation.
Carsten Dominik <dominik@science.uva.nl>
parents: 71224
diff changeset
3623 #+TAGS: @{ @@WORK(w) @@HOME(h) @@TENNISCLUB(t) @} Laptop(l) PC(p)
f32b17d18b4b (ASCII export): Document indentation adaptation.
Carsten Dominik <dominik@science.uva.nl>
parents: 71224
diff changeset
3624 @end example
f32b17d18b4b (ASCII export): Document indentation adaptation.
Carsten Dominik <dominik@science.uva.nl>
parents: 71224
diff changeset
3625
f32b17d18b4b (ASCII export): Document indentation adaptation.
Carsten Dominik <dominik@science.uva.nl>
parents: 71224
diff changeset
3626 @noindent you indicate that at most one of @samp{@@WORK}, @samp{@@HOME},
72888
d688b3faf96b (Setting tags): Typo fix.
Carsten Dominik <dominik@science.uva.nl>
parents: 72399
diff changeset
3627 and @samp{@@TENNISCLUB} should be selected.
71246
f32b17d18b4b (ASCII export): Document indentation adaptation.
Carsten Dominik <dominik@science.uva.nl>
parents: 71224
diff changeset
3628
70867
68e63907ebfb (Plain lists): Added new item navigation commands.
Carsten Dominik <dominik@science.uva.nl>
parents: 70164
diff changeset
3629 @noindent Don't forget to press @kbd{C-c C-c} with the cursor in one of
68e63907ebfb (Plain lists): Added new item navigation commands.
Carsten Dominik <dominik@science.uva.nl>
parents: 70164
diff changeset
3630 these lines to activate any changes.
68e63907ebfb (Plain lists): Added new item navigation commands.
Carsten Dominik <dominik@science.uva.nl>
parents: 70164
diff changeset
3631
71246
f32b17d18b4b (ASCII export): Document indentation adaptation.
Carsten Dominik <dominik@science.uva.nl>
parents: 71224
diff changeset
3632 If at least one tag has a selection key, pressing @kbd{C-c C-c} will
70867
68e63907ebfb (Plain lists): Added new item navigation commands.
Carsten Dominik <dominik@science.uva.nl>
parents: 70164
diff changeset
3633 automatically present you with a special interface, listing inherited
68e63907ebfb (Plain lists): Added new item navigation commands.
Carsten Dominik <dominik@science.uva.nl>
parents: 70164
diff changeset
3634 tags, the tags of the current headline, and a list of all legal tags
73874
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
3635 with corresponding keys@footnote{Keys will automatically be assigned to
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
3636 tags which have no configured keys.}. In this interface, you can use
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
3637 the following keys:
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
3638
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
3639 @table @kbd
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
3640 @item a-z...
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
3641 Pressing keys assigned to tags will add or remove them from the list of
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
3642 tags in the current line. Selecting a tag in a group of mutually
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
3643 exclusive tags will turn off any other tags from that group.
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
3644 @kindex @key{TAB}
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
3645 @item @key{TAB}
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
3646 Enter a tag in the minibuffer, even if the tag is not in the predefined
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
3647 list. You will be able to complete on all tags present in the buffer.
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
3648 @kindex @key{SPC}
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
3649 @item @key{SPC}
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
3650 Clear all tags for this line.
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
3651 @kindex @key{RET}
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
3652 @item @key{RET}
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
3653 Accept the modified set.
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
3654 @item C-g
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
3655 Abort without installing changes.
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
3656 @item q
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
3657 If @kbd{q} is not assigned to a tag, it aborts like @kbd{C-g}.
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
3658 @item !
74030
7c426fa1fdff Fix typos
Carsten Dominik <dominik@science.uva.nl>
parents: 73967
diff changeset
3659 Turn off groups of mutually exclusive tags. Use this to (as an
73874
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
3660 exception) assign several tags from such a group.
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
3661 @item C-c
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
3662 Toggle auto-exit after the next change (see below).
76138
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
3663 If you are using expert mode, the first @kbd{C-c} will display the
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
3664 selection window.
73874
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
3665 @end table
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
3666
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
3667 @noindent
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
3668 This method lets you assign tags to a headline with very few keys. With
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
3669 the above setup, you could clear the current tags and set @samp{@@HOME},
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
3670 @samp{Laptop} and @samp{PC} tags with just the following keys: @kbd{C-c
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
3671 C-c @key{SPC} h l p @key{RET}}. Switching from @samp{@@HOME} to
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
3672 @samp{@@WORK} would be done with @kbd{C-c C-c w @key{RET}} or
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
3673 alternatively with @kbd{C-c C-c C-c w}. Adding the non-predefined tag
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
3674 @samp{Sarah} could be done with @kbd{C-c C-c @key{TAB} S a r a h
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
3675 @key{RET} @key{RET}}.
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
3676
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
3677 If you find that most of the time, you need only a single keypress to
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
3678 modify your list of tags, set the variable
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
3679 @code{org-fast-tag-selection-single-key}. Then you no longer have to
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
3680 press @key{RET} to exit fast tag selection - it will immediately exit
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
3681 after the first change. If you then occasionally need more keys, press
76138
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
3682 @kbd{C-c} to turn off auto-exit for the current tag selection process
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
3683 (in effect: start selection with @kbd{C-c C-c C-c} instead of @kbd{C-c
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
3684 C-c}). If you set the variable to the value @code{expert}, the special
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
3685 window is not even shown for single-key tag selection, it comes up only
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
3686 when you press an extra @kbd{C-c}.
70867
68e63907ebfb (Plain lists): Added new item navigation commands.
Carsten Dominik <dominik@science.uva.nl>
parents: 70164
diff changeset
3687
69929
beebc22085fe (Link format): New section, emphasis on bracket links.
Carsten Dominik <dominik@science.uva.nl>
parents: 69891
diff changeset
3688 @node Tag searches, , Setting tags, Tags
beebc22085fe (Link format): New section, emphasis on bracket links.
Carsten Dominik <dominik@science.uva.nl>
parents: 69891
diff changeset
3689 @section Tag searches
beebc22085fe (Link format): New section, emphasis on bracket links.
Carsten Dominik <dominik@science.uva.nl>
parents: 69891
diff changeset
3690 @cindex tag searches
73874
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
3691 @cindex searching for tags
69929
beebc22085fe (Link format): New section, emphasis on bracket links.
Carsten Dominik <dominik@science.uva.nl>
parents: 69891
diff changeset
3692
beebc22085fe (Link format): New section, emphasis on bracket links.
Carsten Dominik <dominik@science.uva.nl>
parents: 69891
diff changeset
3693 Once a tags system has been set up, it can be used to collect related
beebc22085fe (Link format): New section, emphasis on bracket links.
Carsten Dominik <dominik@science.uva.nl>
parents: 69891
diff changeset
3694 information into special lists.
beebc22085fe (Link format): New section, emphasis on bracket links.
Carsten Dominik <dominik@science.uva.nl>
parents: 69891
diff changeset
3695
beebc22085fe (Link format): New section, emphasis on bracket links.
Carsten Dominik <dominik@science.uva.nl>
parents: 69891
diff changeset
3696 @table @kbd
beebc22085fe (Link format): New section, emphasis on bracket links.
Carsten Dominik <dominik@science.uva.nl>
parents: 69891
diff changeset
3697 @kindex C-c \
beebc22085fe (Link format): New section, emphasis on bracket links.
Carsten Dominik <dominik@science.uva.nl>
parents: 69891
diff changeset
3698 @item C-c \
76138
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
3699 Create a sparse tree with all headlines matching a tags search. With a
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
3700 @kbd{C-u} prefix argument, ignore headlines that are not a TODO line.
69929
beebc22085fe (Link format): New section, emphasis on bracket links.
Carsten Dominik <dominik@science.uva.nl>
parents: 69891
diff changeset
3701 @kindex C-c a m
beebc22085fe (Link format): New section, emphasis on bracket links.
Carsten Dominik <dominik@science.uva.nl>
parents: 69891
diff changeset
3702 @item C-c a m
beebc22085fe (Link format): New section, emphasis on bracket links.
Carsten Dominik <dominik@science.uva.nl>
parents: 69891
diff changeset
3703 Create a global list of tag matches from all agenda files.
beebc22085fe (Link format): New section, emphasis on bracket links.
Carsten Dominik <dominik@science.uva.nl>
parents: 69891
diff changeset
3704 @xref{Matching headline tags}.
beebc22085fe (Link format): New section, emphasis on bracket links.
Carsten Dominik <dominik@science.uva.nl>
parents: 69891
diff changeset
3705 @kindex C-c a M
beebc22085fe (Link format): New section, emphasis on bracket links.
Carsten Dominik <dominik@science.uva.nl>
parents: 69891
diff changeset
3706 @item C-c a M
beebc22085fe (Link format): New section, emphasis on bracket links.
Carsten Dominik <dominik@science.uva.nl>
parents: 69891
diff changeset
3707 Create a global list of tag matches from all agenda files, but check
beebc22085fe (Link format): New section, emphasis on bracket links.
Carsten Dominik <dominik@science.uva.nl>
parents: 69891
diff changeset
3708 only TODO items and force checking subitems (see variable
beebc22085fe (Link format): New section, emphasis on bracket links.
Carsten Dominik <dominik@science.uva.nl>
parents: 69891
diff changeset
3709 @code{org-tags-match-list-sublevels}).
beebc22085fe (Link format): New section, emphasis on bracket links.
Carsten Dominik <dominik@science.uva.nl>
parents: 69891
diff changeset
3710 @end table
beebc22085fe (Link format): New section, emphasis on bracket links.
Carsten Dominik <dominik@science.uva.nl>
parents: 69891
diff changeset
3711
73874
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
3712 @cindex Boolean logic, for tag searches
69929
beebc22085fe (Link format): New section, emphasis on bracket links.
Carsten Dominik <dominik@science.uva.nl>
parents: 69891
diff changeset
3713 A @i{tags} search string can use Boolean operators @samp{&} for AND and
beebc22085fe (Link format): New section, emphasis on bracket links.
Carsten Dominik <dominik@science.uva.nl>
parents: 69891
diff changeset
3714 @samp{|} for OR. @samp{&} binds more strongly than @samp{|}.
beebc22085fe (Link format): New section, emphasis on bracket links.
Carsten Dominik <dominik@science.uva.nl>
parents: 69891
diff changeset
3715 Parenthesis are currently not implemented. A tag may also be preceded
beebc22085fe (Link format): New section, emphasis on bracket links.
Carsten Dominik <dominik@science.uva.nl>
parents: 69891
diff changeset
3716 by @samp{-}, to select against it, and @samp{+} is syntactic sugar for
beebc22085fe (Link format): New section, emphasis on bracket links.
Carsten Dominik <dominik@science.uva.nl>
parents: 69891
diff changeset
3717 positive selection. The AND operator @samp{&} is optional when @samp{+}
73874
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
3718 or @samp{-} is present. Examples:
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
3719
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
3720 @table @samp
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
3721 @item +WORK-BOSS
76138
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
3722 Select headlines tagged @samp{:WORK:}, but discard those also tagged
73874
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
3723 @samp{:BOSS:}.
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
3724 @item WORK|LAPTOP
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
3725 Selects lines tagged @samp{:WORK:} or @samp{:LAPTOP:}.
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
3726 @item WORK|LAPTOP&NIGHT
76138
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
3727 Like before, but require the @samp{:LAPTOP:} lines to be tagged also
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
3728 @samp{NIGHT}.
73874
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
3729 @end table
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
3730
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
3731 @cindex TODO keyword matching, with tags search
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
3732 If you are using multi-state TODO keywords (@pxref{TODO extensions}), it
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
3733 can be useful to also match on the TODO keyword. This can be done by
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
3734 adding a condition after a slash to a tags match. The syntax is similar
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
3735 to the tag matches, but should be applied with consideration: For
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
3736 example, a positive selection on several TODO keywords can not
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
3737 meaningfully be combined with boolean AND. However, @emph{negative
76138
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
3738 selection} combined with AND can be meaningful. To make sure that only
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
3739 lines are checked that actually have any TODO keyword, use @kbd{C-c a
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
3740 M}, or equivalently start the todo part after the slash with @samp{!}.
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
3741 Examples:
73874
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
3742
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
3743 @table @samp
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
3744 @item WORK/WAITING
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
3745 Select @samp{:WORK:}-tagged TODO lines with the specific TODO
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
3746 keyword @samp{WAITING}.
76138
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
3747 @item WORK/!-WAITING-NEXT
73874
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
3748 Select @samp{:WORK:}-tagged TODO lines that are neither @samp{WAITING}
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
3749 nor @samp{NEXT}
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
3750 @item WORK/+WAITING|+NEXT
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
3751 Select @samp{:WORK:}-tagged TODO lines that are either @samp{WAITING} or
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
3752 @samp{NEXT}.
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
3753 @end table
69929
beebc22085fe (Link format): New section, emphasis on bracket links.
Carsten Dominik <dominik@science.uva.nl>
parents: 69891
diff changeset
3754
76138
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
3755 @cindex regular expressions, with tags search
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
3756 Any element of the tag/todo match can be a regular expression - in this
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
3757 case it must be enclosed in curly braces. For example,
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
3758 @samp{WORK+@{^BOSS.*@}} matches headlines that contain the tag
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
3759 @samp{WORK} and any tag @i{starting} with @samp{BOSS}.
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
3760
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
3761 @cindex level, require for tags match
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
3762 You can also require a headline to be of a certain level, by writing
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
3763 instead of any TAG an expression like @samp{LEVEL=3}. For example, a
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
3764 search @samp{+LEVEL=3+BOSS/-DONE} lists all level three headlines that
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
3765 have the tag BOSS and are @emph{not} marked with the todo keyword DONE.
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
3766
71450
93e8ae57983b (Embedded LaTeX): New chapter.
Carsten Dominik <dominik@science.uva.nl>
parents: 71386
diff changeset
3767 @node Agenda views, Embedded LaTeX, Tags, Top
67613
eab2494a32d7 *** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents: 67604
diff changeset
3768 @chapter Agenda Views
eab2494a32d7 *** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents: 67604
diff changeset
3769 @cindex agenda views
eab2494a32d7 *** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents: 67604
diff changeset
3770
69929
beebc22085fe (Link format): New section, emphasis on bracket links.
Carsten Dominik <dominik@science.uva.nl>
parents: 69891
diff changeset
3771 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
3772 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
3773 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
3774 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
3775 sorted and displayed in an organized way.
68033
59e35f6b8ff4 (Agenda Views): Chapter reorganized.
Carsten Dominik <dominik@science.uva.nl>
parents: 67884
diff changeset
3776
59e35f6b8ff4 (Agenda Views): Chapter reorganized.
Carsten Dominik <dominik@science.uva.nl>
parents: 67884
diff changeset
3777 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
3778 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
3779
68033
59e35f6b8ff4 (Agenda Views): Chapter reorganized.
Carsten Dominik <dominik@science.uva.nl>
parents: 67884
diff changeset
3780 @itemize @bullet
59e35f6b8ff4 (Agenda Views): Chapter reorganized.
Carsten Dominik <dominik@science.uva.nl>
parents: 67884
diff changeset
3781 @item
59e35f6b8ff4 (Agenda Views): Chapter reorganized.
Carsten Dominik <dominik@science.uva.nl>
parents: 67884
diff changeset
3782 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
3783 for specific dates,
68033
59e35f6b8ff4 (Agenda Views): Chapter reorganized.
Carsten Dominik <dominik@science.uva.nl>
parents: 67884
diff changeset
3784 @item
59e35f6b8ff4 (Agenda Views): Chapter reorganized.
Carsten Dominik <dominik@science.uva.nl>
parents: 67884
diff changeset
3785 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
3786 action items,
68033
59e35f6b8ff4 (Agenda Views): Chapter reorganized.
Carsten Dominik <dominik@science.uva.nl>
parents: 67884
diff changeset
3787 @item
76138
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
3788 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
3789 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
3790 @item
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
3791 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
3792 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
3793 @item
76138
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
3794 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
3795 along, and
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
3796 @item
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
3797 @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
3798 combinations of different views.
68033
59e35f6b8ff4 (Agenda Views): Chapter reorganized.
Carsten Dominik <dominik@science.uva.nl>
parents: 67884
diff changeset
3799 @end itemize
69929
beebc22085fe (Link format): New section, emphasis on bracket links.
Carsten Dominik <dominik@science.uva.nl>
parents: 69891
diff changeset
3800
68033
59e35f6b8ff4 (Agenda Views): Chapter reorganized.
Carsten Dominik <dominik@science.uva.nl>
parents: 67884
diff changeset
3801 @noindent
59e35f6b8ff4 (Agenda Views): Chapter reorganized.
Carsten Dominik <dominik@science.uva.nl>
parents: 67884
diff changeset
3802 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
3803 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
3804 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
3805 edit these files remotely.
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
3806
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
3807 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
3808 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
3809 @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
3810 @code{org-agenda-restore-windows-after-quit}.
68033
59e35f6b8ff4 (Agenda Views): Chapter reorganized.
Carsten Dominik <dominik@science.uva.nl>
parents: 67884
diff changeset
3811
59e35f6b8ff4 (Agenda Views): Chapter reorganized.
Carsten Dominik <dominik@science.uva.nl>
parents: 67884
diff changeset
3812 @menu
59e35f6b8ff4 (Agenda Views): Chapter reorganized.
Carsten Dominik <dominik@science.uva.nl>
parents: 67884
diff changeset
3813 * Agenda files:: Files being searched for agenda information
59e35f6b8ff4 (Agenda Views): Chapter reorganized.
Carsten Dominik <dominik@science.uva.nl>
parents: 67884
diff changeset
3814 * 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
3815 * 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
3816 * 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
3817 * 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
3818 * Custom agenda views:: Defining special searches and views
68033
59e35f6b8ff4 (Agenda Views): Chapter reorganized.
Carsten Dominik <dominik@science.uva.nl>
parents: 67884
diff changeset
3819 @end menu
59e35f6b8ff4 (Agenda Views): Chapter reorganized.
Carsten Dominik <dominik@science.uva.nl>
parents: 67884
diff changeset
3820
70133
36d1ec75581c * org.texi: (Time stamps): Better explanation of the purpose of
Carsten Dominik <dominik@science.uva.nl>
parents: 70065
diff changeset
3821 @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
3822 @section Agenda files
73874
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
3823 @cindex agenda files
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
3824 @cindex files for agenda
68033
59e35f6b8ff4 (Agenda Views): Chapter reorganized.
Carsten Dominik <dominik@science.uva.nl>
parents: 67884
diff changeset
3825
59e35f6b8ff4 (Agenda Views): Chapter reorganized.
Carsten Dominik <dominik@science.uva.nl>
parents: 67884
diff changeset
3826 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
3827 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
3828 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
3829 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
3830 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
3831 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
3832 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
3833 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
3834 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
3835 the easiest way to maintain it is through the following commands
58792
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
3836
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
3837 @cindex files, adding to agenda list
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
3838 @table @kbd
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
3839 @kindex C-c [
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
3840 @item C-c [
66988
578b7f9692c4 (FAQ): Document `org-table-tab-jumps-over-hlines'.
Carsten Dominik <dominik@science.uva.nl>
parents: 66690
diff changeset
3841 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
3842 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
3843 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
3844 @kindex C-c ]
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
3845 @item C-c ]
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
3846 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
3847 @kindex C-,
76138
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
3848 @kindex C-'
66988
578b7f9692c4 (FAQ): Document `org-table-tab-jumps-over-hlines'.
Carsten Dominik <dominik@science.uva.nl>
parents: 66690
diff changeset
3849 @item C-,
76138
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
3850 @itemx C-'
69929
beebc22085fe (Link format): New section, emphasis on bracket links.
Carsten Dominik <dominik@science.uva.nl>
parents: 69891
diff changeset
3851 Cycle through agenda file list, visiting one file after the other.
58792
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
3852 @end table
69929
beebc22085fe (Link format): New section, emphasis on bracket links.
Carsten Dominik <dominik@science.uva.nl>
parents: 69891
diff changeset
3853
58792
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
3854 @noindent
68033
59e35f6b8ff4 (Agenda Views): Chapter reorganized.
Carsten Dominik <dominik@science.uva.nl>
parents: 67884
diff changeset
3855 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
3856 to visit any of them.
59e35f6b8ff4 (Agenda Views): Chapter reorganized.
Carsten Dominik <dominik@science.uva.nl>
parents: 67884
diff changeset
3857
76138
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
3858 @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
3859 @section The agenda dispatcher
59e35f6b8ff4 (Agenda Views): Chapter reorganized.
Carsten Dominik <dominik@science.uva.nl>
parents: 67884
diff changeset
3860 @cindex agenda dispatcher
59e35f6b8ff4 (Agenda Views): Chapter reorganized.
Carsten Dominik <dominik@science.uva.nl>
parents: 67884
diff changeset
3861 @cindex dispatching agenda commands
67613
eab2494a32d7 *** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents: 67604
diff changeset
3862 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
3863 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
3864 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
3865 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
3866 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
3867 command. The dispatcher offers the following default commands:
68033
59e35f6b8ff4 (Agenda Views): Chapter reorganized.
Carsten Dominik <dominik@science.uva.nl>
parents: 67884
diff changeset
3868 @table @kbd
59e35f6b8ff4 (Agenda Views): Chapter reorganized.
Carsten Dominik <dominik@science.uva.nl>
parents: 67884
diff changeset
3869 @item a
70133
36d1ec75581c * org.texi: (Time stamps): Better explanation of the purpose of
Carsten Dominik <dominik@science.uva.nl>
parents: 70065
diff changeset
3870 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
3871 @item t @r{/} T
68033
59e35f6b8ff4 (Agenda Views): Chapter reorganized.
Carsten Dominik <dominik@science.uva.nl>
parents: 67884
diff changeset
3872 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
3873 @item m @r{/} M
69929
beebc22085fe (Link format): New section, emphasis on bracket links.
Carsten Dominik <dominik@science.uva.nl>
parents: 69891
diff changeset
3874 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
3875 headline tags}).
73874
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
3876 @item L
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
3877 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
3878 @item # @r{/} !
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
3879 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
3880 @item 1
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
3881 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
3882 @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
3883 @item 0
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
3884 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
3885 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
3886 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
3887 command.
68033
59e35f6b8ff4 (Agenda Views): Chapter reorganized.
Carsten Dominik <dominik@science.uva.nl>
parents: 67884
diff changeset
3888 @end table
59e35f6b8ff4 (Agenda Views): Chapter reorganized.
Carsten Dominik <dominik@science.uva.nl>
parents: 67884
diff changeset
3889
73874
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
3890 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
3891 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
3892 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
3893 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
3894 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
3895
76138
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
3896 @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
3897 @section The built-in agenda views
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
3898
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
3899 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
3900
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
3901 @menu
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
3902 * 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
3903 * Global TODO list:: All unfinished action items
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
3904 * 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
3905 * Timeline:: Time-sorted view for single file
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
3906 * 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
3907 @end menu
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
3908
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
3909 @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
3910 @subsection The weekly/daily agenda
67613
eab2494a32d7 *** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents: 67604
diff changeset
3911 @cindex agenda
73874
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
3912 @cindex weekly agenda
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
3913 @cindex daily agenda
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
3914
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
3915 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
3916 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
3917
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
3918 @table @kbd
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
3919 @cindex org-agenda, command
67613
eab2494a32d7 *** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents: 67604
diff changeset
3920 @kindex C-c a a
eab2494a32d7 *** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents: 67604
diff changeset
3921 @item C-c a a
58792
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
3922 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
3923 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
3924 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
3925 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
3926 the beginning of the buffer, before the first date.@*
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
3927 @end table
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
3928
69929
beebc22085fe (Link format): New section, emphasis on bracket links.
Carsten Dominik <dominik@science.uva.nl>
parents: 69891
diff changeset
3929 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
3930 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
3931 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
3932 commands}.
eab2494a32d7 *** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents: 67604
diff changeset
3933
76138
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
3934 @subsubheading Calendar/Diary integration
68033
59e35f6b8ff4 (Agenda Views): Chapter reorganized.
Carsten Dominik <dominik@science.uva.nl>
parents: 67884
diff changeset
3935 @cindex calendar integration
59e35f6b8ff4 (Agenda Views): Chapter reorganized.
Carsten Dominik <dominik@science.uva.nl>
parents: 67884
diff changeset
3936 @cindex diary integration
59e35f6b8ff4 (Agenda Views): Chapter reorganized.
Carsten Dominik <dominik@science.uva.nl>
parents: 67884
diff changeset
3937
59e35f6b8ff4 (Agenda Views): Chapter reorganized.
Carsten Dominik <dominik@science.uva.nl>
parents: 67884
diff changeset
3938 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
3939 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
3940 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
3941 anniversaries, lunar phases, sunrise/set, recurrent appointments
59e35f6b8ff4 (Agenda Views): Chapter reorganized.
Carsten Dominik <dominik@science.uva.nl>
parents: 67884
diff changeset
3942 (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
3943 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
3944 the diary.
59e35f6b8ff4 (Agenda Views): Chapter reorganized.
Carsten Dominik <dominik@science.uva.nl>
parents: 67884
diff changeset
3945
59e35f6b8ff4 (Agenda Views): Chapter reorganized.
Carsten Dominik <dominik@science.uva.nl>
parents: 67884
diff changeset
3946 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
3947 agenda, you only need to customize the variable
59e35f6b8ff4 (Agenda Views): Chapter reorganized.
Carsten Dominik <dominik@science.uva.nl>
parents: 67884
diff changeset
3948
59e35f6b8ff4 (Agenda Views): Chapter reorganized.
Carsten Dominik <dominik@science.uva.nl>
parents: 67884
diff changeset
3949 @lisp
59e35f6b8ff4 (Agenda Views): Chapter reorganized.
Carsten Dominik <dominik@science.uva.nl>
parents: 67884
diff changeset
3950 (setq org-agenda-include-diary t)
59e35f6b8ff4 (Agenda Views): Chapter reorganized.
Carsten Dominik <dominik@science.uva.nl>
parents: 67884
diff changeset
3951 @end lisp
59e35f6b8ff4 (Agenda Views): Chapter reorganized.
Carsten Dominik <dominik@science.uva.nl>
parents: 67884
diff changeset
3952
59e35f6b8ff4 (Agenda Views): Chapter reorganized.
Carsten Dominik <dominik@science.uva.nl>
parents: 67884
diff changeset
3953 @noindent After that, everything will happen automatically. All diary
59e35f6b8ff4 (Agenda Views): Chapter reorganized.
Carsten Dominik <dominik@science.uva.nl>
parents: 67884
diff changeset
3954 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
3955 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
3956 @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
3957 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
3958 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
3959 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
3960 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
3961 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
3962 between calendar and agenda.
59e35f6b8ff4 (Agenda Views): Chapter reorganized.
Carsten Dominik <dominik@science.uva.nl>
parents: 67884
diff changeset
3963
81167
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
3964 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
3965 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
3966 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
3967 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
3968 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
3969 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
3970 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
3971 will be made in the agenda:
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
3972
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
3973 @example
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
3974 * Birthdays and similar stuff
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
3975 #+CATEGORY: Holiday
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
3976 %%(org-calendar-holiday) ; special function for holiday names
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
3977 #+CATEGORY: Ann
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
3978 %%(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
3979 %%(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
3980 @end example
68033
59e35f6b8ff4 (Agenda Views): Chapter reorganized.
Carsten Dominik <dominik@science.uva.nl>
parents: 67884
diff changeset
3981
76138
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
3982 @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
3983 @subsection The global TODO list
67613
eab2494a32d7 *** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents: 67604
diff changeset
3984 @cindex global TODO list
eab2494a32d7 *** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents: 67604
diff changeset
3985 @cindex TODO list, global
eab2494a32d7 *** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents: 67604
diff changeset
3986
eab2494a32d7 *** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents: 67604
diff changeset
3987 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
3988 collected into a single place.
eab2494a32d7 *** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents: 67604
diff changeset
3989
eab2494a32d7 *** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents: 67604
diff changeset
3990 @table @kbd
eab2494a32d7 *** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents: 67604
diff changeset
3991 @kindex C-c a t
eab2494a32d7 *** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents: 67604
diff changeset
3992 @item C-c a t
eab2494a32d7 *** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents: 67604
diff changeset
3993 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
3994 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
3995 @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
3996 the TODO entries directly from that buffer (@pxref{Agenda commands}).
eab2494a32d7 *** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents: 67604
diff changeset
3997 @kindex C-c a T
eab2494a32d7 *** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents: 67604
diff changeset
3998 @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
3999 @cindex TODO keyword matching
81167
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
4000 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
4001 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
4002 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
4003 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
4004 operator. With a numeric prefix, the Nth keyword in
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
4005 @code{org-todo-keywords} is selected.
67613
eab2494a32d7 *** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents: 67604
diff changeset
4006 @kindex r
eab2494a32d7 *** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents: 67604
diff changeset
4007 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
4008 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
4009 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
4010 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
4011 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
4012 search (@pxref{Tag searches}).
67613
eab2494a32d7 *** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents: 67604
diff changeset
4013 @end table
eab2494a32d7 *** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents: 67604
diff changeset
4014
67694
5f1a4736c318 *** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents: 67613
diff changeset
4015 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
4016 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
4017 TODO list are described in @ref{Agenda commands}.
eab2494a32d7 *** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents: 67604
diff changeset
4018
73874
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
4019 @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
4020 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
4021 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
4022 it more compact:
9c582eb56ce7 (Exporting): Document `C-c C-e' as the prefix for
Carsten Dominik <dominik@science.uva.nl>
parents: 71564
diff changeset
4023 @itemize @minus
9c582eb56ce7 (Exporting): Document `C-c C-e' as the prefix for
Carsten Dominik <dominik@science.uva.nl>
parents: 71564
diff changeset
4024 @item
9c582eb56ce7 (Exporting): Document `C-c C-e' as the prefix for
Carsten Dominik <dominik@science.uva.nl>
parents: 71564
diff changeset
4025 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
4026 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
4027 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
4028 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
4029 @item
9c582eb56ce7 (Exporting): Document `C-c C-e' as the prefix for
Carsten Dominik <dominik@science.uva.nl>
parents: 71564
diff changeset
4030 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
4031 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
4032 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
4033 @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
4034 @end itemize
9c582eb56ce7 (Exporting): Document `C-c C-e' as the prefix for
Carsten Dominik <dominik@science.uva.nl>
parents: 71564
diff changeset
4035
76138
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
4036 @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
4037 @subsection Matching headline tags
67613
eab2494a32d7 *** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents: 67604
diff changeset
4038 @cindex matching, of tags
eab2494a32d7 *** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents: 67604
diff changeset
4039 @cindex tags view
eab2494a32d7 *** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents: 67604
diff changeset
4040
eab2494a32d7 *** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents: 67604
diff changeset
4041 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
4042 (@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
4043 to them and collect them into an agenda buffer.
67613
eab2494a32d7 *** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents: 67604
diff changeset
4044
eab2494a32d7 *** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents: 67604
diff changeset
4045 @table @kbd
eab2494a32d7 *** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents: 67604
diff changeset
4046 @kindex C-c a m
eab2494a32d7 *** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents: 67604
diff changeset
4047 @item C-c a m
eab2494a32d7 *** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents: 67604
diff changeset
4048 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
4049 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
4050 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
4051 @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
4052 define a custom command for it (@pxref{Agenda dispatcher}).
67613
eab2494a32d7 *** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents: 67604
diff changeset
4053 @kindex C-c a M
eab2494a32d7 *** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents: 67604
diff changeset
4054 @item C-c a M
68033
59e35f6b8ff4 (Agenda Views): Chapter reorganized.
Carsten Dominik <dominik@science.uva.nl>
parents: 67884
diff changeset
4055 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
4056 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
4057 @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
4058 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
4059 @end table
eab2494a32d7 *** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents: 67604
diff changeset
4060
eab2494a32d7 *** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents: 67604
diff changeset
4061 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
4062 commands}.
eab2494a32d7 *** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents: 67604
diff changeset
4063
76138
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
4064 @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
4065 @subsection Timeline for a single file
67613
eab2494a32d7 *** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents: 67604
diff changeset
4066 @cindex timeline, single file
eab2494a32d7 *** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents: 67604
diff changeset
4067 @cindex time-sorted view
eab2494a32d7 *** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents: 67604
diff changeset
4068
73874
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
4069 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
4070 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
4071 to give an overview over events in a project.
67613
eab2494a32d7 *** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents: 67604
diff changeset
4072
eab2494a32d7 *** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents: 67604
diff changeset
4073 @table @kbd
73874
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
4074 @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
4075 @item C-c a L
67613
eab2494a32d7 *** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents: 67604
diff changeset
4076 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
4077 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
4078 (scheduled or not) are also listed under the current date.
eab2494a32d7 *** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents: 67604
diff changeset
4079 @end table
69929
beebc22085fe (Link format): New section, emphasis on bracket links.
Carsten Dominik <dominik@science.uva.nl>
parents: 69891
diff changeset
4080
67613
eab2494a32d7 *** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents: 67604
diff changeset
4081 @noindent
eab2494a32d7 *** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents: 67604
diff changeset
4082 The commands available in the timeline buffer are listed in
eab2494a32d7 *** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents: 67604
diff changeset
4083 @ref{Agenda commands}.
eab2494a32d7 *** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents: 67604
diff changeset
4084
73874
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
4085
76138
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
4086 @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
4087 @subsection Stuck projects
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
4088
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
4089 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
4090 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
4091 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
4092 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
4093 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
4094 projects and define next actions for them.
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
4095
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
4096 @table @kbd
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
4097 @kindex C-c a #
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
4098 @item C-c a #
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
4099 List projects that are stuck.
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
4100 @kindex C-c a !
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
4101 @item C-c a !
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
4102 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
4103 project is and how to find it.
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
4104 @end table
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
4105
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
4106 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
4107 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
4108 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
4109 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
4110
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
4111 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
4112 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
4113 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
4114 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
4115 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
4116 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
4117 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
4118 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
4119 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
4120 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
4121 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
4122
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
4123 @lisp
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
4124 (setq org-stuck-projects
81167
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
4125 '("+PROJECT/-MAYBE-DONE" ("NEXT" "TODO") ("@@SHOP")
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
4126 "\\<IGNORE\\>"))
76138
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
4127 @end lisp
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
4128
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
4129
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
4130 @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
4131 @section Presentation and sorting
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
4132 @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
4133
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
4134 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
4135 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
4136 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
4137 (@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
4138 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
4139 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
4140 associated with the item.
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
4141
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
4142 @menu
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
4143 * 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
4144 * 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
4145 * 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
4146 @end menu
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
4147
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
4148 @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
4149 @subsection Categories
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
4150
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
4151 @cindex category
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
4152 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
4153 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
4154 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
4155
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
4156 @example
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
4157 #+CATEGORY: Thesis
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
4158 @end example
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
4159
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
4160 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
4161 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
4162 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
4163 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
4164
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
4165 @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
4166 @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
4167 @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
4168
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
4169 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
4170 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
4171 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
4172 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
4173 @c
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
4174 @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
4175
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
4176 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
4177 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
4178 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
4179 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
4180
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
4181 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
4182 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
4183 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
4184
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
4185 @example
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
4186 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
4187 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
4188 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
4189 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
4190 @end example
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
4191
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
4192 @cindex time grid
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
4193 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
4194 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
4195
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
4196 @example
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
4197 8:00...... ------------------
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
4198 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
4199 10:00...... ------------------
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
4200 12:00...... ------------------
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
4201 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
4202 14:00...... ------------------
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
4203 16:00...... ------------------
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
4204 18:00...... ------------------
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
4205 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
4206 20:00...... ------------------
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
4207 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
4208 @end example
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
4209
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
4210 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
4211 @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
4212 @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
4213
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
4214 @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
4215 @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
4216 @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
4217 @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
4218 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
4219 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
4220 @itemize @bullet
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
4221 @item
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
4222 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
4223 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
4224 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
4225 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
4226 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
4227 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
4228 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
4229 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
4230 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
4231 @item
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
4232 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
4233 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
4234 (@pxref{Priorities}).
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
4235 @item
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
4236 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
4237 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
4238 @end itemize
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
4239
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
4240 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
4241 @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
4242
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
4243
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
4244 @node Agenda commands, Custom agenda views, Presentation and sorting, Agenda views
58792
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
4245 @section Commands in the agenda buffer
67613
eab2494a32d7 *** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents: 67604
diff changeset
4246 @cindex commands, in agenda buffer
58792
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
4247
61136
003dd96023ff updated to org-mode version 3.05
Carsten Dominik <dominik@science.uva.nl>
parents: 59542
diff changeset
4248 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
4249 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
4250 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
4251 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
4252 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
4253 removing the risk that your agenda and note files may diverge.
58792
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
4254
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
4255 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
4256 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
4257
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
4258 @table @kbd
61562
6cd3b18f298e Update to version 3.06
Carsten Dominik <dominik@science.uva.nl>
parents: 61136
diff changeset
4259 @tsubheading{Motion}
73874
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
4260 @cindex motion commands in agenda
61562
6cd3b18f298e Update to version 3.06
Carsten Dominik <dominik@science.uva.nl>
parents: 61136
diff changeset
4261 @kindex n
6cd3b18f298e Update to version 3.06
Carsten Dominik <dominik@science.uva.nl>
parents: 61136
diff changeset
4262 @item n
6cd3b18f298e Update to version 3.06
Carsten Dominik <dominik@science.uva.nl>
parents: 61136
diff changeset
4263 Next line (same as @key{up}).
6cd3b18f298e Update to version 3.06
Carsten Dominik <dominik@science.uva.nl>
parents: 61136
diff changeset
4264 @kindex p
6cd3b18f298e Update to version 3.06
Carsten Dominik <dominik@science.uva.nl>
parents: 61136
diff changeset
4265 @item p
6cd3b18f298e Update to version 3.06
Carsten Dominik <dominik@science.uva.nl>
parents: 61136
diff changeset
4266 Previous line (same as @key{down}).
58792
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
4267 @tsubheading{View/GoTo org file}
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
4268 @kindex mouse-3
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
4269 @kindex @key{SPC}
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
4270 @item mouse-3
63672
c90c20a1b568 (Remember): Texinfo usage fix.
Juanma Barranquero <lekktu@gmail.com>
parents: 63362
diff changeset
4271 @itemx @key{SPC}
58792
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
4272 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
4273 @c
67613
eab2494a32d7 *** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents: 67604
diff changeset
4274 @kindex L
eab2494a32d7 *** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents: 67604
diff changeset
4275 @item L
58792
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
4276 Display original location and recenter that window.
81167
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
4277 @c
58792
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
4278 @kindex mouse-2
69225
a2d5fbc00b3e (Interaction): Added item about `org-mouse.el' by Piotr
Carsten Dominik <dominik@science.uva.nl>
parents: 69117
diff changeset
4279 @kindex mouse-1
58792
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
4280 @kindex @key{TAB}
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
4281 @item mouse-2
69225
a2d5fbc00b3e (Interaction): Added item about `org-mouse.el' by Piotr
Carsten Dominik <dominik@science.uva.nl>
parents: 69117
diff changeset
4282 @itemx mouse-1
58792
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
4283 @itemx @key{TAB}
69225
a2d5fbc00b3e (Interaction): Added item about `org-mouse.el' by Piotr
Carsten Dominik <dominik@science.uva.nl>
parents: 69117
diff changeset
4284 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
4285 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
4286 @c
58792
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
4287 @kindex @key{RET}
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
4288 @itemx @key{RET}
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
4289 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
4290 @c
58792
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
4291 @kindex f
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
4292 @item f
67537
f0c77dab544c (Progress Logging): New section.
Carsten Dominik <dominik@science.uva.nl>
parents: 67382
diff changeset
4293 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
4294 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
4295 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
4296 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
4297 @code{org-agenda-start-with-follow-mode}.
81167
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
4298 @c
76138
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
4299 @kindex b
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
4300 @item b
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
4301 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
4302 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
4303 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
4304 not remove the previously used indirect buffer.
81167
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
4305 @c
67613
eab2494a32d7 *** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents: 67604
diff changeset
4306 @kindex l
eab2494a32d7 *** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents: 67604
diff changeset
4307 @item l
67537
f0c77dab544c (Progress Logging): New section.
Carsten Dominik <dominik@science.uva.nl>
parents: 67382
diff changeset
4308 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
4309 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
4310 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
4311
58792
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
4312 @tsubheading{Change display}
73874
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
4313 @cindex display changing, in agenda
58792
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
4314 @kindex o
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
4315 @item o
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
4316 Delete other windows.
81167
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
4317 @c
58792
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
4318 @kindex w
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
4319 @item w
69929
beebc22085fe (Link format): New section, emphasis on bracket links.
Carsten Dominik <dominik@science.uva.nl>
parents: 69891
diff changeset
4320 Switch to weekly view (7 days displayed together).
81167
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
4321 @c
58792
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
4322 @kindex d
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
4323 @item d
69929
beebc22085fe (Link format): New section, emphasis on bracket links.
Carsten Dominik <dominik@science.uva.nl>
parents: 69891
diff changeset
4324 Switch to daily view (just one day displayed).
81167
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
4325 @c
63833
addf44674c32 Version 3.12
Carsten Dominik <dominik@science.uva.nl>
parents: 63672
diff changeset
4326 @kindex D
addf44674c32 Version 3.12
Carsten Dominik <dominik@science.uva.nl>
parents: 63672
diff changeset
4327 @item D
76138
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
4328 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
4329 @c
62548
55227ff1f8d5 Version 3.09
Carsten Dominik <dominik@science.uva.nl>
parents: 61923
diff changeset
4330 @kindex g
55227ff1f8d5 Version 3.09
Carsten Dominik <dominik@science.uva.nl>
parents: 61923
diff changeset
4331 @item g
55227ff1f8d5 Version 3.09
Carsten Dominik <dominik@science.uva.nl>
parents: 61923
diff changeset
4332 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
4333 @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
4334 @c
58792
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
4335 @kindex r
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
4336 @item r
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
4337 Recreate the agenda buffer, for example to reflect the changes
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
4338 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
4339 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
4340 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
4341 keyword.
81167
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
4342 @c
71564
947e64a6bc0e (Agenda commands): Document `s' key to save all
Carsten Dominik <dominik@science.uva.nl>
parents: 71525
diff changeset
4343 @kindex s
947e64a6bc0e (Agenda commands): Document `s' key to save all
Carsten Dominik <dominik@science.uva.nl>
parents: 71525
diff changeset
4344 @item s
947e64a6bc0e (Agenda commands): Document `s' key to save all
Carsten Dominik <dominik@science.uva.nl>
parents: 71525
diff changeset
4345 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
4346 @c
58792
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
4347 @kindex @key{right}
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
4348 @item @key{right}
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
4349 Display the following @code{org-agenda-ndays} days. For example, if
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
4350 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
4351 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
4352 @c
58792
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
4353 @kindex @key{left}
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
4354 @item @key{left}
68033
59e35f6b8ff4 (Agenda Views): Chapter reorganized.
Carsten Dominik <dominik@science.uva.nl>
parents: 67884
diff changeset
4355 Display the previous dates.
81167
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
4356 @c
58792
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
4357 @kindex .
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
4358 @item .
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
4359 Goto today.
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
4360
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
4361 @tsubheading{Remote editing}
73874
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
4362 @cindex remote editing, from agenda
58792
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
4363
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
4364 @item 0-9
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
4365 Digit argument.
81167
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
4366 @c
76138
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
4367 @cindex undoing remote-editing events
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
4368 @cindex remote editing, undo
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
4369 @kindex C-_
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
4370 @item C-_
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
4371 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
4372 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
4373 @c
58792
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
4374 @kindex t
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
4375 @item t
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
4376 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
4377 original org file.
81167
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
4378 @c
74030
7c426fa1fdff Fix typos
Carsten Dominik <dominik@science.uva.nl>
parents: 73967
diff changeset
4379 @kindex C-k
7c426fa1fdff Fix typos
Carsten Dominik <dominik@science.uva.nl>
parents: 73967
diff changeset
4380 @item C-k
7c426fa1fdff Fix typos
Carsten Dominik <dominik@science.uva.nl>
parents: 73967
diff changeset
4381 Delete the current agenda item along with the entire subtree belonging
7c426fa1fdff Fix typos
Carsten Dominik <dominik@science.uva.nl>
parents: 73967
diff changeset
4382 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
4383 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
4384 variable @code{org-agenda-confirm-kill}.
81167
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
4385 @c
76138
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
4386 @kindex $
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
4387 @item $
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
4388 Archive the subtree corresponding to the current headline.
81167
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
4389 @c
68173
73b14864a9b7 (Agenda commands): Document tags command.
Carsten Dominik <dominik@science.uva.nl>
parents: 68060
diff changeset
4390 @kindex T
73b14864a9b7 (Agenda commands): Document tags command.
Carsten Dominik <dominik@science.uva.nl>
parents: 68060
diff changeset
4391 @item T
69929
beebc22085fe (Link format): New section, emphasis on bracket links.
Carsten Dominik <dominik@science.uva.nl>
parents: 69891
diff changeset
4392 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
4393 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
4394 @c
67694
5f1a4736c318 *** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents: 67613
diff changeset
4395 @kindex :
5f1a4736c318 *** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents: 67613
diff changeset
4396 @item :
5f1a4736c318 *** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents: 67613
diff changeset
4397 Set tags for the current headline.
81167
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
4398 @c
71450
93e8ae57983b (Embedded LaTeX): New chapter.
Carsten Dominik <dominik@science.uva.nl>
parents: 71386
diff changeset
4399 @kindex a
93e8ae57983b (Embedded LaTeX): New chapter.
Carsten Dominik <dominik@science.uva.nl>
parents: 71386
diff changeset
4400 @item a
93e8ae57983b (Embedded LaTeX): New chapter.
Carsten Dominik <dominik@science.uva.nl>
parents: 71386
diff changeset
4401 Toggle the ARCHIVE tag for the current headline.
81167
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
4402 @c
61562
6cd3b18f298e Update to version 3.06
Carsten Dominik <dominik@science.uva.nl>
parents: 61136
diff changeset
4403 @kindex ,
6cd3b18f298e Update to version 3.06
Carsten Dominik <dominik@science.uva.nl>
parents: 61136
diff changeset
4404 @item ,
58792
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
4405 Set the priority for the current item. Org-mode prompts for the
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
4406 priority character. If you reply with @key{SPC}, the priority cookie
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
4407 is removed from the entry.
81167
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
4408 @c
58792
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
4409 @kindex P
76138
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
4410 @item P
58792
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
4411 Display weighted priority of current item.
81167
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
4412 @c
58792
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
4413 @kindex +
61562
6cd3b18f298e Update to version 3.06
Carsten Dominik <dominik@science.uva.nl>
parents: 61136
diff changeset
4414 @kindex S-@key{up}
58792
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
4415 @item +
63833
addf44674c32 Version 3.12
Carsten Dominik <dominik@science.uva.nl>
parents: 63672
diff changeset
4416 @itemx S-@key{up}
58792
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
4417 Increase the priority of the current item. The priority is changed in
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
4418 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
4419 key for this.
81167
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
4420 @c
58792
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
4421 @kindex -
61562
6cd3b18f298e Update to version 3.06
Carsten Dominik <dominik@science.uva.nl>
parents: 61136
diff changeset
4422 @kindex S-@key{down}
58792
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
4423 @item -
63833
addf44674c32 Version 3.12
Carsten Dominik <dominik@science.uva.nl>
parents: 63672
diff changeset
4424 @itemx S-@key{down}
58792
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
4425 Decrease the priority of the current item.
81167
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
4426 @c
70867
68e63907ebfb (Plain lists): Added new item navigation commands.
Carsten Dominik <dominik@science.uva.nl>
parents: 70164
diff changeset
4427 @kindex C-c C-s
68e63907ebfb (Plain lists): Added new item navigation commands.
Carsten Dominik <dominik@science.uva.nl>
parents: 70164
diff changeset
4428 @item C-c C-s
68e63907ebfb (Plain lists): Added new item navigation commands.
Carsten Dominik <dominik@science.uva.nl>
parents: 70164
diff changeset
4429 Schedule this item
81167
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
4430 @c
70867
68e63907ebfb (Plain lists): Added new item navigation commands.
Carsten Dominik <dominik@science.uva.nl>
parents: 70164
diff changeset
4431 @kindex C-c C-d
68e63907ebfb (Plain lists): Added new item navigation commands.
Carsten Dominik <dominik@science.uva.nl>
parents: 70164
diff changeset
4432 @item C-c C-d
68e63907ebfb (Plain lists): Added new item navigation commands.
Carsten Dominik <dominik@science.uva.nl>
parents: 70164
diff changeset
4433 Set a deadline for this item.
81167
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
4434 @c
58792
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
4435 @kindex S-@key{right}
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
4436 @item S-@key{right}
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
4437 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
4438 the future. With prefix argument, change it by that many days. For
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
4439 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
4440 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
4441 directly reflected in the agenda buffer. Use the
58792
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
4442 @kbd{r} key to update the buffer.
81167
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
4443 @c
58792
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
4444 @kindex S-@key{left}
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
4445 @item S-@key{left}
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
4446 Change the time stamp associated with the current line by one day
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
4447 into the past.
81167
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
4448 @c
58792
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
4449 @kindex >
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
4450 @item >
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
4451 Change the time stamp associated with the current line to today.
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
4452 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
4453 on my keyboard.
81167
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
4454 @c
71312
e050af4a9e72 (Progress logging): New section.
Carsten Dominik <dominik@science.uva.nl>
parents: 71246
diff changeset
4455 @kindex I
e050af4a9e72 (Progress logging): New section.
Carsten Dominik <dominik@science.uva.nl>
parents: 71246
diff changeset
4456 @item I
e050af4a9e72 (Progress logging): New section.
Carsten Dominik <dominik@science.uva.nl>
parents: 71246
diff changeset
4457 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
4458 is stopped first.
81167
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
4459 @c
71312
e050af4a9e72 (Progress logging): New section.
Carsten Dominik <dominik@science.uva.nl>
parents: 71246
diff changeset
4460 @kindex O
e050af4a9e72 (Progress logging): New section.
Carsten Dominik <dominik@science.uva.nl>
parents: 71246
diff changeset
4461 @item O
e050af4a9e72 (Progress logging): New section.
Carsten Dominik <dominik@science.uva.nl>
parents: 71246
diff changeset
4462 Stop the previously started clock.
81167
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
4463 @c
71312
e050af4a9e72 (Progress logging): New section.
Carsten Dominik <dominik@science.uva.nl>
parents: 71246
diff changeset
4464 @kindex X
e050af4a9e72 (Progress logging): New section.
Carsten Dominik <dominik@science.uva.nl>
parents: 71246
diff changeset
4465 @item X
e050af4a9e72 (Progress logging): New section.
Carsten Dominik <dominik@science.uva.nl>
parents: 71246
diff changeset
4466 Cancel the currently running clock.
58792
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
4467
61136
003dd96023ff updated to org-mode version 3.05
Carsten Dominik <dominik@science.uva.nl>
parents: 59542
diff changeset
4468 @tsubheading{Calendar commands}
73874
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
4469 @cindex calendar commands, from agenda
61136
003dd96023ff updated to org-mode version 3.05
Carsten Dominik <dominik@science.uva.nl>
parents: 59542
diff changeset
4470 @kindex c
003dd96023ff updated to org-mode version 3.05
Carsten Dominik <dominik@science.uva.nl>
parents: 59542
diff changeset
4471 @item c
003dd96023ff updated to org-mode version 3.05
Carsten Dominik <dominik@science.uva.nl>
parents: 59542
diff changeset
4472 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
4473 @c
61562
6cd3b18f298e Update to version 3.06
Carsten Dominik <dominik@science.uva.nl>
parents: 61136
diff changeset
4474 @item c
6cd3b18f298e Update to version 3.06
Carsten Dominik <dominik@science.uva.nl>
parents: 61136
diff changeset
4475 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
4476 date at the cursor.
81167
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
4477 @c
71312
e050af4a9e72 (Progress logging): New section.
Carsten Dominik <dominik@science.uva.nl>
parents: 71246
diff changeset
4478 @cindex diary entries, creating from agenda
e050af4a9e72 (Progress logging): New section.
Carsten Dominik <dominik@science.uva.nl>
parents: 71246
diff changeset
4479 @kindex i
e050af4a9e72 (Progress logging): New section.
Carsten Dominik <dominik@science.uva.nl>
parents: 71246
diff changeset
4480 @item i
e050af4a9e72 (Progress logging): New section.
Carsten Dominik <dominik@science.uva.nl>
parents: 71246
diff changeset
4481 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
4482 (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
4483 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
4484 The date is taken from the cursor position.
81167
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
4485 @c
61136
003dd96023ff updated to org-mode version 3.05
Carsten Dominik <dominik@science.uva.nl>
parents: 59542
diff changeset
4486 @kindex M
003dd96023ff updated to org-mode version 3.05
Carsten Dominik <dominik@science.uva.nl>
parents: 59542
diff changeset
4487 @item M
69929
beebc22085fe (Link format): New section, emphasis on bracket links.
Carsten Dominik <dominik@science.uva.nl>
parents: 69891
diff changeset
4488 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
4489 @c
61136
003dd96023ff updated to org-mode version 3.05
Carsten Dominik <dominik@science.uva.nl>
parents: 59542
diff changeset
4490 @kindex S
003dd96023ff updated to org-mode version 3.05
Carsten Dominik <dominik@science.uva.nl>
parents: 59542
diff changeset
4491 @item S
61562
6cd3b18f298e Update to version 3.06
Carsten Dominik <dominik@science.uva.nl>
parents: 61136
diff changeset
4492 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
4493 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
4494 @c
61562
6cd3b18f298e Update to version 3.06
Carsten Dominik <dominik@science.uva.nl>
parents: 61136
diff changeset
4495 @kindex C
6cd3b18f298e Update to version 3.06
Carsten Dominik <dominik@science.uva.nl>
parents: 61136
diff changeset
4496 @item C
6cd3b18f298e Update to version 3.06
Carsten Dominik <dominik@science.uva.nl>
parents: 61136
diff changeset
4497 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
4498 calendars.
81167
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
4499 @c
61136
003dd96023ff updated to org-mode version 3.05
Carsten Dominik <dominik@science.uva.nl>
parents: 59542
diff changeset
4500 @kindex H
003dd96023ff updated to org-mode version 3.05
Carsten Dominik <dominik@science.uva.nl>
parents: 59542
diff changeset
4501 @item H
003dd96023ff updated to org-mode version 3.05
Carsten Dominik <dominik@science.uva.nl>
parents: 59542
diff changeset
4502 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
4503 @c
71653
9c582eb56ce7 (Exporting): Document `C-c C-e' as the prefix for
Carsten Dominik <dominik@science.uva.nl>
parents: 71564
diff changeset
4504 @c FIXME: This should be a different key.
66264
d979e1d45f97 (Summary): Mention iCalendar support.
Carsten Dominik <dominik@science.uva.nl>
parents: 65965
diff changeset
4505 @kindex C-c C-x C-c
d979e1d45f97 (Summary): Mention iCalendar support.
Carsten Dominik <dominik@science.uva.nl>
parents: 65965
diff changeset
4506 @item C-c C-x C-c
d979e1d45f97 (Summary): Mention iCalendar support.
Carsten Dominik <dominik@science.uva.nl>
parents: 65965
diff changeset
4507 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
4508
81167
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
4509 @tsubheading{Exporting to a file}
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
4510 @kindex C-x C-w
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
4511 @item C-x C-w
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
4512 @cindex exporting agenda views
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
4513 @cindex agenda views, exporting
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
4514 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
4515 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
4516 @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
4517 plain text (any other extension). Use the variable
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
4518 @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
4519 and for @file{htmlize} to be used during export.
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
4520
58792
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
4521 @tsubheading{Quit and Exit}
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
4522 @kindex q
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
4523 @item q
69929
beebc22085fe (Link format): New section, emphasis on bracket links.
Carsten Dominik <dominik@science.uva.nl>
parents: 69891
diff changeset
4524 Quit agenda, remove the agenda buffer.
81167
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
4525 @c
58792
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
4526 @kindex x
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
4527 @cindex agenda files, removing buffers
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
4528 @item x
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
4529 Exit agenda, remove the agenda buffer and all buffers loaded by Emacs
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
4530 for the compilation of the agenda. Buffers created by the user to
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
4531 visit org files will not be removed.
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
4532 @end table
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
4533
73874
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
4534
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
4535 @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
4536 @section Custom agenda views
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
4537 @cindex custom agenda views
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
4538 @cindex agenda views, custom
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
4539
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
4540 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
4541 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
4542 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
4543 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
4544
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
4545 @menu
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
4546 * 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
4547 * 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
4548 * Setting Options:: Changing the rules
81167
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
4549 * Exporting Agenda Views:: Writing agendas to files.
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
4550 * 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
4551 @end menu
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 @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
4554 @subsection Storing searches
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
4555
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
4556 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
4557 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
4558 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
4559 buffer).
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
4560 @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
4561 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
4562 @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
4563 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
4564 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
4565 search types:
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
4566
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
4567 @lisp
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
4568 @group
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
4569 (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
4570 '(("w" todo "WAITING")
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
4571 ("W" todo-tree "WAITING")
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
4572 ("u" tags "+BOSS-URGENT")
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
4573 ("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
4574 ("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
4575 ("f" occur-tree "\\<FIXME\\>")))
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
4576 @end group
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
4577 @end lisp
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
4578
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
4579 @noindent
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
4580 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
4581 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
4582 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
4583 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
4584 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
4585
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
4586 @table @kbd
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
4587 @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
4588 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
4589 keyword
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
4590 @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
4591 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
4592 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
4593 @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
4594 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
4595 @samp{:URGENT:}
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
4596 @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
4597 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
4598 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
4599 @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
4600 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
4601 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
4602 @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
4603 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
4604 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
4605 @end table
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
4606
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
4607 @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
4608 @subsection Block agenda
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
4609 @cindex block agenda
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
4610 @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
4611
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
4612 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
4613 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
4614 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
4615 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
4616 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
4617 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
4618 @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
4619
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
4620 @lisp
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
4621 @group
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
4622 (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
4623 '(("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
4624 ((agenda)
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
4625 (tags-todo "HOME")
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
4626 (tags "GARDEN")))
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
4627 ("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
4628 ((agenda)
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
4629 (tags-todo "WORK")
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
4630 (tags "OFFICE")))))
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
4631 @end group
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
4632 @end lisp
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
4633
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
4634 @noindent
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
4635 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
4636 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
4637 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
4638 @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
4639 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
4640
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
4641
81167
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
4642 @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
4643 @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
4644 @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
4645
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
4646 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
4647 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
4648 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
4649 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
4650 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
4651 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
4652
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
4653 @lisp
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
4654 @group
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
4655 (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
4656 '(("w" todo "WAITING"
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
4657 ((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
4658 (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
4659 ("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
4660 ((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
4661 (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
4662 @end group
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
4663 @end lisp
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
4664
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
4665 @noindent
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
4666 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
4667 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
4668 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
4669 @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
4670 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
4671 will be shown.
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
4672
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
4673 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
4674 @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
4675 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
4676 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
4677 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
4678 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
4679 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
4680 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
4681 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
4682 @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
4683
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
4684 @lisp
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
4685 @group
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
4686 (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
4687 '(("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
4688 ((agenda)
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
4689 (tags-todo "HOME")
81167
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
4690 (tags "GARDEN"
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
4691 ((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
4692 ((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
4693 ("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
4694 ((agenda)
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
4695 (tags-todo "WORK")
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
4696 (tags "OFFICE")))))
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
4697 @end group
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
4698 @end lisp
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
4699
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
4700 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
4701 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
4702 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
4703 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
4704 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
4705 yourself.
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
4706
81167
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
4707
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
4708 @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
4709 @subsection Exporting Agenda Views
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
4710 @cindex agenda views, exporting
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
4711
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
4712 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
4713 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
4714 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
4715 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
4716 to do this only occasionally, use the commend
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
4717
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
4718 @table @kbd
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
4719 @kindex C-x C-w
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
4720 @item C-x C-w
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
4721 @cindex exporting agenda views
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
4722 @cindex agenda views, exporting
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
4723 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
4724 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
4725 @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
4726 plain text (any other extension). Use the variable
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
4727 @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
4728 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
4729 @lisp
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
4730 (setq org-agenda-exporter-settings
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
4731 '((ps-number-of-columns 2)
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
4732 (ps-landscape-mode t)
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
4733 (htmlize-output-type 'css)))
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
4734 @end lisp
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
4735 @end table
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
4736
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
4737 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
4738 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
4739 @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
4740 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
4741 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
4742 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
4743 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
4744 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
4745 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
4746 or absolute.
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
4747
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
4748 @lisp
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
4749 @group
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
4750 (setq org-agenda-custom-commands
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
4751 '(("X" agenda "" nil ("agenda.html" "agenda.ps"))
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
4752 ("Y" alltodo "" nil ("todo.html" "todo.txt" "todo.ps"))
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
4753 ("h" "Agenda and Home-related tasks"
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
4754 ((agenda)
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
4755 (tags-todo "HOME")
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
4756 (tags "GARDEN"))
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
4757 nil
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
4758 ("~/views/home.html"))
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
4759 ("o" "Agenda and Office-related tasks"
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
4760 ((agenda)
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
4761 (tags-todo "WORK")
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
4762 (tags "OFFICE"))
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
4763 nil
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
4764 ("~/views/office.ps"))))
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
4765 @end group
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
4766 @end lisp
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
4767
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
4768 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
4769 @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
4770 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
4771 @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
4772 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
4773
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
4774 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
4775 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
4776 @emph{all} specified files in one step:
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
4777
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
4778 @table @kbd
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
4779 @kindex C-c a e
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
4780 @item C-c a e
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
4781 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
4782 them.
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
4783 @end table
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
4784
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
4785 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
4786 set options for the export commands. For example:
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
4787
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
4788 @lisp
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
4789 (setq org-agenda-custom-commands
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
4790 '(("X" agenda ""
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
4791 ((ps-number-of-columns 2)
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
4792 (ps-landscape-mode t)
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
4793 (org-agenda-prefix-format " [ ] ")
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
4794 (org-agenda-with-colors nil)
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
4795 (org-agenda-remove-tags t))
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
4796 ("theagenda.ps"))))
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
4797 @end lisp
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
4798
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
4799 @noindent
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
4800 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
4801 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
4802 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
4803 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
4804 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
4805 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
4806 black-and-white printer. Settings specified in
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
4807 @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
4808 in @code{org-agenda-custom-commands} take precedence.
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
4809
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
4810 @noindent
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
4811 From the command line you may also use
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
4812 @example
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
4813 emacs -f org-batch-store-agenda-views -kill
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
4814 @end example
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
4815 @noindent
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
4816 or, if you need to modify some parameters
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
4817 @example
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
4818 emacs -eval '(org-batch-store-agenda-views \
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
4819 org-agenda-ndays 30 \
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
4820 org-agenda-include-diary nil \
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
4821 org-agenda-files (quote ("~/org/project.org")))' \
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
4822 -kill
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
4823 @end example
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
4824 @noindent
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
4825 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
4826 @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
4827 extent.
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
4828
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
4829 @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
4830 @subsection Extracting Agenda Information for other programs
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
4831 @cindex agenda, pipe
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
4832 @cindex Scripts, for agenda processing
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
4833
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
4834 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
4835 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
4836 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
4837 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
4838 @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
4839 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
4840 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
4841 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
4842 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
4843 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
4844
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
4845 @example
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
4846 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
4847 @end example
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
4848
81167
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
4849 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
4850 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
4851 (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
4852 @samp{NewYork}), you could use
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
4853
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
4854 @example
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
4855 emacs -batch -l ~/.emacs \
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
4856 -eval '(org-batch-agenda "+shop-NewYork")' | lpr
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
4857 @end example
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
4858
73874
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
4859 @noindent
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
4860 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
4861
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
4862 @example
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
4863 emacs -batch -l ~/.emacs \
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
4864 -eval '(org-batch-agenda "a" \
81167
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
4865 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
4866 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
4867 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
4868 | lpr
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
4869 @end example
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
4870
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
4871 @noindent
81167
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
4872 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
4873 @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
4874
81167
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
4875 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
4876 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
4877 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
4878 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
4879 are:
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
4880
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
4881 @example
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
4882 category @r{The category of the item}
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
4883 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
4884 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
4885 todo @r{selected in TODO match}
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
4886 tagsmatch @r{selected in tags match}
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
4887 diary @r{imported from diary}
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
4888 deadline @r{a deadline}
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
4889 scheduled @r{scheduled}
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
4890 timestamp @r{appointment, selected by timestamp}
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
4891 closed @r{entry was closed on date}
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
4892 upcoming-deadline @r{warning about nearing deadline}
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
4893 past-scheduled @r{forwarded scheduled item}
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
4894 block @r{entry has date block including date}
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
4895 todo @r{The todo keyword, if any}
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
4896 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
4897 date @r{The relevant date, like 2007-2-14}
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
4898 time @r{The time, like 15:00-16:50}
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
4899 extra @r{String with extra planning info}
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
4900 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
4901 priority-n @r{The computed numerical priority}
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
4902 @end example
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
4903
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
4904 @noindent
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
4905 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
4906 lead to the selection of the item.
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
4907
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
4908 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
4909 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
4910 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
4911
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
4912 @example
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
4913 @group
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
4914 #!/usr/bin/perl
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
4915
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
4916 # define the Emacs command to run
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
4917 $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
4918
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
4919 # run it and capture the output
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
4920 $agenda = qx@{$cmd 2>/dev/null@};
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
4921
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
4922 # loop over all lines
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
4923 foreach $line (split(/\n/,$agenda)) @{
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 # get the individual values
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
4926 ($category,$head,$type,$todo,$tags,$date,$time,$extra,
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
4927 $priority_l,$priority_n) = split(/,/,$line);
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 # proccess and print
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
4930 print "[ ] $head\n";
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 @end group
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
4933 @end example
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
4934
71450
93e8ae57983b (Embedded LaTeX): New chapter.
Carsten Dominik <dominik@science.uva.nl>
parents: 71386
diff changeset
4935 @node Embedded LaTeX, Exporting, Agenda views, Top
93e8ae57983b (Embedded LaTeX): New chapter.
Carsten Dominik <dominik@science.uva.nl>
parents: 71386
diff changeset
4936 @chapter Embedded LaTeX
93e8ae57983b (Embedded LaTeX): New chapter.
Carsten Dominik <dominik@science.uva.nl>
parents: 71386
diff changeset
4937 @cindex @TeX{} interpretation
93e8ae57983b (Embedded LaTeX): New chapter.
Carsten Dominik <dominik@science.uva.nl>
parents: 71386
diff changeset
4938 @cindex La@TeX{} interpretation
93e8ae57983b (Embedded LaTeX): New chapter.
Carsten Dominik <dominik@science.uva.nl>
parents: 71386
diff changeset
4939
93e8ae57983b (Embedded LaTeX): New chapter.
Carsten Dominik <dominik@science.uva.nl>
parents: 71386
diff changeset
4940 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
4941 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
4942 contain mathematical symbols and the occasional formula.
93e8ae57983b (Embedded LaTeX): New chapter.
Carsten Dominik <dominik@science.uva.nl>
parents: 71386
diff changeset
4943 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
4944 @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
4945 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
4946 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
4947 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
4948 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
4949 into images for HTML production.
93e8ae57983b (Embedded LaTeX): New chapter.
Carsten Dominik <dominik@science.uva.nl>
parents: 71386
diff changeset
4950
93e8ae57983b (Embedded LaTeX): New chapter.
Carsten Dominik <dominik@science.uva.nl>
parents: 71386
diff changeset
4951 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
4952 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
4953 to do with it.
93e8ae57983b (Embedded LaTeX): New chapter.
Carsten Dominik <dominik@science.uva.nl>
parents: 71386
diff changeset
4954
93e8ae57983b (Embedded LaTeX): New chapter.
Carsten Dominik <dominik@science.uva.nl>
parents: 71386
diff changeset
4955 @menu
93e8ae57983b (Embedded LaTeX): New chapter.
Carsten Dominik <dominik@science.uva.nl>
parents: 71386
diff changeset
4956 * Math symbols:: TeX macros for symbols and Greek letters
93e8ae57983b (Embedded LaTeX): New chapter.
Carsten Dominik <dominik@science.uva.nl>
parents: 71386
diff changeset
4957 * Subscripts and Superscripts:: Simple syntax for raising/lowering text
93e8ae57983b (Embedded LaTeX): New chapter.
Carsten Dominik <dominik@science.uva.nl>
parents: 71386
diff changeset
4958 * LaTeX fragments:: Complex formulas made easy
93e8ae57983b (Embedded LaTeX): New chapter.
Carsten Dominik <dominik@science.uva.nl>
parents: 71386
diff changeset
4959 * Processing LaTeX fragments:: Previewing LaTeX processing
93e8ae57983b (Embedded LaTeX): New chapter.
Carsten Dominik <dominik@science.uva.nl>
parents: 71386
diff changeset
4960 * CDLaTeX mode:: Speed up entering of formulas
93e8ae57983b (Embedded LaTeX): New chapter.
Carsten Dominik <dominik@science.uva.nl>
parents: 71386
diff changeset
4961 @end menu
93e8ae57983b (Embedded LaTeX): New chapter.
Carsten Dominik <dominik@science.uva.nl>
parents: 71386
diff changeset
4962
93e8ae57983b (Embedded LaTeX): New chapter.
Carsten Dominik <dominik@science.uva.nl>
parents: 71386
diff changeset
4963 @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
4964 @section Math symbols
73874
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
4965 @cindex math symbols
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
4966 @cindex TeX macros
71450
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 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
4969 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
4970 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
4971 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
4972 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
4973 without surrounding math delimiters, for example:
93e8ae57983b (Embedded LaTeX): New chapter.
Carsten Dominik <dominik@science.uva.nl>
parents: 71386
diff changeset
4974
93e8ae57983b (Embedded LaTeX): New chapter.
Carsten Dominik <dominik@science.uva.nl>
parents: 71386
diff changeset
4975 @example
93e8ae57983b (Embedded LaTeX): New chapter.
Carsten Dominik <dominik@science.uva.nl>
parents: 71386
diff changeset
4976 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
4977 @end example
93e8ae57983b (Embedded LaTeX): New chapter.
Carsten Dominik <dominik@science.uva.nl>
parents: 71386
diff changeset
4978
93e8ae57983b (Embedded LaTeX): New chapter.
Carsten Dominik <dominik@science.uva.nl>
parents: 71386
diff changeset
4979 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
4980 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
4981 @samp{&alpha;} and @samp{&rarr;}, respectively.
93e8ae57983b (Embedded LaTeX): New chapter.
Carsten Dominik <dominik@science.uva.nl>
parents: 71386
diff changeset
4982
93e8ae57983b (Embedded LaTeX): New chapter.
Carsten Dominik <dominik@science.uva.nl>
parents: 71386
diff changeset
4983 @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
4984 @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
4985 @cindex subscript
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
4986 @cindex superscript
71450
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 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
4989 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
4990 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
4991 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
4992 with curly braces. For example
93e8ae57983b (Embedded LaTeX): New chapter.
Carsten Dominik <dominik@science.uva.nl>
parents: 71386
diff changeset
4993
93e8ae57983b (Embedded LaTeX): New chapter.
Carsten Dominik <dominik@science.uva.nl>
parents: 71386
diff changeset
4994 @example
71508
c12f8a27aae5 (Embedded LaTeX): Fix typos and implement small improvements
Carsten Dominik <dominik@science.uva.nl>
parents: 71450
diff changeset
4995 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
4996 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
4997 @end example
93e8ae57983b (Embedded LaTeX): New chapter.
Carsten Dominik <dominik@science.uva.nl>
parents: 71386
diff changeset
4998
93e8ae57983b (Embedded LaTeX): New chapter.
Carsten Dominik <dominik@science.uva.nl>
parents: 71386
diff changeset
4999 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
5000 @samp{^} and @samp{_} with a backslash: @samp{\_} and @samp{\^}.
93e8ae57983b (Embedded LaTeX): New chapter.
Carsten Dominik <dominik@science.uva.nl>
parents: 71386
diff changeset
5001
93e8ae57983b (Embedded LaTeX): New chapter.
Carsten Dominik <dominik@science.uva.nl>
parents: 71386
diff changeset
5002 During HTML export (@pxref{HTML export}), subscript and superscripts
93e8ae57983b (Embedded LaTeX): New chapter.
Carsten Dominik <dominik@science.uva.nl>
parents: 71386
diff changeset
5003 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
5004
93e8ae57983b (Embedded LaTeX): New chapter.
Carsten Dominik <dominik@science.uva.nl>
parents: 71386
diff changeset
5005 @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
5006 @section LaTeX fragments
73874
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
5007 @cindex LaTeX fragments
71450
93e8ae57983b (Embedded LaTeX): New chapter.
Carsten Dominik <dominik@science.uva.nl>
parents: 71386
diff changeset
5008
93e8ae57983b (Embedded LaTeX): New chapter.
Carsten Dominik <dominik@science.uva.nl>
parents: 71386
diff changeset
5009 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
5010 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
5011 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
5012 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
5013 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
5014 images seems the way to go.}. More complex
71450
93e8ae57983b (Embedded LaTeX): New chapter.
Carsten Dominik <dominik@science.uva.nl>
parents: 71386
diff changeset
5015 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
5016 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
5017 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
5018 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
5019 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
5020 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
5021 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
5022 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
5023 with the variable @code{org-format-latex-header}.
71450
93e8ae57983b (Embedded LaTeX): New chapter.
Carsten Dominik <dominik@science.uva.nl>
parents: 71386
diff changeset
5024
93e8ae57983b (Embedded LaTeX): New chapter.
Carsten Dominik <dominik@science.uva.nl>
parents: 71386
diff changeset
5025 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
5026 snippets will be identified as LaTeX source code:
93e8ae57983b (Embedded LaTeX): New chapter.
Carsten Dominik <dominik@science.uva.nl>
parents: 71386
diff changeset
5027 @itemize @bullet
93e8ae57983b (Embedded LaTeX): New chapter.
Carsten Dominik <dominik@science.uva.nl>
parents: 71386
diff changeset
5028 @item
93e8ae57983b (Embedded LaTeX): New chapter.
Carsten Dominik <dominik@science.uva.nl>
parents: 71386
diff changeset
5029 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
5030 @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
5031 whitespace.
93e8ae57983b (Embedded LaTeX): New chapter.
Carsten Dominik <dominik@science.uva.nl>
parents: 71386
diff changeset
5032 @item
71508
c12f8a27aae5 (Embedded LaTeX): Fix typos and implement small improvements
Carsten Dominik <dominik@science.uva.nl>
parents: 71450
diff changeset
5033 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
5034 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
5035 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
5036 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
5037 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
5038 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
5039 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
5040 @end itemize
93e8ae57983b (Embedded LaTeX): New chapter.
Carsten Dominik <dominik@science.uva.nl>
parents: 71386
diff changeset
5041
93e8ae57983b (Embedded LaTeX): New chapter.
Carsten Dominik <dominik@science.uva.nl>
parents: 71386
diff changeset
5042 @noindent For example:
93e8ae57983b (Embedded LaTeX): New chapter.
Carsten Dominik <dominik@science.uva.nl>
parents: 71386
diff changeset
5043
93e8ae57983b (Embedded LaTeX): New chapter.
Carsten Dominik <dominik@science.uva.nl>
parents: 71386
diff changeset
5044 @example
93e8ae57983b (Embedded LaTeX): New chapter.
Carsten Dominik <dominik@science.uva.nl>
parents: 71386
diff changeset
5045 \begin@{equation@} % arbitrary environments,
93e8ae57983b (Embedded LaTeX): New chapter.
Carsten Dominik <dominik@science.uva.nl>
parents: 71386
diff changeset
5046 x=\sqrt@{b@} % even tables, figures
93e8ae57983b (Embedded LaTeX): New chapter.
Carsten Dominik <dominik@science.uva.nl>
parents: 71386
diff changeset
5047 \end@{equation@} % etc
93e8ae57983b (Embedded LaTeX): New chapter.
Carsten Dominik <dominik@science.uva.nl>
parents: 71386
diff changeset
5048
71508
c12f8a27aae5 (Embedded LaTeX): Fix typos and implement small improvements
Carsten Dominik <dominik@science.uva.nl>
parents: 71450
diff changeset
5049 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
5050 either $$ a=+\sqrt@{2@} $$ or \[ a=-\sqrt@{2@} \].
93e8ae57983b (Embedded LaTeX): New chapter.
Carsten Dominik <dominik@science.uva.nl>
parents: 71386
diff changeset
5051 @end example
93e8ae57983b (Embedded LaTeX): New chapter.
Carsten Dominik <dominik@science.uva.nl>
parents: 71386
diff changeset
5052
93e8ae57983b (Embedded LaTeX): New chapter.
Carsten Dominik <dominik@science.uva.nl>
parents: 71386
diff changeset
5053 @noindent
93e8ae57983b (Embedded LaTeX): New chapter.
Carsten Dominik <dominik@science.uva.nl>
parents: 71386
diff changeset
5054 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
5055 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
5056 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
5057
93e8ae57983b (Embedded LaTeX): New chapter.
Carsten Dominik <dominik@science.uva.nl>
parents: 71386
diff changeset
5058 @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
5059 @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
5060 @cindex LaTeX fragments, preview
71450
93e8ae57983b (Embedded LaTeX): New chapter.
Carsten Dominik <dominik@science.uva.nl>
parents: 71386
diff changeset
5061
93e8ae57983b (Embedded LaTeX): New chapter.
Carsten Dominik <dominik@science.uva.nl>
parents: 71386
diff changeset
5062 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
5063 typeset expressions:
93e8ae57983b (Embedded LaTeX): New chapter.
Carsten Dominik <dominik@science.uva.nl>
parents: 71386
diff changeset
5064
93e8ae57983b (Embedded LaTeX): New chapter.
Carsten Dominik <dominik@science.uva.nl>
parents: 71386
diff changeset
5065 @table @kbd
93e8ae57983b (Embedded LaTeX): New chapter.
Carsten Dominik <dominik@science.uva.nl>
parents: 71386
diff changeset
5066 @kindex C-c C-x C-l
93e8ae57983b (Embedded LaTeX): New chapter.
Carsten Dominik <dominik@science.uva.nl>
parents: 71386
diff changeset
5067 @item C-c C-x C-l
93e8ae57983b (Embedded LaTeX): New chapter.
Carsten Dominik <dominik@science.uva.nl>
parents: 71386
diff changeset
5068 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
5069 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
5070 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
5071 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
5072 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
5073 process the entire buffer.
93e8ae57983b (Embedded LaTeX): New chapter.
Carsten Dominik <dominik@science.uva.nl>
parents: 71386
diff changeset
5074 @kindex C-c C-c
93e8ae57983b (Embedded LaTeX): New chapter.
Carsten Dominik <dominik@science.uva.nl>
parents: 71386
diff changeset
5075 @item C-c C-c
93e8ae57983b (Embedded LaTeX): New chapter.
Carsten Dominik <dominik@science.uva.nl>
parents: 71386
diff changeset
5076 Remove the overlay preview images.
93e8ae57983b (Embedded LaTeX): New chapter.
Carsten Dominik <dominik@science.uva.nl>
parents: 71386
diff changeset
5077 @end table
93e8ae57983b (Embedded LaTeX): New chapter.
Carsten Dominik <dominik@science.uva.nl>
parents: 71386
diff changeset
5078
93e8ae57983b (Embedded LaTeX): New chapter.
Carsten Dominik <dominik@science.uva.nl>
parents: 71386
diff changeset
5079 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
5080 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
5081 setting is active:
93e8ae57983b (Embedded LaTeX): New chapter.
Carsten Dominik <dominik@science.uva.nl>
parents: 71386
diff changeset
5082
93e8ae57983b (Embedded LaTeX): New chapter.
Carsten Dominik <dominik@science.uva.nl>
parents: 71386
diff changeset
5083 @lisp
93e8ae57983b (Embedded LaTeX): New chapter.
Carsten Dominik <dominik@science.uva.nl>
parents: 71386
diff changeset
5084 (setq org-export-with-LaTeX-fragments t)
93e8ae57983b (Embedded LaTeX): New chapter.
Carsten Dominik <dominik@science.uva.nl>
parents: 71386
diff changeset
5085 @end lisp
93e8ae57983b (Embedded LaTeX): New chapter.
Carsten Dominik <dominik@science.uva.nl>
parents: 71386
diff changeset
5086
93e8ae57983b (Embedded LaTeX): New chapter.
Carsten Dominik <dominik@science.uva.nl>
parents: 71386
diff changeset
5087 @node CDLaTeX mode, , Processing LaTeX fragments, Embedded LaTeX
93e8ae57983b (Embedded LaTeX): New chapter.
Carsten Dominik <dominik@science.uva.nl>
parents: 71386
diff changeset
5088 @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
5089 @cindex CDLaTeX
71450
93e8ae57983b (Embedded LaTeX): New chapter.
Carsten Dominik <dominik@science.uva.nl>
parents: 71386
diff changeset
5090
93e8ae57983b (Embedded LaTeX): New chapter.
Carsten Dominik <dominik@science.uva.nl>
parents: 71386
diff changeset
5091 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
5092 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
5093 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
5094 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
5095 @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
5096 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
5097 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
5098 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
5099 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
5100 Org-mode files with
93e8ae57983b (Embedded LaTeX): New chapter.
Carsten Dominik <dominik@science.uva.nl>
parents: 71386
diff changeset
5101
93e8ae57983b (Embedded LaTeX): New chapter.
Carsten Dominik <dominik@science.uva.nl>
parents: 71386
diff changeset
5102 @lisp
93e8ae57983b (Embedded LaTeX): New chapter.
Carsten Dominik <dominik@science.uva.nl>
parents: 71386
diff changeset
5103 (add-hook 'org-mode-hook 'turn-on-org-cdlatex)
93e8ae57983b (Embedded LaTeX): New chapter.
Carsten Dominik <dominik@science.uva.nl>
parents: 71386
diff changeset
5104 @end lisp
93e8ae57983b (Embedded LaTeX): New chapter.
Carsten Dominik <dominik@science.uva.nl>
parents: 71386
diff changeset
5105
93e8ae57983b (Embedded LaTeX): New chapter.
Carsten Dominik <dominik@science.uva.nl>
parents: 71386
diff changeset
5106 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
5107 details see the documentation of cdlatex-mode):
93e8ae57983b (Embedded LaTeX): New chapter.
Carsten Dominik <dominik@science.uva.nl>
parents: 71386
diff changeset
5108 @itemize @bullet
93e8ae57983b (Embedded LaTeX): New chapter.
Carsten Dominik <dominik@science.uva.nl>
parents: 71386
diff changeset
5109 @kindex C-c @{
93e8ae57983b (Embedded LaTeX): New chapter.
Carsten Dominik <dominik@science.uva.nl>
parents: 71386
diff changeset
5110 @item
93e8ae57983b (Embedded LaTeX): New chapter.
Carsten Dominik <dominik@science.uva.nl>
parents: 71386
diff changeset
5111 Environment templates can be inserted with @kbd{C-c @{}.
93e8ae57983b (Embedded LaTeX): New chapter.
Carsten Dominik <dominik@science.uva.nl>
parents: 71386
diff changeset
5112 @item
93e8ae57983b (Embedded LaTeX): New chapter.
Carsten Dominik <dominik@science.uva.nl>
parents: 71386
diff changeset
5113 @kindex @key{TAB}
93e8ae57983b (Embedded LaTeX): New chapter.
Carsten Dominik <dominik@science.uva.nl>
parents: 71386
diff changeset
5114 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
5115 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
5116 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
5117 @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
5118 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
5119 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
5120 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
5121 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
5122 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
5123 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
5124 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
5125 @item
93e8ae57983b (Embedded LaTeX): New chapter.
Carsten Dominik <dominik@science.uva.nl>
parents: 71386
diff changeset
5126 @kindex _
93e8ae57983b (Embedded LaTeX): New chapter.
Carsten Dominik <dominik@science.uva.nl>
parents: 71386
diff changeset
5127 @kindex ^
93e8ae57983b (Embedded LaTeX): New chapter.
Carsten Dominik <dominik@science.uva.nl>
parents: 71386
diff changeset
5128 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
5129 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
5130 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
5131 macro, they are removed again (depending on the variable
93e8ae57983b (Embedded LaTeX): New chapter.
Carsten Dominik <dominik@science.uva.nl>
parents: 71386
diff changeset
5132 @code{cdlatex-simplify-sub-super-scripts}).
93e8ae57983b (Embedded LaTeX): New chapter.
Carsten Dominik <dominik@science.uva.nl>
parents: 71386
diff changeset
5133 @item
93e8ae57983b (Embedded LaTeX): New chapter.
Carsten Dominik <dominik@science.uva.nl>
parents: 71386
diff changeset
5134 @kindex `
93e8ae57983b (Embedded LaTeX): New chapter.
Carsten Dominik <dominik@science.uva.nl>
parents: 71386
diff changeset
5135 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
5136 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
5137 after the backquote, a help window will pop up.
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 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
5141 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
5142 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
5143 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
5144 is normal.
93e8ae57983b (Embedded LaTeX): New chapter.
Carsten Dominik <dominik@science.uva.nl>
parents: 71386
diff changeset
5145 @end itemize
93e8ae57983b (Embedded LaTeX): New chapter.
Carsten Dominik <dominik@science.uva.nl>
parents: 71386
diff changeset
5146
93e8ae57983b (Embedded LaTeX): New chapter.
Carsten Dominik <dominik@science.uva.nl>
parents: 71386
diff changeset
5147 @node Exporting, Publishing, Embedded LaTeX, Top
58792
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
5148 @chapter Exporting
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
5149 @cindex exporting
66264
d979e1d45f97 (Summary): Mention iCalendar support.
Carsten Dominik <dominik@science.uva.nl>
parents: 65965
diff changeset
5150
70011
74050e653990 (Visibility cycling): Better names for the startup
Carsten Dominik <dominik@science.uva.nl>
parents: 69999
diff changeset
5151 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
5152 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
5153 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
5154 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
5155 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
5156 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
5157 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
5158 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
5159 import of these different formats.
74050e653990 (Visibility cycling): Better names for the startup
Carsten Dominik <dominik@science.uva.nl>
parents: 69999
diff changeset
5160
74050e653990 (Visibility cycling): Better names for the startup
Carsten Dominik <dominik@science.uva.nl>
parents: 69999
diff changeset
5161 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
5162 produced. @xref{Text interpretation}, for more details.
58792
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
5163
71653
9c582eb56ce7 (Exporting): Document `C-c C-e' as the prefix for
Carsten Dominik <dominik@science.uva.nl>
parents: 71564
diff changeset
5164 @table @kbd
9c582eb56ce7 (Exporting): Document `C-c C-e' as the prefix for
Carsten Dominik <dominik@science.uva.nl>
parents: 71564
diff changeset
5165 @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
5166 @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
5167 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
5168 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
5169 command.
9c582eb56ce7 (Exporting): Document `C-c C-e' as the prefix for
Carsten Dominik <dominik@science.uva.nl>
parents: 71564
diff changeset
5170 @end table
9c582eb56ce7 (Exporting): Document `C-c C-e' as the prefix for
Carsten Dominik <dominik@science.uva.nl>
parents: 71564
diff changeset
5171
58792
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
5172 @menu
70011
74050e653990 (Visibility cycling): Better names for the startup
Carsten Dominik <dominik@science.uva.nl>
parents: 69999
diff changeset
5173 * ASCII export:: Exporting to plain ASCII
74050e653990 (Visibility cycling): Better names for the startup
Carsten Dominik <dominik@science.uva.nl>
parents: 69999
diff changeset
5174 * HTML export:: Exporting to HTML
70867
68e63907ebfb (Plain lists): Added new item navigation commands.
Carsten Dominik <dominik@science.uva.nl>
parents: 70164
diff changeset
5175 * XOXO export:: Exporting to XOXO
70011
74050e653990 (Visibility cycling): Better names for the startup
Carsten Dominik <dominik@science.uva.nl>
parents: 69999
diff changeset
5176 * iCalendar export:: Exporting in iCalendar format
74050e653990 (Visibility cycling): Better names for the startup
Carsten Dominik <dominik@science.uva.nl>
parents: 69999
diff changeset
5177 * Text interpretation:: How the exporter looks at the file
58792
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
5178 @end menu
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
5179
66264
d979e1d45f97 (Summary): Mention iCalendar support.
Carsten Dominik <dominik@science.uva.nl>
parents: 65965
diff changeset
5180 @node ASCII export, HTML export, Exporting, Exporting
d979e1d45f97 (Summary): Mention iCalendar support.
Carsten Dominik <dominik@science.uva.nl>
parents: 65965
diff changeset
5181 @section ASCII export
d979e1d45f97 (Summary): Mention iCalendar support.
Carsten Dominik <dominik@science.uva.nl>
parents: 65965
diff changeset
5182 @cindex ASCII export
58792
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
5183
71098
b98399840395 Small typo fixes.
Carsten Dominik <dominik@science.uva.nl>
parents: 70974
diff changeset
5184 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
5185 file.
74050e653990 (Visibility cycling): Better names for the startup
Carsten Dominik <dominik@science.uva.nl>
parents: 69999
diff changeset
5186
58792
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
5187 @cindex region, active
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
5188 @cindex active region
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
5189 @cindex transient-mark-mode
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
5190 @table @kbd
71653
9c582eb56ce7 (Exporting): Document `C-c C-e' as the prefix for
Carsten Dominik <dominik@science.uva.nl>
parents: 71564
diff changeset
5191 @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
5192 @item C-c C-e a
58792
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
5193 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
5194 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
5195 will be @file{myfile.txt}. The file will be overwritten without
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
5196 warning.
71653
9c582eb56ce7 (Exporting): Document `C-c C-e' as the prefix for
Carsten Dominik <dominik@science.uva.nl>
parents: 71564
diff changeset
5197 @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
5198 @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
5199 Export only the visible part of the document.
66264
d979e1d45f97 (Summary): Mention iCalendar support.
Carsten Dominik <dominik@science.uva.nl>
parents: 65965
diff changeset
5200 @end table
d979e1d45f97 (Summary): Mention iCalendar support.
Carsten Dominik <dominik@science.uva.nl>
parents: 65965
diff changeset
5201
d979e1d45f97 (Summary): Mention iCalendar support.
Carsten Dominik <dominik@science.uva.nl>
parents: 65965
diff changeset
5202 @cindex headline levels, for exporting
d979e1d45f97 (Summary): Mention iCalendar support.
Carsten Dominik <dominik@science.uva.nl>
parents: 65965
diff changeset
5203 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
5204 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
5205 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
5206 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
5207
66264
d979e1d45f97 (Summary): Mention iCalendar support.
Carsten Dominik <dominik@science.uva.nl>
parents: 65965
diff changeset
5208 @example
71653
9c582eb56ce7 (Exporting): Document `C-c C-e' as the prefix for
Carsten Dominik <dominik@science.uva.nl>
parents: 71564
diff changeset
5209 @kbd{C-1 C-c C-e a}
66264
d979e1d45f97 (Summary): Mention iCalendar support.
Carsten Dominik <dominik@science.uva.nl>
parents: 65965
diff changeset
5210 @end example
69929
beebc22085fe (Link format): New section, emphasis on bracket links.
Carsten Dominik <dominik@science.uva.nl>
parents: 69891
diff changeset
5211
66264
d979e1d45f97 (Summary): Mention iCalendar support.
Carsten Dominik <dominik@science.uva.nl>
parents: 65965
diff changeset
5212 @noindent
71246
f32b17d18b4b (ASCII export): Document indentation adaptation.
Carsten Dominik <dominik@science.uva.nl>
parents: 71224
diff changeset
5213 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
5214 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
5215 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
5216 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
5217 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
5218 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
5219 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
5220
70867
68e63907ebfb (Plain lists): Added new item navigation commands.
Carsten Dominik <dominik@science.uva.nl>
parents: 70164
diff changeset
5221 @node HTML export, XOXO export, ASCII export, Exporting
66264
d979e1d45f97 (Summary): Mention iCalendar support.
Carsten Dominik <dominik@science.uva.nl>
parents: 65965
diff changeset
5222 @section HTML export
d979e1d45f97 (Summary): Mention iCalendar support.
Carsten Dominik <dominik@science.uva.nl>
parents: 65965
diff changeset
5223 @cindex HTML export
d979e1d45f97 (Summary): Mention iCalendar support.
Carsten Dominik <dominik@science.uva.nl>
parents: 65965
diff changeset
5224
71098
b98399840395 Small typo fixes.
Carsten Dominik <dominik@science.uva.nl>
parents: 70974
diff changeset
5225 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
5226 HTML formatting, in ways similar to John Grubers @emph{markdown}
b98399840395 Small typo fixes.
Carsten Dominik <dominik@science.uva.nl>
parents: 70974
diff changeset
5227 language, but with additional support for tables.
66264
d979e1d45f97 (Summary): Mention iCalendar support.
Carsten Dominik <dominik@science.uva.nl>
parents: 65965
diff changeset
5228
76138
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
5229 @menu
81167
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
5230 * 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
5231 * 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
5232 * Links:: How hyperlinks get transferred to HTML
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
5233 * Images:: To inline or not to inline?
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
5234 * CSS support:: Style specifications
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
5235 @end menu
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
5236
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
5237 @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
5238 @subsection HTML export commands
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
5239
66264
d979e1d45f97 (Summary): Mention iCalendar support.
Carsten Dominik <dominik@science.uva.nl>
parents: 65965
diff changeset
5240 @cindex region, active
d979e1d45f97 (Summary): Mention iCalendar support.
Carsten Dominik <dominik@science.uva.nl>
parents: 65965
diff changeset
5241 @cindex active region
d979e1d45f97 (Summary): Mention iCalendar support.
Carsten Dominik <dominik@science.uva.nl>
parents: 65965
diff changeset
5242 @cindex transient-mark-mode
d979e1d45f97 (Summary): Mention iCalendar support.
Carsten Dominik <dominik@science.uva.nl>
parents: 65965
diff changeset
5243 @table @kbd
71653
9c582eb56ce7 (Exporting): Document `C-c C-e' as the prefix for
Carsten Dominik <dominik@science.uva.nl>
parents: 71564
diff changeset
5244 @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
5245 @item C-c C-e h
58792
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
5246 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
5247 @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
5248 @item C-c C-e b
58792
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
5249 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
5250 @kindex C-c C-e H
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
5251 @item C-c C-e H
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
5252 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
5253 @kindex C-c C-e R
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
5254 @item C-c C-e H
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
5255 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
5256 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
5257 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
5258 @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
5259 @kindex C-c C-e v b
81167
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
5260 @kindex C-c C-e v H
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
5261 @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
5262 @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
5263 @item C-c C-e v b
81167
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
5264 @item C-c C-e v H
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
5265 @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
5266 Export only the visible part of the document.
81167
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
5267 @item M-x org-export-region-as-html
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
5268 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
5269 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
5270 buffer.
58792
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
5271 @end table
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
5272
66264
d979e1d45f97 (Summary): Mention iCalendar support.
Carsten Dominik <dominik@science.uva.nl>
parents: 65965
diff changeset
5273 @cindex headline levels, for exporting
d979e1d45f97 (Summary): Mention iCalendar support.
Carsten Dominik <dominik@science.uva.nl>
parents: 65965
diff changeset
5274 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
5275 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
5276 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
5277 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
5278
66264
d979e1d45f97 (Summary): Mention iCalendar support.
Carsten Dominik <dominik@science.uva.nl>
parents: 65965
diff changeset
5279 @example
71653
9c582eb56ce7 (Exporting): Document `C-c C-e' as the prefix for
Carsten Dominik <dominik@science.uva.nl>
parents: 71564
diff changeset
5280 @kbd{C-2 C-c C-e b}
66264
d979e1d45f97 (Summary): Mention iCalendar support.
Carsten Dominik <dominik@science.uva.nl>
parents: 65965
diff changeset
5281 @end example
69929
beebc22085fe (Link format): New section, emphasis on bracket links.
Carsten Dominik <dominik@science.uva.nl>
parents: 69891
diff changeset
5282
66264
d979e1d45f97 (Summary): Mention iCalendar support.
Carsten Dominik <dominik@science.uva.nl>
parents: 65965
diff changeset
5283 @noindent
d979e1d45f97 (Summary): Mention iCalendar support.
Carsten Dominik <dominik@science.uva.nl>
parents: 65965
diff changeset
5284 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
5285
76138
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
5286 @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
5287 @subsection Quoting HTML tags
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
5288
58792
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
5289 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
5290 @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
5291 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
5292 @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
5293 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
5294 the exported file use either
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
5295
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
5296 @example
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
5297 #+HTML: Literal HTML code for export
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
5298 @end example
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
5299
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
5300 @noindent or
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
5301
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
5302 @example
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
5303 #+BEGIN_HTML
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
5304 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
5305 #+END_HTML
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
5306 @end example
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
5307
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 @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
5310 @subsection Links
58792
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
5311
70867
68e63907ebfb (Plain lists): Added new item navigation commands.
Carsten Dominik <dominik@science.uva.nl>
parents: 70164
diff changeset
5312 @cindex links, in HTML export
68e63907ebfb (Plain lists): Added new item navigation commands.
Carsten Dominik <dominik@science.uva.nl>
parents: 70164
diff changeset
5313 @cindex internal links, in HTML export
68e63907ebfb (Plain lists): Added new item navigation commands.
Carsten Dominik <dominik@science.uva.nl>
parents: 70164
diff changeset
5314 @cindex external links, in HTML export
68e63907ebfb (Plain lists): Added new item navigation commands.
Carsten Dominik <dominik@science.uva.nl>
parents: 70164
diff changeset
5315 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
5316 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
5317 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
5318 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
5319 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
5320 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
5321 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
5322 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
5323 @ref{Publishing links}.
68e63907ebfb (Plain lists): Added new item navigation commands.
Carsten Dominik <dominik@science.uva.nl>
parents: 70164
diff changeset
5324
76138
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
5325 @node Images, CSS support, Links, HTML export
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
5326 @subsection Images
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
5327
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
5328 @cindex images, inline in HTML
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
5329 @cindex inlining images in HTML
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
5330 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
5331 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
5332 default@footnote{but see the variable
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
5333 @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
5334 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
5335 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
5336 @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
5337 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
5338 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
5339 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
5340 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
5341
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
5342 @example
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
5343 [[file:highres.jpg][file:thumb.jpg]]
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
5344 @end example
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
5345
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
5346 @noindent
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
5347 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
5348
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
5349 @node CSS support, , Images, HTML export
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
5350 @subsection CSS support
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
5351
70867
68e63907ebfb (Plain lists): Added new item navigation commands.
Carsten Dominik <dominik@science.uva.nl>
parents: 70164
diff changeset
5352 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
5353 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
5354 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
5355 @example
68e63907ebfb (Plain lists): Added new item navigation commands.
Carsten Dominik <dominik@science.uva.nl>
parents: 70164
diff changeset
5356 .todo @r{TODO keywords}
68e63907ebfb (Plain lists): Added new item navigation commands.
Carsten Dominik <dominik@science.uva.nl>
parents: 70164
diff changeset
5357 .done @r{the DONE keyword}
68e63907ebfb (Plain lists): Added new item navigation commands.
Carsten Dominik <dominik@science.uva.nl>
parents: 70164
diff changeset
5358 .timestamp @r{time stamp}
68e63907ebfb (Plain lists): Added new item navigation commands.
Carsten Dominik <dominik@science.uva.nl>
parents: 70164
diff changeset
5359 .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
5360 .tag @r{tag in a headline}
68e63907ebfb (Plain lists): Added new item navigation commands.
Carsten Dominik <dominik@science.uva.nl>
parents: 70164
diff changeset
5361 .target @r{target for links}
68e63907ebfb (Plain lists): Added new item navigation commands.
Carsten Dominik <dominik@science.uva.nl>
parents: 70164
diff changeset
5362 @end example
68e63907ebfb (Plain lists): Added new item navigation commands.
Carsten Dominik <dominik@science.uva.nl>
parents: 70164
diff changeset
5363
68e63907ebfb (Plain lists): Added new item navigation commands.
Carsten Dominik <dominik@science.uva.nl>
parents: 70164
diff changeset
5364 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
5365 @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
5366 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
5367 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
5368 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
5369 start of the line.}:
66988
578b7f9692c4 (FAQ): Document `org-table-tab-jumps-over-hlines'.
Carsten Dominik <dominik@science.uva.nl>
parents: 66690
diff changeset
5370
578b7f9692c4 (FAQ): Document `org-table-tab-jumps-over-hlines'.
Carsten Dominik <dominik@science.uva.nl>
parents: 66690
diff changeset
5371 @example
76138
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
5372 * COMMENT html style specifications
66988
578b7f9692c4 (FAQ): Document `org-table-tab-jumps-over-hlines'.
Carsten Dominik <dominik@science.uva.nl>
parents: 66690
diff changeset
5373
69929
beebc22085fe (Link format): New section, emphasis on bracket links.
Carsten Dominik <dominik@science.uva.nl>
parents: 69891
diff changeset
5374 # Local Variables:
66988
578b7f9692c4 (FAQ): Document `org-table-tab-jumps-over-hlines'.
Carsten Dominik <dominik@science.uva.nl>
parents: 66690
diff changeset
5375 # 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
5376 # p @{font-weight: normal; color: gray; @}
39f6e1889f85 (ASCII export): Omit command name.
Carsten Dominik <dominik@science.uva.nl>
parents: 70867
diff changeset
5377 # h1 @{color: black; @}
39f6e1889f85 (ASCII export): Omit command name.
Carsten Dominik <dominik@science.uva.nl>
parents: 70867
diff changeset
5378 # </style>"
39f6e1889f85 (ASCII export): Omit command name.
Carsten Dominik <dominik@science.uva.nl>
parents: 70867
diff changeset
5379 # End:
66988
578b7f9692c4 (FAQ): Document `org-table-tab-jumps-over-hlines'.
Carsten Dominik <dominik@science.uva.nl>
parents: 66690
diff changeset
5380 @end example
578b7f9692c4 (FAQ): Document `org-table-tab-jumps-over-hlines'.
Carsten Dominik <dominik@science.uva.nl>
parents: 66690
diff changeset
5381
578b7f9692c4 (FAQ): Document `org-table-tab-jumps-over-hlines'.
Carsten Dominik <dominik@science.uva.nl>
parents: 66690
diff changeset
5382 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
5383 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
5384 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
5385 section in the buffer.
66988
578b7f9692c4 (FAQ): Document `org-table-tab-jumps-over-hlines'.
Carsten Dominik <dominik@science.uva.nl>
parents: 66690
diff changeset
5386
70133
36d1ec75581c * org.texi: (Time stamps): Better explanation of the purpose of
Carsten Dominik <dominik@science.uva.nl>
parents: 70065
diff changeset
5387 @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
5388 @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
5389
70867
68e63907ebfb (Plain lists): Added new item navigation commands.
Carsten Dominik <dominik@science.uva.nl>
parents: 70164
diff changeset
5390 @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
5391 @section XOXO export
68e63907ebfb (Plain lists): Added new item navigation commands.
Carsten Dominik <dominik@science.uva.nl>
parents: 70164
diff changeset
5392 @cindex XOXO export
68e63907ebfb (Plain lists): Added new item navigation commands.
Carsten Dominik <dominik@science.uva.nl>
parents: 70164
diff changeset
5393
68e63907ebfb (Plain lists): Added new item navigation commands.
Carsten Dominik <dominik@science.uva.nl>
parents: 70164
diff changeset
5394 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
5395 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
5396 does not interpret any additional Org-mode features.
58792
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
5397
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
5398 @table @kbd
71653
9c582eb56ce7 (Exporting): Document `C-c C-e' as the prefix for
Carsten Dominik <dominik@science.uva.nl>
parents: 71564
diff changeset
5399 @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
5400 @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
5401 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
5402 @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
5403 @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
5404 Export only the visible part of the document.
58792
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
5405 @end table
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
5406
70867
68e63907ebfb (Plain lists): Added new item navigation commands.
Carsten Dominik <dominik@science.uva.nl>
parents: 70164
diff changeset
5407 @node iCalendar export, Text interpretation, XOXO export, Exporting
66264
d979e1d45f97 (Summary): Mention iCalendar support.
Carsten Dominik <dominik@science.uva.nl>
parents: 65965
diff changeset
5408 @section iCalendar export
67613
eab2494a32d7 *** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents: 67604
diff changeset
5409 @cindex iCalendar export
66264
d979e1d45f97 (Summary): Mention iCalendar support.
Carsten Dominik <dominik@science.uva.nl>
parents: 65965
diff changeset
5410
d979e1d45f97 (Summary): Mention iCalendar support.
Carsten Dominik <dominik@science.uva.nl>
parents: 65965
diff changeset
5411 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
5412 still prefer a standard calendar application for anniversaries and
d979e1d45f97 (Summary): Mention iCalendar support.
Carsten Dominik <dominik@science.uva.nl>
parents: 65965
diff changeset
5413 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
5414 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
5415 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
5416 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
5417 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
5418
d979e1d45f97 (Summary): Mention iCalendar support.
Carsten Dominik <dominik@science.uva.nl>
parents: 65965
diff changeset
5419 @table @kbd
71653
9c582eb56ce7 (Exporting): Document `C-c C-e' as the prefix for
Carsten Dominik <dominik@science.uva.nl>
parents: 71564
diff changeset
5420 @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
5421 @item C-c C-e i
66264
d979e1d45f97 (Summary): Mention iCalendar support.
Carsten Dominik <dominik@science.uva.nl>
parents: 65965
diff changeset
5422 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
5423 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
5424 @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
5425 @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
5426 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
5427 @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
5428 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
5429 @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
5430 @item C-c C-e c
66264
d979e1d45f97 (Summary): Mention iCalendar support.
Carsten Dominik <dominik@science.uva.nl>
parents: 65965
diff changeset
5431 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
5432 @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
5433 @code{org-combined-agenda-icalendar-file}.
d979e1d45f97 (Summary): Mention iCalendar support.
Carsten Dominik <dominik@science.uva.nl>
parents: 65965
diff changeset
5434 @end table
d979e1d45f97 (Summary): Mention iCalendar support.
Carsten Dominik <dominik@science.uva.nl>
parents: 65965
diff changeset
5435
67344
22aa7225124f (TODO basics): Document the global todo list.
Carsten Dominik <dominik@science.uva.nl>
parents: 67219
diff changeset
5436 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
5437 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
5438
66264
d979e1d45f97 (Summary): Mention iCalendar support.
Carsten Dominik <dominik@science.uva.nl>
parents: 65965
diff changeset
5439
70011
74050e653990 (Visibility cycling): Better names for the startup
Carsten Dominik <dominik@science.uva.nl>
parents: 69999
diff changeset
5440 @node Text interpretation, , iCalendar export, Exporting
74050e653990 (Visibility cycling): Better names for the startup
Carsten Dominik <dominik@science.uva.nl>
parents: 69999
diff changeset
5441 @section Text interpretation by the exporter
74050e653990 (Visibility cycling): Better names for the startup
Carsten Dominik <dominik@science.uva.nl>
parents: 69999
diff changeset
5442
74050e653990 (Visibility cycling): Better names for the startup
Carsten Dominik <dominik@science.uva.nl>
parents: 69999
diff changeset
5443 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
5444 in order to produce better output.
74050e653990 (Visibility cycling): Better names for the startup
Carsten Dominik <dominik@science.uva.nl>
parents: 69999
diff changeset
5445
74050e653990 (Visibility cycling): Better names for the startup
Carsten Dominik <dominik@science.uva.nl>
parents: 69999
diff changeset
5446 @menu
74050e653990 (Visibility cycling): Better names for the startup
Carsten Dominik <dominik@science.uva.nl>
parents: 69999
diff changeset
5447 * Comment lines:: Some lines will not be exported
81167
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
5448 * Initial text:: Text before the first headline
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
5449 * Footnotes:: Numbers like [1]
70011
74050e653990 (Visibility cycling): Better names for the startup
Carsten Dominik <dominik@science.uva.nl>
parents: 69999
diff changeset
5450 * Enhancing text:: Subscripts, symbols and more
74050e653990 (Visibility cycling): Better names for the startup
Carsten Dominik <dominik@science.uva.nl>
parents: 69999
diff changeset
5451 * 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
5452 @end menu
74050e653990 (Visibility cycling): Better names for the startup
Carsten Dominik <dominik@science.uva.nl>
parents: 69999
diff changeset
5453
81167
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
5454 @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
5455 @subsection Comment lines
74050e653990 (Visibility cycling): Better names for the startup
Carsten Dominik <dominik@science.uva.nl>
parents: 69999
diff changeset
5456 @cindex comment lines
74050e653990 (Visibility cycling): Better names for the startup
Carsten Dominik <dominik@science.uva.nl>
parents: 69999
diff changeset
5457 @cindex exporting, not
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 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
5460 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
5461 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
5462
74050e653990 (Visibility cycling): Better names for the startup
Carsten Dominik <dominik@science.uva.nl>
parents: 69999
diff changeset
5463 @table @kbd
74050e653990 (Visibility cycling): Better names for the startup
Carsten Dominik <dominik@science.uva.nl>
parents: 69999
diff changeset
5464 @kindex C-c ;
74050e653990 (Visibility cycling): Better names for the startup
Carsten Dominik <dominik@science.uva.nl>
parents: 69999
diff changeset
5465 @item C-c ;
74050e653990 (Visibility cycling): Better names for the startup
Carsten Dominik <dominik@science.uva.nl>
parents: 69999
diff changeset
5466 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
5467 @end table
74050e653990 (Visibility cycling): Better names for the startup
Carsten Dominik <dominik@science.uva.nl>
parents: 69999
diff changeset
5468
81167
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
5469 @node Initial text, Footnotes, Comment lines, Text interpretation
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
5470 @subsection Text before the first headline
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
5471
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
5472 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
5473 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
5474 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
5475 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
5476 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
5477 file exported as well by setting the variable
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
5478 @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
5479 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
5480
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
5481 @example
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
5482 #+OPTIONS: skip:nil
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
5483 @end example
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 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
5486 (@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
5487 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
5488 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
5489 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
5490 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
5491 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
5492 itself at the desired location.
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 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
5495 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
5496 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
5497 construct:
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
5498
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
5499 @example
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
5500 #+OPTIONS: skip:t
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
5501 #+TEXT: This text will go before the *first* headline.
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
5502 #+TEXT: We place the table of contents here:
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
5503 #+TEXT: [TABLE-OF-CONTENTS]
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
5504 #+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
5505 @end example
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 @node Footnotes, Enhancing text, Initial text, Text interpretation
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
5508 @subsection Footnotes
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
5509 @cindex footnotes
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
5510 @cindex @file{footnote.el}
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 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
5513 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
5514
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
5515 @example
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
5516 The org-mode homepage[1] clearly needs help from
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
5517 a good web designer.
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
5518
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
5519 [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
5520 @end example
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
5521
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
5522 @noindent
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
5523 @kindex C-c !
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
5524 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
5525 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
5526 inserting inactive time stamps. You could use the variable
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
5527 @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
5528 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
5529 @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
5530 the settings in Org-mode.
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 @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
5533 @subsection Enhancing text for export
74050e653990 (Visibility cycling): Better names for the startup
Carsten Dominik <dominik@science.uva.nl>
parents: 69999
diff changeset
5534 @cindex enhancing text
74050e653990 (Visibility cycling): Better names for the startup
Carsten Dominik <dominik@science.uva.nl>
parents: 69999
diff changeset
5535 @cindex richer text
74050e653990 (Visibility cycling): Better names for the startup
Carsten Dominik <dominik@science.uva.nl>
parents: 69999
diff changeset
5536
74050e653990 (Visibility cycling): Better names for the startup
Carsten Dominik <dominik@science.uva.nl>
parents: 69999
diff changeset
5537 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
5538 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
5539 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
5540 formatted output.
74050e653990 (Visibility cycling): Better names for the startup
Carsten Dominik <dominik@science.uva.nl>
parents: 69999
diff changeset
5541
74050e653990 (Visibility cycling): Better names for the startup
Carsten Dominik <dominik@science.uva.nl>
parents: 69999
diff changeset
5542 @itemize @bullet
74050e653990 (Visibility cycling): Better names for the startup
Carsten Dominik <dominik@science.uva.nl>
parents: 69999
diff changeset
5543
74050e653990 (Visibility cycling): Better names for the startup
Carsten Dominik <dominik@science.uva.nl>
parents: 69999
diff changeset
5544 @cindex hand-formatted lists
74050e653990 (Visibility cycling): Better names for the startup
Carsten Dominik <dominik@science.uva.nl>
parents: 69999
diff changeset
5545 @cindex lists, hand-formatted
74050e653990 (Visibility cycling): Better names for the startup
Carsten Dominik <dominik@science.uva.nl>
parents: 69999
diff changeset
5546 @item
74050e653990 (Visibility cycling): Better names for the startup
Carsten Dominik <dominik@science.uva.nl>
parents: 69999
diff changeset
5547 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
5548 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
5549 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
5550
74050e653990 (Visibility cycling): Better names for the startup
Carsten Dominik <dominik@science.uva.nl>
parents: 69999
diff changeset
5551 @cindex underlined text
74050e653990 (Visibility cycling): Better names for the startup
Carsten Dominik <dominik@science.uva.nl>
parents: 69999
diff changeset
5552 @cindex bold text
74050e653990 (Visibility cycling): Better names for the startup
Carsten Dominik <dominik@science.uva.nl>
parents: 69999
diff changeset
5553 @cindex italic text
74050e653990 (Visibility cycling): Better names for the startup
Carsten Dominik <dominik@science.uva.nl>
parents: 69999
diff changeset
5554 @item
71450
93e8ae57983b (Embedded LaTeX): New chapter.
Carsten Dominik <dominik@science.uva.nl>
parents: 71386
diff changeset
5555 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
5556 @code{=code=}, and even @samp{+strikethrough+}@footnote{but remember
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
5557 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
5558 used.}.
71450
93e8ae57983b (Embedded LaTeX): New chapter.
Carsten Dominik <dominik@science.uva.nl>
parents: 71386
diff changeset
5559
76138
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
5560 @cindex horizontal rules, in exported files
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
5561 @item
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
5562 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
5563 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
5564
71450
93e8ae57983b (Embedded LaTeX): New chapter.
Carsten Dominik <dominik@science.uva.nl>
parents: 71386
diff changeset
5565 @cindex LaTeX fragments, export
93e8ae57983b (Embedded LaTeX): New chapter.
Carsten Dominik <dominik@science.uva.nl>
parents: 71386
diff changeset
5566 @cindex TeX macros, export
70011
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 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
5569 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
5570
74050e653990 (Visibility cycling): Better names for the startup
Carsten Dominik <dominik@science.uva.nl>
parents: 69999
diff changeset
5571 @cindex tables, export
74050e653990 (Visibility cycling): Better names for the startup
Carsten Dominik <dominik@science.uva.nl>
parents: 69999
diff changeset
5572 @item
74050e653990 (Visibility cycling): Better names for the startup
Carsten Dominik <dominik@science.uva.nl>
parents: 69999
diff changeset
5573 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
5574 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
5575 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
5576
74050e653990 (Visibility cycling): Better names for the startup
Carsten Dominik <dominik@science.uva.nl>
parents: 69999
diff changeset
5577 @cindex fixed width
74050e653990 (Visibility cycling): Better names for the startup
Carsten Dominik <dominik@science.uva.nl>
parents: 69999
diff changeset
5578 @item
74050e653990 (Visibility cycling): Better names for the startup
Carsten Dominik <dominik@science.uva.nl>
parents: 69999
diff changeset
5579 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
5580 headline will be typeset as fixed-width, to allow quoting of computer
74050e653990 (Visibility cycling): Better names for the startup
Carsten Dominik <dominik@science.uva.nl>
parents: 69999
diff changeset
5581 codes etc. Lines starting with @samp{:} are also typeset in
74050e653990 (Visibility cycling): Better names for the startup
Carsten Dominik <dominik@science.uva.nl>
parents: 69999
diff changeset
5582 fixed-width font.
74050e653990 (Visibility cycling): Better names for the startup
Carsten Dominik <dominik@science.uva.nl>
parents: 69999
diff changeset
5583 @table @kbd
74050e653990 (Visibility cycling): Better names for the startup
Carsten Dominik <dominik@science.uva.nl>
parents: 69999
diff changeset
5584 @kindex C-c :
74050e653990 (Visibility cycling): Better names for the startup
Carsten Dominik <dominik@science.uva.nl>
parents: 69999
diff changeset
5585 @item C-c :
74050e653990 (Visibility cycling): Better names for the startup
Carsten Dominik <dominik@science.uva.nl>
parents: 69999
diff changeset
5586 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
5587 @end table
71246
f32b17d18b4b (ASCII export): Document indentation adaptation.
Carsten Dominik <dominik@science.uva.nl>
parents: 71224
diff changeset
5588
f32b17d18b4b (ASCII export): Document indentation adaptation.
Carsten Dominik <dominik@science.uva.nl>
parents: 71224
diff changeset
5589 @cindex linebreak, forced
f32b17d18b4b (ASCII export): Document indentation adaptation.
Carsten Dominik <dominik@science.uva.nl>
parents: 71224
diff changeset
5590 @item
f32b17d18b4b (ASCII export): Document indentation adaptation.
Carsten Dominik <dominik@science.uva.nl>
parents: 71224
diff changeset
5591 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
5592 this position.
70011
74050e653990 (Visibility cycling): Better names for the startup
Carsten Dominik <dominik@science.uva.nl>
parents: 69999
diff changeset
5593 @end itemize
74050e653990 (Visibility cycling): Better names for the startup
Carsten Dominik <dominik@science.uva.nl>
parents: 69999
diff changeset
5594
74050e653990 (Visibility cycling): Better names for the startup
Carsten Dominik <dominik@science.uva.nl>
parents: 69999
diff changeset
5595 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
5596 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
5597 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
5598 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
5599 buffer.
74050e653990 (Visibility cycling): Better names for the startup
Carsten Dominik <dominik@science.uva.nl>
parents: 69999
diff changeset
5600
71450
93e8ae57983b (Embedded LaTeX): New chapter.
Carsten Dominik <dominik@science.uva.nl>
parents: 71386
diff changeset
5601
70011
74050e653990 (Visibility cycling): Better names for the startup
Carsten Dominik <dominik@science.uva.nl>
parents: 69999
diff changeset
5602 @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
5603 @subsection Export options
74050e653990 (Visibility cycling): Better names for the startup
Carsten Dominik <dominik@science.uva.nl>
parents: 69999
diff changeset
5604 @cindex options, for export
74050e653990 (Visibility cycling): Better names for the startup
Carsten Dominik <dominik@science.uva.nl>
parents: 69999
diff changeset
5605
74050e653990 (Visibility cycling): Better names for the startup
Carsten Dominik <dominik@science.uva.nl>
parents: 69999
diff changeset
5606 @cindex completion, of option keywords
74050e653990 (Visibility cycling): Better names for the startup
Carsten Dominik <dominik@science.uva.nl>
parents: 69999
diff changeset
5607 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
5608 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
5609 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
5610 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
5611 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
5612 (@pxref{Completion}).
74050e653990 (Visibility cycling): Better names for the startup
Carsten Dominik <dominik@science.uva.nl>
parents: 69999
diff changeset
5613
74050e653990 (Visibility cycling): Better names for the startup
Carsten Dominik <dominik@science.uva.nl>
parents: 69999
diff changeset
5614 @table @kbd
71653
9c582eb56ce7 (Exporting): Document `C-c C-e' as the prefix for
Carsten Dominik <dominik@science.uva.nl>
parents: 71564
diff changeset
5615 @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
5616 @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
5617 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
5618 @end table
74050e653990 (Visibility cycling): Better names for the startup
Carsten Dominik <dominik@science.uva.nl>
parents: 69999
diff changeset
5619
74050e653990 (Visibility cycling): Better names for the startup
Carsten Dominik <dominik@science.uva.nl>
parents: 69999
diff changeset
5620 @example
74050e653990 (Visibility cycling): Better names for the startup
Carsten Dominik <dominik@science.uva.nl>
parents: 69999
diff changeset
5621 #+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
5622 #+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
5623 #+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
5624 #+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
5625 #+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
5626 #+TEXT: Several lines may be given.
81167
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
5627 #+OPTIONS: H:2 num:t toc:t \n:nil @@:t ::t |:t ^: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
5628 @end example
74050e653990 (Visibility cycling): Better names for the startup
Carsten Dominik <dominik@science.uva.nl>
parents: 69999
diff changeset
5629
74050e653990 (Visibility cycling): Better names for the startup
Carsten Dominik <dominik@science.uva.nl>
parents: 69999
diff changeset
5630 @noindent
74050e653990 (Visibility cycling): Better names for the startup
Carsten Dominik <dominik@science.uva.nl>
parents: 69999
diff changeset
5631 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
5632 you can:
74050e653990 (Visibility cycling): Better names for the startup
Carsten Dominik <dominik@science.uva.nl>
parents: 69999
diff changeset
5633 @cindex headline levels
74050e653990 (Visibility cycling): Better names for the startup
Carsten Dominik <dominik@science.uva.nl>
parents: 69999
diff changeset
5634 @cindex section-numbers
74050e653990 (Visibility cycling): Better names for the startup
Carsten Dominik <dominik@science.uva.nl>
parents: 69999
diff changeset
5635 @cindex table of contents
74050e653990 (Visibility cycling): Better names for the startup
Carsten Dominik <dominik@science.uva.nl>
parents: 69999
diff changeset
5636 @cindex linebreak preservation
70867
68e63907ebfb (Plain lists): Added new item navigation commands.
Carsten Dominik <dominik@science.uva.nl>
parents: 70164
diff changeset
5637 @cindex quoted HTML tags
70011
74050e653990 (Visibility cycling): Better names for the startup
Carsten Dominik <dominik@science.uva.nl>
parents: 69999
diff changeset
5638 @cindex fixed-width sections
74050e653990 (Visibility cycling): Better names for the startup
Carsten Dominik <dominik@science.uva.nl>
parents: 69999
diff changeset
5639 @cindex tables
74050e653990 (Visibility cycling): Better names for the startup
Carsten Dominik <dominik@science.uva.nl>
parents: 69999
diff changeset
5640 @cindex @TeX{}-like syntax for sub- and superscripts
74050e653990 (Visibility cycling): Better names for the startup
Carsten Dominik <dominik@science.uva.nl>
parents: 69999
diff changeset
5641 @cindex emphasized text
74050e653990 (Visibility cycling): Better names for the startup
Carsten Dominik <dominik@science.uva.nl>
parents: 69999
diff changeset
5642 @cindex @TeX{} macros
71450
93e8ae57983b (Embedded LaTeX): New chapter.
Carsten Dominik <dominik@science.uva.nl>
parents: 71386
diff changeset
5643 @cindex La@TeX{} fragments
70011
74050e653990 (Visibility cycling): Better names for the startup
Carsten Dominik <dominik@science.uva.nl>
parents: 69999
diff changeset
5644 @example
74050e653990 (Visibility cycling): Better names for the startup
Carsten Dominik <dominik@science.uva.nl>
parents: 69999
diff changeset
5645 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
5646 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
5647 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
5648 \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
5649 @@: @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
5650 :: @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
5651 |: @r{turn on/off tables}
81167
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
5652 ^: @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
5653 @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
5654 @r{the simple @code{a_b} will be left as it is.}
70011
74050e653990 (Visibility cycling): Better names for the startup
Carsten Dominik <dominik@science.uva.nl>
parents: 69999
diff changeset
5655 *: @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
5656 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
5657 LaTeX: @r{turn on/off La@TeX{} fragments}
81167
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
5658 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
5659 @end example
74050e653990 (Visibility cycling): Better names for the startup
Carsten Dominik <dominik@science.uva.nl>
parents: 69999
diff changeset
5660
70867
68e63907ebfb (Plain lists): Added new item navigation commands.
Carsten Dominik <dominik@science.uva.nl>
parents: 70164
diff changeset
5661 @node Publishing, Miscellaneous, Exporting, Top
68e63907ebfb (Plain lists): Added new item navigation commands.
Carsten Dominik <dominik@science.uva.nl>
parents: 70164
diff changeset
5662 @chapter Publishing
71450
93e8ae57983b (Embedded LaTeX): New chapter.
Carsten Dominik <dominik@science.uva.nl>
parents: 71386
diff changeset
5663 @cindex publishing
70867
68e63907ebfb (Plain lists): Added new item navigation commands.
Carsten Dominik <dominik@science.uva.nl>
parents: 70164
diff changeset
5664
68e63907ebfb (Plain lists): Added new item navigation commands.
Carsten Dominik <dominik@science.uva.nl>
parents: 70164
diff changeset
5665 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
5666 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
5667 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
5668 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
5669 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
5670 @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
5671 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
5672 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
5673 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
5674 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
5675
68e63907ebfb (Plain lists): Added new item navigation commands.
Carsten Dominik <dominik@science.uva.nl>
parents: 70164
diff changeset
5676 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
5677
68e63907ebfb (Plain lists): Added new item navigation commands.
Carsten Dominik <dominik@science.uva.nl>
parents: 70164
diff changeset
5678 @menu
68e63907ebfb (Plain lists): Added new item navigation commands.
Carsten Dominik <dominik@science.uva.nl>
parents: 70164
diff changeset
5679 * Configuration:: Defining projects
68e63907ebfb (Plain lists): Added new item navigation commands.
Carsten Dominik <dominik@science.uva.nl>
parents: 70164
diff changeset
5680 * Sample configuration:: Example projects
68e63907ebfb (Plain lists): Added new item navigation commands.
Carsten Dominik <dominik@science.uva.nl>
parents: 70164
diff changeset
5681 * Triggering publication:: Publication commands
68e63907ebfb (Plain lists): Added new item navigation commands.
Carsten Dominik <dominik@science.uva.nl>
parents: 70164
diff changeset
5682 @end menu
68e63907ebfb (Plain lists): Added new item navigation commands.
Carsten Dominik <dominik@science.uva.nl>
parents: 70164
diff changeset
5683
68e63907ebfb (Plain lists): Added new item navigation commands.
Carsten Dominik <dominik@science.uva.nl>
parents: 70164
diff changeset
5684 @node Configuration, Sample configuration, Publishing, Publishing
68e63907ebfb (Plain lists): Added new item navigation commands.
Carsten Dominik <dominik@science.uva.nl>
parents: 70164
diff changeset
5685 @section Configuration
68e63907ebfb (Plain lists): Added new item navigation commands.
Carsten Dominik <dominik@science.uva.nl>
parents: 70164
diff changeset
5686
68e63907ebfb (Plain lists): Added new item navigation commands.
Carsten Dominik <dominik@science.uva.nl>
parents: 70164
diff changeset
5687 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
5688 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
5689
68e63907ebfb (Plain lists): Added new item navigation commands.
Carsten Dominik <dominik@science.uva.nl>
parents: 70164
diff changeset
5690 @menu
68e63907ebfb (Plain lists): Added new item navigation commands.
Carsten Dominik <dominik@science.uva.nl>
parents: 70164
diff changeset
5691 * Project alist:: The central configuration variable
71450
93e8ae57983b (Embedded LaTeX): New chapter.
Carsten Dominik <dominik@science.uva.nl>
parents: 71386
diff changeset
5692 * 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
5693 * 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
5694 * 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
5695 * Publishing options:: Tweaking HTML export
68e63907ebfb (Plain lists): Added new item navigation commands.
Carsten Dominik <dominik@science.uva.nl>
parents: 70164
diff changeset
5696 * 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
5697 * 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
5698 @end menu
68e63907ebfb (Plain lists): Added new item navigation commands.
Carsten Dominik <dominik@science.uva.nl>
parents: 70164
diff changeset
5699
71450
93e8ae57983b (Embedded LaTeX): New chapter.
Carsten Dominik <dominik@science.uva.nl>
parents: 71386
diff changeset
5700 @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
5701 @subsection The variable @code{org-publish-project-alist}
71450
93e8ae57983b (Embedded LaTeX): New chapter.
Carsten Dominik <dominik@science.uva.nl>
parents: 71386
diff changeset
5702 @cindex org-publish-project-alist
93e8ae57983b (Embedded LaTeX): New chapter.
Carsten Dominik <dominik@science.uva.nl>
parents: 71386
diff changeset
5703 @cindex projects, for publishing
70867
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 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
5706 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
5707 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
5708 the two following forms:
68e63907ebfb (Plain lists): Added new item navigation commands.
Carsten Dominik <dominik@science.uva.nl>
parents: 70164
diff changeset
5709
68e63907ebfb (Plain lists): Added new item navigation commands.
Carsten Dominik <dominik@science.uva.nl>
parents: 70164
diff changeset
5710 @lisp
68e63907ebfb (Plain lists): Added new item navigation commands.
Carsten Dominik <dominik@science.uva.nl>
parents: 70164
diff changeset
5711 ("project-name" :property value :property value ...)
68e63907ebfb (Plain lists): Added new item navigation commands.
Carsten Dominik <dominik@science.uva.nl>
parents: 70164
diff changeset
5712
68e63907ebfb (Plain lists): Added new item navigation commands.
Carsten Dominik <dominik@science.uva.nl>
parents: 70164
diff changeset
5713 @r{or}
68e63907ebfb (Plain lists): Added new item navigation commands.
Carsten Dominik <dominik@science.uva.nl>
parents: 70164
diff changeset
5714
71098
b98399840395 Small typo fixes.
Carsten Dominik <dominik@science.uva.nl>
parents: 70974
diff changeset
5715 ("project-name" :components ("project-name" "project-name" ...))
b98399840395 Small typo fixes.
Carsten Dominik <dominik@science.uva.nl>
parents: 70974
diff changeset
5716
70867
68e63907ebfb (Plain lists): Added new item navigation commands.
Carsten Dominik <dominik@science.uva.nl>
parents: 70164
diff changeset
5717 @end lisp
68e63907ebfb (Plain lists): Added new item navigation commands.
Carsten Dominik <dominik@science.uva.nl>
parents: 70164
diff changeset
5718
68e63907ebfb (Plain lists): Added new item navigation commands.
Carsten Dominik <dominik@science.uva.nl>
parents: 70164
diff changeset
5719 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
5720 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
5721 the publishing configuration to use when publishing those files. When
b98399840395 Small typo fixes.
Carsten Dominik <dominik@science.uva.nl>
parents: 70974
diff changeset
5722 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
5723 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
5724 project, which group together files requiring different publishing
b98399840395 Small typo fixes.
Carsten Dominik <dominik@science.uva.nl>
parents: 70974
diff changeset
5725 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
5726 will also publish.
70867
68e63907ebfb (Plain lists): Added new item navigation commands.
Carsten Dominik <dominik@science.uva.nl>
parents: 70164
diff changeset
5727
71450
93e8ae57983b (Embedded LaTeX): New chapter.
Carsten Dominik <dominik@science.uva.nl>
parents: 71386
diff changeset
5728 @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
5729 @subsection Sources and destinations for files
71450
93e8ae57983b (Embedded LaTeX): New chapter.
Carsten Dominik <dominik@science.uva.nl>
parents: 71386
diff changeset
5730 @cindex directories, for publishing
70867
68e63907ebfb (Plain lists): Added new item navigation commands.
Carsten Dominik <dominik@science.uva.nl>
parents: 70164
diff changeset
5731
68e63907ebfb (Plain lists): Added new item navigation commands.
Carsten Dominik <dominik@science.uva.nl>
parents: 70164
diff changeset
5732 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
5733 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
5734 and where to put published files.
68e63907ebfb (Plain lists): Added new item navigation commands.
Carsten Dominik <dominik@science.uva.nl>
parents: 70164
diff changeset
5735
68e63907ebfb (Plain lists): Added new item navigation commands.
Carsten Dominik <dominik@science.uva.nl>
parents: 70164
diff changeset
5736 @multitable @columnfractions 0.3 0.7
68e63907ebfb (Plain lists): Added new item navigation commands.
Carsten Dominik <dominik@science.uva.nl>
parents: 70164
diff changeset
5737 @item @code{:base-directory}
68e63907ebfb (Plain lists): Added new item navigation commands.
Carsten Dominik <dominik@science.uva.nl>
parents: 70164
diff changeset
5738 @tab Directory containing publishing source files
68e63907ebfb (Plain lists): Added new item navigation commands.
Carsten Dominik <dominik@science.uva.nl>
parents: 70164
diff changeset
5739 @item @code{:publishing-directory}
68e63907ebfb (Plain lists): Added new item navigation commands.
Carsten Dominik <dominik@science.uva.nl>
parents: 70164
diff changeset
5740 @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
5741 @item @code{:preparation-function}
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
5742 @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
5743 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
5744 @end multitable
68e63907ebfb (Plain lists): Added new item navigation commands.
Carsten Dominik <dominik@science.uva.nl>
parents: 70164
diff changeset
5745 @noindent
68e63907ebfb (Plain lists): Added new item navigation commands.
Carsten Dominik <dominik@science.uva.nl>
parents: 70164
diff changeset
5746
71450
93e8ae57983b (Embedded LaTeX): New chapter.
Carsten Dominik <dominik@science.uva.nl>
parents: 71386
diff changeset
5747 @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
5748 @subsection Selecting files
71450
93e8ae57983b (Embedded LaTeX): New chapter.
Carsten Dominik <dominik@science.uva.nl>
parents: 71386
diff changeset
5749 @cindex files, selecting for publishing
70867
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 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
5752 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
5753 properties
68e63907ebfb (Plain lists): Added new item navigation commands.
Carsten Dominik <dominik@science.uva.nl>
parents: 70164
diff changeset
5754 @multitable @columnfractions 0.25 0.75
68e63907ebfb (Plain lists): Added new item navigation commands.
Carsten Dominik <dominik@science.uva.nl>
parents: 70164
diff changeset
5755 @item @code{:base-extension}
68e63907ebfb (Plain lists): Added new item navigation commands.
Carsten Dominik <dominik@science.uva.nl>
parents: 70164
diff changeset
5756 @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
5757 regular expression.
68e63907ebfb (Plain lists): Added new item navigation commands.
Carsten Dominik <dominik@science.uva.nl>
parents: 70164
diff changeset
5758
68e63907ebfb (Plain lists): Added new item navigation commands.
Carsten Dominik <dominik@science.uva.nl>
parents: 70164
diff changeset
5759 @item @code{:exclude}
68e63907ebfb (Plain lists): Added new item navigation commands.
Carsten Dominik <dominik@science.uva.nl>
parents: 70164
diff changeset
5760 @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
5761 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
5762 extension.
68e63907ebfb (Plain lists): Added new item navigation commands.
Carsten Dominik <dominik@science.uva.nl>
parents: 70164
diff changeset
5763
68e63907ebfb (Plain lists): Added new item navigation commands.
Carsten Dominik <dominik@science.uva.nl>
parents: 70164
diff changeset
5764 @item @code{:include}
68e63907ebfb (Plain lists): Added new item navigation commands.
Carsten Dominik <dominik@science.uva.nl>
parents: 70164
diff changeset
5765 @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
5766 and @code{:exclude}.
68e63907ebfb (Plain lists): Added new item navigation commands.
Carsten Dominik <dominik@science.uva.nl>
parents: 70164
diff changeset
5767 @end multitable
68e63907ebfb (Plain lists): Added new item navigation commands.
Carsten Dominik <dominik@science.uva.nl>
parents: 70164
diff changeset
5768
68e63907ebfb (Plain lists): Added new item navigation commands.
Carsten Dominik <dominik@science.uva.nl>
parents: 70164
diff changeset
5769 @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
5770 @subsection Publishing Action
71450
93e8ae57983b (Embedded LaTeX): New chapter.
Carsten Dominik <dominik@science.uva.nl>
parents: 71386
diff changeset
5771 @cindex action, for publishing
70867
68e63907ebfb (Plain lists): Added new item navigation commands.
Carsten Dominik <dominik@science.uva.nl>
parents: 70164
diff changeset
5772
68e63907ebfb (Plain lists): Added new item navigation commands.
Carsten Dominik <dominik@science.uva.nl>
parents: 70164
diff changeset
5773 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
5774 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
5775 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
5776 @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
5777 (@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
5778 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
5779 specify the publishing function.
68e63907ebfb (Plain lists): Added new item navigation commands.
Carsten Dominik <dominik@science.uva.nl>
parents: 70164
diff changeset
5780
68e63907ebfb (Plain lists): Added new item navigation commands.
Carsten Dominik <dominik@science.uva.nl>
parents: 70164
diff changeset
5781 @multitable @columnfractions 0.3 0.7
68e63907ebfb (Plain lists): Added new item navigation commands.
Carsten Dominik <dominik@science.uva.nl>
parents: 70164
diff changeset
5782 @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
5783 @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
5784 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
5785 @end multitable
68e63907ebfb (Plain lists): Added new item navigation commands.
Carsten Dominik <dominik@science.uva.nl>
parents: 70164
diff changeset
5786
68e63907ebfb (Plain lists): Added new item navigation commands.
Carsten Dominik <dominik@science.uva.nl>
parents: 70164
diff changeset
5787 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
5788 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
5789 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
5790 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
5791 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
5792 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
5793 @code{org-publish-attachment}.
68e63907ebfb (Plain lists): Added new item navigation commands.
Carsten Dominik <dominik@science.uva.nl>
parents: 70164
diff changeset
5794
68e63907ebfb (Plain lists): Added new item navigation commands.
Carsten Dominik <dominik@science.uva.nl>
parents: 70164
diff changeset
5795 @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
5796 @subsection Options for the HTML exporter
71450
93e8ae57983b (Embedded LaTeX): New chapter.
Carsten Dominik <dominik@science.uva.nl>
parents: 71386
diff changeset
5797 @cindex options, for publishing
70867
68e63907ebfb (Plain lists): Added new item navigation commands.
Carsten Dominik <dominik@science.uva.nl>
parents: 70164
diff changeset
5798
68e63907ebfb (Plain lists): Added new item navigation commands.
Carsten Dominik <dominik@science.uva.nl>
parents: 70164
diff changeset
5799 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
5800 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
5801 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
5802 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
5803 respective variable for details.
68e63907ebfb (Plain lists): Added new item navigation commands.
Carsten Dominik <dominik@science.uva.nl>
parents: 70164
diff changeset
5804
68e63907ebfb (Plain lists): Added new item navigation commands.
Carsten Dominik <dominik@science.uva.nl>
parents: 70164
diff changeset
5805 @multitable @columnfractions 0.3 0.7
68e63907ebfb (Plain lists): Added new item navigation commands.
Carsten Dominik <dominik@science.uva.nl>
parents: 70164
diff changeset
5806 @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
5807 @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
5808 @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
5809 @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
5810 @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
5811 @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
5812 @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
5813 @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
5814 @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
5815 @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
5816 @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
5817 @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
5818 @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
5819 @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
5820 @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
5821 @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
5822 @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
5823 @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
5824 @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
5825 @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
5826 @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
5827 @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
5828 @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
5829 @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
5830 @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
5831 @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
5832 @end multitable
68e63907ebfb (Plain lists): Added new item navigation commands.
Carsten Dominik <dominik@science.uva.nl>
parents: 70164
diff changeset
5833
68e63907ebfb (Plain lists): Added new item navigation commands.
Carsten Dominik <dominik@science.uva.nl>
parents: 70164
diff changeset
5834 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
5835 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
5836 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
5837 options}), however, override everything.
68e63907ebfb (Plain lists): Added new item navigation commands.
Carsten Dominik <dominik@science.uva.nl>
parents: 70164
diff changeset
5838
68e63907ebfb (Plain lists): Added new item navigation commands.
Carsten Dominik <dominik@science.uva.nl>
parents: 70164
diff changeset
5839 @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
5840 @subsection Links between published files
71450
93e8ae57983b (Embedded LaTeX): New chapter.
Carsten Dominik <dominik@science.uva.nl>
parents: 71386
diff changeset
5841 @cindex links, publishing
70867
68e63907ebfb (Plain lists): Added new item navigation commands.
Carsten Dominik <dominik@science.uva.nl>
parents: 70164
diff changeset
5842
68e63907ebfb (Plain lists): Added new item navigation commands.
Carsten Dominik <dominik@science.uva.nl>
parents: 70164
diff changeset
5843 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
5844 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
5845 @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
5846 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
5847 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
5848 you publish them to HTML.
68e63907ebfb (Plain lists): Added new item navigation commands.
Carsten Dominik <dominik@science.uva.nl>
parents: 70164
diff changeset
5849
68e63907ebfb (Plain lists): Added new item navigation commands.
Carsten Dominik <dominik@science.uva.nl>
parents: 70164
diff changeset
5850 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
5851 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
5852 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
5853 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
5854
71386
0b2c58e8821c (Publishing links): Document the
Carsten Dominik <dominik@science.uva.nl>
parents: 71312
diff changeset
5855 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
5856 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
5857 location. In this case, use the property
0b2c58e8821c (Publishing links): Document the
Carsten Dominik <dominik@science.uva.nl>
parents: 71312
diff changeset
5858
0b2c58e8821c (Publishing links): Document the
Carsten Dominik <dominik@science.uva.nl>
parents: 71312
diff changeset
5859 @multitable @columnfractions 0.4 0.6
0b2c58e8821c (Publishing links): Document the
Carsten Dominik <dominik@science.uva.nl>
parents: 71312
diff changeset
5860 @item @code{:link-validation-function}
0b2c58e8821c (Publishing links): Document the
Carsten Dominik <dominik@science.uva.nl>
parents: 71312
diff changeset
5861 @tab Function to validate links
0b2c58e8821c (Publishing links): Document the
Carsten Dominik <dominik@science.uva.nl>
parents: 71312
diff changeset
5862 @end multitable
0b2c58e8821c (Publishing links): Document the
Carsten Dominik <dominik@science.uva.nl>
parents: 71312
diff changeset
5863
0b2c58e8821c (Publishing links): Document the
Carsten Dominik <dominik@science.uva.nl>
parents: 71312
diff changeset
5864 @noindent
0b2c58e8821c (Publishing links): Document the
Carsten Dominik <dominik@science.uva.nl>
parents: 71312
diff changeset
5865 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
5866 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
5867 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
5868 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
5869 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
5870 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
5871 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
5872
70867
68e63907ebfb (Plain lists): Added new item navigation commands.
Carsten Dominik <dominik@science.uva.nl>
parents: 70164
diff changeset
5873 @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
5874 @subsection Project page index
71450
93e8ae57983b (Embedded LaTeX): New chapter.
Carsten Dominik <dominik@science.uva.nl>
parents: 71386
diff changeset
5875 @cindex index, of published pages
70867
68e63907ebfb (Plain lists): Added new item navigation commands.
Carsten Dominik <dominik@science.uva.nl>
parents: 70164
diff changeset
5876
68e63907ebfb (Plain lists): Added new item navigation commands.
Carsten Dominik <dominik@science.uva.nl>
parents: 70164
diff changeset
5877 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
5878 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
5879
68e63907ebfb (Plain lists): Added new item navigation commands.
Carsten Dominik <dominik@science.uva.nl>
parents: 70164
diff changeset
5880 @multitable @columnfractions 0.25 0.75
68e63907ebfb (Plain lists): Added new item navigation commands.
Carsten Dominik <dominik@science.uva.nl>
parents: 70164
diff changeset
5881 @item @code{:auto-index}
68e63907ebfb (Plain lists): Added new item navigation commands.
Carsten Dominik <dominik@science.uva.nl>
parents: 70164
diff changeset
5882 @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
5883 org-publish-all.
68e63907ebfb (Plain lists): Added new item navigation commands.
Carsten Dominik <dominik@science.uva.nl>
parents: 70164
diff changeset
5884
68e63907ebfb (Plain lists): Added new item navigation commands.
Carsten Dominik <dominik@science.uva.nl>
parents: 70164
diff changeset
5885 @item @code{:index-filename}
68e63907ebfb (Plain lists): Added new item navigation commands.
Carsten Dominik <dominik@science.uva.nl>
parents: 70164
diff changeset
5886 @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
5887 becomes @file{index.html}).
68e63907ebfb (Plain lists): Added new item navigation commands.
Carsten Dominik <dominik@science.uva.nl>
parents: 70164
diff changeset
5888
68e63907ebfb (Plain lists): Added new item navigation commands.
Carsten Dominik <dominik@science.uva.nl>
parents: 70164
diff changeset
5889 @item @code{:index-title}
68e63907ebfb (Plain lists): Added new item navigation commands.
Carsten Dominik <dominik@science.uva.nl>
parents: 70164
diff changeset
5890 @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
5891
68e63907ebfb (Plain lists): Added new item navigation commands.
Carsten Dominik <dominik@science.uva.nl>
parents: 70164
diff changeset
5892 @item @code{:index-function}
68e63907ebfb (Plain lists): Added new item navigation commands.
Carsten Dominik <dominik@science.uva.nl>
parents: 70164
diff changeset
5893 @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
5894 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
5895 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
5896 @end multitable
68e63907ebfb (Plain lists): Added new item navigation commands.
Carsten Dominik <dominik@science.uva.nl>
parents: 70164
diff changeset
5897
68e63907ebfb (Plain lists): Added new item navigation commands.
Carsten Dominik <dominik@science.uva.nl>
parents: 70164
diff changeset
5898 @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
5899 @section Sample configuration
68e63907ebfb (Plain lists): Added new item navigation commands.
Carsten Dominik <dominik@science.uva.nl>
parents: 70164
diff changeset
5900
68e63907ebfb (Plain lists): Added new item navigation commands.
Carsten Dominik <dominik@science.uva.nl>
parents: 70164
diff changeset
5901 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
5902 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
5903 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
5904
68e63907ebfb (Plain lists): Added new item navigation commands.
Carsten Dominik <dominik@science.uva.nl>
parents: 70164
diff changeset
5905 @menu
68e63907ebfb (Plain lists): Added new item navigation commands.
Carsten Dominik <dominik@science.uva.nl>
parents: 70164
diff changeset
5906 * Simple example:: One-component publishing
68e63907ebfb (Plain lists): Added new item navigation commands.
Carsten Dominik <dominik@science.uva.nl>
parents: 70164
diff changeset
5907 * 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
5908 @end menu
68e63907ebfb (Plain lists): Added new item navigation commands.
Carsten Dominik <dominik@science.uva.nl>
parents: 70164
diff changeset
5909
68e63907ebfb (Plain lists): Added new item navigation commands.
Carsten Dominik <dominik@science.uva.nl>
parents: 70164
diff changeset
5910 @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
5911 @subsection Example: simple publishing configuration
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 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
5914 directory on the local machine.
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 @lisp
68e63907ebfb (Plain lists): Added new item navigation commands.
Carsten Dominik <dominik@science.uva.nl>
parents: 70164
diff changeset
5917 (setq org-publish-project-alist
68e63907ebfb (Plain lists): Added new item navigation commands.
Carsten Dominik <dominik@science.uva.nl>
parents: 70164
diff changeset
5918 '(("org"
68e63907ebfb (Plain lists): Added new item navigation commands.
Carsten Dominik <dominik@science.uva.nl>
parents: 70164
diff changeset
5919 :base-directory "~/org/"
68e63907ebfb (Plain lists): Added new item navigation commands.
Carsten Dominik <dominik@science.uva.nl>
parents: 70164
diff changeset
5920 :publishing-directory "~/public_html"
68e63907ebfb (Plain lists): Added new item navigation commands.
Carsten Dominik <dominik@science.uva.nl>
parents: 70164
diff changeset
5921 :section-numbers nil
68e63907ebfb (Plain lists): Added new item navigation commands.
Carsten Dominik <dominik@science.uva.nl>
parents: 70164
diff changeset
5922 :table-of-contents nil
68e63907ebfb (Plain lists): Added new item navigation commands.
Carsten Dominik <dominik@science.uva.nl>
parents: 70164
diff changeset
5923 :style "<link rel=stylesheet
68e63907ebfb (Plain lists): Added new item navigation commands.
Carsten Dominik <dominik@science.uva.nl>
parents: 70164
diff changeset
5924 href=\"../other/mystyle.css\"
68e63907ebfb (Plain lists): Added new item navigation commands.
Carsten Dominik <dominik@science.uva.nl>
parents: 70164
diff changeset
5925 type=\"text/css\">")))
68e63907ebfb (Plain lists): Added new item navigation commands.
Carsten Dominik <dominik@science.uva.nl>
parents: 70164
diff changeset
5926 @end lisp
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 @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
5929 @subsection Example: complex publishing configuration
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 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
5932 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
5933 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
5934 excluded.
68e63907ebfb (Plain lists): Added new item navigation commands.
Carsten Dominik <dominik@science.uva.nl>
parents: 70164
diff changeset
5935
68e63907ebfb (Plain lists): Added new item navigation commands.
Carsten Dominik <dominik@science.uva.nl>
parents: 70164
diff changeset
5936 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
5937 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
5938 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
5939 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
5940 @c
68e63907ebfb (Plain lists): Added new item navigation commands.
Carsten Dominik <dominik@science.uva.nl>
parents: 70164
diff changeset
5941 @example
68e63907ebfb (Plain lists): Added new item navigation commands.
Carsten Dominik <dominik@science.uva.nl>
parents: 70164
diff changeset
5942 file:../images/myimage.png
68e63907ebfb (Plain lists): Added new item navigation commands.
Carsten Dominik <dominik@science.uva.nl>
parents: 70164
diff changeset
5943 @end example
68e63907ebfb (Plain lists): Added new item navigation commands.
Carsten Dominik <dominik@science.uva.nl>
parents: 70164
diff changeset
5944 @c
68e63907ebfb (Plain lists): Added new item navigation commands.
Carsten Dominik <dominik@science.uva.nl>
parents: 70164
diff changeset
5945 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
5946 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
5947 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
5948
68e63907ebfb (Plain lists): Added new item navigation commands.
Carsten Dominik <dominik@science.uva.nl>
parents: 70164
diff changeset
5949 @lisp
68e63907ebfb (Plain lists): Added new item navigation commands.
Carsten Dominik <dominik@science.uva.nl>
parents: 70164
diff changeset
5950 (setq org-publish-project-alist
71098
b98399840395 Small typo fixes.
Carsten Dominik <dominik@science.uva.nl>
parents: 70974
diff changeset
5951 '(("orgfiles"
70867
68e63907ebfb (Plain lists): Added new item navigation commands.
Carsten Dominik <dominik@science.uva.nl>
parents: 70164
diff changeset
5952 :base-directory "~/org/"
68e63907ebfb (Plain lists): Added new item navigation commands.
Carsten Dominik <dominik@science.uva.nl>
parents: 70164
diff changeset
5953 :base-extension "org"
68e63907ebfb (Plain lists): Added new item navigation commands.
Carsten Dominik <dominik@science.uva.nl>
parents: 70164
diff changeset
5954 :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
5955 :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
5956 :exclude "PrivatePage.org" ;; regexp
68e63907ebfb (Plain lists): Added new item navigation commands.
Carsten Dominik <dominik@science.uva.nl>
parents: 70164
diff changeset
5957 :headline-levels 3
68e63907ebfb (Plain lists): Added new item navigation commands.
Carsten Dominik <dominik@science.uva.nl>
parents: 70164
diff changeset
5958 :section-numbers nil
68e63907ebfb (Plain lists): Added new item navigation commands.
Carsten Dominik <dominik@science.uva.nl>
parents: 70164
diff changeset
5959 :table-of-contents nil
68e63907ebfb (Plain lists): Added new item navigation commands.
Carsten Dominik <dominik@science.uva.nl>
parents: 70164
diff changeset
5960 :style "<link rel=stylesheet
68e63907ebfb (Plain lists): Added new item navigation commands.
Carsten Dominik <dominik@science.uva.nl>
parents: 70164
diff changeset
5961 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
5962 :auto-preamble t
68e63907ebfb (Plain lists): Added new item navigation commands.
Carsten Dominik <dominik@science.uva.nl>
parents: 70164
diff changeset
5963 :auto-postamble nil)
68e63907ebfb (Plain lists): Added new item navigation commands.
Carsten Dominik <dominik@science.uva.nl>
parents: 70164
diff changeset
5964
68e63907ebfb (Plain lists): Added new item navigation commands.
Carsten Dominik <dominik@science.uva.nl>
parents: 70164
diff changeset
5965 ("images"
68e63907ebfb (Plain lists): Added new item navigation commands.
Carsten Dominik <dominik@science.uva.nl>
parents: 70164
diff changeset
5966 :base-directory "~/images/"
68e63907ebfb (Plain lists): Added new item navigation commands.
Carsten Dominik <dominik@science.uva.nl>
parents: 70164
diff changeset
5967 :base-extension "jpg\\|gif\\|png"
68e63907ebfb (Plain lists): Added new item navigation commands.
Carsten Dominik <dominik@science.uva.nl>
parents: 70164
diff changeset
5968 :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
5969 :publishing-function org-publish-attachment)
68e63907ebfb (Plain lists): Added new item navigation commands.
Carsten Dominik <dominik@science.uva.nl>
parents: 70164
diff changeset
5970
68e63907ebfb (Plain lists): Added new item navigation commands.
Carsten Dominik <dominik@science.uva.nl>
parents: 70164
diff changeset
5971 ("other"
68e63907ebfb (Plain lists): Added new item navigation commands.
Carsten Dominik <dominik@science.uva.nl>
parents: 70164
diff changeset
5972 :base-directory "~/other/"
68e63907ebfb (Plain lists): Added new item navigation commands.
Carsten Dominik <dominik@science.uva.nl>
parents: 70164
diff changeset
5973 :base-extension "css\\|el"
68e63907ebfb (Plain lists): Added new item navigation commands.
Carsten Dominik <dominik@science.uva.nl>
parents: 70164
diff changeset
5974 :publishing-directory "/ssh:user@@host:~/html/other/"
71098
b98399840395 Small typo fixes.
Carsten Dominik <dominik@science.uva.nl>
parents: 70974
diff changeset
5975 :publishing-function org-publish-attachment)
b98399840395 Small typo fixes.
Carsten Dominik <dominik@science.uva.nl>
parents: 70974
diff changeset
5976 ("website" :components ("orgfiles" "images" "other"))))
70867
68e63907ebfb (Plain lists): Added new item navigation commands.
Carsten Dominik <dominik@science.uva.nl>
parents: 70164
diff changeset
5977 @end lisp
68e63907ebfb (Plain lists): Added new item navigation commands.
Carsten Dominik <dominik@science.uva.nl>
parents: 70164
diff changeset
5978
68e63907ebfb (Plain lists): Added new item navigation commands.
Carsten Dominik <dominik@science.uva.nl>
parents: 70164
diff changeset
5979 @node Triggering publication, , Sample configuration, Publishing
68e63907ebfb (Plain lists): Added new item navigation commands.
Carsten Dominik <dominik@science.uva.nl>
parents: 70164
diff changeset
5980 @section Triggering publication
68e63907ebfb (Plain lists): Added new item navigation commands.
Carsten Dominik <dominik@science.uva.nl>
parents: 70164
diff changeset
5981
68e63907ebfb (Plain lists): Added new item navigation commands.
Carsten Dominik <dominik@science.uva.nl>
parents: 70164
diff changeset
5982 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
5983 following functions:
68e63907ebfb (Plain lists): Added new item navigation commands.
Carsten Dominik <dominik@science.uva.nl>
parents: 70164
diff changeset
5984
68e63907ebfb (Plain lists): Added new item navigation commands.
Carsten Dominik <dominik@science.uva.nl>
parents: 70164
diff changeset
5985 @table @kbd
81167
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
5986 @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
5987 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
5988 @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
5989 Publish the project containing the current file.
81167
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
5990 @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
5991 Publish only the current file.
81167
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
5992 @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
5993 Publish all projects.
68e63907ebfb (Plain lists): Added new item navigation commands.
Carsten Dominik <dominik@science.uva.nl>
parents: 70164
diff changeset
5994 @end table
68e63907ebfb (Plain lists): Added new item navigation commands.
Carsten Dominik <dominik@science.uva.nl>
parents: 70164
diff changeset
5995
68e63907ebfb (Plain lists): Added new item navigation commands.
Carsten Dominik <dominik@science.uva.nl>
parents: 70164
diff changeset
5996 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
5997 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
5998 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
5999
71386
0b2c58e8821c (Publishing links): Document the
Carsten Dominik <dominik@science.uva.nl>
parents: 71312
diff changeset
6000 @node Miscellaneous, Extensions and Hacking, Publishing, Top
58792
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
6001 @chapter Miscellaneous
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
6002
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
6003 @menu
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
6004 * Completion:: M-TAB knows what you need
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
6005 * Customization:: Adapting Org-mode to your taste
71450
93e8ae57983b (Embedded LaTeX): New chapter.
Carsten Dominik <dominik@science.uva.nl>
parents: 71386
diff changeset
6006 * 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
6007 * 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
6008 * 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
6009 * TTY keys:: Using Org-mode on a tty
58792
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
6010 * Interaction:: Other Emacs packages
63362
8a4e1b582425 Version 3.11
Carsten Dominik <dominik@science.uva.nl>
parents: 62713
diff changeset
6011 * Bugs:: Things which do not work perfectly
58792
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
6012 @end menu
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
6013
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
6014 @node Completion, Customization, Miscellaneous, Miscellaneous
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
6015 @section Completion
63833
addf44674c32 Version 3.12
Carsten Dominik <dominik@science.uva.nl>
parents: 63672
diff changeset
6016 @cindex completion, of @TeX{} symbols
addf44674c32 Version 3.12
Carsten Dominik <dominik@science.uva.nl>
parents: 63672
diff changeset
6017 @cindex completion, of TODO keywords
addf44674c32 Version 3.12
Carsten Dominik <dominik@science.uva.nl>
parents: 63672
diff changeset
6018 @cindex completion, of dictionary words
addf44674c32 Version 3.12
Carsten Dominik <dominik@science.uva.nl>
parents: 63672
diff changeset
6019 @cindex completion, of option keywords
67613
eab2494a32d7 *** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents: 67604
diff changeset
6020 @cindex completion, of tags
76138
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
6021 @cindex completion, of link abbreviations
67613
eab2494a32d7 *** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents: 67604
diff changeset
6022 @cindex @TeX{} symbol completion
eab2494a32d7 *** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents: 67604
diff changeset
6023 @cindex TODO keywords completion
eab2494a32d7 *** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents: 67604
diff changeset
6024 @cindex dictionary word completion
eab2494a32d7 *** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents: 67604
diff changeset
6025 @cindex option keyword completion
eab2494a32d7 *** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents: 67604
diff changeset
6026 @cindex tag completion
76138
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
6027 @cindex link abbreviations, completion of
58792
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 Org-mode supports in-buffer completion. This type of completion does
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
6030 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
6031 the buffer and use the key to complete text right there.
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
6032
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
6033 @table @kbd
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
6034 @kindex M-@key{TAB}
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
6035 @item M-@key{TAB}
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
6036 Complete word at point
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
6037 @itemize @bullet
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
6038 @item
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
6039 At the beginning of a headline, complete TODO keywords.
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
6040 @item
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
6041 After @samp{\}, complete @TeX{} symbols supported by the exporter.
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
6042 @item
73874
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
6043 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
6044 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
6045 @item
73874
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
6046 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
6047 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
6048 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
6049 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
6050 @item
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
6051 After @samp{[}, complete link abbreviations (@pxref{Link abbreviations}).
67613
eab2494a32d7 *** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents: 67604
diff changeset
6052 @item
58792
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
6053 After @samp{#+}, complete the special keywords like @samp{TYP_TODO} or
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
6054 @samp{OPTIONS} which set file-specific options for Org-mode. When the
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
6055 option keyword is already complete, pressing @kbd{M-@key{TAB}} again
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
6056 will insert example settings for this keyword.
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 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
6059 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
6060 @item
58792
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
6061 Elsewhere, complete dictionary words using ispell.
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
6062 @end itemize
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
6063 @end table
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
6064
71450
93e8ae57983b (Embedded LaTeX): New chapter.
Carsten Dominik <dominik@science.uva.nl>
parents: 71386
diff changeset
6065 @node Customization, In-buffer settings, Completion, Miscellaneous
58792
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
6066 @section Customization
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
6067 @cindex customization
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
6068 @cindex options, for customization
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
6069 @cindex variables, for customization
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
6070
76138
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
6071 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
6072 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
6073 describing the variables here. A structured overview of customization
5f1a4736c318 *** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents: 67613
diff changeset
6074 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
6075 @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
6076 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
6077 lines into the buffer (@pxref{In-buffer settings}).
93e8ae57983b (Embedded LaTeX): New chapter.
Carsten Dominik <dominik@science.uva.nl>
parents: 71386
diff changeset
6078
93e8ae57983b (Embedded LaTeX): New chapter.
Carsten Dominik <dominik@science.uva.nl>
parents: 71386
diff changeset
6079 @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
6080 @section Summary of in-buffer settings
74050e653990 (Visibility cycling): Better names for the startup
Carsten Dominik <dominik@science.uva.nl>
parents: 69999
diff changeset
6081 @cindex in-buffer settings
74050e653990 (Visibility cycling): Better names for the startup
Carsten Dominik <dominik@science.uva.nl>
parents: 69999
diff changeset
6082 @cindex special keywords
74050e653990 (Visibility cycling): Better names for the startup
Carsten Dominik <dominik@science.uva.nl>
parents: 69999
diff changeset
6083
74050e653990 (Visibility cycling): Better names for the startup
Carsten Dominik <dominik@science.uva.nl>
parents: 69999
diff changeset
6084 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
6085 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
6086 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
6087 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
6088 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
6089 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
6090 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
6091 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
6092 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
6093
74050e653990 (Visibility cycling): Better names for the startup
Carsten Dominik <dominik@science.uva.nl>
parents: 69999
diff changeset
6094 @table @kbd
74050e653990 (Visibility cycling): Better names for the startup
Carsten Dominik <dominik@science.uva.nl>
parents: 69999
diff changeset
6095 @item #+STARTUP:
74050e653990 (Visibility cycling): Better names for the startup
Carsten Dominik <dominik@science.uva.nl>
parents: 69999
diff changeset
6096 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
6097 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
6098 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
6099 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
6100 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
6101 @cindex @code{overview}, STARTUP keyword
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
6102 @cindex @code{content}, STARTUP keyword
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
6103 @cindex @code{showall}, STARTUP keyword
70011
74050e653990 (Visibility cycling): Better names for the startup
Carsten Dominik <dominik@science.uva.nl>
parents: 69999
diff changeset
6104 @example
74050e653990 (Visibility cycling): Better names for the startup
Carsten Dominik <dominik@science.uva.nl>
parents: 69999
diff changeset
6105 overview @r{top-level headlines only}
74050e653990 (Visibility cycling): Better names for the startup
Carsten Dominik <dominik@science.uva.nl>
parents: 69999
diff changeset
6106 content @r{all headlines}
74050e653990 (Visibility cycling): Better names for the startup
Carsten Dominik <dominik@science.uva.nl>
parents: 69999
diff changeset
6107 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
6108 @end example
74050e653990 (Visibility cycling): Better names for the startup
Carsten Dominik <dominik@science.uva.nl>
parents: 69999
diff changeset
6109 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
6110 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
6111 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
6112 @code{nil}.
76138
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
6113 @cindex @code{align}, STARTUP keyword
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
6114 @cindex @code{noalign}, STARTUP keyword
70011
74050e653990 (Visibility cycling): Better names for the startup
Carsten Dominik <dominik@science.uva.nl>
parents: 69999
diff changeset
6115 @example
74050e653990 (Visibility cycling): Better names for the startup
Carsten Dominik <dominik@science.uva.nl>
parents: 69999
diff changeset
6116 align @r{align all tables}
70164
7ce8d4154af5 Many small fixes.
Carsten Dominik <dominik@science.uva.nl>
parents: 70133
diff changeset
6117 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
6118 @end example
76138
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
6119 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
6120 @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
6121 @cindex @code{logdone}, STARTUP keyword
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
6122 @cindex @code{nologging}, STARTUP keyword
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
6123 @cindex @code{lognotedone}, STARTUP keyword
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
6124 @cindex @code{lognoteclock-out}, STARTUP keyword
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
6125 @cindex @code{lognotestate}, STARTUP keyword
81167
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
6126 @cindex @code{logrepeat}, STARTUP keyword
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
6127 @cindex @code{nologrepeat}, STARTUP keyword
70867
68e63907ebfb (Plain lists): Added new item navigation commands.
Carsten Dominik <dominik@science.uva.nl>
parents: 70164
diff changeset
6128 @example
76138
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
6129 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
6130 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
6131 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
6132 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
6133 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
6134 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
6135 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
6136 @end example
70011
74050e653990 (Visibility cycling): Better names for the startup
Carsten Dominik <dominik@science.uva.nl>
parents: 69999
diff changeset
6137 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
6138 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
6139 @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
6140 (meaning @code{showstars} and @code{oddeven}).
76138
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
6141 @cindex @code{hidestars}, STARTUP keyword
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
6142 @cindex @code{showstars}, STARTUP keyword
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
6143 @cindex @code{odd}, STARTUP keyword
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
6144 @cindex @code{even}, STARTUP keyword
70011
74050e653990 (Visibility cycling): Better names for the startup
Carsten Dominik <dominik@science.uva.nl>
parents: 69999
diff changeset
6145 @example
74050e653990 (Visibility cycling): Better names for the startup
Carsten Dominik <dominik@science.uva.nl>
parents: 69999
diff changeset
6146 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
6147 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
6148 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
6149 oddeven @r{allow all outline levels}
74050e653990 (Visibility cycling): Better names for the startup
Carsten Dominik <dominik@science.uva.nl>
parents: 69999
diff changeset
6150 @end example
74030
7c426fa1fdff Fix typos
Carsten Dominik <dominik@science.uva.nl>
parents: 73967
diff changeset
6151 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
6152 @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
6153 @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
6154 @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
6155 @example
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
6156 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
6157 @end example
81167
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
6158 The following options influence the table spreadsheet (variable
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
6159 @code{constants-unit-system}).
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
6160 @cindex @code{constcgs}, STARTUP keyword
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
6161 @cindex @code{constSI}, STARTUP keyword
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
6162 @example
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
6163 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
6164 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
6165 @end example
70011
74050e653990 (Visibility cycling): Better names for the startup
Carsten Dominik <dominik@science.uva.nl>
parents: 69999
diff changeset
6166 @item #+SEQ_TODO: #+TYP_TODO:
70951
39f6e1889f85 (ASCII export): Omit command name.
Carsten Dominik <dominik@science.uva.nl>
parents: 70867
diff changeset
6167 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
6168 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
6169 and @code{org-todo-interpretation}.
70867
68e63907ebfb (Plain lists): Added new item navigation commands.
Carsten Dominik <dominik@science.uva.nl>
parents: 70164
diff changeset
6170 @item #+TAGS: TAG1(c1) TAG2(c2)
68e63907ebfb (Plain lists): Added new item navigation commands.
Carsten Dominik <dominik@science.uva.nl>
parents: 70164
diff changeset
6171 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
6172 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
6173 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
6174 @item #+LINK: linkword replace
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
6175 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
6176 @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
6177 @code{org-link-abbrev-alist}.
70011
74050e653990 (Visibility cycling): Better names for the startup
Carsten Dominik <dominik@science.uva.nl>
parents: 69999
diff changeset
6178 @item #+CATEGORY:
74050e653990 (Visibility cycling): Better names for the startup
Carsten Dominik <dominik@science.uva.nl>
parents: 69999
diff changeset
6179 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
6180 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
6181 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
6182 @item #+ARCHIVE: %s_done::
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
6183 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
6184 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
6185 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
6186 The corresponding variable is @code{org-archive-location}.
81167
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
6187 @item #+PRIORITIES: highest lowest default
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
6188 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
6189 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
6190 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
6191 @item #+TBLFM:
74050e653990 (Visibility cycling): Better names for the startup
Carsten Dominik <dominik@science.uva.nl>
parents: 69999
diff changeset
6192 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
6193 @item #+TITLE:, #+AUTHOR:, #+EMAIL:, #+LANGUAGE:, #+TEXT:, #+OPTIONS:
71098
b98399840395 Small typo fixes.
Carsten Dominik <dominik@science.uva.nl>
parents: 70974
diff changeset
6194 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
6195 @ref{Export options}.
74050e653990 (Visibility cycling): Better names for the startup
Carsten Dominik <dominik@science.uva.nl>
parents: 69999
diff changeset
6196 @end table
74050e653990 (Visibility cycling): Better names for the startup
Carsten Dominik <dominik@science.uva.nl>
parents: 69999
diff changeset
6197
71450
93e8ae57983b (Embedded LaTeX): New chapter.
Carsten Dominik <dominik@science.uva.nl>
parents: 71386
diff changeset
6198 @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
6199 @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
6200 @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
6201 @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
6202
70011
74050e653990 (Visibility cycling): Better names for the startup
Carsten Dominik <dominik@science.uva.nl>
parents: 69999
diff changeset
6203 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
6204 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
6205 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
6206 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
6207 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
6208 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
6209
74050e653990 (Visibility cycling): Better names for the startup
Carsten Dominik <dominik@science.uva.nl>
parents: 69999
diff changeset
6210 @itemize @minus
71386
0b2c58e8821c (Publishing links): Document the
Carsten Dominik <dominik@science.uva.nl>
parents: 71312
diff changeset
6211 @item
71508
c12f8a27aae5 (Embedded LaTeX): Fix typos and implement small improvements
Carsten Dominik <dominik@science.uva.nl>
parents: 71450
diff changeset
6212 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
6213 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
6214 @item
70867
68e63907ebfb (Plain lists): Added new item navigation commands.
Carsten Dominik <dominik@science.uva.nl>
parents: 70164
diff changeset
6215 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
6216 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
6217 information.
69929
beebc22085fe (Link format): New section, emphasis on bracket links.
Carsten Dominik <dominik@science.uva.nl>
parents: 69891
diff changeset
6218 @item
70011
74050e653990 (Visibility cycling): Better names for the startup
Carsten Dominik <dominik@science.uva.nl>
parents: 69999
diff changeset
6219 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
6220 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
6221 @item
70867
68e63907ebfb (Plain lists): Added new item navigation commands.
Carsten Dominik <dominik@science.uva.nl>
parents: 70164
diff changeset
6222 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
6223 the entire table.
74050e653990 (Visibility cycling): Better names for the startup
Carsten Dominik <dominik@science.uva.nl>
parents: 69999
diff changeset
6224 @item
74050e653990 (Visibility cycling): Better names for the startup
Carsten Dominik <dominik@science.uva.nl>
parents: 69999
diff changeset
6225 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
6226 activate that table.
69929
beebc22085fe (Link format): New section, emphasis on bracket links.
Carsten Dominik <dominik@science.uva.nl>
parents: 69891
diff changeset
6227 @item
73874
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
6228 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
6229 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
6230 default location.
69929
beebc22085fe (Link format): New section, emphasis on bracket links.
Carsten Dominik <dominik@science.uva.nl>
parents: 69891
diff changeset
6231 @item
70867
68e63907ebfb (Plain lists): Added new item navigation commands.
Carsten Dominik <dominik@science.uva.nl>
parents: 70164
diff changeset
6232 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
6233 corresponding links in this buffer.
68e63907ebfb (Plain lists): Added new item navigation commands.
Carsten Dominik <dominik@science.uva.nl>
parents: 70164
diff changeset
6234 @item
68e63907ebfb (Plain lists): Added new item navigation commands.
Carsten Dominik <dominik@science.uva.nl>
parents: 70164
diff changeset
6235 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
6236 of the checkbox.
70011
74050e653990 (Visibility cycling): Better names for the startup
Carsten Dominik <dominik@science.uva.nl>
parents: 69999
diff changeset
6237 @item
74050e653990 (Visibility cycling): Better names for the startup
Carsten Dominik <dominik@science.uva.nl>
parents: 69999
diff changeset
6238 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
6239 ordered list.
69929
beebc22085fe (Link format): New section, emphasis on bracket links.
Carsten Dominik <dominik@science.uva.nl>
parents: 69891
diff changeset
6240 @end itemize
beebc22085fe (Link format): New section, emphasis on bracket links.
Carsten Dominik <dominik@science.uva.nl>
parents: 69891
diff changeset
6241
70011
74050e653990 (Visibility cycling): Better names for the startup
Carsten Dominik <dominik@science.uva.nl>
parents: 69999
diff changeset
6242 @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
6243 @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
6244 @cindex hiding leading stars
a2d5fbc00b3e (Interaction): Added item about `org-mouse.el' by Piotr
Carsten Dominik <dominik@science.uva.nl>
parents: 69117
diff changeset
6245 @cindex clean outline view
a2d5fbc00b3e (Interaction): Added item about `org-mouse.el' by Piotr
Carsten Dominik <dominik@science.uva.nl>
parents: 69117
diff changeset
6246
a2d5fbc00b3e (Interaction): Added item about `org-mouse.el' by Piotr
Carsten Dominik <dominik@science.uva.nl>
parents: 69117
diff changeset
6247 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
6248 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
6249 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
6250
a2d5fbc00b3e (Interaction): Added item about `org-mouse.el' by Piotr
Carsten Dominik <dominik@science.uva.nl>
parents: 69117
diff changeset
6251 @example
a2d5fbc00b3e (Interaction): Added item about `org-mouse.el' by Piotr
Carsten Dominik <dominik@science.uva.nl>
parents: 69117
diff changeset
6252 * Top level headline
a2d5fbc00b3e (Interaction): Added item about `org-mouse.el' by Piotr
Carsten Dominik <dominik@science.uva.nl>
parents: 69117
diff changeset
6253 ** Second level
a2d5fbc00b3e (Interaction): Added item about `org-mouse.el' by Piotr
Carsten Dominik <dominik@science.uva.nl>
parents: 69117
diff changeset
6254 *** 3rd level
a2d5fbc00b3e (Interaction): Added item about `org-mouse.el' by Piotr
Carsten Dominik <dominik@science.uva.nl>
parents: 69117
diff changeset
6255 some text
a2d5fbc00b3e (Interaction): Added item about `org-mouse.el' by Piotr
Carsten Dominik <dominik@science.uva.nl>
parents: 69117
diff changeset
6256 *** 3rd level
a2d5fbc00b3e (Interaction): Added item about `org-mouse.el' by Piotr
Carsten Dominik <dominik@science.uva.nl>
parents: 69117
diff changeset
6257 more text
a2d5fbc00b3e (Interaction): Added item about `org-mouse.el' by Piotr
Carsten Dominik <dominik@science.uva.nl>
parents: 69117
diff changeset
6258 * Another top level headline
a2d5fbc00b3e (Interaction): Added item about `org-mouse.el' by Piotr
Carsten Dominik <dominik@science.uva.nl>
parents: 69117
diff changeset
6259 @end example
a2d5fbc00b3e (Interaction): Added item about `org-mouse.el' by Piotr
Carsten Dominik <dominik@science.uva.nl>
parents: 69117
diff changeset
6260
a2d5fbc00b3e (Interaction): Added item about `org-mouse.el' by Piotr
Carsten Dominik <dominik@science.uva.nl>
parents: 69117
diff changeset
6261 @noindent
a2d5fbc00b3e (Interaction): Added item about `org-mouse.el' by Piotr
Carsten Dominik <dominik@science.uva.nl>
parents: 69117
diff changeset
6262 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
6263 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
6264 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
6265 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
6266 @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
6267
a2d5fbc00b3e (Interaction): Added item about `org-mouse.el' by Piotr
Carsten Dominik <dominik@science.uva.nl>
parents: 69117
diff changeset
6268 @lisp
a2d5fbc00b3e (Interaction): Added item about `org-mouse.el' by Piotr
Carsten Dominik <dominik@science.uva.nl>
parents: 69117
diff changeset
6269 (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
6270 @end lisp
a2d5fbc00b3e (Interaction): Added item about `org-mouse.el' by Piotr
Carsten Dominik <dominik@science.uva.nl>
parents: 69117
diff changeset
6271
a2d5fbc00b3e (Interaction): Added item about `org-mouse.el' by Piotr
Carsten Dominik <dominik@science.uva.nl>
parents: 69117
diff changeset
6272 @noindent
69456
6c85e996427c (Clean view): Document new startup options.
Carsten Dominik <dominik@science.uva.nl>
parents: 69318
diff changeset
6273 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
6274 the buffer)
6c85e996427c (Clean view): Document new startup options.
Carsten Dominik <dominik@science.uva.nl>
parents: 69318
diff changeset
6275
6c85e996427c (Clean view): Document new startup options.
Carsten Dominik <dominik@science.uva.nl>
parents: 69318
diff changeset
6276 @example
6c85e996427c (Clean view): Document new startup options.
Carsten Dominik <dominik@science.uva.nl>
parents: 69318
diff changeset
6277 #+STARTUP: showstars
6c85e996427c (Clean view): Document new startup options.
Carsten Dominik <dominik@science.uva.nl>
parents: 69318
diff changeset
6278 #+STARTUP: hidestars
6c85e996427c (Clean view): Document new startup options.
Carsten Dominik <dominik@science.uva.nl>
parents: 69318
diff changeset
6279 @end example
69929
beebc22085fe (Link format): New section, emphasis on bracket links.
Carsten Dominik <dominik@science.uva.nl>
parents: 69891
diff changeset
6280
69456
6c85e996427c (Clean view): Document new startup options.
Carsten Dominik <dominik@science.uva.nl>
parents: 69318
diff changeset
6281 @noindent
6c85e996427c (Clean view): Document new startup options.
Carsten Dominik <dominik@science.uva.nl>
parents: 69318
diff changeset
6282 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
6283 the modifications.
69456
6c85e996427c (Clean view): Document new startup options.
Carsten Dominik <dominik@science.uva.nl>
parents: 69318
diff changeset
6284
6c85e996427c (Clean view): Document new startup options.
Carsten Dominik <dominik@science.uva.nl>
parents: 69318
diff changeset
6285 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
6286
a2d5fbc00b3e (Interaction): Added item about `org-mouse.el' by Piotr
Carsten Dominik <dominik@science.uva.nl>
parents: 69117
diff changeset
6287 @example
a2d5fbc00b3e (Interaction): Added item about `org-mouse.el' by Piotr
Carsten Dominik <dominik@science.uva.nl>
parents: 69117
diff changeset
6288 * Top level headline
a2d5fbc00b3e (Interaction): Added item about `org-mouse.el' by Piotr
Carsten Dominik <dominik@science.uva.nl>
parents: 69117
diff changeset
6289 * Second level
a2d5fbc00b3e (Interaction): Added item about `org-mouse.el' by Piotr
Carsten Dominik <dominik@science.uva.nl>
parents: 69117
diff changeset
6290 * 3rd level
a2d5fbc00b3e (Interaction): Added item about `org-mouse.el' by Piotr
Carsten Dominik <dominik@science.uva.nl>
parents: 69117
diff changeset
6291 some text
a2d5fbc00b3e (Interaction): Added item about `org-mouse.el' by Piotr
Carsten Dominik <dominik@science.uva.nl>
parents: 69117
diff changeset
6292 * 3rd level
a2d5fbc00b3e (Interaction): Added item about `org-mouse.el' by Piotr
Carsten Dominik <dominik@science.uva.nl>
parents: 69117
diff changeset
6293 more text
a2d5fbc00b3e (Interaction): Added item about `org-mouse.el' by Piotr
Carsten Dominik <dominik@science.uva.nl>
parents: 69117
diff changeset
6294 * Another top level headline
a2d5fbc00b3e (Interaction): Added item about `org-mouse.el' by Piotr
Carsten Dominik <dominik@science.uva.nl>
parents: 69117
diff changeset
6295 @end example
a2d5fbc00b3e (Interaction): Added item about `org-mouse.el' by Piotr
Carsten Dominik <dominik@science.uva.nl>
parents: 69117
diff changeset
6296
a2d5fbc00b3e (Interaction): Added item about `org-mouse.el' by Piotr
Carsten Dominik <dominik@science.uva.nl>
parents: 69117
diff changeset
6297 @noindent
a2d5fbc00b3e (Interaction): Added item about `org-mouse.el' by Piotr
Carsten Dominik <dominik@science.uva.nl>
parents: 69117
diff changeset
6298 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
6299 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
6300 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
6301 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
6302 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
6303 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
6304 @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
6305
a2d5fbc00b3e (Interaction): Added item about `org-mouse.el' by Piotr
Carsten Dominik <dominik@science.uva.nl>
parents: 69117
diff changeset
6306 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
6307 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
6308 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
6309
a2d5fbc00b3e (Interaction): Added item about `org-mouse.el' by Piotr
Carsten Dominik <dominik@science.uva.nl>
parents: 69117
diff changeset
6310 @example
a2d5fbc00b3e (Interaction): Added item about `org-mouse.el' by Piotr
Carsten Dominik <dominik@science.uva.nl>
parents: 69117
diff changeset
6311 * Top level headline
a2d5fbc00b3e (Interaction): Added item about `org-mouse.el' by Piotr
Carsten Dominik <dominik@science.uva.nl>
parents: 69117
diff changeset
6312 * Second level
a2d5fbc00b3e (Interaction): Added item about `org-mouse.el' by Piotr
Carsten Dominik <dominik@science.uva.nl>
parents: 69117
diff changeset
6313 * 3rd level
a2d5fbc00b3e (Interaction): Added item about `org-mouse.el' by Piotr
Carsten Dominik <dominik@science.uva.nl>
parents: 69117
diff changeset
6314 some text
a2d5fbc00b3e (Interaction): Added item about `org-mouse.el' by Piotr
Carsten Dominik <dominik@science.uva.nl>
parents: 69117
diff changeset
6315 * 3rd level
a2d5fbc00b3e (Interaction): Added item about `org-mouse.el' by Piotr
Carsten Dominik <dominik@science.uva.nl>
parents: 69117
diff changeset
6316 more text
a2d5fbc00b3e (Interaction): Added item about `org-mouse.el' by Piotr
Carsten Dominik <dominik@science.uva.nl>
parents: 69117
diff changeset
6317 * Another top level headline
a2d5fbc00b3e (Interaction): Added item about `org-mouse.el' by Piotr
Carsten Dominik <dominik@science.uva.nl>
parents: 69117
diff changeset
6318 @end example
a2d5fbc00b3e (Interaction): Added item about `org-mouse.el' by Piotr
Carsten Dominik <dominik@science.uva.nl>
parents: 69117
diff changeset
6319
a2d5fbc00b3e (Interaction): Added item about `org-mouse.el' by Piotr
Carsten Dominik <dominik@science.uva.nl>
parents: 69117
diff changeset
6320 @noindent
a2d5fbc00b3e (Interaction): Added item about `org-mouse.el' by Piotr
Carsten Dominik <dominik@science.uva.nl>
parents: 69117
diff changeset
6321 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
6322 convention correctly, use
69225
a2d5fbc00b3e (Interaction): Added item about `org-mouse.el' by Piotr
Carsten Dominik <dominik@science.uva.nl>
parents: 69117
diff changeset
6323
a2d5fbc00b3e (Interaction): Added item about `org-mouse.el' by Piotr
Carsten Dominik <dominik@science.uva.nl>
parents: 69117
diff changeset
6324 @lisp
a2d5fbc00b3e (Interaction): Added item about `org-mouse.el' by Piotr
Carsten Dominik <dominik@science.uva.nl>
parents: 69117
diff changeset
6325 (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
6326 @end lisp
a2d5fbc00b3e (Interaction): Added item about `org-mouse.el' by Piotr
Carsten Dominik <dominik@science.uva.nl>
parents: 69117
diff changeset
6327
a2d5fbc00b3e (Interaction): Added item about `org-mouse.el' by Piotr
Carsten Dominik <dominik@science.uva.nl>
parents: 69117
diff changeset
6328 @noindent
69456
6c85e996427c (Clean view): Document new startup options.
Carsten Dominik <dominik@science.uva.nl>
parents: 69318
diff changeset
6329 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
6330 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
6331 activate changes immediately).
6c85e996427c (Clean view): Document new startup options.
Carsten Dominik <dominik@science.uva.nl>
parents: 69318
diff changeset
6332
6c85e996427c (Clean view): Document new startup options.
Carsten Dominik <dominik@science.uva.nl>
parents: 69318
diff changeset
6333 @example
6c85e996427c (Clean view): Document new startup options.
Carsten Dominik <dominik@science.uva.nl>
parents: 69318
diff changeset
6334 #+STARTUP: odd
6c85e996427c (Clean view): Document new startup options.
Carsten Dominik <dominik@science.uva.nl>
parents: 69318
diff changeset
6335 #+STARTUP: oddeven
6c85e996427c (Clean view): Document new startup options.
Carsten Dominik <dominik@science.uva.nl>
parents: 69318
diff changeset
6336 @end example
6c85e996427c (Clean view): Document new startup options.
Carsten Dominik <dominik@science.uva.nl>
parents: 69318
diff changeset
6337
69999
bd591cbbcdec (Updating settings): New section.
Carsten Dominik <dominik@science.uva.nl>
parents: 69929
diff changeset
6338 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
6339 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
6340 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
6341 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
6342
71386
0b2c58e8821c (Publishing links): Document the
Carsten Dominik <dominik@science.uva.nl>
parents: 71312
diff changeset
6343 @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
6344 @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
6345 @cindex tty keybindings
a2d5fbc00b3e (Interaction): Added item about `org-mouse.el' by Piotr
Carsten Dominik <dominik@science.uva.nl>
parents: 69117
diff changeset
6346
a2d5fbc00b3e (Interaction): Added item about `org-mouse.el' by Piotr
Carsten Dominik <dominik@science.uva.nl>
parents: 69117
diff changeset
6347 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
6348 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
6349 @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
6350 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
6351 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
6352 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
6353 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
6354 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
6355 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
6356 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
6357 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
6358 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
6359
a2d5fbc00b3e (Interaction): Added item about `org-mouse.el' by Piotr
Carsten Dominik <dominik@science.uva.nl>
parents: 69117
diff changeset
6360 @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
6361 @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
6362 @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
6363 @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
6364 @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
6365 @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
6366 @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
6367 @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
6368 @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
6369 @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
6370 @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
6371 @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
6372 @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
6373 @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
6374 @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
6375 @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
6376 @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
6377 @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
6378 @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
6379 @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
6380 @end multitable
a2d5fbc00b3e (Interaction): Added item about `org-mouse.el' by Piotr
Carsten Dominik <dominik@science.uva.nl>
parents: 69117
diff changeset
6381
71386
0b2c58e8821c (Publishing links): Document the
Carsten Dominik <dominik@science.uva.nl>
parents: 71312
diff changeset
6382 @node Interaction, Bugs, TTY keys, Miscellaneous
58792
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
6383 @section Interaction with other packages
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
6384 @cindex packages, interaction with other
70867
68e63907ebfb (Plain lists): Added new item navigation commands.
Carsten Dominik <dominik@science.uva.nl>
parents: 70164
diff changeset
6385 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
6386 with other code out there.
68e63907ebfb (Plain lists): Added new item navigation commands.
Carsten Dominik <dominik@science.uva.nl>
parents: 70164
diff changeset
6387
68e63907ebfb (Plain lists): Added new item navigation commands.
Carsten Dominik <dominik@science.uva.nl>
parents: 70164
diff changeset
6388 @menu
68e63907ebfb (Plain lists): Added new item navigation commands.
Carsten Dominik <dominik@science.uva.nl>
parents: 70164
diff changeset
6389 * Cooperation:: Packages Org-mode cooperates with
68e63907ebfb (Plain lists): Added new item navigation commands.
Carsten Dominik <dominik@science.uva.nl>
parents: 70164
diff changeset
6390 * Conflicts:: Packages that lead to conflicts
68e63907ebfb (Plain lists): Added new item navigation commands.
Carsten Dominik <dominik@science.uva.nl>
parents: 70164
diff changeset
6391 @end menu
68e63907ebfb (Plain lists): Added new item navigation commands.
Carsten Dominik <dominik@science.uva.nl>
parents: 70164
diff changeset
6392
71386
0b2c58e8821c (Publishing links): Document the
Carsten Dominik <dominik@science.uva.nl>
parents: 71312
diff changeset
6393 @node Cooperation, Conflicts, Interaction, Interaction
70867
68e63907ebfb (Plain lists): Added new item navigation commands.
Carsten Dominik <dominik@science.uva.nl>
parents: 70164
diff changeset
6394 @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
6395
68e63907ebfb (Plain lists): Added new item navigation commands.
Carsten Dominik <dominik@science.uva.nl>
parents: 70164
diff changeset
6396 @table @asis
63833
addf44674c32 Version 3.12
Carsten Dominik <dominik@science.uva.nl>
parents: 63672
diff changeset
6397 @cindex @file{calc.el}
addf44674c32 Version 3.12
Carsten Dominik <dominik@science.uva.nl>
parents: 63672
diff changeset
6398 @item @file{calc.el} by Dave Gillespie
addf44674c32 Version 3.12
Carsten Dominik <dominik@science.uva.nl>
parents: 63672
diff changeset
6399 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
6400 functionality in its tables (@pxref{The spreadsheet}). Org-mode
63833
addf44674c32 Version 3.12
Carsten Dominik <dominik@science.uva.nl>
parents: 63672
diff changeset
6401 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
6402 @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
6403 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
6404 distribution. Another possibility for interaction between the two
addf44674c32 Version 3.12
Carsten Dominik <dominik@science.uva.nl>
parents: 63672
diff changeset
6405 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
6406 , Embedded Mode, calc, GNU Emacs Calc Manual}.
63833
addf44674c32 Version 3.12
Carsten Dominik <dominik@science.uva.nl>
parents: 63672
diff changeset
6407 @cindex @file{constants.el}
addf44674c32 Version 3.12
Carsten Dominik <dominik@science.uva.nl>
parents: 63672
diff changeset
6408 @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
6409 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
6410 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
6411 constants in the variable @code{org-table-formula-constants}, install
addf44674c32 Version 3.12
Carsten Dominik <dominik@science.uva.nl>
parents: 63672
diff changeset
6412 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
6413 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
6414 @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
6415 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
6416 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
6417 setup. See the installation instructions in the file
addf44674c32 Version 3.12
Carsten Dominik <dominik@science.uva.nl>
parents: 63672
diff changeset
6418 @file{constants.el}.
71450
93e8ae57983b (Embedded LaTeX): New chapter.
Carsten Dominik <dominik@science.uva.nl>
parents: 71386
diff changeset
6419 @item @file{cdlatex.el} by Carsten Dominik
93e8ae57983b (Embedded LaTeX): New chapter.
Carsten Dominik <dominik@science.uva.nl>
parents: 71386
diff changeset
6420 @cindex @file{cdlatex.el}
93e8ae57983b (Embedded LaTeX): New chapter.
Carsten Dominik <dominik@science.uva.nl>
parents: 71386
diff changeset
6421 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
6422 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
6423 @item @file{remember.el} by John Wiegley
63833
addf44674c32 Version 3.12
Carsten Dominik <dominik@science.uva.nl>
parents: 63672
diff changeset
6424 @cindex @file{remember.el}
70867
68e63907ebfb (Plain lists): Added new item navigation commands.
Carsten Dominik <dominik@science.uva.nl>
parents: 70164
diff changeset
6425 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
6426 @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
6427 @cindex @file{table.el}
68e63907ebfb (Plain lists): Added new item navigation commands.
Carsten Dominik <dominik@science.uva.nl>
parents: 70164
diff changeset
6428 @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
6429 @kindex C-c C-c
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
6430 @cindex table editor, @file{table.el}
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
6431 @cindex @file{table.el}
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
6432
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
6433 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
6434 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
6435 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
6436 and also part of Emacs 22).
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
6437 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
6438 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
6439 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
6440 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
6441
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
6442 @table @kbd
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
6443 @kindex C-c C-c
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
6444 @item C-c C-c
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
6445 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
6446 table.el table.
81167
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
6447 @c
76138
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
6448 @kindex C-c ~
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
6449 @item C-c ~
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
6450 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
6451 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
6452 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
6453 @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
6454 possible.
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
6455 @end table
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
6456 @file{table.el} is part of Emacs 22.
81167
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
6457 @cindex @file{footnote.el}
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
6458 @item @file{footnote.el} by Steven L. Baur
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
6459 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
6460 (@pxref{Footnotes}).
70867
68e63907ebfb (Plain lists): Added new item navigation commands.
Carsten Dominik <dominik@science.uva.nl>
parents: 70164
diff changeset
6461 @end table
68e63907ebfb (Plain lists): Added new item navigation commands.
Carsten Dominik <dominik@science.uva.nl>
parents: 70164
diff changeset
6462
68e63907ebfb (Plain lists): Added new item navigation commands.
Carsten Dominik <dominik@science.uva.nl>
parents: 70164
diff changeset
6463 @node Conflicts, , Cooperation, Interaction
68e63907ebfb (Plain lists): Added new item navigation commands.
Carsten Dominik <dominik@science.uva.nl>
parents: 70164
diff changeset
6464 @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
6465
68e63907ebfb (Plain lists): Added new item navigation commands.
Carsten Dominik <dominik@science.uva.nl>
parents: 70164
diff changeset
6466 @table @asis
68e63907ebfb (Plain lists): Added new item navigation commands.
Carsten Dominik <dominik@science.uva.nl>
parents: 70164
diff changeset
6467
68e63907ebfb (Plain lists): Added new item navigation commands.
Carsten Dominik <dominik@science.uva.nl>
parents: 70164
diff changeset
6468 @cindex @file{allout.el}
68e63907ebfb (Plain lists): Added new item navigation commands.
Carsten Dominik <dominik@science.uva.nl>
parents: 70164
diff changeset
6469 @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
6470 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
6471 @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
6472 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
6473 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
6474 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
6475 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
6476 @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
6477
63362
8a4e1b582425 Version 3.11
Carsten Dominik <dominik@science.uva.nl>
parents: 62713
diff changeset
6478 @cindex @file{CUA.el}
8a4e1b582425 Version 3.11
Carsten Dominik <dominik@science.uva.nl>
parents: 62713
diff changeset
6479 @item @file{CUA.el} by Kim. F. Storm
8a4e1b582425 Version 3.11
Carsten Dominik <dominik@science.uva.nl>
parents: 62713
diff changeset
6480 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
6481 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
6482 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
6483 packages along with Org-mode, configure the variable
63833
addf44674c32 Version 3.12
Carsten Dominik <dominik@science.uva.nl>
parents: 63672
diff changeset
6484 @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
6485 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
6486 during date selection).
69929
beebc22085fe (Link format): New section, emphasis on bracket links.
Carsten Dominik <dominik@science.uva.nl>
parents: 69891
diff changeset
6487
63362
8a4e1b582425 Version 3.11
Carsten Dominik <dominik@science.uva.nl>
parents: 62713
diff changeset
6488 @example
8a4e1b582425 Version 3.11
Carsten Dominik <dominik@science.uva.nl>
parents: 62713
diff changeset
6489 S-UP -> M-p S-DOWN -> M-n
8a4e1b582425 Version 3.11
Carsten Dominik <dominik@science.uva.nl>
parents: 62713
diff changeset
6490 S-LEFT -> M-- S-RIGHT -> M-+
8a4e1b582425 Version 3.11
Carsten Dominik <dominik@science.uva.nl>
parents: 62713
diff changeset
6491 @end example
69929
beebc22085fe (Link format): New section, emphasis on bracket links.
Carsten Dominik <dominik@science.uva.nl>
parents: 69891
diff changeset
6492
63362
8a4e1b582425 Version 3.11
Carsten Dominik <dominik@science.uva.nl>
parents: 62713
diff changeset
6493 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
6494 to have other replacement keys, look at the variable
63672
c90c20a1b568 (Remember): Texinfo usage fix.
Juanma Barranquero <lekktu@gmail.com>
parents: 63362
diff changeset
6495 @code{org-disputed-keys}.
70867
68e63907ebfb (Plain lists): Added new item navigation commands.
Carsten Dominik <dominik@science.uva.nl>
parents: 70164
diff changeset
6496 @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
6497 @cindex @file{windmove.el}
68e63907ebfb (Plain lists): Added new item navigation commands.
Carsten Dominik <dominik@science.uva.nl>
parents: 70164
diff changeset
6498 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
6499 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
6500
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
6501 @cindex @file{footnote.el}
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
6502 @item @file{footnote.el} by Steven L. Baur
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
6503 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
6504 numerical footnote markers. Also, the default key for footnote
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
6505 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
6506 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
6507 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
6508 @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
6509
58792
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
6510 @end table
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
6511
70867
68e63907ebfb (Plain lists): Added new item navigation commands.
Carsten Dominik <dominik@science.uva.nl>
parents: 70164
diff changeset
6512
71386
0b2c58e8821c (Publishing links): Document the
Carsten Dominik <dominik@science.uva.nl>
parents: 71312
diff changeset
6513 @node Bugs, , Interaction, Miscellaneous
63362
8a4e1b582425 Version 3.11
Carsten Dominik <dominik@science.uva.nl>
parents: 62713
diff changeset
6514 @section Bugs
8a4e1b582425 Version 3.11
Carsten Dominik <dominik@science.uva.nl>
parents: 62713
diff changeset
6515 @cindex bugs
8a4e1b582425 Version 3.11
Carsten Dominik <dominik@science.uva.nl>
parents: 62713
diff changeset
6516
69929
beebc22085fe (Link format): New section, emphasis on bracket links.
Carsten Dominik <dominik@science.uva.nl>
parents: 69891
diff changeset
6517 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
6518 have found too hard to fix.
58792
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
6519
63362
8a4e1b582425 Version 3.11
Carsten Dominik <dominik@science.uva.nl>
parents: 62713
diff changeset
6520 @itemize @bullet
63672
c90c20a1b568 (Remember): Texinfo usage fix.
Juanma Barranquero <lekktu@gmail.com>
parents: 63362
diff changeset
6521 @item
69929
beebc22085fe (Link format): New section, emphasis on bracket links.
Carsten Dominik <dominik@science.uva.nl>
parents: 69891
diff changeset
6522 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
6523 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
6524 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
6525 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
6526 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
6527 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
6528 @item
beebc22085fe (Link format): New section, emphasis on bracket links.
Carsten Dominik <dominik@science.uva.nl>
parents: 69891
diff changeset
6529 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
6530 @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
6531 @item
65656
55fcf5165d97 Version 3.16
Carsten Dominik <dominik@science.uva.nl>
parents: 65555
diff changeset
6532 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
6533 autowrap.
55fcf5165d97 Version 3.16
Carsten Dominik <dominik@science.uva.nl>
parents: 65555
diff changeset
6534 @item
63362
8a4e1b582425 Version 3.11
Carsten Dominik <dominik@science.uva.nl>
parents: 62713
diff changeset
6535 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
6536 (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
6537 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
6538 @item
63833
addf44674c32 Version 3.12
Carsten Dominik <dominik@science.uva.nl>
parents: 63672
diff changeset
6539 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
6540 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
6541 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
6542 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
6543 recalculate until convergence.
63833
addf44674c32 Version 3.12
Carsten Dominik <dominik@science.uva.nl>
parents: 63672
diff changeset
6544 @item
71386
0b2c58e8821c (Publishing links): Document the
Carsten Dominik <dominik@science.uva.nl>
parents: 71312
diff changeset
6545 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
6546 @item
63362
8a4e1b582425 Version 3.11
Carsten Dominik <dominik@science.uva.nl>
parents: 62713
diff changeset
6547 The exporters work well, but could be made more efficient.
8a4e1b582425 Version 3.11
Carsten Dominik <dominik@science.uva.nl>
parents: 62713
diff changeset
6548 @end itemize
8a4e1b582425 Version 3.11
Carsten Dominik <dominik@science.uva.nl>
parents: 62713
diff changeset
6549
71386
0b2c58e8821c (Publishing links): Document the
Carsten Dominik <dominik@science.uva.nl>
parents: 71312
diff changeset
6550
0b2c58e8821c (Publishing links): Document the
Carsten Dominik <dominik@science.uva.nl>
parents: 71312
diff changeset
6551 @node Extensions and Hacking, History and Acknowledgments, Miscellaneous, Top
0b2c58e8821c (Publishing links): Document the
Carsten Dominik <dominik@science.uva.nl>
parents: 71312
diff changeset
6552 @appendix Extensions, Hooks and Hacking
0b2c58e8821c (Publishing links): Document the
Carsten Dominik <dominik@science.uva.nl>
parents: 71312
diff changeset
6553
0b2c58e8821c (Publishing links): Document the
Carsten Dominik <dominik@science.uva.nl>
parents: 71312
diff changeset
6554 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
6555 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
6556 Org-mode.
71386
0b2c58e8821c (Publishing links): Document the
Carsten Dominik <dominik@science.uva.nl>
parents: 71312
diff changeset
6557
0b2c58e8821c (Publishing links): Document the
Carsten Dominik <dominik@science.uva.nl>
parents: 71312
diff changeset
6558 @menu
71450
93e8ae57983b (Embedded LaTeX): New chapter.
Carsten Dominik <dominik@science.uva.nl>
parents: 71386
diff changeset
6559 * Extensions:: Existing 3rd-part extensions
76138
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
6560 * 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
6561 * Dynamic blocks:: Automatically filled blocks
76138
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
6562 * Special agenda views:: Customized views
71386
0b2c58e8821c (Publishing links): Document the
Carsten Dominik <dominik@science.uva.nl>
parents: 71312
diff changeset
6563 @end menu
0b2c58e8821c (Publishing links): Document the
Carsten Dominik <dominik@science.uva.nl>
parents: 71312
diff changeset
6564
76138
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
6565 @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
6566 @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
6567 @cindex extension, third-party
71386
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 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
6570
0b2c58e8821c (Publishing links): Document the
Carsten Dominik <dominik@science.uva.nl>
parents: 71312
diff changeset
6571 @table @asis
0b2c58e8821c (Publishing links): Document the
Carsten Dominik <dominik@science.uva.nl>
parents: 71312
diff changeset
6572 @cindex @file{org-publish.el}
0b2c58e8821c (Publishing links): Document the
Carsten Dominik <dominik@science.uva.nl>
parents: 71312
diff changeset
6573 @item @file{org-publish.el} by David O'Toole
0b2c58e8821c (Publishing links): Document the
Carsten Dominik <dominik@science.uva.nl>
parents: 71312
diff changeset
6574 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
6575 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
6576 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
6577 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
6578 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
6579 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
6580 @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
6581 @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
6582 @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
6583 @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
6584 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
6585 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
6586 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
6587 @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
6588 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
6589 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
6590 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
6591 @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
6592 @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
6593 @cindex @file{org-blog.el}
0b2c58e8821c (Publishing links): Document the
Carsten Dominik <dominik@science.uva.nl>
parents: 71312
diff changeset
6594 @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
6595 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
6596 @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
6597 @cindex @file{blorg.el}
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
6598 @item @file{blorg.el} by Bastien Guerry
71386
0b2c58e8821c (Publishing links): Document the
Carsten Dominik <dominik@science.uva.nl>
parents: 71312
diff changeset
6599 Publish Org-mode files as
76138
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
6600 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
6601 @cindex @file{org2rem.el}
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
6602 @item @file{org2rem.el} by Bastien Guerry
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
6603 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
6604 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
6605 @end table
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
6606
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
6607 @page
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
6608
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
6609 @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
6610 @section Tables in arbitrary syntax
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
6611 @cindex tables, in other modes
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
6612 @cindex orgtbl-mode
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
6613
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
6614 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
6615 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
6616 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
6617 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
6618 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
6619
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
6620 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
6621 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
6622 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
6623 @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
6624 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
6625 for a very flexible system.
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
6626
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
6627 @menu
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
6628 * Radio tables:: Sending and receiving
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
6629 * 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
6630 * Translator functions:: Copy and modify
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
6631 @end menu
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
6632
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
6633 @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
6634 @subsection Radio tables
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
6635 @cindex radio tables
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
6636
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
6637 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
6638 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
6639 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
6640 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
6641
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
6642 @example
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
6643 /* BEGIN RECEIVE ORGTBL table_name */
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
6644 /* END RECEIVE ORGTBL table_name */
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
6645 @end example
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
6646
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
6647 @noindent
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
6648 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
6649 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
6650 example:
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
6651 @example
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
6652 #+ORGTBL: SEND table_name translation_function arguments....
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
6653 @end example
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
6654
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
6655 @noindent
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
6656 @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
6657 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
6658 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
6659 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
6660 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
6661 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
6662 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
6663
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
6664 @table @code
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
6665 @item :skip N
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
6666 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
6667 @item :skipcols (n1 n2 ...)
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
6668 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
6669 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
6670 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
6671 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
6672 additional columns.
71386
0b2c58e8821c (Publishing links): Document the
Carsten Dominik <dominik@science.uva.nl>
parents: 71312
diff changeset
6673 @end table
0b2c58e8821c (Publishing links): Document the
Carsten Dominik <dominik@science.uva.nl>
parents: 71312
diff changeset
6674
76138
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
6675 @noindent
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
6676 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
6677 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
6678 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
6679 number of different solutions:
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
6680
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
6681 @itemize @bullet
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
6682 @item
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
6683 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
6684 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
6685 @samp{/*} and @samp{*/} lines.
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
6686 @item
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
6687 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
6688 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
6689 in LaTeX.
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
6690 @item
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
6691 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
6692 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
6693 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
6694 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
6695 key.
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
6696 @end itemize
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
6697
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
6698 @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
6699 @subsection A LaTeX example
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
6700 @cindex LaTeX, and orgtbl-mode
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
6701
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
6702 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
6703 @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
6704 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
6705 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
6706 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
6707 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
6708 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
6709 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
6710 will then get the following template:
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
6711
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
6712 @example
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
6713 % BEGIN RECEIVE ORGTBL salesfigures
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
6714 % END RECEIVE ORGTBL salesfigures
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
6715 \begin@{comment@}
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
6716 #+ORGTBL: SEND salesfigures orgtbl-to-latex
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
6717 | | |
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
6718 \end@{comment@}
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
6719 @end example
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
6720
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
6721 @noindent
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
6722 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
6723 @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
6724 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
6725 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
6726 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
6727 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
6728 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
6729 @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
6730 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
6731 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
6732 variable @code{LaTeX-verbatim-environments}.}:
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
6733
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
6734 @example
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
6735 % BEGIN RECEIVE ORGTBL salesfigures
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
6736 % END RECEIVE ORGTBL salesfigures
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
6737 \begin@{comment@}
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
6738 #+ORGTBL: SEND salesfigures orgtbl-to-latex
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
6739 | Month | Days | Nr sold | per day |
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
6740 |-------+------+---------+---------|
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
6741 | Jan | 23 | 55 | 2.4 |
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
6742 | Feb | 21 | 16 | 0.8 |
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
6743 | March | 22 | 278 | 12.6 |
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
6744 #+TBLFM: $4=$3/$2;%.1f
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
6745 % $ (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
6746 \end@{comment@}
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
6747 @end example
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 @noindent
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
6750 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
6751 table inserted between the two marker lines.
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
6752
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
6753 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
6754 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
6755 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
6756 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
6757 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
6758
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
6759 @example
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
6760 \begin@{tabular@}@{lrrr@}
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
6761 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
6762 % BEGIN RECEIVE ORGTBL salesfigures
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
6763 % END RECEIVE ORGTBL salesfigures
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
6764 \end@{tabular@}
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
6765 %
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
6766 \begin@{comment@}
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
6767 #+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
6768 | Month | Days | Nr sold | per day |
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
6769 |-------+------+---------+---------|
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
6770 | Jan | 23 | 55 | 2.4 |
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
6771 | Feb | 21 | 16 | 0.8 |
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
6772 | March | 22 | 278 | 12.6 |
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
6773 #+TBLFM: $4=$3/$2;%.1f
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
6774 \end@{comment@}
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
6775 @end example
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
6776
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
6777 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
6778 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
6779 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
6780 interprets the following parameters:
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
6781
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
6782 @table @code
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
6783 @item :splice nil/t
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
6784 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
6785 tabular environment. Default is nil.
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
6786
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
6787 @item :fmt fmt
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
6788 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
6789 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
6790 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
6791 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
6792
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
6793 @item :efmt efmt
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
6794 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
6795 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
6796 @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
6797 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
6798 @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
6799 @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
6800 applied.
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
6801 @end table
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
6802
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
6803 @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
6804 @subsection Translator functions
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
6805 @cindex HTML, and orgtbl-mode
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
6806 @cindex translator function
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 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
6809 @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
6810 @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
6811 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
6812 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
6813 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
6814 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
6815 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
6816 generic translator. Here is the entire code:
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 @lisp
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
6819 @group
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
6820 (defun orgtbl-to-latex (table params)
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
6821 "Convert the orgtbl-mode TABLE to LaTeX."
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
6822 (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
6823 org-table-last-alignment ""))
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
6824 (params2
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
6825 (list
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
6826 :tstart (concat "\\begin@{tabular@}@{" alignment "@}")
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
6827 :tend "\\end@{tabular@}"
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
6828 :lstart "" :lend " \\\\" :sep " & "
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
6829 :efmt "%s\\,(%s)" :hline "\\hline")))
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
6830 (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
6831 @end group
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
6832 @end lisp
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
6833
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
6834 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
6835 @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
6836 (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
6837 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
6838 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
6839 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
6840 overrule the default with
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
6841
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
6842 @example
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
6843 #+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
6844 @end example
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
6845
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
6846 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
6847 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
6848 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
6849 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
6850 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
6851 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
6852 a single line!):
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
6853
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
6854 @example
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
6855 #+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
6856 :lstart "!BL! " :lend " !EL!" :sep "\t"
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
6857 @end example
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
6858
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
6859 @noindent
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
6860 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
6861 @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
6862 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
6863 @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
6864 using the generic function.
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
6865
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
6866 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
6867 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
6868 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
6869 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
6870 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
6871 @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
6872 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
6873 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
6874 others can benefit from your work.
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
6875
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
6876 @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
6877 @section Dynamic blocks
76138
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
6878 @cindex dynamic blocks
71386
0b2c58e8821c (Publishing links): Document the
Carsten Dominik <dominik@science.uva.nl>
parents: 71312
diff changeset
6879
0b2c58e8821c (Publishing links): Document the
Carsten Dominik <dominik@science.uva.nl>
parents: 71312
diff changeset
6880 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
6881 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
6882 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
6883 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
6884
0b2c58e8821c (Publishing links): Document the
Carsten Dominik <dominik@science.uva.nl>
parents: 71312
diff changeset
6885 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
6886 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
6887 the content of the block.
0b2c58e8821c (Publishing links): Document the
Carsten Dominik <dominik@science.uva.nl>
parents: 71312
diff changeset
6888
0b2c58e8821c (Publishing links): Document the
Carsten Dominik <dominik@science.uva.nl>
parents: 71312
diff changeset
6889 @example
72399
99e38d5aaf87 (Installation, Activation): Split from Installation and
Carsten Dominik <dominik@science.uva.nl>
parents: 72101
diff changeset
6890 #+BEGIN: myblock :parameter1 value1 :parameter2 value2 ...
71386
0b2c58e8821c (Publishing links): Document the
Carsten Dominik <dominik@science.uva.nl>
parents: 71312
diff changeset
6891
0b2c58e8821c (Publishing links): Document the
Carsten Dominik <dominik@science.uva.nl>
parents: 71312
diff changeset
6892 #+END:
0b2c58e8821c (Publishing links): Document the
Carsten Dominik <dominik@science.uva.nl>
parents: 71312
diff changeset
6893 @end example
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 Dynamic blocks are updated with the following commands
0b2c58e8821c (Publishing links): Document the
Carsten Dominik <dominik@science.uva.nl>
parents: 71312
diff changeset
6896
0b2c58e8821c (Publishing links): Document the
Carsten Dominik <dominik@science.uva.nl>
parents: 71312
diff changeset
6897 @table @kbd
0b2c58e8821c (Publishing links): Document the
Carsten Dominik <dominik@science.uva.nl>
parents: 71312
diff changeset
6898 @kindex C-c C-x C-u
0b2c58e8821c (Publishing links): Document the
Carsten Dominik <dominik@science.uva.nl>
parents: 71312
diff changeset
6899 @item C-c C-x C-u
0b2c58e8821c (Publishing links): Document the
Carsten Dominik <dominik@science.uva.nl>
parents: 71312
diff changeset
6900 Update dynamic block at point.
0b2c58e8821c (Publishing links): Document the
Carsten Dominik <dominik@science.uva.nl>
parents: 71312
diff changeset
6901 @kindex C-u C-c C-x C-u
0b2c58e8821c (Publishing links): Document the
Carsten Dominik <dominik@science.uva.nl>
parents: 71312
diff changeset
6902 @item C-u C-c C-x C-u
0b2c58e8821c (Publishing links): Document the
Carsten Dominik <dominik@science.uva.nl>
parents: 71312
diff changeset
6903 Update all dynamic blocks in the current file.
0b2c58e8821c (Publishing links): Document the
Carsten Dominik <dominik@science.uva.nl>
parents: 71312
diff changeset
6904 @end table
0b2c58e8821c (Publishing links): Document the
Carsten Dominik <dominik@science.uva.nl>
parents: 71312
diff changeset
6905
0b2c58e8821c (Publishing links): Document the
Carsten Dominik <dominik@science.uva.nl>
parents: 71312
diff changeset
6906 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
6907 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
6908 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
6909 with name @code{myblock}, the writer function is
0b2c58e8821c (Publishing links): Document the
Carsten Dominik <dominik@science.uva.nl>
parents: 71312
diff changeset
6910 @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
6911 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
6912 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
6913 run:
0b2c58e8821c (Publishing links): Document the
Carsten Dominik <dominik@science.uva.nl>
parents: 71312
diff changeset
6914
0b2c58e8821c (Publishing links): Document the
Carsten Dominik <dominik@science.uva.nl>
parents: 71312
diff changeset
6915 @example
0b2c58e8821c (Publishing links): Document the
Carsten Dominik <dominik@science.uva.nl>
parents: 71312
diff changeset
6916 #+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
6917
0b2c58e8821c (Publishing links): Document the
Carsten Dominik <dominik@science.uva.nl>
parents: 71312
diff changeset
6918 #+END:
0b2c58e8821c (Publishing links): Document the
Carsten Dominik <dominik@science.uva.nl>
parents: 71312
diff changeset
6919 @end example
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 @noindent
0b2c58e8821c (Publishing links): Document the
Carsten Dominik <dominik@science.uva.nl>
parents: 71312
diff changeset
6922 The corresponding block writer function could look like this:
0b2c58e8821c (Publishing links): Document the
Carsten Dominik <dominik@science.uva.nl>
parents: 71312
diff changeset
6923
0b2c58e8821c (Publishing links): Document the
Carsten Dominik <dominik@science.uva.nl>
parents: 71312
diff changeset
6924 @lisp
71653
9c582eb56ce7 (Exporting): Document `C-c C-e' as the prefix for
Carsten Dominik <dominik@science.uva.nl>
parents: 71564
diff changeset
6925 (defun org-dblock-write:block-update-time (params)
71386
0b2c58e8821c (Publishing links): Document the
Carsten Dominik <dominik@science.uva.nl>
parents: 71312
diff changeset
6926 (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
6927 (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
6928 (format-time-string fmt (current-time)))))
71386
0b2c58e8821c (Publishing links): Document the
Carsten Dominik <dominik@science.uva.nl>
parents: 71312
diff changeset
6929 @end lisp
0b2c58e8821c (Publishing links): Document the
Carsten Dominik <dominik@science.uva.nl>
parents: 71312
diff changeset
6930
0b2c58e8821c (Publishing links): Document the
Carsten Dominik <dominik@science.uva.nl>
parents: 71312
diff changeset
6931 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
6932 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
6933 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
6934 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
6935
76138
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
6936 @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
6937 @section Special Agenda Views
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
6938 @cindex agenda views, user-defined
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
6939
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
6940 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
6941 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
6942 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
6943 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
6944
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
6945 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
6946 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
6947 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
6948 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
6949 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
6950 the subtree belonging to the project line.
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
6951
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
6952 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
6953 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
6954 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
6955 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
6956 search should continue from there.
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
6957
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
6958 @lisp
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
6959 (defun my-skip-unless-waiting ()
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
6960 "Skip trees that are not waiting"
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
6961 (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
6962 (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
6963 nil ; tag found, do not skip
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
6964 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
6965 @end lisp
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 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
6968 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
6969 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
6970 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
6971 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
6972 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
6973 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
6974 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
6975 while defining the command(@pxref{Custom agenda
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
6976 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
6977
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
6978 @lisp
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
6979 (defun my-org-waiting-projects (&optional match)
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
6980 "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
6981 MATCH is being ignored."
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
6982 (interactive)
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
6983 (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
6984 (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
6985 ;; make the list
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
6986 (org-todo-list "PROJECT")))
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
6987 @end lisp
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
6988
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
6989
81167
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
6990 @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
6991 @appendix History and Acknowledgments
58792
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
6992 @cindex acknowledgments
71386
0b2c58e8821c (Publishing links): Document the
Carsten Dominik <dominik@science.uva.nl>
parents: 71312
diff changeset
6993 @cindex history
67613
eab2494a32d7 *** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents: 67604
diff changeset
6994 @cindex thanks
58792
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
6995
73874
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
6996 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
6997 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
6998 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
6999 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
7000 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
7001 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
7002 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
7003 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
7004 editing} were originally implemented in the package
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
7005 @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
7006 @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
7007 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
7008 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
7009 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
7010 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
7011 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
7012
93e8ae57983b (Embedded LaTeX): New chapter.
Carsten Dominik <dominik@science.uva.nl>
parents: 71386
diff changeset
7013 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
7014 @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
7015 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
7016 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
7017 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
7018 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
7019 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
7020 let me know.
58792
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
7021
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
7022 @itemize @bullet
73967
8aa00b07ec99 Minor typo fixes.
Carsten Dominik <dominik@science.uva.nl>
parents: 73874
diff changeset
7023
58792
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
7024 @item
70951
39f6e1889f85 (ASCII export): Omit command name.
Carsten Dominik <dominik@science.uva.nl>
parents: 70867
diff changeset
7025 @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
7026 system.
69090
66a57755230b * org.texi (Internal Links): Rewritten to cover the modified
Carsten Dominik <dominik@science.uva.nl>
parents: 68639
diff changeset
7027 @item
70951
39f6e1889f85 (ASCII export): Omit command name.
Carsten Dominik <dominik@science.uva.nl>
parents: 70867
diff changeset
7028 @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
7029 @item
70951
39f6e1889f85 (ASCII export): Omit command name.
Carsten Dominik <dominik@science.uva.nl>
parents: 70867
diff changeset
7030 @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
7031 for Remember.
69929
beebc22085fe (Link format): New section, emphasis on bracket links.
Carsten Dominik <dominik@science.uva.nl>
parents: 69891
diff changeset
7032 @item
70951
39f6e1889f85 (ASCII export): Omit command name.
Carsten Dominik <dominik@science.uva.nl>
parents: 70867
diff changeset
7033 @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
7034 specified time.
67694
5f1a4736c318 *** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents: 67613
diff changeset
7035 @item
71386
0b2c58e8821c (Publishing links): Document the
Carsten Dominik <dominik@science.uva.nl>
parents: 71312
diff changeset
7036 @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
7037 calculations and improved XEmacs compatibility, in particular by porting
0b2c58e8821c (Publishing links): Document the
Carsten Dominik <dominik@science.uva.nl>
parents: 71312
diff changeset
7038 @file{nouline.el} to XEmacs.
70867
68e63907ebfb (Plain lists): Added new item navigation commands.
Carsten Dominik <dominik@science.uva.nl>
parents: 70164
diff changeset
7039 @item
70951
39f6e1889f85 (ASCII export): Omit command name.
Carsten Dominik <dominik@science.uva.nl>
parents: 70867
diff changeset
7040 @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
7041 @item
73874
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
7042 @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
7043 @item
76138
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
7044 @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
7045 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
7046 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
7047 @item
70951
39f6e1889f85 (ASCII export): Omit command name.
Carsten Dominik <dominik@science.uva.nl>
parents: 70867
diff changeset
7048 @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
7049 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
7050 @item
81167
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
7051 @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
7052 HTML agendas.
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
7053 @item
70951
39f6e1889f85 (ASCII export): Omit command name.
Carsten Dominik <dominik@science.uva.nl>
parents: 70867
diff changeset
7054 @i{Nic Ferrier} contributed mailcap and XOXO support.
67694
5f1a4736c318 *** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents: 67613
diff changeset
7055 @item
76138
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
7056 @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
7057 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
7058 @item
71450
93e8ae57983b (Embedded LaTeX): New chapter.
Carsten Dominik <dominik@science.uva.nl>
parents: 71386
diff changeset
7059 @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
7060 @item
76138
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
7061 @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
7062 translated David O'Toole's tutorial into French.
71386
0b2c58e8821c (Publishing links): Document the
Carsten Dominik <dominik@science.uva.nl>
parents: 71312
diff changeset
7063 @item
73874
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
7064 @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
7065 @item
81167
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
7066 @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
7067 provided frequent feedback and some patches.
76138
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
7068 @item
81167
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
7069 @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
7070 @item
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
7071 @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
7072 basis.
71508
c12f8a27aae5 (Embedded LaTeX): Fix typos and implement small improvements
Carsten Dominik <dominik@science.uva.nl>
parents: 71450
diff changeset
7073 @item
70951
39f6e1889f85 (ASCII export): Omit command name.
Carsten Dominik <dominik@science.uva.nl>
parents: 70867
diff changeset
7074 @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
7075 happy.
70867
68e63907ebfb (Plain lists): Added new item navigation commands.
Carsten Dominik <dominik@science.uva.nl>
parents: 70164
diff changeset
7076 @item
81167
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
7077 @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
7078 @item
70951
39f6e1889f85 (ASCII export): Omit command name.
Carsten Dominik <dominik@science.uva.nl>
parents: 70867
diff changeset
7079 @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
7080 @item
70951
39f6e1889f85 (ASCII export): Omit command name.
Carsten Dominik <dominik@science.uva.nl>
parents: 70867
diff changeset
7081 @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
7082 file links, and TAGS.
67694
5f1a4736c318 *** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents: 67613
diff changeset
7083 @item
76138
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
7084 @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
7085 into Japanese.
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
7086 @item
70951
39f6e1889f85 (ASCII export): Omit command name.
Carsten Dominik <dominik@science.uva.nl>
parents: 70867
diff changeset
7087 @i{Oliver Oppitz} suggested multi-state TODO items.
39f6e1889f85 (ASCII export): Omit command name.
Carsten Dominik <dominik@science.uva.nl>
parents: 70867
diff changeset
7088 @item
39f6e1889f85 (ASCII export): Omit command name.
Carsten Dominik <dominik@science.uva.nl>
parents: 70867
diff changeset
7089 @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
7090 links, among other things.
67694
5f1a4736c318 *** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents: 67613
diff changeset
7091 @item
73874
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
7092 @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
7093 provided frequent feedback.
69929
beebc22085fe (Link format): New section, emphasis on bracket links.
Carsten Dominik <dominik@science.uva.nl>
parents: 69891
diff changeset
7094 @item
70951
39f6e1889f85 (ASCII export): Omit command name.
Carsten Dominik <dominik@science.uva.nl>
parents: 70867
diff changeset
7095 @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
7096 @item
70951
39f6e1889f85 (ASCII export): Omit command name.
Carsten Dominik <dominik@science.uva.nl>
parents: 70867
diff changeset
7097 @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
7098 control.
58792
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
7099 @item
70951
39f6e1889f85 (ASCII export): Omit command name.
Carsten Dominik <dominik@science.uva.nl>
parents: 70867
diff changeset
7100 @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
7101 @item
70951
39f6e1889f85 (ASCII export): Omit command name.
Carsten Dominik <dominik@science.uva.nl>
parents: 70867
diff changeset
7102 @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
7103 conflict with @file{allout.el}.
70164
7ce8d4154af5 Many small fixes.
Carsten Dominik <dominik@science.uva.nl>
parents: 70133
diff changeset
7104 @item
74030
7c426fa1fdff Fix typos
Carsten Dominik <dominik@science.uva.nl>
parents: 73967
diff changeset
7105 @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
7106 @item
70951
39f6e1889f85 (ASCII export): Omit command name.
Carsten Dominik <dominik@science.uva.nl>
parents: 70867
diff changeset
7107 @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
7108 of feedback.
58792
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
7109 @item
70951
39f6e1889f85 (ASCII export): Omit command name.
Carsten Dominik <dominik@science.uva.nl>
parents: 70867
diff changeset
7110 @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
7111 other things.
63362
8a4e1b582425 Version 3.11
Carsten Dominik <dominik@science.uva.nl>
parents: 62713
diff changeset
7112 @item
70951
39f6e1889f85 (ASCII export): Omit command name.
Carsten Dominik <dominik@science.uva.nl>
parents: 70867
diff changeset
7113 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
7114 @file{organizer-mode.el}.
71450
93e8ae57983b (Embedded LaTeX): New chapter.
Carsten Dominik <dominik@science.uva.nl>
parents: 71386
diff changeset
7115 @item
71508
c12f8a27aae5 (Embedded LaTeX): Fix typos and implement small improvements
Carsten Dominik <dominik@science.uva.nl>
parents: 71450
diff changeset
7116 @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
7117 subtrees.
58792
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
7118 @item
73874
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
7119 @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
7120 @item
71246
f32b17d18b4b (ASCII export): Document indentation adaptation.
Carsten Dominik <dominik@science.uva.nl>
parents: 71224
diff changeset
7121 @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
7122 chapter about publishing.
70867
68e63907ebfb (Plain lists): Added new item navigation commands.
Carsten Dominik <dominik@science.uva.nl>
parents: 70164
diff changeset
7123 @item
70951
39f6e1889f85 (ASCII export): Omit command name.
Carsten Dominik <dominik@science.uva.nl>
parents: 70867
diff changeset
7124 @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
7125 in HTML output.
58792
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
7126 @item
70951
39f6e1889f85 (ASCII export): Omit command name.
Carsten Dominik <dominik@science.uva.nl>
parents: 70867
diff changeset
7127 @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
7128 keyword.
69456
6c85e996427c (Clean view): Document new startup options.
Carsten Dominik <dominik@science.uva.nl>
parents: 69318
diff changeset
7129 @item
70951
39f6e1889f85 (ASCII export): Omit command name.
Carsten Dominik <dominik@science.uva.nl>
parents: 70867
diff changeset
7130 @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
7131 system.
58792
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
7132 @item
70951
39f6e1889f85 (ASCII export): Omit command name.
Carsten Dominik <dominik@science.uva.nl>
parents: 70867
diff changeset
7133 @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
7134 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
7135 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
7136 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
7137 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
7138 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
7139 @item
70951
39f6e1889f85 (ASCII export): Omit command name.
Carsten Dominik <dominik@science.uva.nl>
parents: 70867
diff changeset
7140 @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
7141 linking to GNUS.
69929
beebc22085fe (Link format): New section, emphasis on bracket links.
Carsten Dominik <dominik@science.uva.nl>
parents: 69891
diff changeset
7142 @item
70951
39f6e1889f85 (ASCII export): Omit command name.
Carsten Dominik <dominik@science.uva.nl>
parents: 70867
diff changeset
7143 @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
7144 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
7145 @item
74030
7c426fa1fdff Fix typos
Carsten Dominik <dominik@science.uva.nl>
parents: 73967
diff changeset
7146 @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
7147 and contributed various ideas and code snippets.
58792
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
7148 @end itemize
71386
0b2c58e8821c (Publishing links): Document the
Carsten Dominik <dominik@science.uva.nl>
parents: 71312
diff changeset
7149
81167
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
7150
bf0c02ef2719 Large number of changes.
Carsten Dominik <dominik@science.uva.nl>
parents: 77235
diff changeset
7151 @node Index, Key Index, History and Acknowledgments, Top
71386
0b2c58e8821c (Publishing links): Document the
Carsten Dominik <dominik@science.uva.nl>
parents: 71312
diff changeset
7152 @unnumbered Index
58792
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
7153
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
7154 @printindex cp
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
7155
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
7156 @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
7157 @unnumbered Key Index
58792
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
7158
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
7159 @printindex ky
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
7160
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
7161 @bye
64070
ac6ca3de0b38 Add arch tagline
Miles Bader <miles@gnu.org>
parents: 64069
diff changeset
7162
ac6ca3de0b38 Add arch tagline
Miles Bader <miles@gnu.org>
parents: 64069
diff changeset
7163 @ignore
ac6ca3de0b38 Add arch tagline
Miles Bader <miles@gnu.org>
parents: 64069
diff changeset
7164 arch-tag: 7893d1fe-cc57-4d13-b5e5-f494a1bcc7ac
ac6ca3de0b38 Add arch tagline
Miles Bader <miles@gnu.org>
parents: 64069
diff changeset
7165 @end ignore