annotate man/org.texi @ 90783:e728b9402186

Initialize some vars.
author Vinicius Jose Latorre <viniciusjl@ig.com.br>
date Tue, 06 Mar 2007 00:53:16 +0000
parents f89ec8cbd4d9
children bcc16ff22a34
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
76138
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
6 @set VERSION 4.67
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
7 @set DATE February 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
63833
addf44674c32 Version 3.12
Carsten Dominik <dominik@science.uva.nl>
parents: 63672
diff changeset
125 * 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
126 * 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
127
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
128 The spreadsheet
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
129
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
130 * 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
131 * 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
132 * 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
133 * 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
134 * 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
135 * Editing and debugging formulas:: Fixing formulas
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
136 * Updating the table:: Recomputing all dependent fields
64517
098497d516e8 Version 3.14
Carsten Dominik <dominik@science.uva.nl>
parents: 64460
diff changeset
137 * Advanced features:: Field names, parameters and automatic recalc
61923
88492f3ccffa *** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents: 61562
diff changeset
138
88492f3ccffa *** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents: 61562
diff changeset
139 Hyperlinks
88492f3ccffa *** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents: 61562
diff changeset
140
69929
beebc22085fe (Link format): New section, emphasis on bracket links.
Carsten Dominik <dominik@science.uva.nl>
parents: 69891
diff changeset
141 * 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
142 * 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
143 * External links:: URL-like links to the world
70164
7ce8d4154af5 Many small fixes.
Carsten Dominik <dominik@science.uva.nl>
parents: 70133
diff changeset
144 * 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
145 * 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
146 * 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
147 * Custom searches:: When the default search is not enough
61923
88492f3ccffa *** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents: 61562
diff changeset
148 * Remember:: Org-trees store quick notes
88492f3ccffa *** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents: 61562
diff changeset
149
69929
beebc22085fe (Link format): New section, emphasis on bracket links.
Carsten Dominik <dominik@science.uva.nl>
parents: 69891
diff changeset
150 Internal links
69090
66a57755230b * org.texi (Internal Links): Rewritten to cover the modified
Carsten Dominik <dominik@science.uva.nl>
parents: 68639
diff changeset
151
66a57755230b * org.texi (Internal Links): Rewritten to cover the modified
Carsten Dominik <dominik@science.uva.nl>
parents: 68639
diff changeset
152 * 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
153
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
154 Remember
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
155
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
156 * 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
157 * 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
158 * 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
159
58792
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
160 TODO items
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
161
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
162 * TODO basics:: Marking and displaying TODO entries
61562
6cd3b18f298e Update to version 3.06
Carsten Dominik <dominik@science.uva.nl>
parents: 61136
diff changeset
163 * TODO extensions:: Workflow and assignments
58792
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
164 * Priorities:: Some things are more important than others
73874
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
165 * Breaking down tasks:: Splitting a task into managable pieces
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
166 * Checkboxes:: Tick-off lists
58792
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
167
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
168 Extended use of TODO keywords
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
169
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
170 * Workflow states:: From TODO to DONE in steps
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
171 * TODO types:: I do this, Fred the rest
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
172 * Per file keywords:: Different files, different requirements
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
173
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
174 Timestamps
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 * Time stamps:: Assigning a time to a tree entry
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
177 * Creating timestamps:: Commands which insert timestamps
73874
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
178 * Custom time format:: If you cannot work with the ISO format
76138
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
179 * Repeating items:: Deadlines that come back again and again
71312
e050af4a9e72 (Progress logging): New section.
Carsten Dominik <dominik@science.uva.nl>
parents: 71246
diff changeset
180 * Progress logging:: Documenting when what work was done.
e050af4a9e72 (Progress logging): New section.
Carsten Dominik <dominik@science.uva.nl>
parents: 71246
diff changeset
181
73874
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
182 Creating timestamps
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
183
74030
7c426fa1fdff Fix typos
Carsten Dominik <dominik@science.uva.nl>
parents: 73967
diff changeset
184 * The date/time prompt:: How org-mode helps you entering date and time
73874
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
185
71312
e050af4a9e72 (Progress logging): New section.
Carsten Dominik <dominik@science.uva.nl>
parents: 71246
diff changeset
186 Progress Logging
e050af4a9e72 (Progress logging): New section.
Carsten Dominik <dominik@science.uva.nl>
parents: 71246
diff changeset
187
71386
0b2c58e8821c (Publishing links): Document the
Carsten Dominik <dominik@science.uva.nl>
parents: 71312
diff changeset
188 * 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
189 * 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
190 * Clocking work time:: When exactly did you work on this item?
58792
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
191
69929
beebc22085fe (Link format): New section, emphasis on bracket links.
Carsten Dominik <dominik@science.uva.nl>
parents: 69891
diff changeset
192 Tags
beebc22085fe (Link format): New section, emphasis on bracket links.
Carsten Dominik <dominik@science.uva.nl>
parents: 69891
diff changeset
193
beebc22085fe (Link format): New section, emphasis on bracket links.
Carsten Dominik <dominik@science.uva.nl>
parents: 69891
diff changeset
194 * 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
195 * 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
196 * 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
197
70867
68e63907ebfb (Plain lists): Added new item navigation commands.
Carsten Dominik <dominik@science.uva.nl>
parents: 70164
diff changeset
198 Agenda Views
67613
eab2494a32d7 *** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents: 67604
diff changeset
199
68033
59e35f6b8ff4 (Agenda Views): Chapter reorganized.
Carsten Dominik <dominik@science.uva.nl>
parents: 67884
diff changeset
200 * Agenda files:: Files being searched for agenda information
59e35f6b8ff4 (Agenda Views): Chapter reorganized.
Carsten Dominik <dominik@science.uva.nl>
parents: 67884
diff changeset
201 * 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
202 * 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
203 * 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
204 * Agenda commands:: Remote editing of org trees
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
205 * 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
206
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
207 The built-in agenda views
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
208
70133
36d1ec75581c * org.texi: (Time stamps): Better explanation of the purpose of
Carsten Dominik <dominik@science.uva.nl>
parents: 70065
diff changeset
209 * 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
210 * Global TODO list:: All unfinished action items
68033
59e35f6b8ff4 (Agenda Views): Chapter reorganized.
Carsten Dominik <dominik@science.uva.nl>
parents: 67884
diff changeset
211 * 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
212 * 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
213 * 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
214
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
215 Presentation and sorting
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
216
68033
59e35f6b8ff4 (Agenda Views): Chapter reorganized.
Carsten Dominik <dominik@science.uva.nl>
parents: 67884
diff changeset
217 * Categories:: Not all tasks are equal
59e35f6b8ff4 (Agenda Views): Chapter reorganized.
Carsten Dominik <dominik@science.uva.nl>
parents: 67884
diff changeset
218 * 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
219 * Sorting of agenda items:: The order of things
58792
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
220
73874
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
221 Custom agenda views
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
222
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
223 * 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
224 * 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
225 * Setting Options:: Changing the rules
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
226 * Batch processing:: Agenda views from the command line
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
227
71450
93e8ae57983b (Embedded LaTeX): New chapter.
Carsten Dominik <dominik@science.uva.nl>
parents: 71386
diff changeset
228 Embedded LaTeX
93e8ae57983b (Embedded LaTeX): New chapter.
Carsten Dominik <dominik@science.uva.nl>
parents: 71386
diff changeset
229
71508
c12f8a27aae5 (Embedded LaTeX): Fix typos and implement small improvements
Carsten Dominik <dominik@science.uva.nl>
parents: 71450
diff changeset
230 * 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
231 * Subscripts and Superscripts:: Simple syntax for raising/lowering text
93e8ae57983b (Embedded LaTeX): New chapter.
Carsten Dominik <dominik@science.uva.nl>
parents: 71386
diff changeset
232 * LaTeX fragments:: Complex formulas made easy
93e8ae57983b (Embedded LaTeX): New chapter.
Carsten Dominik <dominik@science.uva.nl>
parents: 71386
diff changeset
233 * Processing LaTeX fragments:: Previewing LaTeX processing
93e8ae57983b (Embedded LaTeX): New chapter.
Carsten Dominik <dominik@science.uva.nl>
parents: 71386
diff changeset
234 * CDLaTeX mode:: Speed up entering of formulas
93e8ae57983b (Embedded LaTeX): New chapter.
Carsten Dominik <dominik@science.uva.nl>
parents: 71386
diff changeset
235
58792
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
236 Exporting
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
237
70011
74050e653990 (Visibility cycling): Better names for the startup
Carsten Dominik <dominik@science.uva.nl>
parents: 69999
diff changeset
238 * ASCII export:: Exporting to plain ASCII
74050e653990 (Visibility cycling): Better names for the startup
Carsten Dominik <dominik@science.uva.nl>
parents: 69999
diff changeset
239 * HTML export:: Exporting to HTML
70867
68e63907ebfb (Plain lists): Added new item navigation commands.
Carsten Dominik <dominik@science.uva.nl>
parents: 70164
diff changeset
240 * XOXO export:: Exporting to XOXO
70011
74050e653990 (Visibility cycling): Better names for the startup
Carsten Dominik <dominik@science.uva.nl>
parents: 69999
diff changeset
241 * iCalendar export:: Exporting in iCalendar format
74050e653990 (Visibility cycling): Better names for the startup
Carsten Dominik <dominik@science.uva.nl>
parents: 69999
diff changeset
242 * 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
243
76138
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
244 HTML export
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
245
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
246 * Export commands:: How to invode HTML export
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
247 * 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
248 * Links:: How hyperlinks get transferred to HTML
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
249 * Images:: To inline or not to inline?
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
250 * CSS support:: Style specifications
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
251
70011
74050e653990 (Visibility cycling): Better names for the startup
Carsten Dominik <dominik@science.uva.nl>
parents: 69999
diff changeset
252 Text interpretation by the exporter
74050e653990 (Visibility cycling): Better names for the startup
Carsten Dominik <dominik@science.uva.nl>
parents: 69999
diff changeset
253
74050e653990 (Visibility cycling): Better names for the startup
Carsten Dominik <dominik@science.uva.nl>
parents: 69999
diff changeset
254 * Comment lines:: Some lines will not be exported
74050e653990 (Visibility cycling): Better names for the startup
Carsten Dominik <dominik@science.uva.nl>
parents: 69999
diff changeset
255 * Enhancing text:: Subscripts, symbols and more
74050e653990 (Visibility cycling): Better names for the startup
Carsten Dominik <dominik@science.uva.nl>
parents: 69999
diff changeset
256 * Export options:: How to influence the export settings
58792
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
257
70867
68e63907ebfb (Plain lists): Added new item navigation commands.
Carsten Dominik <dominik@science.uva.nl>
parents: 70164
diff changeset
258 Publishing
68e63907ebfb (Plain lists): Added new item navigation commands.
Carsten Dominik <dominik@science.uva.nl>
parents: 70164
diff changeset
259
68e63907ebfb (Plain lists): Added new item navigation commands.
Carsten Dominik <dominik@science.uva.nl>
parents: 70164
diff changeset
260 * Configuration:: Defining projects
68e63907ebfb (Plain lists): Added new item navigation commands.
Carsten Dominik <dominik@science.uva.nl>
parents: 70164
diff changeset
261 * Sample configuration:: Example projects
68e63907ebfb (Plain lists): Added new item navigation commands.
Carsten Dominik <dominik@science.uva.nl>
parents: 70164
diff changeset
262 * Triggering publication:: Publication commands
68e63907ebfb (Plain lists): Added new item navigation commands.
Carsten Dominik <dominik@science.uva.nl>
parents: 70164
diff changeset
263
68e63907ebfb (Plain lists): Added new item navigation commands.
Carsten Dominik <dominik@science.uva.nl>
parents: 70164
diff changeset
264 Configuration
68e63907ebfb (Plain lists): Added new item navigation commands.
Carsten Dominik <dominik@science.uva.nl>
parents: 70164
diff changeset
265
68e63907ebfb (Plain lists): Added new item navigation commands.
Carsten Dominik <dominik@science.uva.nl>
parents: 70164
diff changeset
266 * Project alist:: The central configuration variable
71450
93e8ae57983b (Embedded LaTeX): New chapter.
Carsten Dominik <dominik@science.uva.nl>
parents: 71386
diff changeset
267 * 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
268 * 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
269 * 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
270 * Publishing options:: Tweaking HTML export
68e63907ebfb (Plain lists): Added new item navigation commands.
Carsten Dominik <dominik@science.uva.nl>
parents: 70164
diff changeset
271 * 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
272 * 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
273
68e63907ebfb (Plain lists): Added new item navigation commands.
Carsten Dominik <dominik@science.uva.nl>
parents: 70164
diff changeset
274 Sample 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 * Simple example:: One-component publishing
68e63907ebfb (Plain lists): Added new item navigation commands.
Carsten Dominik <dominik@science.uva.nl>
parents: 70164
diff changeset
277 * 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
278
58792
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
279 Miscellaneous
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
280
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
281 * Completion:: M-TAB knows what you need
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
282 * Customization:: Adapting Org-mode to your taste
71450
93e8ae57983b (Embedded LaTeX): New chapter.
Carsten Dominik <dominik@science.uva.nl>
parents: 71386
diff changeset
283 * 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
284 * 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
285 * 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
286 * TTY keys:: Using Org-mode on a tty
58792
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
287 * Interaction:: Other Emacs packages
63362
8a4e1b582425 Version 3.11
Carsten Dominik <dominik@science.uva.nl>
parents: 62713
diff changeset
288 * Bugs:: Things which do not work perfectly
58792
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
289
70867
68e63907ebfb (Plain lists): Added new item navigation commands.
Carsten Dominik <dominik@science.uva.nl>
parents: 70164
diff changeset
290 Interaction with other packages
68e63907ebfb (Plain lists): Added new item navigation commands.
Carsten Dominik <dominik@science.uva.nl>
parents: 70164
diff changeset
291
68e63907ebfb (Plain lists): Added new item navigation commands.
Carsten Dominik <dominik@science.uva.nl>
parents: 70164
diff changeset
292 * Cooperation:: Packages Org-mode cooperates with
68e63907ebfb (Plain lists): Added new item navigation commands.
Carsten Dominik <dominik@science.uva.nl>
parents: 70164
diff changeset
293 * Conflicts:: Packages that lead to conflicts
68e63907ebfb (Plain lists): Added new item navigation commands.
Carsten Dominik <dominik@science.uva.nl>
parents: 70164
diff changeset
294
71450
93e8ae57983b (Embedded LaTeX): New chapter.
Carsten Dominik <dominik@science.uva.nl>
parents: 71386
diff changeset
295 Extensions, Hooks and Hacking
93e8ae57983b (Embedded LaTeX): New chapter.
Carsten Dominik <dominik@science.uva.nl>
parents: 71386
diff changeset
296
93e8ae57983b (Embedded LaTeX): New chapter.
Carsten Dominik <dominik@science.uva.nl>
parents: 71386
diff changeset
297 * Extensions:: Existing 3rd-part extensions
76138
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
298 * 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
299 * Dynamic blocks:: Automatically filled blocks
76138
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
300 * Special agenda views:: Customized views
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
301
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
302 Tables in arbitrary syntax
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
303
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
304 * Radio tables:: Sending and receiving
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
305 * 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
306 * Translator functions:: Copy and modify
71386
0b2c58e8821c (Publishing links): Document the
Carsten Dominik <dominik@science.uva.nl>
parents: 71312
diff changeset
307
58792
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
308 @end detailmenu
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
309 @end menu
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
310
70133
36d1ec75581c * org.texi: (Time stamps): Better explanation of the purpose of
Carsten Dominik <dominik@science.uva.nl>
parents: 70065
diff changeset
311 @node Introduction, Document structure, Top, Top
58792
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
312 @chapter Introduction
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
313 @cindex introduction
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
314
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
315 @menu
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
316 * 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
317 * 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
318 * Activation:: How to activate Org-mode for certain buffers.
64517
098497d516e8 Version 3.14
Carsten Dominik <dominik@science.uva.nl>
parents: 64460
diff changeset
319 * Feedback:: Bug reports, ideas, patches etc.
58792
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
320 @end menu
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
321
71450
93e8ae57983b (Embedded LaTeX): New chapter.
Carsten Dominik <dominik@science.uva.nl>
parents: 71386
diff changeset
322 @node Summary, Installation, Introduction, Introduction
58792
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
323 @section Summary
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
324 @cindex summary
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
325
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
326 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
327 project planning with a fast and effective plain-text system.
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
328
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
329 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
330 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
331 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
332 content of large files well structured. Visibility cycling and
8aa00b07ec99 Minor typo fixes.
Carsten Dominik <dominik@science.uva.nl>
parents: 73874
diff changeset
333 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
334 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
335 time stamps, and scheduling. It dynamically compiles entries into an
8aa00b07ec99 Minor typo fixes.
Carsten Dominik <dominik@science.uva.nl>
parents: 73874
diff changeset
336 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
337 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
338 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
339 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
340 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
341 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
342 linked webpages.
58792
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
343
73967
8aa00b07ec99 Minor typo fixes.
Carsten Dominik <dominik@science.uva.nl>
parents: 73874
diff changeset
344 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
345 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
346 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
347 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
348 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
349 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
350 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
351 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
352
67107
a0a8d49729fd (Structure editing): New item moving commands added.
Carsten Dominik <dominik@science.uva.nl>
parents: 66988
diff changeset
353 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
354 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
355 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
356 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
357 example as:
58792
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
358
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
359 @example
76138
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
360 @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
361 @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
362 @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
363 @r{@bullet{} TODO list editor}
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
364 @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
365 @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
366 @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
367 @r{@bullet{} publishing tool to create a set of interlinked webpages}
58792
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
368 @end example
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
369
76138
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
370 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
371 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
372 minor Orgtbl-mode. Using a translation step, it can be used to maintain
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
373 tables in arbitray file types, for example in LaTeX.
59541
7de30c78c347 version 3.04
Carsten Dominik <dominik@science.uva.nl>
parents: 58848
diff changeset
374
71386
0b2c58e8821c (Publishing links): Document the
Carsten Dominik <dominik@science.uva.nl>
parents: 71312
diff changeset
375 @cindex FAQ
59541
7de30c78c347 version 3.04
Carsten Dominik <dominik@science.uva.nl>
parents: 58848
diff changeset
376 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
377 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
378 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
379 @uref{http://www.astro.uva.nl/~dominik/Tools/org/}.
7de30c78c347 version 3.04
Carsten Dominik <dominik@science.uva.nl>
parents: 58848
diff changeset
380
7de30c78c347 version 3.04
Carsten Dominik <dominik@science.uva.nl>
parents: 58848
diff changeset
381 @page
7de30c78c347 version 3.04
Carsten Dominik <dominik@science.uva.nl>
parents: 58848
diff changeset
382
76138
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
383
72399
99e38d5aaf87 (Installation, Activation): Split from Installation and
Carsten Dominik <dominik@science.uva.nl>
parents: 72101
diff changeset
384 @node Installation, Activation, Summary, Introduction
99e38d5aaf87 (Installation, Activation): Split from Installation and
Carsten Dominik <dominik@science.uva.nl>
parents: 72101
diff changeset
385 @section Installation
58792
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
386 @cindex installation
72399
99e38d5aaf87 (Installation, Activation): Split from Installation and
Carsten Dominik <dominik@science.uva.nl>
parents: 72101
diff changeset
387 @cindex XEmacs
99e38d5aaf87 (Installation, Activation): Split from Installation and
Carsten Dominik <dominik@science.uva.nl>
parents: 72101
diff changeset
388
76138
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
389 @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
390 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
391 @ref{Activation}.}
72399
99e38d5aaf87 (Installation, Activation): Split from Installation and
Carsten Dominik <dominik@science.uva.nl>
parents: 72101
diff changeset
392
99e38d5aaf87 (Installation, Activation): Split from Installation and
Carsten Dominik <dominik@science.uva.nl>
parents: 72101
diff changeset
393 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
394 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
395 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
396 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
397 @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
398 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
399 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
400 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
401 the following line to @file{.emacs}:
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 @example
99e38d5aaf87 (Installation, Activation): Split from Installation and
Carsten Dominik <dominik@science.uva.nl>
parents: 72101
diff changeset
404 (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
405 @end example
99e38d5aaf87 (Installation, Activation): Split from Installation and
Carsten Dominik <dominik@science.uva.nl>
parents: 72101
diff changeset
406
99e38d5aaf87 (Installation, Activation): Split from Installation and
Carsten Dominik <dominik@science.uva.nl>
parents: 72101
diff changeset
407 @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
408 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
409 command:}
99e38d5aaf87 (Installation, Activation): Split from Installation and
Carsten Dominik <dominik@science.uva.nl>
parents: 72101
diff changeset
410
99e38d5aaf87 (Installation, Activation): Split from Installation and
Carsten Dominik <dominik@science.uva.nl>
parents: 72101
diff changeset
411 @example
99e38d5aaf87 (Installation, Activation): Split from Installation and
Carsten Dominik <dominik@science.uva.nl>
parents: 72101
diff changeset
412 @b{make install-noutline}
99e38d5aaf87 (Installation, Activation): Split from Installation and
Carsten Dominik <dominik@science.uva.nl>
parents: 72101
diff changeset
413 @end example
99e38d5aaf87 (Installation, Activation): Split from Installation and
Carsten Dominik <dominik@science.uva.nl>
parents: 72101
diff changeset
414
99e38d5aaf87 (Installation, Activation): Split from Installation and
Carsten Dominik <dominik@science.uva.nl>
parents: 72101
diff changeset
415 @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
416 commands:
99e38d5aaf87 (Installation, Activation): Split from Installation and
Carsten Dominik <dominik@science.uva.nl>
parents: 72101
diff changeset
417
99e38d5aaf87 (Installation, Activation): Split from Installation and
Carsten Dominik <dominik@science.uva.nl>
parents: 72101
diff changeset
418 @example
99e38d5aaf87 (Installation, Activation): Split from Installation and
Carsten Dominik <dominik@science.uva.nl>
parents: 72101
diff changeset
419 make
99e38d5aaf87 (Installation, Activation): Split from Installation and
Carsten Dominik <dominik@science.uva.nl>
parents: 72101
diff changeset
420 make install
99e38d5aaf87 (Installation, Activation): Split from Installation and
Carsten Dominik <dominik@science.uva.nl>
parents: 72101
diff changeset
421 @end example
99e38d5aaf87 (Installation, Activation): Split from Installation and
Carsten Dominik <dominik@science.uva.nl>
parents: 72101
diff changeset
422
99e38d5aaf87 (Installation, Activation): Split from Installation and
Carsten Dominik <dominik@science.uva.nl>
parents: 72101
diff changeset
423 @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
424
99e38d5aaf87 (Installation, Activation): Split from Installation and
Carsten Dominik <dominik@science.uva.nl>
parents: 72101
diff changeset
425 @example
99e38d5aaf87 (Installation, Activation): Split from Installation and
Carsten Dominik <dominik@science.uva.nl>
parents: 72101
diff changeset
426 make install-info
99e38d5aaf87 (Installation, Activation): Split from Installation and
Carsten Dominik <dominik@science.uva.nl>
parents: 72101
diff changeset
427 @end example
99e38d5aaf87 (Installation, Activation): Split from Installation and
Carsten Dominik <dominik@science.uva.nl>
parents: 72101
diff changeset
428
99e38d5aaf87 (Installation, Activation): Split from Installation and
Carsten Dominik <dominik@science.uva.nl>
parents: 72101
diff changeset
429 @noindent Then add to @file{.emacs}:
99e38d5aaf87 (Installation, Activation): Split from Installation and
Carsten Dominik <dominik@science.uva.nl>
parents: 72101
diff changeset
430
99e38d5aaf87 (Installation, Activation): Split from Installation and
Carsten Dominik <dominik@science.uva.nl>
parents: 72101
diff changeset
431 @lisp
99e38d5aaf87 (Installation, Activation): Split from Installation and
Carsten Dominik <dominik@science.uva.nl>
parents: 72101
diff changeset
432 ;; 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
433 (require 'org-install)
99e38d5aaf87 (Installation, Activation): Split from Installation and
Carsten Dominik <dominik@science.uva.nl>
parents: 72101
diff changeset
434 @end lisp
99e38d5aaf87 (Installation, Activation): Split from Installation and
Carsten Dominik <dominik@science.uva.nl>
parents: 72101
diff changeset
435
99e38d5aaf87 (Installation, Activation): Split from Installation and
Carsten Dominik <dominik@science.uva.nl>
parents: 72101
diff changeset
436 @node Activation, Feedback, Installation, Introduction
99e38d5aaf87 (Installation, Activation): Split from Installation and
Carsten Dominik <dominik@science.uva.nl>
parents: 72101
diff changeset
437 @section Activation
99e38d5aaf87 (Installation, Activation): Split from Installation and
Carsten Dominik <dominik@science.uva.nl>
parents: 72101
diff changeset
438 @cindex activation
58792
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
439 @cindex autoload
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
440 @cindex global keybindings
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
441 @cindex keybindings, global
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
442
76138
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
443 @iftex
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
444 @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
445 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
446 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
447 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
448 @end iftex
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
449
72399
99e38d5aaf87 (Installation, Activation): Split from Installation and
Carsten Dominik <dominik@science.uva.nl>
parents: 72101
diff changeset
450 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
451 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
452 @command{org-agenda} - please choose suitable keys yourself.
58792
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
453
62548
55227ff1f8d5 Version 3.09
Carsten Dominik <dominik@science.uva.nl>
parents: 61923
diff changeset
454 @lisp
55227ff1f8d5 Version 3.09
Carsten Dominik <dominik@science.uva.nl>
parents: 61923
diff changeset
455 ;; The following lines are always needed. Choose your own keys.
55227ff1f8d5 Version 3.09
Carsten Dominik <dominik@science.uva.nl>
parents: 61923
diff changeset
456 (add-to-list 'auto-mode-alist '("\\.org$" . org-mode))
55227ff1f8d5 Version 3.09
Carsten Dominik <dominik@science.uva.nl>
parents: 61923
diff changeset
457 (define-key global-map "\C-cl" 'org-store-link)
55227ff1f8d5 Version 3.09
Carsten Dominik <dominik@science.uva.nl>
parents: 61923
diff changeset
458 (define-key global-map "\C-ca" 'org-agenda)
55227ff1f8d5 Version 3.09
Carsten Dominik <dominik@science.uva.nl>
parents: 61923
diff changeset
459 @end lisp
58792
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
460
70867
68e63907ebfb (Plain lists): Added new item navigation commands.
Carsten Dominik <dominik@science.uva.nl>
parents: 70164
diff changeset
461 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
462 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
463 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
464 (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
465 @lisp
68e63907ebfb (Plain lists): Added new item navigation commands.
Carsten Dominik <dominik@science.uva.nl>
parents: 70164
diff changeset
466 (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
467 (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
468 @end lisp
68e63907ebfb (Plain lists): Added new item navigation commands.
Carsten Dominik <dominik@science.uva.nl>
parents: 70164
diff changeset
469
58792
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
470 @cindex org-mode, turning on
72399
99e38d5aaf87 (Installation, Activation): Split from Installation and
Carsten Dominik <dominik@science.uva.nl>
parents: 72101
diff changeset
471 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
472 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
473 like this:
58792
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
474
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
475 @example
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
476 MY PROJECTS -*- mode: org; -*-
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
477 @end example
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
478
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
479 @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
480 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
481 @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
482
72399
99e38d5aaf87 (Installation, Activation): Split from Installation and
Carsten Dominik <dominik@science.uva.nl>
parents: 72101
diff changeset
483 @node Feedback, , Activation, Introduction
61923
88492f3ccffa *** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents: 61562
diff changeset
484 @section Feedback
88492f3ccffa *** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents: 61562
diff changeset
485 @cindex feedback
88492f3ccffa *** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents: 61562
diff changeset
486 @cindex bug reports
88492f3ccffa *** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents: 61562
diff changeset
487 @cindex maintainer
88492f3ccffa *** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents: 61562
diff changeset
488 @cindex author
88492f3ccffa *** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents: 61562
diff changeset
489
88492f3ccffa *** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents: 61562
diff changeset
490 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
491 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
492 @value{MAINTAINEREMAIL}.
88492f3ccffa *** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents: 61562
diff changeset
493
88492f3ccffa *** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents: 61562
diff changeset
494 For bug reports, please provide as much information as possible,
88492f3ccffa *** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents: 61562
diff changeset
495 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
496 @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
497 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
498 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
499 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
500
61923
88492f3ccffa *** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents: 61562
diff changeset
501 @enumerate
88492f3ccffa *** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents: 61562
diff changeset
502 @item What exactly did you do?
88492f3ccffa *** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents: 61562
diff changeset
503 @item What did you expect to happen?
88492f3ccffa *** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents: 61562
diff changeset
504 @item What happened instead?
88492f3ccffa *** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents: 61562
diff changeset
505 @end enumerate
69929
beebc22085fe (Link format): New section, emphasis on bracket links.
Carsten Dominik <dominik@science.uva.nl>
parents: 69891
diff changeset
506 @noindent Thank you for helping to improve this mode.
61923
88492f3ccffa *** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents: 61562
diff changeset
507
73874
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
508 @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
509
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
510 @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
511 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
512 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
513 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
514 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
515 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
516
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
517 @enumerate
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
518 @item
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
519 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
520 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
521 @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
522 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
523 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
524 @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
525 @example
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
526 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
527 @end example
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 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
530 (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
531 @item
73967
8aa00b07ec99 Minor typo fixes.
Carsten Dominik <dominik@science.uva.nl>
parents: 73874
diff changeset
532 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
533 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
534 @item
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
535 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
536 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
537 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
538 @end enumerate
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
539
70133
36d1ec75581c * org.texi: (Time stamps): Better explanation of the purpose of
Carsten Dominik <dominik@science.uva.nl>
parents: 70065
diff changeset
540 @node Document structure, Tables, Introduction, Top
58792
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
541 @chapter Document Structure
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
542 @cindex document structure
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
543 @cindex structure of document
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
544
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
545 Org-mode is based on outline mode and provides flexible commands to
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
546 edit the structure of the document.
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
547
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
548 @menu
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
549 * Outlines:: Org-mode is based on outline-mode
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
550 * Headlines:: How to typeset org-tree headlines
65656
55fcf5165d97 Version 3.16
Carsten Dominik <dominik@science.uva.nl>
parents: 65555
diff changeset
551 * Visibility cycling:: Show and hide, much simplified
58792
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
552 * Motion:: Jumping to other headlines
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
553 * Structure editing:: Changing sequence and level of headlines
63362
8a4e1b582425 Version 3.11
Carsten Dominik <dominik@science.uva.nl>
parents: 62713
diff changeset
554 * Archiving:: Move done task trees to a different place
58792
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
555 * 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
556 * Plain lists:: Additional structure within an entry
58792
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
557 @end menu
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
558
70133
36d1ec75581c * org.texi: (Time stamps): Better explanation of the purpose of
Carsten Dominik <dominik@science.uva.nl>
parents: 70065
diff changeset
559 @node Outlines, Headlines, Document structure, Document structure
58792
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
560 @section Outlines
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
561 @cindex outlines
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
562 @cindex outline-mode
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
563
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
564 Org-mode is implemented on top of outline-mode. Outlines allow to
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
565 organize a document in a hierarchical structure, which (at least for
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
566 me) is the best representation of notes and thoughts. Overview over
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
567 this structure is achieved by folding (hiding) large parts of the
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
568 document to show only the general document structure and the parts
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
569 currently being worked on. Org-mode greatly simplifies the use of
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
570 outlines by compressing the entire show/hide functionality into a
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
571 single command @command{org-cycle}, which is bound to the @key{TAB}
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
572 key.
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
573
70133
36d1ec75581c * org.texi: (Time stamps): Better explanation of the purpose of
Carsten Dominik <dominik@science.uva.nl>
parents: 70065
diff changeset
574 @node Headlines, Visibility cycling, Outlines, Document structure
58792
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
575 @section Headlines
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
576 @cindex headlines
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
577 @cindex outline tree
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
578
69929
beebc22085fe (Link format): New section, emphasis on bracket links.
Carsten Dominik <dominik@science.uva.nl>
parents: 69891
diff changeset
579 Headlines define the structure of an outline tree. The headlines in
67107
a0a8d49729fd (Structure editing): New item moving commands added.
Carsten Dominik <dominik@science.uva.nl>
parents: 66988
diff changeset
580 Org-mode start with one or more stars, on the left margin. For
69929
beebc22085fe (Link format): New section, emphasis on bracket links.
Carsten Dominik <dominik@science.uva.nl>
parents: 69891
diff changeset
581 example:
58792
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
582
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
583 @example
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
584 * Top level headline
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
585 ** Second level
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
586 *** 3rd level
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
587 some text
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
588 *** 3rd level
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
589 more text
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
590 * Another top level headline
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
591 @end example
69929
beebc22085fe (Link format): New section, emphasis on bracket links.
Carsten Dominik <dominik@science.uva.nl>
parents: 69891
diff changeset
592
69225
a2d5fbc00b3e (Interaction): Added item about `org-mouse.el' by Piotr
Carsten Dominik <dominik@science.uva.nl>
parents: 69117
diff changeset
593 @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
594 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
595 starters. @ref{Clean view} describes a setup to realize this.
58792
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
596
70133
36d1ec75581c * org.texi: (Time stamps): Better explanation of the purpose of
Carsten Dominik <dominik@science.uva.nl>
parents: 70065
diff changeset
597 @node Visibility cycling, Motion, Headlines, Document structure
58792
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
598 @section Visibility cycling
67613
eab2494a32d7 *** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents: 67604
diff changeset
599 @cindex cycling, visibility
58792
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
600 @cindex visibility cycling
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
601 @cindex trees, visibility
67613
eab2494a32d7 *** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents: 67604
diff changeset
602 @cindex show hidden text
eab2494a32d7 *** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents: 67604
diff changeset
603 @cindex hide text
58792
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
604
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
605 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
606 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
607 @kbd{S-@key{TAB}} to change the visibility in the buffer.
58792
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
608
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
609 @cindex subtree visibility states
70867
68e63907ebfb (Plain lists): Added new item navigation commands.
Carsten Dominik <dominik@science.uva.nl>
parents: 70164
diff changeset
610 @cindex subtree cycling
58792
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
611 @cindex folded, subtree visibility state
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
612 @cindex children, subtree visibility state
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
613 @cindex subtree, subtree visibility state
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
614 @table @kbd
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
615 @kindex @key{TAB}
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
616 @item @key{TAB}
70867
68e63907ebfb (Plain lists): Added new item navigation commands.
Carsten Dominik <dominik@science.uva.nl>
parents: 70164
diff changeset
617 @emph{Subtree cycling}: Rotate current subtree between the states
69929
beebc22085fe (Link format): New section, emphasis on bracket links.
Carsten Dominik <dominik@science.uva.nl>
parents: 69891
diff changeset
618
58792
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
619 @example
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
620 ,-> FOLDED -> CHILDREN -> SUBTREE --.
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
621 '-----------------------------------'
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
622 @end example
69929
beebc22085fe (Link format): New section, emphasis on bracket links.
Carsten Dominik <dominik@science.uva.nl>
parents: 69891
diff changeset
623
70867
68e63907ebfb (Plain lists): Added new item navigation commands.
Carsten Dominik <dominik@science.uva.nl>
parents: 70164
diff changeset
624 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
625 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
626 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
627 @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
628 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
629 argument (@kbd{C-u @key{TAB}}), global cycling is invoked.
58792
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
630
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
631 @cindex global visibility states
70867
68e63907ebfb (Plain lists): Added new item navigation commands.
Carsten Dominik <dominik@science.uva.nl>
parents: 70164
diff changeset
632 @cindex global cycling
58792
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
633 @cindex overview, global visibility state
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
634 @cindex contents, global visibility state
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
635 @cindex show all, global visibility state
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
636 @kindex S-@key{TAB}
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
637 @item S-@key{TAB}
70867
68e63907ebfb (Plain lists): Added new item navigation commands.
Carsten Dominik <dominik@science.uva.nl>
parents: 70164
diff changeset
638 @itemx C-u @key{TAB}
68e63907ebfb (Plain lists): Added new item navigation commands.
Carsten Dominik <dominik@science.uva.nl>
parents: 70164
diff changeset
639 @emph{Global cycling}: Rotate the entire buffer between the states
69929
beebc22085fe (Link format): New section, emphasis on bracket links.
Carsten Dominik <dominik@science.uva.nl>
parents: 69891
diff changeset
640
58792
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
641 @example
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
642 ,-> OVERVIEW -> CONTENTS -> SHOW ALL --.
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
643 '--------------------------------------'
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
644 @end example
69929
beebc22085fe (Link format): New section, emphasis on bracket links.
Carsten Dominik <dominik@science.uva.nl>
parents: 69891
diff changeset
645
76138
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
646 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
647 view up to headlines of level N will be shown.
58792
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
648 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
649
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
650 @cindex show all, command
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
651 @kindex C-c C-a
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
652 @item C-c C-a
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
653 Show all.
73874
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
654 @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
655 @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
656 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
657 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
658 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
659 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
660 level, all sibling headings.
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
661 @kindex C-c C-x b
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
662 @item C-c C-x b
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
663 Show the current subtree in an indirect buffer@footnote{The indirect
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
664 buffer (@pxref{Indirect Buffers,Indirect Buffers,Indirect
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
665 Buffers,emacs,GNU Emacs Manual}) will contain the entire buffer, but
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
666 will be narrowed to the current tree. Editing the indirect buffer will
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
667 also change the original buffer, but without affecting visibility in
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
668 that buffer.}. With numerical prefix ARG, go up to this level and then
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
669 take that tree. If ARG is negative, go up that many levels. With
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
670 @kbd{C-u} prefix, do not remove the previously used indirect buffer.
58792
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
671 @end table
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
672
63833
addf44674c32 Version 3.12
Carsten Dominik <dominik@science.uva.nl>
parents: 63672
diff changeset
673 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
674 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
675 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
676 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
677 buffer:
003dd96023ff updated to org-mode version 3.05
Carsten Dominik <dominik@science.uva.nl>
parents: 59542
diff changeset
678
003dd96023ff updated to org-mode version 3.05
Carsten Dominik <dominik@science.uva.nl>
parents: 59542
diff changeset
679 @example
70011
74050e653990 (Visibility cycling): Better names for the startup
Carsten Dominik <dominik@science.uva.nl>
parents: 69999
diff changeset
680 #+STARTUP: overview
61562
6cd3b18f298e Update to version 3.06
Carsten Dominik <dominik@science.uva.nl>
parents: 61136
diff changeset
681 #+STARTUP: content
70011
74050e653990 (Visibility cycling): Better names for the startup
Carsten Dominik <dominik@science.uva.nl>
parents: 69999
diff changeset
682 #+STARTUP: showall
61136
003dd96023ff updated to org-mode version 3.05
Carsten Dominik <dominik@science.uva.nl>
parents: 59542
diff changeset
683 @end example
003dd96023ff updated to org-mode version 3.05
Carsten Dominik <dominik@science.uva.nl>
parents: 59542
diff changeset
684
70133
36d1ec75581c * org.texi: (Time stamps): Better explanation of the purpose of
Carsten Dominik <dominik@science.uva.nl>
parents: 70065
diff changeset
685 @node Motion, Structure editing, Visibility cycling, Document structure
58792
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
686 @section Motion
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
687 @cindex motion, between headlines
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
688 @cindex jumping, to headlines
67613
eab2494a32d7 *** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents: 67604
diff changeset
689 @cindex headline navigation
58792
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
690 The following commands jump to other headlines in the buffer.
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
691
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
692 @table @kbd
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
693 @kindex C-c C-n
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
694 @item C-c C-n
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
695 Next heading.
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
696 @kindex C-c C-p
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
697 @item C-c C-p
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
698 Previous heading.
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
699 @kindex C-c C-f
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
700 @item C-c C-f
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
701 Next heading same level.
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
702 @kindex C-c C-b
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
703 @item C-c C-b
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
704 Previous heading same level.
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
705 @kindex C-c C-u
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
706 @item C-c C-u
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
707 Backward to higher level heading.
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
708 @kindex C-c C-j
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
709 @item C-c C-j
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
710 Jump to a different place without changing the current outline
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
711 visibility. Shows the document structure in a temporary buffer, where
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
712 you can use visibility cycling (@key{TAB}) to find your destination.
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
713 After pressing @key{RET}, the cursor moves to the selected location in
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
714 the original buffer, and the headings hierarchy above it is made
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
715 visible.
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
716 @end table
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
717
70133
36d1ec75581c * org.texi: (Time stamps): Better explanation of the purpose of
Carsten Dominik <dominik@science.uva.nl>
parents: 70065
diff changeset
718 @node Structure editing, Archiving, Motion, Document structure
58792
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
719 @section Structure editing
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
720 @cindex structure editing
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
721 @cindex headline, promotion and demotion
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
722 @cindex promotion, of subtrees
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
723 @cindex demotion, of subtrees
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
724 @cindex subtree, cut and paste
63833
addf44674c32 Version 3.12
Carsten Dominik <dominik@science.uva.nl>
parents: 63672
diff changeset
725 @cindex pasting, of subtrees
addf44674c32 Version 3.12
Carsten Dominik <dominik@science.uva.nl>
parents: 63672
diff changeset
726 @cindex cutting, of subtrees
addf44674c32 Version 3.12
Carsten Dominik <dominik@science.uva.nl>
parents: 63672
diff changeset
727 @cindex copying, of subtrees
67613
eab2494a32d7 *** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents: 67604
diff changeset
728 @cindex subtrees, cut and paste
58792
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
729
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
730 @table @kbd
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
731 @kindex M-@key{RET}
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
732 @item M-@key{RET}
67382
62adeda8b0dd Structure editing): DOcument new fucntionality of
Carsten Dominik <dominik@science.uva.nl>
parents: 67353
diff changeset
733 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
734 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
735 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
736 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
737 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
738 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
739 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
740 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
741 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
742 (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
743 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
744 @kindex M-S-@key{RET}
6cd3b18f298e Update to version 3.06
Carsten Dominik <dominik@science.uva.nl>
parents: 61136
diff changeset
745 @item M-S-@key{RET}
6cd3b18f298e Update to version 3.06
Carsten Dominik <dominik@science.uva.nl>
parents: 61136
diff changeset
746 Insert new TODO entry with same level as current heading.
58792
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
747 @kindex M-@key{left}
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
748 @item M-@key{left}
69929
beebc22085fe (Link format): New section, emphasis on bracket links.
Carsten Dominik <dominik@science.uva.nl>
parents: 69891
diff changeset
749 Promote current heading by one level.
58792
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
750 @kindex M-@key{right}
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
751 @item M-@key{right}
69929
beebc22085fe (Link format): New section, emphasis on bracket links.
Carsten Dominik <dominik@science.uva.nl>
parents: 69891
diff changeset
752 Demote current heading by one level.
58792
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
753 @kindex M-S-@key{left}
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
754 @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
755 Promote the current subtree by one level.
58792
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
756 @kindex M-S-@key{right}
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
757 @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
758 Demote the current subtree by one level.
58792
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
759 @kindex M-S-@key{up}
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
760 @item M-S-@key{up}
67107
a0a8d49729fd (Structure editing): New item moving commands added.
Carsten Dominik <dominik@science.uva.nl>
parents: 66988
diff changeset
761 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
762 level).
58792
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
763 @kindex M-S-@key{down}
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
764 @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
765 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
766 @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
767 @kindex C-c C-x C-k
65656
55fcf5165d97 Version 3.16
Carsten Dominik <dominik@science.uva.nl>
parents: 65555
diff changeset
768 @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
769 @itemx C-c C-x C-k
58792
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
770 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
771 @kindex C-c C-x M-w
55fcf5165d97 Version 3.16
Carsten Dominik <dominik@science.uva.nl>
parents: 65555
diff changeset
772 @item C-c C-x M-w
58792
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
773 Copy subtree to kill ring.
65656
55fcf5165d97 Version 3.16
Carsten Dominik <dominik@science.uva.nl>
parents: 65555
diff changeset
774 @kindex C-c C-x C-y
55fcf5165d97 Version 3.16
Carsten Dominik <dominik@science.uva.nl>
parents: 65555
diff changeset
775 @item C-c C-x C-y
61562
6cd3b18f298e Update to version 3.06
Carsten Dominik <dominik@science.uva.nl>
parents: 61136
diff changeset
776 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
777 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
778 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
779 headline marker like @samp{****}.
76138
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
780 @kindex C-c ^
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
781 @item C-c ^
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
782 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
783 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
784 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
785 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
786 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
787 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
788 prefixes, duplicate entries will also be removed.
58792
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
789 @end table
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
790
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
791 @cindex region, active
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
792 @cindex active region
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
793 @cindex transient-mark-mode
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
794 When there is an active region (transient-mark-mode), promotion and
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
795 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
796 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
797 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
798 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
799 inside a table (@pxref{Tables}), the Meta-Cursor keys have different
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
800 functionality.
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
801
70133
36d1ec75581c * org.texi: (Time stamps): Better explanation of the purpose of
Carsten Dominik <dominik@science.uva.nl>
parents: 70065
diff changeset
802 @node Archiving, Sparse trees, Structure editing, Document structure
63362
8a4e1b582425 Version 3.11
Carsten Dominik <dominik@science.uva.nl>
parents: 62713
diff changeset
803 @section Archiving
8a4e1b582425 Version 3.11
Carsten Dominik <dominik@science.uva.nl>
parents: 62713
diff changeset
804 @cindex archiving
8a4e1b582425 Version 3.11
Carsten Dominik <dominik@science.uva.nl>
parents: 62713
diff changeset
805
63833
addf44674c32 Version 3.12
Carsten Dominik <dominik@science.uva.nl>
parents: 63672
diff changeset
806 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
807 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
808 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
809 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
810 location.
93e8ae57983b (Embedded LaTeX): New chapter.
Carsten Dominik <dominik@science.uva.nl>
parents: 71386
diff changeset
811
93e8ae57983b (Embedded LaTeX): New chapter.
Carsten Dominik <dominik@science.uva.nl>
parents: 71386
diff changeset
812 @menu
93e8ae57983b (Embedded LaTeX): New chapter.
Carsten Dominik <dominik@science.uva.nl>
parents: 71386
diff changeset
813 * ARCHIVE tag:: Marking a tree as inactive
93e8ae57983b (Embedded LaTeX): New chapter.
Carsten Dominik <dominik@science.uva.nl>
parents: 71386
diff changeset
814 * Moving subtrees:: Moving a tree to an archive file
93e8ae57983b (Embedded LaTeX): New chapter.
Carsten Dominik <dominik@science.uva.nl>
parents: 71386
diff changeset
815 @end menu
93e8ae57983b (Embedded LaTeX): New chapter.
Carsten Dominik <dominik@science.uva.nl>
parents: 71386
diff changeset
816
93e8ae57983b (Embedded LaTeX): New chapter.
Carsten Dominik <dominik@science.uva.nl>
parents: 71386
diff changeset
817 @node ARCHIVE tag, Moving subtrees, Archiving, Archiving
93e8ae57983b (Embedded LaTeX): New chapter.
Carsten Dominik <dominik@science.uva.nl>
parents: 71386
diff changeset
818 @subsection The ARCHIVE tag
93e8ae57983b (Embedded LaTeX): New chapter.
Carsten Dominik <dominik@science.uva.nl>
parents: 71386
diff changeset
819 @cindex internal archiving
93e8ae57983b (Embedded LaTeX): New chapter.
Carsten Dominik <dominik@science.uva.nl>
parents: 71386
diff changeset
820
93e8ae57983b (Embedded LaTeX): New chapter.
Carsten Dominik <dominik@science.uva.nl>
parents: 71386
diff changeset
821 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
822 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
823 @itemize @minus
93e8ae57983b (Embedded LaTeX): New chapter.
Carsten Dominik <dominik@science.uva.nl>
parents: 71386
diff changeset
824 @item
93e8ae57983b (Embedded LaTeX): New chapter.
Carsten Dominik <dominik@science.uva.nl>
parents: 71386
diff changeset
825 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
826 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
827 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
828 @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
829 @code{show-all} will open archived subtrees.
71450
93e8ae57983b (Embedded LaTeX): New chapter.
Carsten Dominik <dominik@science.uva.nl>
parents: 71386
diff changeset
830 @item
93e8ae57983b (Embedded LaTeX): New chapter.
Carsten Dominik <dominik@science.uva.nl>
parents: 71386
diff changeset
831 During sparse tree construction (@pxref{Sparse trees}), matches in
93e8ae57983b (Embedded LaTeX): New chapter.
Carsten Dominik <dominik@science.uva.nl>
parents: 71386
diff changeset
832 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
833 @code{org-sparse-tree-open-archived-trees}.
93e8ae57983b (Embedded LaTeX): New chapter.
Carsten Dominik <dominik@science.uva.nl>
parents: 71386
diff changeset
834 @item
93e8ae57983b (Embedded LaTeX): New chapter.
Carsten Dominik <dominik@science.uva.nl>
parents: 71386
diff changeset
835 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
836 archived trees is ignored unless you configure the option
93e8ae57983b (Embedded LaTeX): New chapter.
Carsten Dominik <dominik@science.uva.nl>
parents: 71386
diff changeset
837 @code{org-agenda-skip-archived-trees}.
93e8ae57983b (Embedded LaTeX): New chapter.
Carsten Dominik <dominik@science.uva.nl>
parents: 71386
diff changeset
838 @item
93e8ae57983b (Embedded LaTeX): New chapter.
Carsten Dominik <dominik@science.uva.nl>
parents: 71386
diff changeset
839 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
840 is. Configure the details using the variable
93e8ae57983b (Embedded LaTeX): New chapter.
Carsten Dominik <dominik@science.uva.nl>
parents: 71386
diff changeset
841 @code{org-export-with-archived-trees}.
93e8ae57983b (Embedded LaTeX): New chapter.
Carsten Dominik <dominik@science.uva.nl>
parents: 71386
diff changeset
842 @end itemize
93e8ae57983b (Embedded LaTeX): New chapter.
Carsten Dominik <dominik@science.uva.nl>
parents: 71386
diff changeset
843
73874
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
844 The following commands help managing the ARCHIVE tag:
71450
93e8ae57983b (Embedded LaTeX): New chapter.
Carsten Dominik <dominik@science.uva.nl>
parents: 71386
diff changeset
845
93e8ae57983b (Embedded LaTeX): New chapter.
Carsten Dominik <dominik@science.uva.nl>
parents: 71386
diff changeset
846 @table @kbd
93e8ae57983b (Embedded LaTeX): New chapter.
Carsten Dominik <dominik@science.uva.nl>
parents: 71386
diff changeset
847 @kindex C-c C-x C-a
93e8ae57983b (Embedded LaTeX): New chapter.
Carsten Dominik <dominik@science.uva.nl>
parents: 71386
diff changeset
848 @item C-c C-x C-a
93e8ae57983b (Embedded LaTeX): New chapter.
Carsten Dominik <dominik@science.uva.nl>
parents: 71386
diff changeset
849 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
850 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
851 hidden.
93e8ae57983b (Embedded LaTeX): New chapter.
Carsten Dominik <dominik@science.uva.nl>
parents: 71386
diff changeset
852 @kindex C-u C-c C-x C-a
93e8ae57983b (Embedded LaTeX): New chapter.
Carsten Dominik <dominik@science.uva.nl>
parents: 71386
diff changeset
853 @item C-u C-c C-x C-a
93e8ae57983b (Embedded LaTeX): New chapter.
Carsten Dominik <dominik@science.uva.nl>
parents: 71386
diff changeset
854 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
855 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
856 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
857 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
858 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
859 @kindex C-@kbd{TAB}
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
860 @item C-@kbd{TAB}
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
861 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
862 @end table
93e8ae57983b (Embedded LaTeX): New chapter.
Carsten Dominik <dominik@science.uva.nl>
parents: 71386
diff changeset
863
93e8ae57983b (Embedded LaTeX): New chapter.
Carsten Dominik <dominik@science.uva.nl>
parents: 71386
diff changeset
864 @node Moving subtrees, , ARCHIVE tag, Archiving
93e8ae57983b (Embedded LaTeX): New chapter.
Carsten Dominik <dominik@science.uva.nl>
parents: 71386
diff changeset
865 @subsection Moving subtrees
93e8ae57983b (Embedded LaTeX): New chapter.
Carsten Dominik <dominik@science.uva.nl>
parents: 71386
diff changeset
866 @cindex external archiving
93e8ae57983b (Embedded LaTeX): New chapter.
Carsten Dominik <dominik@science.uva.nl>
parents: 71386
diff changeset
867
93e8ae57983b (Embedded LaTeX): New chapter.
Carsten Dominik <dominik@science.uva.nl>
parents: 71386
diff changeset
868 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
869 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
870 file, the archive file.
93e8ae57983b (Embedded LaTeX): New chapter.
Carsten Dominik <dominik@science.uva.nl>
parents: 71386
diff changeset
871
63362
8a4e1b582425 Version 3.11
Carsten Dominik <dominik@science.uva.nl>
parents: 62713
diff changeset
872 @table @kbd
76138
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
873 @kindex C-c C-x C-s
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
874 @item C-c C-x C-s
63362
8a4e1b582425 Version 3.11
Carsten Dominik <dominik@science.uva.nl>
parents: 62713
diff changeset
875 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
876 given by @code{org-archive-location}.
76138
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
877 @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
878 @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
879 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
880 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
881 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
882 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
883 is invoked, the level 1 trees will be checked.
63362
8a4e1b582425 Version 3.11
Carsten Dominik <dominik@science.uva.nl>
parents: 62713
diff changeset
884 @end table
8a4e1b582425 Version 3.11
Carsten Dominik <dominik@science.uva.nl>
parents: 62713
diff changeset
885
8a4e1b582425 Version 3.11
Carsten Dominik <dominik@science.uva.nl>
parents: 62713
diff changeset
886 @cindex archive locations
71450
93e8ae57983b (Embedded LaTeX): New chapter.
Carsten Dominik <dominik@science.uva.nl>
parents: 71386
diff changeset
887 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
888 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
889 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
890 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
891 @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
892 setting this variable, for example
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
893
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
894 @example
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
895 #+ARCHIVE: %s_done::
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
896 @end example
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
897
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
898 @noindent
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
899 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
900 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
901 text before it).
63362
8a4e1b582425 Version 3.11
Carsten Dominik <dominik@science.uva.nl>
parents: 62713
diff changeset
902
70133
36d1ec75581c * org.texi: (Time stamps): Better explanation of the purpose of
Carsten Dominik <dominik@science.uva.nl>
parents: 70065
diff changeset
903 @node Sparse trees, Plain lists, Archiving, Document structure
58792
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
904 @section Sparse trees
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
905 @cindex sparse trees
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
906 @cindex trees, sparse
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
907 @cindex folding, sparse trees
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
908 @cindex occur, command
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
909
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
910 An important feature of Org-mode is the ability to construct
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
911 @emph{sparse trees} for selected information in an outline tree. A
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
912 sparse tree means that the entire document is folded as much as
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
913 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
914 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
915 @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
916 @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
917 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
918 how it works.
58792
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
919
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
920 Org-mode contains several commands creating such trees. The most
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
921 basic one is @command{org-occur}:
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
922
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
923 @table @kbd
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
924 @kindex C-c /
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
925 @item C-c /
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
926 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
927 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
928 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
929 In order to provide minimal context, also the full hierarchy of
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
930 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
931 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
932 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
933 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
934 are kept, so several calls to this command can be stacked.
58792
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
935 @end table
68033
59e35f6b8ff4 (Agenda Views): Chapter reorganized.
Carsten Dominik <dominik@science.uva.nl>
parents: 67884
diff changeset
936 @noindent
59e35f6b8ff4 (Agenda Views): Chapter reorganized.
Carsten Dominik <dominik@science.uva.nl>
parents: 67884
diff changeset
937 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
938 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
939 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
940 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
941 For example:
beebc22085fe (Link format): New section, emphasis on bracket links.
Carsten Dominik <dominik@science.uva.nl>
parents: 69891
diff changeset
942
68033
59e35f6b8ff4 (Agenda Views): Chapter reorganized.
Carsten Dominik <dominik@science.uva.nl>
parents: 67884
diff changeset
943 @lisp
59e35f6b8ff4 (Agenda Views): Chapter reorganized.
Carsten Dominik <dominik@science.uva.nl>
parents: 67884
diff changeset
944 (setq org-agenda-custom-commands
59e35f6b8ff4 (Agenda Views): Chapter reorganized.
Carsten Dominik <dominik@science.uva.nl>
parents: 67884
diff changeset
945 '(("f" occur-tree "FIXME")))
59e35f6b8ff4 (Agenda Views): Chapter reorganized.
Carsten Dominik <dominik@science.uva.nl>
parents: 67884
diff changeset
946 @end lisp
69929
beebc22085fe (Link format): New section, emphasis on bracket links.
Carsten Dominik <dominik@science.uva.nl>
parents: 69891
diff changeset
947
68033
59e35f6b8ff4 (Agenda Views): Chapter reorganized.
Carsten Dominik <dominik@science.uva.nl>
parents: 67884
diff changeset
948 @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
949 a sparse tree matching the string @samp{FIXME}.
59e35f6b8ff4 (Agenda Views): Chapter reorganized.
Carsten Dominik <dominik@science.uva.nl>
parents: 67884
diff changeset
950
70867
68e63907ebfb (Plain lists): Added new item navigation commands.
Carsten Dominik <dominik@science.uva.nl>
parents: 70164
diff changeset
951 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
952 C-v} creates a sparse TODO tree (@pxref{TODO basics}).
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
953
71653
9c582eb56ce7 (Exporting): Document `C-c C-e' as the prefix for
Carsten Dominik <dominik@science.uva.nl>
parents: 71564
diff changeset
954 @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
955 @cindex printing sparse trees
003dd96023ff updated to org-mode version 3.05
Carsten Dominik <dominik@science.uva.nl>
parents: 59542
diff changeset
956 @cindex visible text, printing
003dd96023ff updated to org-mode version 3.05
Carsten Dominik <dominik@science.uva.nl>
parents: 59542
diff changeset
957 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
958 @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
959 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
960 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
961 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
962 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
963
73874
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
964 @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
965 @section Plain lists
67107
a0a8d49729fd (Structure editing): New item moving commands added.
Carsten Dominik <dominik@science.uva.nl>
parents: 66988
diff changeset
966 @cindex plain lists
a0a8d49729fd (Structure editing): New item moving commands added.
Carsten Dominik <dominik@science.uva.nl>
parents: 66988
diff changeset
967 @cindex lists, plain
67613
eab2494a32d7 *** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents: 67604
diff changeset
968 @cindex lists, ordered
eab2494a32d7 *** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents: 67604
diff changeset
969 @cindex ordered lists
67107
a0a8d49729fd (Structure editing): New item moving commands added.
Carsten Dominik <dominik@science.uva.nl>
parents: 66988
diff changeset
970
73874
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
971 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
972 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
973 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
974 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
975
69225
a2d5fbc00b3e (Interaction): Added item about `org-mouse.el' by Piotr
Carsten Dominik <dominik@science.uva.nl>
parents: 69117
diff changeset
976 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
977 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
978 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
979 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
980 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
981 indistinguishable from true headlines. In short: even though @samp{*}
70867
68e63907ebfb (Plain lists): Added new item navigation commands.
Carsten Dominik <dominik@science.uva.nl>
parents: 70164
diff changeset
982 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
983 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
984 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
985 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
986 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
987 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
988 ends before the next line that is indented like the bullet/number, or
a2d5fbc00b3e (Interaction): Added item about `org-mouse.el' by Piotr
Carsten Dominik <dominik@science.uva.nl>
parents: 69117
diff changeset
989 less. For example:
67107
a0a8d49729fd (Structure editing): New item moving commands added.
Carsten Dominik <dominik@science.uva.nl>
parents: 66988
diff changeset
990
a0a8d49729fd (Structure editing): New item moving commands added.
Carsten Dominik <dominik@science.uva.nl>
parents: 66988
diff changeset
991 @example
70164
7ce8d4154af5 Many small fixes.
Carsten Dominik <dominik@science.uva.nl>
parents: 70133
diff changeset
992 @group
67107
a0a8d49729fd (Structure editing): New item moving commands added.
Carsten Dominik <dominik@science.uva.nl>
parents: 66988
diff changeset
993 ** 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
994 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
995 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
996 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
997 + 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
998 + 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
999 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
1000 - on DVD only
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
1001 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
1002 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
1003 @end group
67107
a0a8d49729fd (Structure editing): New item moving commands added.
Carsten Dominik <dominik@science.uva.nl>
parents: 66988
diff changeset
1004 @end example
a0a8d49729fd (Structure editing): New item moving commands added.
Carsten Dominik <dominik@science.uva.nl>
parents: 66988
diff changeset
1005
72399
99e38d5aaf87 (Installation, Activation): Split from Installation and
Carsten Dominik <dominik@science.uva.nl>
parents: 72101
diff changeset
1006 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
1007 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
1008 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
1009 @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
1010 @example
99e38d5aaf87 (Installation, Activation): Split from Installation and
Carsten Dominik <dominik@science.uva.nl>
parents: 72101
diff changeset
1011 (require 'filladapt)
99e38d5aaf87 (Installation, Activation): Split from Installation and
Carsten Dominik <dominik@science.uva.nl>
parents: 72101
diff changeset
1012 @end example
99e38d5aaf87 (Installation, Activation): Split from Installation and
Carsten Dominik <dominik@science.uva.nl>
parents: 72101
diff changeset
1013 }.
70867
68e63907ebfb (Plain lists): Added new item navigation commands.
Carsten Dominik <dominik@science.uva.nl>
parents: 70164
diff changeset
1014
68e63907ebfb (Plain lists): Added new item navigation commands.
Carsten Dominik <dominik@science.uva.nl>
parents: 70164
diff changeset
1015 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
1016 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
1017
a0a8d49729fd (Structure editing): New item moving commands added.
Carsten Dominik <dominik@science.uva.nl>
parents: 66988
diff changeset
1018 @table @kbd
67344
22aa7225124f (TODO basics): Document the global todo list.
Carsten Dominik <dominik@science.uva.nl>
parents: 67219
diff changeset
1019 @kindex @key{TAB}
22aa7225124f (TODO basics): Document the global todo list.
Carsten Dominik <dominik@science.uva.nl>
parents: 67219
diff changeset
1020 @item @key{TAB}
22aa7225124f (TODO basics): Document the global todo list.
Carsten Dominik <dominik@science.uva.nl>
parents: 67219
diff changeset
1021 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
1022 @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
1023 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
1024 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
1025 completely separated.
67382
62adeda8b0dd Structure editing): DOcument new fucntionality of
Carsten Dominik <dominik@science.uva.nl>
parents: 67353
diff changeset
1026 @kindex M-@key{RET}
62adeda8b0dd Structure editing): DOcument new fucntionality of
Carsten Dominik <dominik@science.uva.nl>
parents: 67353
diff changeset
1027 @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
1028 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
1029 (@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
1030 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
1031 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
1032 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
1033 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
1034 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
1035 current line.
70867
68e63907ebfb (Plain lists): Added new item navigation commands.
Carsten Dominik <dominik@science.uva.nl>
parents: 70164
diff changeset
1036 @kindex M-S-@key{RET}
68e63907ebfb (Plain lists): Added new item navigation commands.
Carsten Dominik <dominik@science.uva.nl>
parents: 70164
diff changeset
1037 @item M-S-@key{RET}
71525
f3876738c127 (Checkboxes): New section.
Carsten Dominik <dominik@science.uva.nl>
parents: 71508
diff changeset
1038 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
1039 @kindex S-@key{up}
68e63907ebfb (Plain lists): Added new item navigation commands.
Carsten Dominik <dominik@science.uva.nl>
parents: 70164
diff changeset
1040 @kindex S-@key{down}
68e63907ebfb (Plain lists): Added new item navigation commands.
Carsten Dominik <dominik@science.uva.nl>
parents: 70164
diff changeset
1041 @item S-@key{up}
68e63907ebfb (Plain lists): Added new item navigation commands.
Carsten Dominik <dominik@science.uva.nl>
parents: 70164
diff changeset
1042 @itemx S-@key{down}
68e63907ebfb (Plain lists): Added new item navigation commands.
Carsten Dominik <dominik@science.uva.nl>
parents: 70164
diff changeset
1043 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
1044 @kindex M-S-@key{up}
a0a8d49729fd (Structure editing): New item moving commands added.
Carsten Dominik <dominik@science.uva.nl>
parents: 66988
diff changeset
1045 @kindex M-S-@key{down}
a0a8d49729fd (Structure editing): New item moving commands added.
Carsten Dominik <dominik@science.uva.nl>
parents: 66988
diff changeset
1046 @item M-S-@key{up}
a0a8d49729fd (Structure editing): New item moving commands added.
Carsten Dominik <dominik@science.uva.nl>
parents: 66988
diff changeset
1047 @itemx M-S-@key{down}
a0a8d49729fd (Structure editing): New item moving commands added.
Carsten Dominik <dominik@science.uva.nl>
parents: 66988
diff changeset
1048 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
1049 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
1050 automatic.
a0a8d49729fd (Structure editing): New item moving commands added.
Carsten Dominik <dominik@science.uva.nl>
parents: 66988
diff changeset
1051 @kindex M-S-@key{left}
a0a8d49729fd (Structure editing): New item moving commands added.
Carsten Dominik <dominik@science.uva.nl>
parents: 66988
diff changeset
1052 @kindex M-S-@key{right}
a0a8d49729fd (Structure editing): New item moving commands added.
Carsten Dominik <dominik@science.uva.nl>
parents: 66988
diff changeset
1053 @item M-S-@key{left}
a0a8d49729fd (Structure editing): New item moving commands added.
Carsten Dominik <dominik@science.uva.nl>
parents: 66988
diff changeset
1054 @itemx M-S-@key{right}
a0a8d49729fd (Structure editing): New item moving commands added.
Carsten Dominik <dominik@science.uva.nl>
parents: 66988
diff changeset
1055 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
1056 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
1057 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
1058 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
1059 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
1060 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
1061 @kindex C-c C-c
a0a8d49729fd (Structure editing): New item moving commands added.
Carsten Dominik <dominik@science.uva.nl>
parents: 66988
diff changeset
1062 @item C-c C-c
71525
f3876738c127 (Checkboxes): New section.
Carsten Dominik <dominik@science.uva.nl>
parents: 71508
diff changeset
1063 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
1064 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
1065 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
1066 @end table
a0a8d49729fd (Structure editing): New item moving commands added.
Carsten Dominik <dominik@science.uva.nl>
parents: 66988
diff changeset
1067
70133
36d1ec75581c * org.texi: (Time stamps): Better explanation of the purpose of
Carsten Dominik <dominik@science.uva.nl>
parents: 70065
diff changeset
1068 @node Tables, Hyperlinks, Document structure, Top
58792
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
1069 @chapter Tables
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
1070 @cindex tables
67613
eab2494a32d7 *** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents: 67604
diff changeset
1071 @cindex editing tables
58792
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
1072
63833
addf44674c32 Version 3.12
Carsten Dominik <dominik@science.uva.nl>
parents: 63672
diff changeset
1073 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
1074 Spreadsheet-like calculations are supported in connection with the
addf44674c32 Version 3.12
Carsten Dominik <dominik@science.uva.nl>
parents: 63672
diff changeset
1075 Emacs @file{calc} package.
58792
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
1076
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
1077 @menu
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
1078 * 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
1079 * Narrow columns:: Stop wasting space in tables
63833
addf44674c32 Version 3.12
Carsten Dominik <dominik@science.uva.nl>
parents: 63672
diff changeset
1080 * 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
1081 * The spreadsheet:: The table editor has spreadsheet capabilities.
58792
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
1082 @end menu
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
1083
69929
beebc22085fe (Link format): New section, emphasis on bracket links.
Carsten Dominik <dominik@science.uva.nl>
parents: 69891
diff changeset
1084 @node Built-in table editor, Narrow columns, Tables, Tables
58792
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
1085 @section The built-in table editor
76138
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
1086 @cindex table editor, built-in
58792
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
1087
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
1088 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
1089 @samp{|} as the first non-white character is considered part of a
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
1090 table. @samp{|} is also the column separator. A table might look
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
1091 like this:
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
1092
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
1093 @example
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
1094 | Name | Phone | Age |
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
1095 |-------+-------+-----|
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
1096 | Peter | 1234 | 17 |
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
1097 | Anna | 4321 | 25 |
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
1098 @end example
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
1099
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
1100 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
1101 @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
1102 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
1103 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
1104 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
1105 @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
1106 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
1107 create the above table, you would only type
58792
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
1108
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
1109 @example
73874
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
1110 |Name|Phone|Age|
58792
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
1111 |-
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
1112 @end example
69929
beebc22085fe (Link format): New section, emphasis on bracket links.
Carsten Dominik <dominik@science.uva.nl>
parents: 69891
diff changeset
1113
58792
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
1114 @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
1115 fields.
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
1116
65656
55fcf5165d97 Version 3.16
Carsten Dominik <dominik@science.uva.nl>
parents: 65555
diff changeset
1117 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
1118 @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
1119 inserting and deleting avoids shifting other fields. Also, when
55fcf5165d97 Version 3.16
Carsten Dominik <dominik@science.uva.nl>
parents: 65555
diff changeset
1120 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
1121 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
1122 field is automatically made blank. If this behavior is too
55fcf5165d97 Version 3.16
Carsten Dominik <dominik@science.uva.nl>
parents: 65555
diff changeset
1123 unpredictable for you, configure the variables
55fcf5165d97 Version 3.16
Carsten Dominik <dominik@science.uva.nl>
parents: 65555
diff changeset
1124 @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
1125
58792
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
1126 @table @kbd
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
1127 @tsubheading{Creation and conversion}
69929
beebc22085fe (Link format): New section, emphasis on bracket links.
Carsten Dominik <dominik@science.uva.nl>
parents: 69891
diff changeset
1128 @kindex C-c |
beebc22085fe (Link format): New section, emphasis on bracket links.
Carsten Dominik <dominik@science.uva.nl>
parents: 69891
diff changeset
1129 @item C-c |
beebc22085fe (Link format): New section, emphasis on bracket links.
Carsten Dominik <dominik@science.uva.nl>
parents: 69891
diff changeset
1130 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
1131 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
1132 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
1133 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
1134 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
1135 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
1136 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
1137 @kbd{|Name|Phone|Age @key{RET} |- @key{TAB}}.
58792
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
1138
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
1139 @tsubheading{Re-aligning and field motion}
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
1140 @kindex C-c C-c
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
1141 @item C-c C-c
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
1142 Re-align the table without moving the cursor.
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
1143
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
1144 @kindex @key{TAB}
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
1145 @item @key{TAB}
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
1146 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
1147 necessary.
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
1148
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
1149 @kindex S-@key{TAB}
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
1150 @item S-@key{TAB}
63833
addf44674c32 Version 3.12
Carsten Dominik <dominik@science.uva.nl>
parents: 63672
diff changeset
1151 Re-align, move to previous field.
58792
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
1152
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
1153 @kindex @key{RET}
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
1154 @item @key{RET}
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
1155 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
1156 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
1157 NEWLINE, so it can be used to split a table.
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
1158
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
1159 @tsubheading{Column and row editing}
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
1160 @kindex M-@key{left}
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
1161 @kindex M-@key{right}
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
1162 @item M-@key{left}
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
1163 @itemx M-@key{right}
69929
beebc22085fe (Link format): New section, emphasis on bracket links.
Carsten Dominik <dominik@science.uva.nl>
parents: 69891
diff changeset
1164 Move the current column left/right.
58792
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
1165
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
1166 @kindex M-S-@key{left}
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
1167 @item M-S-@key{left}
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
1168 Kill the current column.
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
1169
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
1170 @kindex M-S-@key{right}
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
1171 @item M-S-@key{right}
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
1172 Insert a new column to the left of the cursor position.
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
1173
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
1174 @kindex M-@key{up}
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
1175 @kindex M-@key{down}
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
1176 @item M-@key{up}
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
1177 @itemx M-@key{down}
69929
beebc22085fe (Link format): New section, emphasis on bracket links.
Carsten Dominik <dominik@science.uva.nl>
parents: 69891
diff changeset
1178 Move the current row up/down.
58792
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
1179
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
1180 @kindex M-S-@key{up}
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
1181 @item M-S-@key{up}
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
1182 Kill the current row or horizontal line.
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
1183
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
1184 @kindex M-S-@key{down}
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
1185 @item M-S-@key{down}
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
1186 Insert a new row above (with arg: below) the current row.
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
1187
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
1188 @kindex C-c -
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
1189 @item C-c -
63833
addf44674c32 Version 3.12
Carsten Dominik <dominik@science.uva.nl>
parents: 63672
diff changeset
1190 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
1191 is created above the current line.
58792
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
1192
66988
578b7f9692c4 (FAQ): Document `org-table-tab-jumps-over-hlines'.
Carsten Dominik <dominik@science.uva.nl>
parents: 66690
diff changeset
1193 @kindex C-c ^
578b7f9692c4 (FAQ): Document `org-table-tab-jumps-over-hlines'.
Carsten Dominik <dominik@science.uva.nl>
parents: 66690
diff changeset
1194 @item C-c ^
76138
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
1195 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
1196 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
1197 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
1198 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
1199 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
1200 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
1201 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
1202 (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
1203 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
1204
58792
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
1205 @tsubheading{Regions}
65656
55fcf5165d97 Version 3.16
Carsten Dominik <dominik@science.uva.nl>
parents: 65555
diff changeset
1206 @kindex C-c C-x M-w
55fcf5165d97 Version 3.16
Carsten Dominik <dominik@science.uva.nl>
parents: 65555
diff changeset
1207 @item C-c C-x M-w
63833
addf44674c32 Version 3.12
Carsten Dominik <dominik@science.uva.nl>
parents: 63672
diff changeset
1208 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
1209 and mark determine edge fields of the rectangle. The process ignores
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
1210 horizontal separator lines.
65656
55fcf5165d97 Version 3.16
Carsten Dominik <dominik@science.uva.nl>
parents: 65555
diff changeset
1211 @kindex C-c C-x C-w
55fcf5165d97 Version 3.16
Carsten Dominik <dominik@science.uva.nl>
parents: 65555
diff changeset
1212 @item C-c C-x C-w
63833
addf44674c32 Version 3.12
Carsten Dominik <dominik@science.uva.nl>
parents: 63672
diff changeset
1213 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
1214 blank all fields in the rectangle. So this is the ``cut'' operation.
65656
55fcf5165d97 Version 3.16
Carsten Dominik <dominik@science.uva.nl>
parents: 65555
diff changeset
1215 @kindex C-c C-x C-y
55fcf5165d97 Version 3.16
Carsten Dominik <dominik@science.uva.nl>
parents: 65555
diff changeset
1216 @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
1217 Paste a rectangular region into a table.
58792
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
1218 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
1219 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
1220 the table is enlarged as needed. The process ignores horizontal separator
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
1221 lines.
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
1222 @kindex C-c C-q
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
1223 @item C-c C-q
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
1224 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
1225 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
1226 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
1227 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
1228 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
1229 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
1230 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
1231 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
1232 above.
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
1233
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
1234 @tsubheading{Calculations}
63833
addf44674c32 Version 3.12
Carsten Dominik <dominik@science.uva.nl>
parents: 63672
diff changeset
1235 @cindex formula, in tables
addf44674c32 Version 3.12
Carsten Dominik <dominik@science.uva.nl>
parents: 63672
diff changeset
1236 @cindex calculations, in tables
58792
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
1237
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
1238 @cindex region, active
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
1239 @cindex active region
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
1240 @cindex transient-mark-mode
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
1241 @kindex C-c +
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
1242 @item C-c +
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
1243 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
1244 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
1245 be inserted with @kbd{C-y}.
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
1246
63672
c90c20a1b568 (Remember): Texinfo usage fix.
Juanma Barranquero <lekktu@gmail.com>
parents: 63362
diff changeset
1247 @kindex S-@key{RET}
c90c20a1b568 (Remember): Texinfo usage fix.
Juanma Barranquero <lekktu@gmail.com>
parents: 63362
diff changeset
1248 @item S-@key{RET}
61136
003dd96023ff updated to org-mode version 3.05
Carsten Dominik <dominik@science.uva.nl>
parents: 59542
diff changeset
1249 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
1250 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
1251 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
1252 @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
1253 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
1254 (@pxref{Cooperation}).
61136
003dd96023ff updated to org-mode version 3.05
Carsten Dominik <dominik@science.uva.nl>
parents: 59542
diff changeset
1255
58792
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
1256 @tsubheading{Miscellaneous}
69929
beebc22085fe (Link format): New section, emphasis on bracket links.
Carsten Dominik <dominik@science.uva.nl>
parents: 69891
diff changeset
1257 @kindex C-c `
beebc22085fe (Link format): New section, emphasis on bracket links.
Carsten Dominik <dominik@science.uva.nl>
parents: 69891
diff changeset
1258 @item C-c `
beebc22085fe (Link format): New section, emphasis on bracket links.
Carsten Dominik <dominik@science.uva.nl>
parents: 69891
diff changeset
1259 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
1260 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
1261 @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
1262 edited in place.
beebc22085fe (Link format): New section, emphasis on bracket links.
Carsten Dominik <dominik@science.uva.nl>
parents: 69891
diff changeset
1263
beebc22085fe (Link format): New section, emphasis on bracket links.
Carsten Dominik <dominik@science.uva.nl>
parents: 69891
diff changeset
1264 @kindex C-c @key{TAB}
beebc22085fe (Link format): New section, emphasis on bracket links.
Carsten Dominik <dominik@science.uva.nl>
parents: 69891
diff changeset
1265 @item C-c @key{TAB}
beebc22085fe (Link format): New section, emphasis on bracket links.
Carsten Dominik <dominik@science.uva.nl>
parents: 69891
diff changeset
1266 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
1267 visible.
58792
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
1268
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
1269 @item M-x org-table-import
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
1270 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
1271 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
1272 database, because these programs generally can write TAB-separated text
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
1273 files. This command works by inserting the file into the buffer and
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
1274 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
1275 to the converter, which uses it to determine the separator.
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
1276
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
1277 @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
1278 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
1279 for example, Excel or database programs.
58792
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
1280
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
1281 @end table
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
1282
69929
beebc22085fe (Link format): New section, emphasis on bracket links.
Carsten Dominik <dominik@science.uva.nl>
parents: 69891
diff changeset
1283 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
1284 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
1285 it off with
69929
beebc22085fe (Link format): New section, emphasis on bracket links.
Carsten Dominik <dominik@science.uva.nl>
parents: 69891
diff changeset
1286
58792
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
1287 @lisp
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
1288 (setq org-enable-table-editor nil)
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
1289 @end lisp
69929
beebc22085fe (Link format): New section, emphasis on bracket links.
Carsten Dominik <dominik@science.uva.nl>
parents: 69891
diff changeset
1290
70867
68e63907ebfb (Plain lists): Added new item navigation commands.
Carsten Dominik <dominik@science.uva.nl>
parents: 70164
diff changeset
1291 @noindent Then the only table command that still works is
58792
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
1292 @kbd{C-c C-c} to do a manual re-align.
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
1293
76138
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
1294 @node Narrow columns, orgtbl-mode, 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
1295 @section Narrow columns
beebc22085fe (Link format): New section, emphasis on bracket links.
Carsten Dominik <dominik@science.uva.nl>
parents: 69891
diff changeset
1296 @cindex narrow columns in tables
beebc22085fe (Link format): New section, emphasis on bracket links.
Carsten Dominik <dominik@science.uva.nl>
parents: 69891
diff changeset
1297
beebc22085fe (Link format): New section, emphasis on bracket links.
Carsten Dominik <dominik@science.uva.nl>
parents: 69891
diff changeset
1298 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
1299 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
1300 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
1301 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
1302 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
1303 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
1304 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
1305 value.
69929
beebc22085fe (Link format): New section, emphasis on bracket links.
Carsten Dominik <dominik@science.uva.nl>
parents: 69891
diff changeset
1306
beebc22085fe (Link format): New section, emphasis on bracket links.
Carsten Dominik <dominik@science.uva.nl>
parents: 69891
diff changeset
1307 @example
76138
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
1308 @group
69929
beebc22085fe (Link format): New section, emphasis on bracket links.
Carsten Dominik <dominik@science.uva.nl>
parents: 69891
diff changeset
1309 |---+------------------------------| |---+--------|
beebc22085fe (Link format): New section, emphasis on bracket links.
Carsten Dominik <dominik@science.uva.nl>
parents: 69891
diff changeset
1310 | | | | | <6> |
beebc22085fe (Link format): New section, emphasis on bracket links.
Carsten Dominik <dominik@science.uva.nl>
parents: 69891
diff changeset
1311 | 1 | one | | 1 | one |
beebc22085fe (Link format): New section, emphasis on bracket links.
Carsten Dominik <dominik@science.uva.nl>
parents: 69891
diff changeset
1312 | 2 | two | ----\ | 2 | two |
beebc22085fe (Link format): New section, emphasis on bracket links.
Carsten Dominik <dominik@science.uva.nl>
parents: 69891
diff changeset
1313 | 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
1314 | 4 | four | | 4 | four |
beebc22085fe (Link format): New section, emphasis on bracket links.
Carsten Dominik <dominik@science.uva.nl>
parents: 69891
diff changeset
1315 |---+------------------------------| |---+--------|
76138
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
1316 @end group
69929
beebc22085fe (Link format): New section, emphasis on bracket links.
Carsten Dominik <dominik@science.uva.nl>
parents: 69891
diff changeset
1317 @end example
beebc22085fe (Link format): New section, emphasis on bracket links.
Carsten Dominik <dominik@science.uva.nl>
parents: 69891
diff changeset
1318
beebc22085fe (Link format): New section, emphasis on bracket links.
Carsten Dominik <dominik@science.uva.nl>
parents: 69891
diff changeset
1319 @noindent
beebc22085fe (Link format): New section, emphasis on bracket links.
Carsten Dominik <dominik@science.uva.nl>
parents: 69891
diff changeset
1320 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
1321 Note that the full text is still in the buffer, it is only invisible.
beebc22085fe (Link format): New section, emphasis on bracket links.
Carsten Dominik <dominik@science.uva.nl>
parents: 69891
diff changeset
1322 To see the full text, hold the mouse over the field - a tooltip window
beebc22085fe (Link format): New section, emphasis on bracket links.
Carsten Dominik <dominik@science.uva.nl>
parents: 69891
diff changeset
1323 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
1324 @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
1325 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
1326 C-c}.
beebc22085fe (Link format): New section, emphasis on bracket links.
Carsten Dominik <dominik@science.uva.nl>
parents: 69891
diff changeset
1327
beebc22085fe (Link format): New section, emphasis on bracket links.
Carsten Dominik <dominik@science.uva.nl>
parents: 69891
diff changeset
1328 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
1329 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
1330 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
1331 @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
1332 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
1333 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
1334
beebc22085fe (Link format): New section, emphasis on bracket links.
Carsten Dominik <dominik@science.uva.nl>
parents: 69891
diff changeset
1335 @example
beebc22085fe (Link format): New section, emphasis on bracket links.
Carsten Dominik <dominik@science.uva.nl>
parents: 69891
diff changeset
1336 #+STARTUP: align
beebc22085fe (Link format): New section, emphasis on bracket links.
Carsten Dominik <dominik@science.uva.nl>
parents: 69891
diff changeset
1337 #+STARTUP: noalign
beebc22085fe (Link format): New section, emphasis on bracket links.
Carsten Dominik <dominik@science.uva.nl>
parents: 69891
diff changeset
1338 @end example
beebc22085fe (Link format): New section, emphasis on bracket links.
Carsten Dominik <dominik@science.uva.nl>
parents: 69891
diff changeset
1339
76138
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
1340 @node orgtbl-mode, The spreadsheet, Narrow columns, Tables
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
1341 @section The Orgtbl minor mode
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
1342 @cindex orgtbl-mode
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
1343 @cindex minor mode for tables
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
1344
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
1345 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
1346 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
1347 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
1348 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
1349 example in mail mode, use
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
1350
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
1351 @lisp
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
1352 (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
1353 @end lisp
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
1354
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
1355 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
1356 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
1357 construct LaTeX tables with the underlying ease and power of
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
1358 Orgtbl-mode, including spreadsheet capabulities. For details, see
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
1359 @ref{Tables in arbitrary syntax}.
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
1360
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
1361 @node The spreadsheet, , orgtbl-mode, Tables
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
1362 @section The spreadsheet
63833
addf44674c32 Version 3.12
Carsten Dominik <dominik@science.uva.nl>
parents: 63672
diff changeset
1363 @cindex calculations, in tables
67613
eab2494a32d7 *** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents: 67604
diff changeset
1364 @cindex spreadsheet capabilities
eab2494a32d7 *** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents: 67604
diff changeset
1365 @cindex @file{calc} package
63833
addf44674c32 Version 3.12
Carsten Dominik <dominik@science.uva.nl>
parents: 63672
diff changeset
1366
70867
68e63907ebfb (Plain lists): Added new item navigation commands.
Carsten Dominik <dominik@science.uva.nl>
parents: 70164
diff changeset
1367 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
1368 spreadsheet-like capabilities. It can also evaluate Emacs Lisp forms to
76138
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
1369 derive fields from other fields.
63833
addf44674c32 Version 3.12
Carsten Dominik <dominik@science.uva.nl>
parents: 63672
diff changeset
1370 @menu
76138
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
1371 * 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
1372 * 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
1373 * 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
1374 * 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
1375 * 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
1376 * Editing and debugging formulas:: Fixing formulas
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
1377 * Updating the table:: Recomputing all dependent fields
64517
098497d516e8 Version 3.14
Carsten Dominik <dominik@science.uva.nl>
parents: 64460
diff changeset
1378 * Advanced features:: Field names, parameters and automatic recalc
63833
addf44674c32 Version 3.12
Carsten Dominik <dominik@science.uva.nl>
parents: 63672
diff changeset
1379 @end menu
addf44674c32 Version 3.12
Carsten Dominik <dominik@science.uva.nl>
parents: 63672
diff changeset
1380
76138
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
1381 @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
1382 @subsection References
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
1383 @cindex references
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
1384
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
1385 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
1386 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
1387 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
1388 out what the coordinates of a field are, press @kbd{C-c ?} in that
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
1389 field.
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
1390
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
1391 @subsubheading Field references
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
1392 @cindex field references
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
1393 @cindex references, to fields
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
1394
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
1395 Formulas can reference the value of another field with the operator
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
1396 @example
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
1397 @@row$column
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
1398 @end example
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
1399
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
1400 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
1401 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
1402
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
1403 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
1404 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
1405 @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
1406 @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
1407 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
1408 @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
1409 @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
1410 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
1411 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
1412 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
1413 directly at the hline is used.
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
1414
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
1415 @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
1416 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
1417 row/column is implied.
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 Org-mode's references with @emph{positive} numbers correspond to fixed
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
1420 references in other spreadsheet programs. For example, @code{@@3$28}
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
1421 corresponds to @code{$AB$3}. Org-mode's references with @emph{negative}
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
1422 numbers behave similar to non-fixed references in other spreadsheet
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
1423 programs, because when the same formula is used in several fields,
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
1424 different fields are referenced each time.
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
1425
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
1426 Here are a few examples:
64517
098497d516e8 Version 3.14
Carsten Dominik <dominik@science.uva.nl>
parents: 64460
diff changeset
1427
098497d516e8 Version 3.14
Carsten Dominik <dominik@science.uva.nl>
parents: 64460
diff changeset
1428 @example
76138
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
1429 @@2$3 @r{2nd row, 3rd column}
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
1430 $5 @r{column 5 in the current row}
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
1431 @@2 @r{current column, row 2}
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
1432 @@-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
1433 @@-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
1434 @end example
098497d516e8 Version 3.14
Carsten Dominik <dominik@science.uva.nl>
parents: 64460
diff changeset
1435
76138
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
1436 @subsubheading Range references
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
1437 @cindex range references
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
1438 @cindex references, to ranges
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
1439
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
1440 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
1441 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
1442 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
1443 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
1444 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
1445 @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
1446
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
1447 @example
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
1448 $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
1449 $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
1450 @@2$1..@@4$3 @r{6 fields between these two fields.}
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
1451 @@-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
1452 @end example
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
1453
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
1454 @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
1455 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
1456 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
1457 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
1458 @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
1459
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
1460 @subsubheading Named references
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
1461 @cindex named references
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
1462 @cindex references, named
67613
eab2494a32d7 *** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents: 67604
diff changeset
1463 @cindex name, of column or field
eab2494a32d7 *** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents: 67604
diff changeset
1464 @cindex constants, in calculations
76138
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
1465
64517
098497d516e8 Version 3.14
Carsten Dominik <dominik@science.uva.nl>
parents: 64460
diff changeset
1466 @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
1467 constant. Constants are defined globally through the variable
098497d516e8 Version 3.14
Carsten Dominik <dominik@science.uva.nl>
parents: 64460
diff changeset
1468 @code{org-table-formula-constants}. If you have the
63833
addf44674c32 Version 3.12
Carsten Dominik <dominik@science.uva.nl>
parents: 63672
diff changeset
1469 @file{constants.el} package, it will also be used to resolve
66988
578b7f9692c4 (FAQ): Document `org-table-tab-jumps-over-hlines'.
Carsten Dominik <dominik@science.uva.nl>
parents: 66690
diff changeset
1470 constants, including natural constants like @samp{$h} for Planck's
69929
beebc22085fe (Link format): New section, emphasis on bracket links.
Carsten Dominik <dominik@science.uva.nl>
parents: 69891
diff changeset
1471 constant, and units like @samp{$km} for kilometers. Column names and
63833
addf44674c32 Version 3.12
Carsten Dominik <dominik@science.uva.nl>
parents: 63672
diff changeset
1472 parameters can be specified in special table lines. These are
64517
098497d516e8 Version 3.14
Carsten Dominik <dominik@science.uva.nl>
parents: 64460
diff changeset
1473 described below, see @ref{Advanced features}.
63833
addf44674c32 Version 3.12
Carsten Dominik <dominik@science.uva.nl>
parents: 63672
diff changeset
1474
76138
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
1475 @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
1476 @subsection Formula syntax for Calc
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
1477 @cindex formula syntax, Calc
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
1478 @cindex syntax, of formulas
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
1479
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
1480 A formula can be any algebraic expression understood by the Emacs
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
1481 @file{Calc} package. Note that @file{calc} has the slightly
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
1482 non-standard convention that @samp{/} has lower precedence than
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
1483 @samp{*}, so that @samp{a/b*c} is interpreted as @samp{a/(b*c)}. Before
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
1484 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
1485 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
1486 Emacs Calc Manual}),
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
1487 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
1488 @cindex vectors, in table calculations
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
1489 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
1490 like @samp{vmean} and @samp{vsum}.
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
1491
67613
eab2494a32d7 *** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents: 67604
diff changeset
1492 @cindex format specifier
eab2494a32d7 *** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents: 67604
diff changeset
1493 @cindex mode, for @file{calc}
63833
addf44674c32 Version 3.12
Carsten Dominik <dominik@science.uva.nl>
parents: 63672
diff changeset
1494 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
1495 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
1496 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
1497 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
1498 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
1499 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
1500 @code{org-calc-default-modes}.
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
1501
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
1502 @example
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
1503 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
1504 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
1505 D R @r{angle modes: degrees, radians}
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
1506 F S @r{fraction and symbolic modes}
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
1507 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
1508 T @r{force text interpretation}
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
1509 E @r{keep empty fields in ranges}
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
1510 @end example
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
1511
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
1512 @noindent
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
1513 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
1514 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
1515
63833
addf44674c32 Version 3.12
Carsten Dominik <dominik@science.uva.nl>
parents: 63672
diff changeset
1516 @example
70867
68e63907ebfb (Plain lists): Added new item navigation commands.
Carsten Dominik <dominik@science.uva.nl>
parents: 70164
diff changeset
1517 $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
1518 $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
1519 exp($2)+exp($1) @r{Math functions can be used}
68e63907ebfb (Plain lists): Added new item navigation commands.
Carsten Dominik <dominik@science.uva.nl>
parents: 70164
diff changeset
1520 $;%.1f @r{Reformat current cell to 1 decimal}
68e63907ebfb (Plain lists): Added new item navigation commands.
Carsten Dominik <dominik@science.uva.nl>
parents: 70164
diff changeset
1521 ($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
1522 $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
1523 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
1524 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
1525 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
1526 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
1527 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
1528 @end example
addf44674c32 Version 3.12
Carsten Dominik <dominik@science.uva.nl>
parents: 63672
diff changeset
1529
76138
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
1530 @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
1531 @subsection Emacs Lisp forms as formulas
68e63907ebfb (Plain lists): Added new item navigation commands.
Carsten Dominik <dominik@science.uva.nl>
parents: 70164
diff changeset
1532 @cindex Lisp forms, as table formulas
68e63907ebfb (Plain lists): Added new item navigation commands.
Carsten Dominik <dominik@science.uva.nl>
parents: 70164
diff changeset
1533
76138
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
1534 It is also possible to write a formula in Emacs Lisp; this can be useful
70867
68e63907ebfb (Plain lists): Added new item navigation commands.
Carsten Dominik <dominik@science.uva.nl>
parents: 70164
diff changeset
1535 for string manipulation and control structures. If a formula starts
68e63907ebfb (Plain lists): Added new item navigation commands.
Carsten Dominik <dominik@science.uva.nl>
parents: 70164
diff changeset
1536 with a single quote followed by an opening parenthesis, then it is
68e63907ebfb (Plain lists): Added new item navigation commands.
Carsten Dominik <dominik@science.uva.nl>
parents: 70164
diff changeset
1537 evaluated as a lisp form. The evaluation should return either a string
76138
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
1538 or a number. Just as with @file{calc} formulas, you can specify modes
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
1539 and a printf format after a semicolon. A reference will be replaced
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
1540 with a string (in double quotes) containing the field. If you provide
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
1541 the @samp{N} mode switch, all referenced elements will be numbers.
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
1542 Ranges are inserted as space-separated fields, so you can embed them in
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
1543 list or vector syntax. A few examples, note how the @samp{N} mode is
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
1544 used when we do computations in lisp.
70867
68e63907ebfb (Plain lists): Added new item navigation commands.
Carsten Dominik <dominik@science.uva.nl>
parents: 70164
diff changeset
1545
68e63907ebfb (Plain lists): Added new item navigation commands.
Carsten Dominik <dominik@science.uva.nl>
parents: 70164
diff changeset
1546 @example
76138
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
1547 @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
1548 '(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
1549 @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
1550 '(+ $1 $2);N
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
1551 @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
1552 '(apply '+ '($1..$4));N
70867
68e63907ebfb (Plain lists): Added new item navigation commands.
Carsten Dominik <dominik@science.uva.nl>
parents: 70164
diff changeset
1553 @end example
68e63907ebfb (Plain lists): Added new item navigation commands.
Carsten Dominik <dominik@science.uva.nl>
parents: 70164
diff changeset
1554
76138
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
1555 @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
1556 @subsection Field formulas
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
1557 @cindex field formula
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
1558 @cindex formula, for individual table field
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
1559
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
1560 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
1561 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
1562 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
1563 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
1564 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
1565
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
1566 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
1567 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
1568 the 3rd data line in the table, the formula will look like
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
1569 @samp{@@3$2=$1+$2}. When inserting/deleting/swapping column and rows
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
1570 with the appropriate commands, @i{absolute references} (but not relative
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
1571 ones) in stored formulas are modified in order to
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
1572 still reference the same field. Of cause this is not true if you edit
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
1573 the table structure with normal editing commands - then you must go and
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
1574 fix equations yourself.
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
1575
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
1576 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
1577 following command
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
1578
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
1579 @table @kbd
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
1580 @kindex C-u C-c =
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
1581 @item C-u C-c =
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
1582 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
1583 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
1584 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
1585 @end table
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
1586
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
1587 @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
1588 @subsection Column formulas
67613
eab2494a32d7 *** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents: 67604
diff changeset
1589 @cindex column formula
eab2494a32d7 *** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents: 67604
diff changeset
1590 @cindex formula, for table column
63833
addf44674c32 Version 3.12
Carsten Dominik <dominik@science.uva.nl>
parents: 63672
diff changeset
1591
76138
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
1592 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
1593 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
1594 in that column, org-mode allows to assign a single formula to an entire
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
1595 column.
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
1596
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
1597 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
1598 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
1599 @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
1600 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
1601 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
1602 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
1603 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
1604 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
1605 @samp{$4=$1+$2}.
63833
addf44674c32 Version 3.12
Carsten Dominik <dominik@science.uva.nl>
parents: 63672
diff changeset
1606
addf44674c32 Version 3.12
Carsten Dominik <dominik@science.uva.nl>
parents: 63672
diff changeset
1607 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
1608 following command:
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 @table @kbd
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
1611 @kindex C-c =
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
1612 @item C-c =
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
1613 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
1614 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
1615 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
1616 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
1617 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
1618 @end table
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
1619
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
1620
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
1621 @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
1622 @subsection Editing and Debugging formulas
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
1623 @cindex formula editing
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
1624 @cindex editing, of table formulas
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
1625
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
1626 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
1627 field. Org-mode can also prepare a special buffer with all active
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
1628 formulas of a table.
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
1629
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
1630 @table @kbd
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
1631 @kindex C-c =
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
1632 @kindex C-u C-c =
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
1633 @item C-c =
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
1634 @itemx C-u C-c =
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
1635 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
1636 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
1637 @kindex C-u C-u C-c =
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
1638 @item C-u C-u C-c =
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
1639 Re-insert the active formula (either a
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
1640 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
1641 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
1642 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
1643 @kindex C-c ?
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
1644 @item C-c ?
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
1645 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
1646 referenced by the reference at the cursor position in the formula.
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
1647 @kindex C-c '
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
1648 @item C-c '
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
1649 Edit all formulas for the current table in a special buffer, where the
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
1650 formulas will be displayed one per line.
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
1651 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
1652 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
1653 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
1654 @table @kbd
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
1655 @kindex C-c C-c
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
1656 @item C-c C-c
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
1657 Exit the buffer and store the modified formulas. With @kbd{C-u} prefix,
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
1658 also apply the new formulas to the entire table.
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
1659 @kindex C-c C-q
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
1660 @item C-c C-q
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
1661 Exit the buffer without installing changes.
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
1662 @kindex @key{TAB}
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
1663 @item @key{TAB}
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
1664 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
1665 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
1666 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
1667 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
1668 @kindex M-@key{TAB}
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
1669 @item M-@key{TAB}
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
1670 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
1671 @kindex S-@key{up}
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
1672 @kindex S-@key{down}
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
1673 @item S-@key{up}/@key{down}
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
1674 Move the reference line in the Org-mode buffer up and down. This is
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
1675 important for highlighting the references of column formulas for
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
1676 different rows.
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
1677 @kindex M-@key{up}
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
1678 @kindex M-@key{down}
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
1679 @item M-@key{up}/@key{down}
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
1680 Scroll the window displaying the table.
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
1681 @end table
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
1682 @kindex C-c @}
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
1683 @item C-c @}
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
1684 Toggle the display of row and column numbers for a table, using
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
1685 overlays. These are uptated each time the table is aligned, you can
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
1686 force it with @kbd{C-c C-c}.
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
1687 @kindex C-c @{
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
1688 @item C-c @{
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
1689 Toggle the formula debugger on and off. See below.
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
1690 @end table
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
1691
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
1692 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
1693 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
1694 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
1695 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
1696 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
1697
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
1698 @kindex C-c C-c
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
1699 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
1700 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
1701 recalculation commands in the table.
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 @subsubheading Debugging formulas
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
1704 @cindex formula debugging
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
1705 @cindex debugging, of table formulas
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
1706 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
1707 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
1708 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
1709 turn on formula debugging in the @code{Tbl} menu and repeat the
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
1710 calculation, for example by pressing @kbd{C-c = @key{RET}} in a field.
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
1711 Detailed information will be displayed.
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
1712
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
1713 @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
1714 @subsection Updating the Table
67613
eab2494a32d7 *** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents: 67604
diff changeset
1715 @cindex recomputing table fields
76138
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
1716 @cindex updating, table
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
1717
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
1718 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
1719 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
1720 recalculation at least semi-automatically.
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
1721
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
1722 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
1723 following commands:
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
1724
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
1725 @table @kbd
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
1726 @kindex C-c *
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
1727 @item C-c *
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
1728 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
1729 from left to right, and all field formulas in the current row.
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
1730
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
1731 @kindex C-u C-c *
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
1732 @item C-u C-c *
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
1733 @kindex C-u C-c C-c
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
1734 @itemx C-u C-c C-c
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
1735 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
1736 hline are left alone, assuming that these are part of the table header.
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
1737
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
1738 @kindex C-u C-u C-c *
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
1739 @item C-u C-u C-c *
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
1740 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
1741 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
1742 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
1743 @end table
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
1744
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
1745
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
1746 @node Advanced features, , Updating the table, The spreadsheet
64517
098497d516e8 Version 3.14
Carsten Dominik <dominik@science.uva.nl>
parents: 64460
diff changeset
1747 @subsection Advanced features
098497d516e8 Version 3.14
Carsten Dominik <dominik@science.uva.nl>
parents: 64460
diff changeset
1748
76138
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
1749 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
1750 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
1751 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
1752 @table @kbd
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
1753 @kindex C-#
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
1754 @item C-#
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
1755 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
1756 @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
1757 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
1758 the region.
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
1759 @end table
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
1760
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
1761 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
1762 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
1763
63833
addf44674c32 Version 3.12
Carsten Dominik <dominik@science.uva.nl>
parents: 63672
diff changeset
1764 @example
addf44674c32 Version 3.12
Carsten Dominik <dominik@science.uva.nl>
parents: 63672
diff changeset
1765 @group
addf44674c32 Version 3.12
Carsten Dominik <dominik@science.uva.nl>
parents: 63672
diff changeset
1766 |---+---------+--------+--------+--------+-------+------|
addf44674c32 Version 3.12
Carsten Dominik <dominik@science.uva.nl>
parents: 63672
diff changeset
1767 | | Student | Prob 1 | Prob 2 | Prob 3 | Total | Note |
addf44674c32 Version 3.12
Carsten Dominik <dominik@science.uva.nl>
parents: 63672
diff changeset
1768 |---+---------+--------+--------+--------+-------+------|
addf44674c32 Version 3.12
Carsten Dominik <dominik@science.uva.nl>
parents: 63672
diff changeset
1769 | ! | | P1 | P2 | P3 | Tot | |
addf44674c32 Version 3.12
Carsten Dominik <dominik@science.uva.nl>
parents: 63672
diff changeset
1770 | # | Maximum | 10 | 15 | 25 | 50 | 10.0 |
64069
ff90f1b70996 Version 3.13
Carsten Dominik <dominik@science.uva.nl>
parents: 63833
diff changeset
1771 | ^ | | m1 | m2 | m3 | mt | |
63833
addf44674c32 Version 3.12
Carsten Dominik <dominik@science.uva.nl>
parents: 63672
diff changeset
1772 |---+---------+--------+--------+--------+-------+------|
addf44674c32 Version 3.12
Carsten Dominik <dominik@science.uva.nl>
parents: 63672
diff changeset
1773 | # | Peter | 10 | 8 | 23 | 41 | 8.2 |
64517
098497d516e8 Version 3.14
Carsten Dominik <dominik@science.uva.nl>
parents: 64460
diff changeset
1774 | # | Sara | 6 | 14 | 19 | 39 | 7.8 |
63833
addf44674c32 Version 3.12
Carsten Dominik <dominik@science.uva.nl>
parents: 63672
diff changeset
1775 | # | Sam | 2 | 4 | 3 | 9 | 1.8 |
addf44674c32 Version 3.12
Carsten Dominik <dominik@science.uva.nl>
parents: 63672
diff changeset
1776 |---+---------+--------+--------+--------+-------+------|
64517
098497d516e8 Version 3.14
Carsten Dominik <dominik@science.uva.nl>
parents: 64460
diff changeset
1777 | | Average | | | | 29.7 | |
098497d516e8 Version 3.14
Carsten Dominik <dominik@science.uva.nl>
parents: 64460
diff changeset
1778 | ^ | | | | | at | |
63833
addf44674c32 Version 3.12
Carsten Dominik <dominik@science.uva.nl>
parents: 63672
diff changeset
1779 | $ | max=50 | | | | | |
addf44674c32 Version 3.12
Carsten Dominik <dominik@science.uva.nl>
parents: 63672
diff changeset
1780 |---+---------+--------+--------+--------+-------+------|
76138
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
1781 #+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
1782 @end group
addf44674c32 Version 3.12
Carsten Dominik <dominik@science.uva.nl>
parents: 63672
diff changeset
1783 @end example
64517
098497d516e8 Version 3.14
Carsten Dominik <dominik@science.uva.nl>
parents: 64460
diff changeset
1784
098497d516e8 Version 3.14
Carsten Dominik <dominik@science.uva.nl>
parents: 64460
diff changeset
1785 @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
1786 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
1787 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
1788 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
1789 empty first field.
64517
098497d516e8 Version 3.14
Carsten Dominik <dominik@science.uva.nl>
parents: 64460
diff changeset
1790
67613
eab2494a32d7 *** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents: 67604
diff changeset
1791 @cindex marking characters, tables
64517
098497d516e8 Version 3.14
Carsten Dominik <dominik@science.uva.nl>
parents: 64460
diff changeset
1792 The marking characters have the following meaning:
098497d516e8 Version 3.14
Carsten Dominik <dominik@science.uva.nl>
parents: 64460
diff changeset
1793 @table @samp
098497d516e8 Version 3.14
Carsten Dominik <dominik@science.uva.nl>
parents: 64460
diff changeset
1794 @item !
098497d516e8 Version 3.14
Carsten Dominik <dominik@science.uva.nl>
parents: 64460
diff changeset
1795 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
1796 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
1797 @item ^
66988
578b7f9692c4 (FAQ): Document `org-table-tab-jumps-over-hlines'.
Carsten Dominik <dominik@science.uva.nl>
parents: 66690
diff changeset
1798 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
1799 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
1800 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
1801 will be stored as @samp{$name=...}.
64517
098497d516e8 Version 3.14
Carsten Dominik <dominik@science.uva.nl>
parents: 64460
diff changeset
1802 @item _
098497d516e8 Version 3.14
Carsten Dominik <dominik@science.uva.nl>
parents: 64460
diff changeset
1803 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
1804 @emph{below}.
64517
098497d516e8 Version 3.14
Carsten Dominik <dominik@science.uva.nl>
parents: 64460
diff changeset
1805 @item $
098497d516e8 Version 3.14
Carsten Dominik <dominik@science.uva.nl>
parents: 64460
diff changeset
1806 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
1807 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
1808 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
1809 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
1810 a per-table basis.
64517
098497d516e8 Version 3.14
Carsten Dominik <dominik@science.uva.nl>
parents: 64460
diff changeset
1811 @item #
098497d516e8 Version 3.14
Carsten Dominik <dominik@science.uva.nl>
parents: 64460
diff changeset
1812 Fields in this row are automatically recalculated when pressing
098497d516e8 Version 3.14
Carsten Dominik <dominik@science.uva.nl>
parents: 64460
diff changeset
1813 @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
1814 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
1815 lines will be left alone by this command.
098497d516e8 Version 3.14
Carsten Dominik <dominik@science.uva.nl>
parents: 64460
diff changeset
1816 @item *
098497d516e8 Version 3.14
Carsten Dominik <dominik@science.uva.nl>
parents: 64460
diff changeset
1817 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
1818 not for automatic recalculation. Use this when automatic
098497d516e8 Version 3.14
Carsten Dominik <dominik@science.uva.nl>
parents: 64460
diff changeset
1819 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
1820 @item
beebc22085fe (Link format): New section, emphasis on bracket links.
Carsten Dominik <dominik@science.uva.nl>
parents: 69891
diff changeset
1821 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
1822 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
1823 or @samp{*}.
76138
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
1824 @item /
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
1825 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
1826 @samp{<N>} markers.
64517
098497d516e8 Version 3.14
Carsten Dominik <dominik@science.uva.nl>
parents: 64460
diff changeset
1827 @end table
098497d516e8 Version 3.14
Carsten Dominik <dominik@science.uva.nl>
parents: 64460
diff changeset
1828
76138
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
1829 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
1830 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
1831 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
1832 (homework: try that with Excel :-)
63833
addf44674c32 Version 3.12
Carsten Dominik <dominik@science.uva.nl>
parents: 63672
diff changeset
1833
addf44674c32 Version 3.12
Carsten Dominik <dominik@science.uva.nl>
parents: 63672
diff changeset
1834 @example
addf44674c32 Version 3.12
Carsten Dominik <dominik@science.uva.nl>
parents: 63672
diff changeset
1835 @group
addf44674c32 Version 3.12
Carsten Dominik <dominik@science.uva.nl>
parents: 63672
diff changeset
1836 |---+-------------+---+-----+--------------------------------------|
addf44674c32 Version 3.12
Carsten Dominik <dominik@science.uva.nl>
parents: 63672
diff changeset
1837 | | Func | n | x | Result |
addf44674c32 Version 3.12
Carsten Dominik <dominik@science.uva.nl>
parents: 63672
diff changeset
1838 |---+-------------+---+-----+--------------------------------------|
addf44674c32 Version 3.12
Carsten Dominik <dominik@science.uva.nl>
parents: 63672
diff changeset
1839 | # | exp(x) | 1 | x | 1 + x |
addf44674c32 Version 3.12
Carsten Dominik <dominik@science.uva.nl>
parents: 63672
diff changeset
1840 | # | exp(x) | 2 | x | 1 + x + x^2 / 2 |
addf44674c32 Version 3.12
Carsten Dominik <dominik@science.uva.nl>
parents: 63672
diff changeset
1841 | # | 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
1842 | # | 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
1843 | # | 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
1844 | * | 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
1845 |---+-------------+---+-----+--------------------------------------|
addf44674c32 Version 3.12
Carsten Dominik <dominik@science.uva.nl>
parents: 63672
diff changeset
1846 #+TBLFM: $5=taylor($2,$4,$3);n3
addf44674c32 Version 3.12
Carsten Dominik <dominik@science.uva.nl>
parents: 63672
diff changeset
1847 @end group
addf44674c32 Version 3.12
Carsten Dominik <dominik@science.uva.nl>
parents: 63672
diff changeset
1848 @end example
addf44674c32 Version 3.12
Carsten Dominik <dominik@science.uva.nl>
parents: 63672
diff changeset
1849
61923
88492f3ccffa *** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents: 61562
diff changeset
1850 @node Hyperlinks, TODO items, Tables, Top
58792
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
1851 @chapter Hyperlinks
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
1852 @cindex hyperlinks
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
1853
70867
68e63907ebfb (Plain lists): Added new item navigation commands.
Carsten Dominik <dominik@science.uva.nl>
parents: 70164
diff changeset
1854 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
1855 links to other files, Usenet articles, emails, and much more.
58792
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
1856
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
1857 @menu
69929
beebc22085fe (Link format): New section, emphasis on bracket links.
Carsten Dominik <dominik@science.uva.nl>
parents: 69891
diff changeset
1858 * 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
1859 * 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
1860 * External links:: URL-like links to the world
70164
7ce8d4154af5 Many small fixes.
Carsten Dominik <dominik@science.uva.nl>
parents: 70133
diff changeset
1861 * 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
1862 * 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
1863 * 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
1864 * Custom searches:: When the default search is not enough
58792
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
1865 * Remember:: Org-trees store quick notes
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
1866 @end menu
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
1867
69929
beebc22085fe (Link format): New section, emphasis on bracket links.
Carsten Dominik <dominik@science.uva.nl>
parents: 69891
diff changeset
1868 @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
1869 @section Link format
beebc22085fe (Link format): New section, emphasis on bracket links.
Carsten Dominik <dominik@science.uva.nl>
parents: 69891
diff changeset
1870 @cindex link format
beebc22085fe (Link format): New section, emphasis on bracket links.
Carsten Dominik <dominik@science.uva.nl>
parents: 69891
diff changeset
1871 @cindex format, of links
beebc22085fe (Link format): New section, emphasis on bracket links.
Carsten Dominik <dominik@science.uva.nl>
parents: 69891
diff changeset
1872
beebc22085fe (Link format): New section, emphasis on bracket links.
Carsten Dominik <dominik@science.uva.nl>
parents: 69891
diff changeset
1873 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
1874 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
1875
beebc22085fe (Link format): New section, emphasis on bracket links.
Carsten Dominik <dominik@science.uva.nl>
parents: 69891
diff changeset
1876 @example
beebc22085fe (Link format): New section, emphasis on bracket links.
Carsten Dominik <dominik@science.uva.nl>
parents: 69891
diff changeset
1877 [[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
1878 @end example
beebc22085fe (Link format): New section, emphasis on bracket links.
Carsten Dominik <dominik@science.uva.nl>
parents: 69891
diff changeset
1879
beebc22085fe (Link format): New section, emphasis on bracket links.
Carsten Dominik <dominik@science.uva.nl>
parents: 69891
diff changeset
1880 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
1881 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
1882 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
1883 @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
1884 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
1885 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
1886 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
1887 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
1888 cursor on the link.
beebc22085fe (Link format): New section, emphasis on bracket links.
Carsten Dominik <dominik@science.uva.nl>
parents: 69891
diff changeset
1889
beebc22085fe (Link format): New section, emphasis on bracket links.
Carsten Dominik <dominik@science.uva.nl>
parents: 69891
diff changeset
1890 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
1891 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
1892 (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
1893 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
1894 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
1895 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
1896 @code{Org->Hyperlinks->Literal links}.
beebc22085fe (Link format): New section, emphasis on bracket links.
Carsten Dominik <dominik@science.uva.nl>
parents: 69891
diff changeset
1897
beebc22085fe (Link format): New section, emphasis on bracket links.
Carsten Dominik <dominik@science.uva.nl>
parents: 69891
diff changeset
1898 @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
1899 @section Internal links
67344
22aa7225124f (TODO basics): Document the global todo list.
Carsten Dominik <dominik@science.uva.nl>
parents: 67219
diff changeset
1900 @cindex internal links
22aa7225124f (TODO basics): Document the global todo list.
Carsten Dominik <dominik@science.uva.nl>
parents: 67219
diff changeset
1901 @cindex links, internal
73874
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
1902 @cindex targets, for links
67344
22aa7225124f (TODO basics): Document the global todo list.
Carsten Dominik <dominik@science.uva.nl>
parents: 67219
diff changeset
1903
70164
7ce8d4154af5 Many small fixes.
Carsten Dominik <dominik@science.uva.nl>
parents: 70133
diff changeset
1904 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
1905 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
1906 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
1907 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
1908 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
1909 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
1910 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
1911 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
1912
67344
22aa7225124f (TODO basics): Document the global todo list.
Carsten Dominik <dominik@science.uva.nl>
parents: 67219
diff changeset
1913 @example
69090
66a57755230b * org.texi (Internal Links): Rewritten to cover the modified
Carsten Dominik <dominik@science.uva.nl>
parents: 68639
diff changeset
1914 # <<My Target>>
67344
22aa7225124f (TODO basics): Document the global todo list.
Carsten Dominik <dominik@science.uva.nl>
parents: 67219
diff changeset
1915 @end example
22aa7225124f (TODO basics): Document the global todo list.
Carsten Dominik <dominik@science.uva.nl>
parents: 67219
diff changeset
1916
70133
36d1ec75581c * org.texi: (Time stamps): Better explanation of the purpose of
Carsten Dominik <dominik@science.uva.nl>
parents: 70065
diff changeset
1917 @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
1918 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
1919 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
1920 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
1921
69929
beebc22085fe (Link format): New section, emphasis on bracket links.
Carsten Dominik <dominik@science.uva.nl>
parents: 69891
diff changeset
1922 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
1923 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
1924 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
1925 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
1926 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
1927 @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
1928
67344
22aa7225124f (TODO basics): Document the global todo list.
Carsten Dominik <dominik@science.uva.nl>
parents: 67219
diff changeset
1929 @example
22aa7225124f (TODO basics): Document the global todo list.
Carsten Dominik <dominik@science.uva.nl>
parents: 67219
diff changeset
1930 ** My targets
22aa7225124f (TODO basics): Document the global todo list.
Carsten Dominik <dominik@science.uva.nl>
parents: 67219
diff changeset
1931 ** TODO my targets are bright
22aa7225124f (TODO basics): Document the global todo list.
Carsten Dominik <dominik@science.uva.nl>
parents: 67219
diff changeset
1932 ** my 20 targets are
22aa7225124f (TODO basics): Document the global todo list.
Carsten Dominik <dominik@science.uva.nl>
parents: 67219
diff changeset
1933 @end example
69929
beebc22085fe (Link format): New section, emphasis on bracket links.
Carsten Dominik <dominik@science.uva.nl>
parents: 69891
diff changeset
1934
beebc22085fe (Link format): New section, emphasis on bracket links.
Carsten Dominik <dominik@science.uva.nl>
parents: 69891
diff changeset
1935 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
1936 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
1937 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
1938 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
1939 creating links.
66a57755230b * org.texi (Internal Links): Rewritten to cover the modified
Carsten Dominik <dominik@science.uva.nl>
parents: 68639
diff changeset
1940
66a57755230b * org.texi (Internal Links): Rewritten to cover the modified
Carsten Dominik <dominik@science.uva.nl>
parents: 68639
diff changeset
1941 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
1942 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
1943 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
1944 earlier.
66a57755230b * org.texi (Internal Links): Rewritten to cover the modified
Carsten Dominik <dominik@science.uva.nl>
parents: 68639
diff changeset
1945
66a57755230b * org.texi (Internal Links): Rewritten to cover the modified
Carsten Dominik <dominik@science.uva.nl>
parents: 68639
diff changeset
1946 @menu
66a57755230b * org.texi (Internal Links): Rewritten to cover the modified
Carsten Dominik <dominik@science.uva.nl>
parents: 68639
diff changeset
1947 * 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
1948 @end menu
66a57755230b * org.texi (Internal Links): Rewritten to cover the modified
Carsten Dominik <dominik@science.uva.nl>
parents: 68639
diff changeset
1949
76138
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
1950 @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
1951 @subsection Radio targets
73874
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
1952 @cindex radio targets
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
1953 @cindex targets, radio
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
1954 @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
1955
66a57755230b * org.texi (Internal Links): Rewritten to cover the modified
Carsten Dominik <dominik@science.uva.nl>
parents: 68639
diff changeset
1956 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
1957 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
1958 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
1959 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
1960 @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
1961 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
1962 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
1963 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
1964 @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
1965
70164
7ce8d4154af5 Many small fixes.
Carsten Dominik <dominik@science.uva.nl>
parents: 70133
diff changeset
1966 @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
1967 @section External links
67613
eab2494a32d7 *** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents: 67604
diff changeset
1968 @cindex links, external
67344
22aa7225124f (TODO basics): Document the global todo list.
Carsten Dominik <dominik@science.uva.nl>
parents: 67219
diff changeset
1969 @cindex external links
22aa7225124f (TODO basics): Document the global todo list.
Carsten Dominik <dominik@science.uva.nl>
parents: 67219
diff changeset
1970 @cindex links, external
58792
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
1971 @cindex GNUS links
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
1972 @cindex BBDB links
63833
addf44674c32 Version 3.12
Carsten Dominik <dominik@science.uva.nl>
parents: 63672
diff changeset
1973 @cindex URL links
addf44674c32 Version 3.12
Carsten Dominik <dominik@science.uva.nl>
parents: 63672
diff changeset
1974 @cindex file links
58792
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
1975 @cindex VM links
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
1976 @cindex RMAIL links
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
1977 @cindex WANDERLUST links
69090
66a57755230b * org.texi (Internal Links): Rewritten to cover the modified
Carsten Dominik <dominik@science.uva.nl>
parents: 68639
diff changeset
1978 @cindex MH-E links
58792
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
1979 @cindex USENET links
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
1980 @cindex SHELL links
70867
68e63907ebfb (Plain lists): Added new item navigation commands.
Carsten Dominik <dominik@science.uva.nl>
parents: 70164
diff changeset
1981 @cindex Info links
68e63907ebfb (Plain lists): Added new item navigation commands.
Carsten Dominik <dominik@science.uva.nl>
parents: 70164
diff changeset
1982 @cindex elisp links
68e63907ebfb (Plain lists): Added new item navigation commands.
Carsten Dominik <dominik@science.uva.nl>
parents: 70164
diff changeset
1983
68e63907ebfb (Plain lists): Added new item navigation commands.
Carsten Dominik <dominik@science.uva.nl>
parents: 70164
diff changeset
1984 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
1985 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
1986 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
1987 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
1988 link type.
58792
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
1989
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
1990 @example
70867
68e63907ebfb (Plain lists): Added new item navigation commands.
Carsten Dominik <dominik@science.uva.nl>
parents: 70164
diff changeset
1991 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
1992 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
1993 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
1994 news:comp.emacs @r{Usenet link}
68e63907ebfb (Plain lists): Added new item navigation commands.
Carsten Dominik <dominik@science.uva.nl>
parents: 70164
diff changeset
1995 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
1996 vm:folder @r{VM folder link}
68e63907ebfb (Plain lists): Added new item navigation commands.
Carsten Dominik <dominik@science.uva.nl>
parents: 70164
diff changeset
1997 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
1998 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
1999 wl:folder @r{WANDERLUST folder link}
68e63907ebfb (Plain lists): Added new item navigation commands.
Carsten Dominik <dominik@science.uva.nl>
parents: 70164
diff changeset
2000 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
2001 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
2002 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
2003 rmail:folder @r{RMAIL folder link}
68e63907ebfb (Plain lists): Added new item navigation commands.
Carsten Dominik <dominik@science.uva.nl>
parents: 70164
diff changeset
2004 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
2005 gnus:group @r{GNUS group link}
68e63907ebfb (Plain lists): Added new item navigation commands.
Carsten Dominik <dominik@science.uva.nl>
parents: 70164
diff changeset
2006 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
2007 bbdb:Richard Stallman @r{BBDB link}
68e63907ebfb (Plain lists): Added new item navigation commands.
Carsten Dominik <dominik@science.uva.nl>
parents: 70164
diff changeset
2008 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
2009 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
2010 @end example
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
2011
69929
beebc22085fe (Link format): New section, emphasis on bracket links.
Carsten Dominik <dominik@science.uva.nl>
parents: 69891
diff changeset
2012 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
2013 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
2014 format}), for example:
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 @example
beebc22085fe (Link format): New section, emphasis on bracket links.
Carsten Dominik <dominik@science.uva.nl>
parents: 69891
diff changeset
2017 [[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
2018 @end example
beebc22085fe (Link format): New section, emphasis on bracket links.
Carsten Dominik <dominik@science.uva.nl>
parents: 69891
diff changeset
2019
76138
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
2020 @noindent
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
2021 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
2022 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
2023 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
2024 image,
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
2025 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
2026
69929
beebc22085fe (Link format): New section, emphasis on bracket links.
Carsten Dominik <dominik@science.uva.nl>
parents: 69891
diff changeset
2027 @cindex angular brackets, around links
beebc22085fe (Link format): New section, emphasis on bracket links.
Carsten Dominik <dominik@science.uva.nl>
parents: 69891
diff changeset
2028 @cindex plain text external links
beebc22085fe (Link format): New section, emphasis on bracket links.
Carsten Dominik <dominik@science.uva.nl>
parents: 69891
diff changeset
2029 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
2030 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
2031 @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
2032 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
2033
73874
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
2034 @node Handling links, Link abbreviations, External links, Hyperlinks
70164
7ce8d4154af5 Many small fixes.
Carsten Dominik <dominik@science.uva.nl>
parents: 70133
diff changeset
2035 @section Handling links
73874
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
2036 @cindex links, handling
67344
22aa7225124f (TODO basics): Document the global todo list.
Carsten Dominik <dominik@science.uva.nl>
parents: 67219
diff changeset
2037
22aa7225124f (TODO basics): Document the global todo list.
Carsten Dominik <dominik@science.uva.nl>
parents: 67219
diff changeset
2038 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
2039 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
2040
58792
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
2041 @table @kbd
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
2042 @kindex C-c l
67344
22aa7225124f (TODO basics): Document the global todo list.
Carsten Dominik <dominik@science.uva.nl>
parents: 67219
diff changeset
2043 @cindex storing links
58792
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
2044 @item C-c l
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
2045 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
2046 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
2047 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
2048 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
2049 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
2050 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
2051 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
2052 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
2053 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
2054 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
2055 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
2056 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
2057 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
2058 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
2059 The key binding @kbd{C-c l} is only a suggestion - see @ref{Installation}.
58792
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
2060
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
2061 @kindex C-c C-l
67613
eab2494a32d7 *** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents: 67604
diff changeset
2062 @cindex link completion
63833
addf44674c32 Version 3.12
Carsten Dominik <dominik@science.uva.nl>
parents: 63672
diff changeset
2063 @cindex completion, of links
67613
eab2494a32d7 *** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents: 67604
diff changeset
2064 @cindex inserting links
58792
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
2065 @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
2066 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
2067 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
2068 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
2069 during the current session are part of the history for this prompt, so
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
2070 you can access them with @key{up} and @key{down}, or with
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
2071 completion@footnote{After insertion of a stored link, the link will be
71386
0b2c58e8821c (Publishing links): Document the
Carsten Dominik <dominik@science.uva.nl>
parents: 71312
diff changeset
2072 removed from the list of stored links. To keep it in the list later
0b2c58e8821c (Publishing links): Document the
Carsten Dominik <dominik@science.uva.nl>
parents: 71312
diff changeset
2073 use, use a triple @kbd{C-u} prefix to @kbd{C-c C-l}, or configure the
76138
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
2074 option @code{org-keep-stored-link-after-insertion}.}. The link will be
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
2075 inserted into the buffer, along with a descriptive text. If some text
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
2076 was selected when this command is called, the selected text becomes the
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
2077 default description.@* Note that you don't have to use this command to
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
2078 insert a link. Links in Org-mode are plain text, and you can type or
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
2079 paste them straight into the buffer. By using this command, the links
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
2080 are automatically enclosed in double brackets, and you will be asked for
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
2081 the optional descriptive text.
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
2082
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
2083 @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
2084 @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
2085 @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
2086 @c the current directory.
69929
beebc22085fe (Link format): New section, emphasis on bracket links.
Carsten Dominik <dominik@science.uva.nl>
parents: 69891
diff changeset
2087
beebc22085fe (Link format): New section, emphasis on bracket links.
Carsten Dominik <dominik@science.uva.nl>
parents: 69891
diff changeset
2088 @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
2089 @cindex file name completion
beebc22085fe (Link format): New section, emphasis on bracket links.
Carsten Dominik <dominik@science.uva.nl>
parents: 69891
diff changeset
2090 @cindex completion, of file names
beebc22085fe (Link format): New section, emphasis on bracket links.
Carsten Dominik <dominik@science.uva.nl>
parents: 69891
diff changeset
2091 @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
2092 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
2093 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
2094 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
2095 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
2096 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
2097 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
2098 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
2099 force an absolute path with two @kbd{C-u} prefixes.
69929
beebc22085fe (Link format): New section, emphasis on bracket links.
Carsten Dominik <dominik@science.uva.nl>
parents: 69891
diff changeset
2100
beebc22085fe (Link format): New section, emphasis on bracket links.
Carsten Dominik <dominik@science.uva.nl>
parents: 69891
diff changeset
2101 @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
2102 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
2103 link and description parts of the link.
58792
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
2104
67613
eab2494a32d7 *** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents: 67604
diff changeset
2105 @cindex following links
58792
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
2106 @kindex C-c C-o
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
2107 @item C-c C-o
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
2108 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
2109 @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
2110 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
2111 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
2112 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
2113 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
2114 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
2115 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
2116 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
2117 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
2118 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
2119 Emacs, use a @kbd{C-u} prefix.
58792
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
2120
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
2121 @kindex mouse-2
69225
a2d5fbc00b3e (Interaction): Added item about `org-mouse.el' by Piotr
Carsten Dominik <dominik@science.uva.nl>
parents: 69117
diff changeset
2122 @kindex mouse-1
58792
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
2123 @item mouse-2
69225
a2d5fbc00b3e (Interaction): Added item about `org-mouse.el' by Piotr
Carsten Dominik <dominik@science.uva.nl>
parents: 69117
diff changeset
2124 @itemx mouse-1
70867
68e63907ebfb (Plain lists): Added new item navigation commands.
Carsten Dominik <dominik@science.uva.nl>
parents: 70164
diff changeset
2125 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
2126 would. Under Emacs 22, also @kbd{mouse-1} will follow a link.
58792
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
2127
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
2128 @kindex mouse-3
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
2129 @item mouse-3
73874
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
2130 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
2131 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
2132 variable @code{org-display-internal-link-with-indirect-buffer}}.
69090
66a57755230b * org.texi (Internal Links): Rewritten to cover the modified
Carsten Dominik <dominik@science.uva.nl>
parents: 68639
diff changeset
2133
66a57755230b * org.texi (Internal Links): Rewritten to cover the modified
Carsten Dominik <dominik@science.uva.nl>
parents: 68639
diff changeset
2134 @cindex mark ring
66a57755230b * org.texi (Internal Links): Rewritten to cover the modified
Carsten Dominik <dominik@science.uva.nl>
parents: 68639
diff changeset
2135 @kindex C-c %
66a57755230b * org.texi (Internal Links): Rewritten to cover the modified
Carsten Dominik <dominik@science.uva.nl>
parents: 68639
diff changeset
2136 @item C-c %
66a57755230b * org.texi (Internal Links): Rewritten to cover the modified
Carsten Dominik <dominik@science.uva.nl>
parents: 68639
diff changeset
2137 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
2138 easily. Commands following an internal link do this automatically.
66a57755230b * org.texi (Internal Links): Rewritten to cover the modified
Carsten Dominik <dominik@science.uva.nl>
parents: 68639
diff changeset
2139
66a57755230b * org.texi (Internal Links): Rewritten to cover the modified
Carsten Dominik <dominik@science.uva.nl>
parents: 68639
diff changeset
2140 @cindex links, returning to
66a57755230b * org.texi (Internal Links): Rewritten to cover the modified
Carsten Dominik <dominik@science.uva.nl>
parents: 68639
diff changeset
2141 @kindex C-c &
66a57755230b * org.texi (Internal Links): Rewritten to cover the modified
Carsten Dominik <dominik@science.uva.nl>
parents: 68639
diff changeset
2142 @item C-c &
66a57755230b * org.texi (Internal Links): Rewritten to cover the modified
Carsten Dominik <dominik@science.uva.nl>
parents: 68639
diff changeset
2143 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
2144 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
2145 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
2146 previously recorded positions.
76138
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
2147
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
2148 @kindex C-c C-x C-n
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
2149 @kindex C-c C-x C-p
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
2150 @cindex links, finding next/previous
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
2151 @item C-c C-x C-n
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
2152 @itemx C-c C-x C-p
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
2153 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
2154 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
2155 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
2156 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
2157 @lisp
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
2158 (add-hook 'org-load-hook
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
2159 (lambda ()
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
2160 (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
2161 (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
2162 @end lisp
58792
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
2163 @end table
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
2164
73874
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
2165 @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
2166 @section Link abbreviations
73874
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
2167 @cindex link abbreviations
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
2168 @cindex abbreviation, links
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
2169
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
2170 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
2171 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
2172 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
2173
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
2174 @example
76138
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
2175 [[linkword:tag][description]]
73874
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
2176 @end example
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
2177
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
2178 @noindent
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
2179 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
2180 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
2181 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
2182
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
2183 @lisp
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
2184 @group
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
2185 (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
2186 '(("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
2187 ("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
2188 ("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
2189 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
2190 @end group
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
2191 @end lisp
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
2192
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
2193 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
2194 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
2195 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
2196 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
2197
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
2198 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
2199 @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
2200 @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
2201 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
2202
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
2203 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
2204 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
2205
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
2206 @example
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
2207 #+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
2208 #+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
2209 @end example
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
2210
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
2211 @noindent
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
2212 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
2213 complete link abbreviations.
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
2214
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
2215 @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
2216 @section Search options in file links
67613
eab2494a32d7 *** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents: 67604
diff changeset
2217 @cindex search option in file links
eab2494a32d7 *** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents: 67604
diff changeset
2218 @cindex file links, searching
67344
22aa7225124f (TODO basics): Document the global todo list.
Carsten Dominik <dominik@science.uva.nl>
parents: 67219
diff changeset
2219
22aa7225124f (TODO basics): Document the global todo list.
Carsten Dominik <dominik@science.uva.nl>
parents: 67219
diff changeset
2220 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
2221 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
2222 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
2223 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
2224 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
2225 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
2226 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
2227 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
2228
68e63907ebfb (Plain lists): Added new item navigation commands.
Carsten Dominik <dominik@science.uva.nl>
parents: 70164
diff changeset
2229 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
2230 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
2231
67344
22aa7225124f (TODO basics): Document the global todo list.
Carsten Dominik <dominik@science.uva.nl>
parents: 67219
diff changeset
2232 @example
69929
beebc22085fe (Link format): New section, emphasis on bracket links.
Carsten Dominik <dominik@science.uva.nl>
parents: 69891
diff changeset
2233 [[file:~/code/main.c::255]]
beebc22085fe (Link format): New section, emphasis on bracket links.
Carsten Dominik <dominik@science.uva.nl>
parents: 69891
diff changeset
2234 [[file:~/xx.org::My Target]]
beebc22085fe (Link format): New section, emphasis on bracket links.
Carsten Dominik <dominik@science.uva.nl>
parents: 69891
diff changeset
2235 [[file:~/xx.org::*My Target]]
beebc22085fe (Link format): New section, emphasis on bracket links.
Carsten Dominik <dominik@science.uva.nl>
parents: 69891
diff changeset
2236 [[file:~/xx.org::/regexp/]]
67344
22aa7225124f (TODO basics): Document the global todo list.
Carsten Dominik <dominik@science.uva.nl>
parents: 67219
diff changeset
2237 @end example
69929
beebc22085fe (Link format): New section, emphasis on bracket links.
Carsten Dominik <dominik@science.uva.nl>
parents: 69891
diff changeset
2238
67344
22aa7225124f (TODO basics): Document the global todo list.
Carsten Dominik <dominik@science.uva.nl>
parents: 67219
diff changeset
2239 @table @code
22aa7225124f (TODO basics): Document the global todo list.
Carsten Dominik <dominik@science.uva.nl>
parents: 67219
diff changeset
2240 @item 255
22aa7225124f (TODO basics): Document the global todo list.
Carsten Dominik <dominik@science.uva.nl>
parents: 67219
diff changeset
2241 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
2242 @item My Target
66a57755230b * org.texi (Internal Links): Rewritten to cover the modified
Carsten Dominik <dominik@science.uva.nl>
parents: 68639
diff changeset
2243 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
2244 @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
2245 @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
2246 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
2247 the linked file.
69090
66a57755230b * org.texi (Internal Links): Rewritten to cover the modified
Carsten Dominik <dominik@science.uva.nl>
parents: 68639
diff changeset
2248 @item *My Target
66a57755230b * org.texi (Internal Links): Rewritten to cover the modified
Carsten Dominik <dominik@science.uva.nl>
parents: 68639
diff changeset
2249 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
2250 @item /regexp/
22aa7225124f (TODO basics): Document the global todo list.
Carsten Dominik <dominik@science.uva.nl>
parents: 67219
diff changeset
2251 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
2252 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
2253 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
2254 sparse tree with the matches.
22aa7225124f (TODO basics): Document the global todo list.
Carsten Dominik <dominik@science.uva.nl>
parents: 67219
diff changeset
2255 @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
2256 @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
2257 @end table
22aa7225124f (TODO basics): Document the global todo list.
Carsten Dominik <dominik@science.uva.nl>
parents: 67219
diff changeset
2258
69090
66a57755230b * org.texi (Internal Links): Rewritten to cover the modified
Carsten Dominik <dominik@science.uva.nl>
parents: 68639
diff changeset
2259 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
2260 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
2261 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
2262 @samp{[[find me]]} would.
67344
22aa7225124f (TODO basics): Document the global todo list.
Carsten Dominik <dominik@science.uva.nl>
parents: 67219
diff changeset
2263
70867
68e63907ebfb (Plain lists): Added new item navigation commands.
Carsten Dominik <dominik@science.uva.nl>
parents: 70164
diff changeset
2264 @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
2265 @section Custom Searches
68e63907ebfb (Plain lists): Added new item navigation commands.
Carsten Dominik <dominik@science.uva.nl>
parents: 70164
diff changeset
2266 @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
2267 @cindex search strings, custom
70867
68e63907ebfb (Plain lists): Added new item navigation commands.
Carsten Dominik <dominik@science.uva.nl>
parents: 70164
diff changeset
2268
68e63907ebfb (Plain lists): Added new item navigation commands.
Carsten Dominik <dominik@science.uva.nl>
parents: 70164
diff changeset
2269 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
2270 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
2271 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
2272 @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
2273 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
2274 citation key.
68e63907ebfb (Plain lists): Added new item navigation commands.
Carsten Dominik <dominik@science.uva.nl>
parents: 70164
diff changeset
2275
68e63907ebfb (Plain lists): Added new item navigation commands.
Carsten Dominik <dominik@science.uva.nl>
parents: 70164
diff changeset
2276 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
2277 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
2278 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
2279 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
2280 @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
2281 @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
2282 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
2283 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
2284 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
2285 file.
68e63907ebfb (Plain lists): Added new item navigation commands.
Carsten Dominik <dominik@science.uva.nl>
parents: 70164
diff changeset
2286
68e63907ebfb (Plain lists): Added new item navigation commands.
Carsten Dominik <dominik@science.uva.nl>
parents: 70164
diff changeset
2287
68e63907ebfb (Plain lists): Added new item navigation commands.
Carsten Dominik <dominik@science.uva.nl>
parents: 70164
diff changeset
2288 @node Remember, , Custom searches, Hyperlinks
58792
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
2289 @section Remember
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
2290 @cindex @file{remember.el}
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
2291
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
2292 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
2293 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
2294 quick notes with little interruption of your work flow. See
58792
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
2295 @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
2296 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
2297 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
2298 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
2299 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
2300 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
2301 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
2302
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
2303 @menu
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
2304 * 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
2305 * 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
2306 * 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
2307 @end menu
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
2308
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
2309 @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
2310 @subsection Setting up remember
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
2311
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
2312 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
2313 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
2314
58792
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
2315 @example
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
2316 (setq org-directory "~/path/to/my/orgfiles/")
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
2317 (setq org-default-notes-file "~/.notes")
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
2318 (setq remember-annotation-functions '(org-remember-annotation))
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
2319 (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
2320 (add-hook 'remember-mode-hook 'org-remember-apply-template)
58792
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
2321 @end example
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
2322
76138
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
2323 @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
2324 @subsection Remember templates
69929
beebc22085fe (Link format): New section, emphasis on bracket links.
Carsten Dominik <dominik@science.uva.nl>
parents: 69891
diff changeset
2325 @cindex templates, for remember
76138
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
2326
69929
beebc22085fe (Link format): New section, emphasis on bracket links.
Carsten Dominik <dominik@science.uva.nl>
parents: 69891
diff changeset
2327 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
2328 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
2329 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
2330 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
2331 use:
69929
beebc22085fe (Link format): New section, emphasis on bracket links.
Carsten Dominik <dominik@science.uva.nl>
parents: 69891
diff changeset
2332
beebc22085fe (Link format): New section, emphasis on bracket links.
Carsten Dominik <dominik@science.uva.nl>
parents: 69891
diff changeset
2333 @example
beebc22085fe (Link format): New section, emphasis on bracket links.
Carsten Dominik <dominik@science.uva.nl>
parents: 69891
diff changeset
2334 (setq org-remember-templates
76138
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
2335 '((?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
2336 (?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
2337 (?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
2338 @end example
beebc22085fe (Link format): New section, emphasis on bracket links.
Carsten Dominik <dominik@science.uva.nl>
parents: 69891
diff changeset
2339
beebc22085fe (Link format): New section, emphasis on bracket links.
Carsten Dominik <dominik@science.uva.nl>
parents: 69891
diff changeset
2340 @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
2341 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
2342 strings give the file in which, and the headline under which the new
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
2343 note should be stored. The file defaults to
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
2344 @code{org-default-notes-file}, the heading to
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
2345 @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
2346 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
2347 while storing the note.
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
2348
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
2349 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
2350 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
2351 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
2352 @example
beebc22085fe (Link format): New section, emphasis on bracket links.
Carsten Dominik <dominik@science.uva.nl>
parents: 69891
diff changeset
2353 * TODO
76138
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
2354 [[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
2355 @end example
beebc22085fe (Link format): New section, emphasis on bracket links.
Carsten Dominik <dominik@science.uva.nl>
parents: 69891
diff changeset
2356
beebc22085fe (Link format): New section, emphasis on bracket links.
Carsten Dominik <dominik@science.uva.nl>
parents: 69891
diff changeset
2357 @noindent or
beebc22085fe (Link format): New section, emphasis on bracket links.
Carsten Dominik <dominik@science.uva.nl>
parents: 69891
diff changeset
2358
beebc22085fe (Link format): New section, emphasis on bracket links.
Carsten Dominik <dominik@science.uva.nl>
parents: 69891
diff changeset
2359 @example
beebc22085fe (Link format): New section, emphasis on bracket links.
Carsten Dominik <dominik@science.uva.nl>
parents: 69891
diff changeset
2360 * [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
2361
76138
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
2362 [[file:link to where you called remember]]
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
2363 @end example
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
2364
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
2365 @noindent
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
2366 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
2367 insertion of content:
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
2368 @example
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
2369 %^@{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
2370 %t @r{time stamp, date only}
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
2371 %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
2372 %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
2373 %^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
2374 @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
2375 %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
2376 %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
2377 %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
2378 @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
2379 %: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
2380 @end example
beebc22085fe (Link format): New section, emphasis on bracket links.
Carsten Dominik <dominik@science.uva.nl>
parents: 69891
diff changeset
2381
76138
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
2382 @noindent
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
2383 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
2384
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
2385 @example
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
2386 Link type | Available keywords
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
2387 -------------------+----------------------------------------------
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
2388 bbdb | %:name %:company
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
2389 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
2390 | %:from %:fromname %:fromaddress
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
2391 | %:to %:toname %:toaddress
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
2392 | %: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
2393 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
2394 w3, w3m | %:url
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
2395 info | %:file %:node
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
2396 calendar | %:date"
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
2397 @end example
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
2398
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
2399 @noindent
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
2400 If you would like to have the cursor in a specific position after the
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
2401 template has been expanded:
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
2402
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
2403 @example
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
2404 %? @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
2405 @end example
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
2406
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
2407 @noindent
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
2408 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
2409 @code{org-remember} in the remember buffer. You may then select a new
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
2410 template that will be filled with the previoous context information.
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
2411
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
2412 @node Storing notes, , Remember templates, Remember
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
2413 @subsection Storing notes
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
2414
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
2415 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
2416 @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
2417 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
2418 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
2419 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
2420 had specified one in the template). You can either immediately press
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
2421 @key{RET} to get the note placed there. Or you can use vertical cursor
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
2422 motion (@key{up} and @key{down}) and visibility cycling (@key{TAB}) to
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
2423 find a better place. Pressing @key{RET} or @key{left} or @key{right}
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
2424 then leads to the following result.
58792
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
2425
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
2426 @multitable @columnfractions 0.2 0.1 0.7
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
2427 @item @b{Cursor position} @tab @b{Key} @tab @b{Note gets inserted}
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
2428 @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
2429 @item on headline @tab @key{RET} @tab as sublevel of the heading at cursor
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
2430 @item @tab @key{left} @tab as same level, before current heading
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
2431 @item @tab @key{right} @tab as same level, after current heading
63672
c90c20a1b568 (Remember): Texinfo usage fix.
Juanma Barranquero <lekktu@gmail.com>
parents: 63362
diff changeset
2432 @item not on headline @tab @key{RET}
58792
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
2433 @tab at cursor position, level taken from context.
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
2434 Or use prefix arg to specify level manually.
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
2435 @end multitable
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
2436
76138
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
2437 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
2438 @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
2439 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
2440 tree.
58792
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
2441
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
2442 Before inserting the text into a tree, the function ensures that the
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
2443 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
2444 If not, a headline is constructed from the current date and some
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
2445 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
2446 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
2447 same column as the headline (after the asterisks).
58792
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
2448
69929
beebc22085fe (Link format): New section, emphasis on bracket links.
Carsten Dominik <dominik@science.uva.nl>
parents: 69891
diff changeset
2449
61923
88492f3ccffa *** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents: 61562
diff changeset
2450 @node TODO items, Timestamps, Hyperlinks, Top
88492f3ccffa *** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents: 61562
diff changeset
2451 @chapter TODO items
88492f3ccffa *** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents: 61562
diff changeset
2452 @cindex TODO items
88492f3ccffa *** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents: 61562
diff changeset
2453
88492f3ccffa *** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents: 61562
diff changeset
2454 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
2455 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
2456 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
2457 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
2458 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
2459 item emerged is always present when you check.
88492f3ccffa *** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents: 61562
diff changeset
2460
88492f3ccffa *** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents: 61562
diff changeset
2461 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
2462 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
2463 things you have to do.
88492f3ccffa *** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents: 61562
diff changeset
2464
88492f3ccffa *** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents: 61562
diff changeset
2465 @menu
88492f3ccffa *** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents: 61562
diff changeset
2466 * TODO basics:: Marking and displaying TODO entries
88492f3ccffa *** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents: 61562
diff changeset
2467 * TODO extensions:: Workflow and assignments
88492f3ccffa *** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents: 61562
diff changeset
2468 * Priorities:: Some things are more important than others
73874
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
2469 * Breaking down tasks:: Splitting a task into managable pieces
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
2470 * Checkboxes:: Tick-off lists
61923
88492f3ccffa *** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents: 61562
diff changeset
2471 @end menu
88492f3ccffa *** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents: 61562
diff changeset
2472
71312
e050af4a9e72 (Progress logging): New section.
Carsten Dominik <dominik@science.uva.nl>
parents: 71246
diff changeset
2473 @node TODO basics, TODO extensions, TODO items, TODO items
61923
88492f3ccffa *** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents: 61562
diff changeset
2474 @section Basic TODO functionality
88492f3ccffa *** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents: 61562
diff changeset
2475
88492f3ccffa *** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents: 61562
diff changeset
2476 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
2477 for example:
61923
88492f3ccffa *** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents: 61562
diff changeset
2478
88492f3ccffa *** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents: 61562
diff changeset
2479 @example
88492f3ccffa *** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents: 61562
diff changeset
2480 *** TODO Write letter to Sam Fortune
88492f3ccffa *** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents: 61562
diff changeset
2481 @end example
88492f3ccffa *** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents: 61562
diff changeset
2482
88492f3ccffa *** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents: 61562
diff changeset
2483 @noindent
88492f3ccffa *** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents: 61562
diff changeset
2484 The most important commands to work with TODO entries are:
88492f3ccffa *** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents: 61562
diff changeset
2485
88492f3ccffa *** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents: 61562
diff changeset
2486 @table @kbd
88492f3ccffa *** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents: 61562
diff changeset
2487 @kindex C-c C-t
67613
eab2494a32d7 *** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents: 67604
diff changeset
2488 @cindex cycling, of TODO states
61923
88492f3ccffa *** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents: 61562
diff changeset
2489 @item C-c C-t
88492f3ccffa *** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents: 61562
diff changeset
2490 Rotate the TODO state of the current item between
69929
beebc22085fe (Link format): New section, emphasis on bracket links.
Carsten Dominik <dominik@science.uva.nl>
parents: 69891
diff changeset
2491
61923
88492f3ccffa *** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents: 61562
diff changeset
2492 @example
88492f3ccffa *** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents: 61562
diff changeset
2493 ,-> (unmarked) -> TODO -> DONE --.
88492f3ccffa *** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents: 61562
diff changeset
2494 '--------------------------------'
88492f3ccffa *** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents: 61562
diff changeset
2495 @end example
69929
beebc22085fe (Link format): New section, emphasis on bracket links.
Carsten Dominik <dominik@science.uva.nl>
parents: 69891
diff changeset
2496
61923
88492f3ccffa *** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents: 61562
diff changeset
2497 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
2498 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
2499 @kindex S-@key{right}
68e63907ebfb (Plain lists): Added new item navigation commands.
Carsten Dominik <dominik@science.uva.nl>
parents: 70164
diff changeset
2500 @kindex S-@key{left}
68e63907ebfb (Plain lists): Added new item navigation commands.
Carsten Dominik <dominik@science.uva.nl>
parents: 70164
diff changeset
2501 @item S-@key{right}
68e63907ebfb (Plain lists): Added new item navigation commands.
Carsten Dominik <dominik@science.uva.nl>
parents: 70164
diff changeset
2502 @itemx S-@key{left}
68e63907ebfb (Plain lists): Added new item navigation commands.
Carsten Dominik <dominik@science.uva.nl>
parents: 70164
diff changeset
2503 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
2504 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
2505 @kindex C-c C-v
88492f3ccffa *** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents: 61562
diff changeset
2506 @cindex sparse tree, for TODO
88492f3ccffa *** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents: 61562
diff changeset
2507 @item C-c C-v
88492f3ccffa *** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents: 61562
diff changeset
2508 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
2509 the entire buffer, but shows all TODO items and the headings hierarchy
67344
22aa7225124f (TODO basics): Document the global todo list.
Carsten Dominik <dominik@science.uva.nl>
parents: 67219
diff changeset
2510 above them. With prefix arg, show also the DONE entries. With
22aa7225124f (TODO basics): Document the global todo list.
Carsten Dominik <dominik@science.uva.nl>
parents: 67219
diff changeset
2511 numerical prefix N, show the tree for the Nth keyword in the variable
22aa7225124f (TODO basics): Document the global todo list.
Carsten Dominik <dominik@science.uva.nl>
parents: 67219
diff changeset
2512 @code{org-todo-keywords}.
67613
eab2494a32d7 *** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents: 67604
diff changeset
2513 @kindex C-c a t
eab2494a32d7 *** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents: 67604
diff changeset
2514 @item C-c a t
67344
22aa7225124f (TODO basics): Document the global todo list.
Carsten Dominik <dominik@science.uva.nl>
parents: 67219
diff changeset
2515 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
2516 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
2517 @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
2518 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
2519 @xref{Global TODO list}, for more information.
70164
7ce8d4154af5 Many small fixes.
Carsten Dominik <dominik@science.uva.nl>
parents: 70133
diff changeset
2520 @c @item @code{org-agenda-include-all-todo}
7ce8d4154af5 Many small fixes.
Carsten Dominik <dominik@science.uva.nl>
parents: 70133
diff changeset
2521 @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
2522 @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
2523 @end table
88492f3ccffa *** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents: 61562
diff changeset
2524
71312
e050af4a9e72 (Progress logging): New section.
Carsten Dominik <dominik@science.uva.nl>
parents: 71246
diff changeset
2525
e050af4a9e72 (Progress logging): New section.
Carsten Dominik <dominik@science.uva.nl>
parents: 71246
diff changeset
2526 @node TODO extensions, Priorities, TODO basics, TODO items
61923
88492f3ccffa *** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents: 61562
diff changeset
2527 @section Extended use of TODO keywords
88492f3ccffa *** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents: 61562
diff changeset
2528 @cindex extended TODO keywords
88492f3ccffa *** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents: 61562
diff changeset
2529
69929
beebc22085fe (Link format): New section, emphasis on bracket links.
Carsten Dominik <dominik@science.uva.nl>
parents: 69891
diff changeset
2530 The default implementation of TODO entries is just two states: TODO and
beebc22085fe (Link format): New section, emphasis on bracket links.
Carsten Dominik <dominik@science.uva.nl>
parents: 69891
diff changeset
2531 DONE. You can, however, use the TODO feature for more complicated
beebc22085fe (Link format): New section, emphasis on bracket links.
Carsten Dominik <dominik@science.uva.nl>
parents: 69891
diff changeset
2532 things by configuring the variables @code{org-todo-keywords} and
beebc22085fe (Link format): New section, emphasis on bracket links.
Carsten Dominik <dominik@science.uva.nl>
parents: 69891
diff changeset
2533 @code{org-todo-interpretation}. Using special setup, you can even use
beebc22085fe (Link format): New section, emphasis on bracket links.
Carsten Dominik <dominik@science.uva.nl>
parents: 69891
diff changeset
2534 TODO keywords in different ways in different org files.
beebc22085fe (Link format): New section, emphasis on bracket links.
Carsten Dominik <dominik@science.uva.nl>
parents: 69891
diff changeset
2535
beebc22085fe (Link format): New section, emphasis on bracket links.
Carsten Dominik <dominik@science.uva.nl>
parents: 69891
diff changeset
2536 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
2537 TODO items in particular (@pxref{Tags}).
61923
88492f3ccffa *** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents: 61562
diff changeset
2538
88492f3ccffa *** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents: 61562
diff changeset
2539 @menu
88492f3ccffa *** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents: 61562
diff changeset
2540 * Workflow states:: From TODO to DONE in steps
88492f3ccffa *** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents: 61562
diff changeset
2541 * TODO types:: I do this, Fred the rest
88492f3ccffa *** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents: 61562
diff changeset
2542 * Per file keywords:: Different files, different requirements
88492f3ccffa *** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents: 61562
diff changeset
2543 @end menu
88492f3ccffa *** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents: 61562
diff changeset
2544
88492f3ccffa *** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents: 61562
diff changeset
2545 @node Workflow states, TODO types, TODO extensions, TODO extensions
88492f3ccffa *** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents: 61562
diff changeset
2546 @subsection TODO keywords as workflow states
88492f3ccffa *** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents: 61562
diff changeset
2547 @cindex TODO workflow
88492f3ccffa *** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents: 61562
diff changeset
2548 @cindex workflow states as TODO keywords
88492f3ccffa *** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents: 61562
diff changeset
2549
88492f3ccffa *** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents: 61562
diff changeset
2550 You can use TODO keywords to indicate different states in the process
69929
beebc22085fe (Link format): New section, emphasis on bracket links.
Carsten Dominik <dominik@science.uva.nl>
parents: 69891
diff changeset
2551 of working on an item, for example:
61923
88492f3ccffa *** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents: 61562
diff changeset
2552
88492f3ccffa *** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents: 61562
diff changeset
2553 @lisp
88492f3ccffa *** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents: 61562
diff changeset
2554 (setq org-todo-keywords '("TODO" "FEEDBACK" "VERIFY" "DONE")
88492f3ccffa *** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents: 61562
diff changeset
2555 org-todo-interpretation 'sequence)
88492f3ccffa *** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents: 61562
diff changeset
2556 @end lisp
88492f3ccffa *** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents: 61562
diff changeset
2557
63833
addf44674c32 Version 3.12
Carsten Dominik <dominik@science.uva.nl>
parents: 63672
diff changeset
2558 @cindex completion, of TODO keywords
70867
68e63907ebfb (Plain lists): Added new item navigation commands.
Carsten Dominik <dominik@science.uva.nl>
parents: 70164
diff changeset
2559 Changing these variables only becomes effective in a new Emacs session.
61923
88492f3ccffa *** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents: 61562
diff changeset
2560 With this setup, the command @kbd{C-c C-t} will cycle an entry from
65656
55fcf5165d97 Version 3.16
Carsten Dominik <dominik@science.uva.nl>
parents: 65555
diff changeset
2561 TODO to FEEDBACK, then to VERIFY, and finally to DONE. You may also
61923
88492f3ccffa *** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents: 61562
diff changeset
2562 use a prefix argument to quickly select a specific state. For example
88492f3ccffa *** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents: 61562
diff changeset
2563 @kbd{C-3 C-c C-t} will change the state immediately to VERIFY.
88492f3ccffa *** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents: 61562
diff changeset
2564 If you define many keywords, you can use in-buffer completion (see
76138
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
2565 @ref{Completion}) to insert these words into the buffer. Changing a todo
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
2566 state can be logged with a timestamp, see @ref{Tracking TODO state
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
2567 changes} for more information.
61923
88492f3ccffa *** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents: 61562
diff changeset
2568
88492f3ccffa *** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents: 61562
diff changeset
2569 @node TODO types, Per file keywords, Workflow states, TODO extensions
88492f3ccffa *** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents: 61562
diff changeset
2570 @subsection TODO keywords as types
88492f3ccffa *** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents: 61562
diff changeset
2571 @cindex TODO types
88492f3ccffa *** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents: 61562
diff changeset
2572 @cindex names as TODO keywords
88492f3ccffa *** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents: 61562
diff changeset
2573 @cindex types as TODO keywords
88492f3ccffa *** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents: 61562
diff changeset
2574
88492f3ccffa *** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents: 61562
diff changeset
2575 The second possibility is to use TODO keywords to indicate different
88492f3ccffa *** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents: 61562
diff changeset
2576 types of action items. For example, you might want to indicate that
72399
99e38d5aaf87 (Installation, Activation): Split from Installation and
Carsten Dominik <dominik@science.uva.nl>
parents: 72101
diff changeset
2577 items are for ``work'' or ``home''. If you are into David Allen's
67344
22aa7225124f (TODO basics): Document the global todo list.
Carsten Dominik <dominik@science.uva.nl>
parents: 67219
diff changeset
2578 @emph{Getting Things DONE}, you might want to use todo types
22aa7225124f (TODO basics): Document the global todo list.
Carsten Dominik <dominik@science.uva.nl>
parents: 67219
diff changeset
2579 @samp{NEXTACTION}, @samp{WAITING}, @samp{MAYBE}. Or, when you work
22aa7225124f (TODO basics): Document the global todo list.
Carsten Dominik <dominik@science.uva.nl>
parents: 67219
diff changeset
2580 with several people on a single project, you might want to assign
22aa7225124f (TODO basics): Document the global todo list.
Carsten Dominik <dominik@science.uva.nl>
parents: 67219
diff changeset
2581 action items directly to persons, by using their names as TODO
22aa7225124f (TODO basics): Document the global todo list.
Carsten Dominik <dominik@science.uva.nl>
parents: 67219
diff changeset
2582 keywords. This would be set up like this:
61923
88492f3ccffa *** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents: 61562
diff changeset
2583
88492f3ccffa *** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents: 61562
diff changeset
2584 @lisp
88492f3ccffa *** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents: 61562
diff changeset
2585 (setq org-todo-keywords '("Fred" "Sara" "Lucy" "Mike" "DONE")
88492f3ccffa *** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents: 61562
diff changeset
2586 org-todo-interpretation 'type)
88492f3ccffa *** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents: 61562
diff changeset
2587 @end lisp
88492f3ccffa *** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents: 61562
diff changeset
2588
88492f3ccffa *** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents: 61562
diff changeset
2589 In this case, different keywords do not indicate a sequence, but
88492f3ccffa *** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents: 61562
diff changeset
2590 rather different types. So it is normally not useful to change from
63833
addf44674c32 Version 3.12
Carsten Dominik <dominik@science.uva.nl>
parents: 63672
diff changeset
2591 one type to another. Therefore, in this case the behavior of the
61923
88492f3ccffa *** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents: 61562
diff changeset
2592 command @kbd{C-c C-t} is changed slightly@footnote{This is also true
63833
addf44674c32 Version 3.12
Carsten Dominik <dominik@science.uva.nl>
parents: 63672
diff changeset
2593 for the @kbd{t} command in the timeline and agenda buffers.}. When
61923
88492f3ccffa *** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents: 61562
diff changeset
2594 used several times in succession, it will still cycle through all
67344
22aa7225124f (TODO basics): Document the global todo list.
Carsten Dominik <dominik@science.uva.nl>
parents: 67219
diff changeset
2595 names. But when you return to the item after some time and execute
22aa7225124f (TODO basics): Document the global todo list.
Carsten Dominik <dominik@science.uva.nl>
parents: 67219
diff changeset
2596 @kbd{C-c C-t} again, it will switch from each name directly to DONE.
22aa7225124f (TODO basics): Document the global todo list.
Carsten Dominik <dominik@science.uva.nl>
parents: 67219
diff changeset
2597 Use prefix arguments or completion to quickly select a specific name.
22aa7225124f (TODO basics): Document the global todo list.
Carsten Dominik <dominik@science.uva.nl>
parents: 67219
diff changeset
2598 You can also review the items of a specific TODO type in a sparse tree
22aa7225124f (TODO basics): Document the global todo list.
Carsten Dominik <dominik@science.uva.nl>
parents: 67219
diff changeset
2599 by using a numeric prefix to @kbd{C-c C-v}. For example, to see all
22aa7225124f (TODO basics): Document the global todo list.
Carsten Dominik <dominik@science.uva.nl>
parents: 67219
diff changeset
2600 things Lucy has to do, you would use @kbd{C-3 C-c C-v}. To collect
69929
beebc22085fe (Link format): New section, emphasis on bracket links.
Carsten Dominik <dominik@science.uva.nl>
parents: 69891
diff changeset
2601 Lucy's items from all agenda files into a single buffer, you
67344
22aa7225124f (TODO basics): Document the global todo list.
Carsten Dominik <dominik@science.uva.nl>
parents: 67219
diff changeset
2602 would use the prefix arg as well when creating the global todo list:
22aa7225124f (TODO basics): Document the global todo list.
Carsten Dominik <dominik@science.uva.nl>
parents: 67219
diff changeset
2603 @kbd{C-3 C-c t}.
61923
88492f3ccffa *** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents: 61562
diff changeset
2604
88492f3ccffa *** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents: 61562
diff changeset
2605 @node Per file keywords, , TODO types, TODO extensions
88492f3ccffa *** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents: 61562
diff changeset
2606 @subsection Setting up TODO keywords for individual files
88492f3ccffa *** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents: 61562
diff changeset
2607 @cindex keyword options
88492f3ccffa *** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents: 61562
diff changeset
2608 @cindex per file keywords
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 It can be very useful to use different aspects of the TODO mechanism
88492f3ccffa *** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents: 61562
diff changeset
2611 in different files, which is not possible with the global settings
88492f3ccffa *** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents: 61562
diff changeset
2612 described above. For file-local settings, you need to add special
88492f3ccffa *** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents: 61562
diff changeset
2613 lines to the file which set the keywords and interpretation for that
88492f3ccffa *** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents: 61562
diff changeset
2614 file only. For example, to set one of the two examples discussed
88492f3ccffa *** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents: 61562
diff changeset
2615 above, you need one of the following lines, starting in column zero
88492f3ccffa *** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents: 61562
diff changeset
2616 anywhere in the file:
88492f3ccffa *** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents: 61562
diff changeset
2617
88492f3ccffa *** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents: 61562
diff changeset
2618 @example
88492f3ccffa *** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents: 61562
diff changeset
2619 #+SEQ_TODO: TODO FEEDBACK VERIFY DONE
88492f3ccffa *** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents: 61562
diff changeset
2620 #+TYP_TODO: Fred Sara Lucy Mike DONE
88492f3ccffa *** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents: 61562
diff changeset
2621 @end example
88492f3ccffa *** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents: 61562
diff changeset
2622
76138
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
2623 @cindex completion, of option keywords
61923
88492f3ccffa *** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents: 61562
diff changeset
2624 @kindex M-@key{TAB}
88492f3ccffa *** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents: 61562
diff changeset
2625 @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
2626 @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
2627
88492f3ccffa *** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents: 61562
diff changeset
2628 @cindex DONE, final TODO keyword
88492f3ccffa *** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents: 61562
diff changeset
2629 Remember that the last keyword must always mean that the item is DONE
70867
68e63907ebfb (Plain lists): Added new item navigation commands.
Carsten Dominik <dominik@science.uva.nl>
parents: 70164
diff changeset
2630 (although you may use a different word). Also note that in each file,
61923
88492f3ccffa *** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents: 61562
diff changeset
2631 only one of the two aspects of TODO keywords can be used. After
88492f3ccffa *** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents: 61562
diff changeset
2632 changing one of these lines, use @kbd{C-c C-c} with the cursor still
88492f3ccffa *** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents: 61562
diff changeset
2633 in the line to make the changes known to Org-mode@footnote{Org-mode
88492f3ccffa *** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents: 61562
diff changeset
2634 parses these lines only when Org-mode is activated after visiting a
65656
55fcf5165d97 Version 3.16
Carsten Dominik <dominik@science.uva.nl>
parents: 65555
diff changeset
2635 file. @kbd{C-c C-c} with the cursor in a line starting with @samp{#+}
73874
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
2636 is simply restarting Org-mode for the current buffer.}.
61923
88492f3ccffa *** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents: 61562
diff changeset
2637
88492f3ccffa *** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents: 61562
diff changeset
2638 If you want to use very many keywords, for example when working with a
88492f3ccffa *** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents: 61562
diff changeset
2639 large group of people, you may split the names over several lines:
88492f3ccffa *** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents: 61562
diff changeset
2640
88492f3ccffa *** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents: 61562
diff changeset
2641 @example
88492f3ccffa *** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents: 61562
diff changeset
2642 #+TYP_TODO: Fred Sara Lucy Mike
88492f3ccffa *** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents: 61562
diff changeset
2643 #+TYP_TODO: Luis George Jules Jessica
88492f3ccffa *** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents: 61562
diff changeset
2644 #+TYP_TODO: Kim Arnold Peter
88492f3ccffa *** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents: 61562
diff changeset
2645 #+TYP_TODO: DONE
88492f3ccffa *** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents: 61562
diff changeset
2646 @end example
88492f3ccffa *** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents: 61562
diff changeset
2647
73874
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
2648 @node Priorities, Breaking down tasks, TODO extensions, TODO items
61923
88492f3ccffa *** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents: 61562
diff changeset
2649 @section Priorities
88492f3ccffa *** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents: 61562
diff changeset
2650 @cindex priorities
88492f3ccffa *** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents: 61562
diff changeset
2651
88492f3ccffa *** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents: 61562
diff changeset
2652 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
2653 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
2654 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
2655 headline, like this
88492f3ccffa *** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents: 61562
diff changeset
2656
88492f3ccffa *** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents: 61562
diff changeset
2657 @example
88492f3ccffa *** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents: 61562
diff changeset
2658 *** TODO [#A] Write letter to Sam Fortune
88492f3ccffa *** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents: 61562
diff changeset
2659 @end example
88492f3ccffa *** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents: 61562
diff changeset
2660
88492f3ccffa *** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents: 61562
diff changeset
2661 @noindent
88492f3ccffa *** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents: 61562
diff changeset
2662 With its standard setup, Org-mode supports priorities @samp{A},
88492f3ccffa *** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents: 61562
diff changeset
2663 @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
2664 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
2665 difference only in the agenda (@pxref{Weekly/Daily agenda}).
61923
88492f3ccffa *** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents: 61562
diff changeset
2666
88492f3ccffa *** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents: 61562
diff changeset
2667 @table @kbd
88492f3ccffa *** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents: 61562
diff changeset
2668 @kindex @kbd{C-c ,}
88492f3ccffa *** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents: 61562
diff changeset
2669 @item @kbd{C-c ,}
70867
68e63907ebfb (Plain lists): Added new item navigation commands.
Carsten Dominik <dominik@science.uva.nl>
parents: 70164
diff changeset
2670 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
2671 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
2672 @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
2673 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
2674 agenda buffer with the @kbd{,} command (@pxref{Agenda commands}).
88492f3ccffa *** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents: 61562
diff changeset
2675
88492f3ccffa *** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents: 61562
diff changeset
2676 @kindex S-@key{up}
88492f3ccffa *** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents: 61562
diff changeset
2677 @kindex S-@key{down}
88492f3ccffa *** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents: 61562
diff changeset
2678 @item S-@key{up}
88492f3ccffa *** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents: 61562
diff changeset
2679 @itemx S-@key{down}
70867
68e63907ebfb (Plain lists): Added new item navigation commands.
Carsten Dominik <dominik@science.uva.nl>
parents: 70164
diff changeset
2680 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
2681 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
2682 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
2683 @end table
88492f3ccffa *** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents: 61562
diff changeset
2684
73874
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
2685 @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
2686 @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
2687 @cindex tasks, breaking down
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
2688
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
2689 It is often advisable to break down large tasks into smaller, managable
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
2690 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
2691 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
2692 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
2693 @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
2694 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
2695 (@pxref{Checkboxes}).
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
2696
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
2697
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
2698 @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
2699 @section Checkboxes
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
2700 @cindex checkboxes
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
2701
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
2702 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
2703 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
2704 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
2705 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
2706 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
2707 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
2708 @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
2709
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
2710 @example
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
2711 * 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
2712 - call people [1/3]
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
2713 - [ ] Peter
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
2714 - [X] Sarah
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
2715 - [ ] Sam
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
2716 - [X] order food
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
2717 - [ ] 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
2718 - [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
2719 @end example
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
2720
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
2721 @cindex statistics, for checkboxes
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
2722 @cindex checkbox statistics
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
2723 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
2724 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
2725 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
2726 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
2727 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
2728 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
2729 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
2730 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
2731 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
2732 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
2733 @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
2734
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
2735 @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
2736
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
2737 @table @kbd
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
2738 @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
2739 @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
2740 Toggle checkbox at point.
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
2741 @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
2742 @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
2743 Toggle checkbox at point.
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
2744 @itemize @minus
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
2745 @item
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
2746 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
2747 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
2748 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
2749 argument.
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
2750 @item
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
2751 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
2752 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
2753 @item
74030
7c426fa1fdff Fix typos
Carsten Dominik <dominik@science.uva.nl>
parents: 73967
diff changeset
2754 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
2755 @end itemize
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
2756 @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
2757 @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
2758 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
2759 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
2760 (@pxref{Plain lists}).
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
2761 @kindex C-c #
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
2762 @item C-c #
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
2763 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
2764 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
2765 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
2766 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
2767 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
2768 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
2769 @end table
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
2770
69929
beebc22085fe (Link format): New section, emphasis on bracket links.
Carsten Dominik <dominik@science.uva.nl>
parents: 69891
diff changeset
2771 @node Timestamps, Tags, TODO items, Top
58792
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
2772 @chapter Timestamps
73874
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
2773 @cindex time stamps
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
2774 @cindex date stamps
58792
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
2775
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
2776 Items can be labeled with timestamps to make them useful for project
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
2777 planning.
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
2778
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
2779 @menu
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
2780 * Time stamps:: Assigning a time to a tree entry
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
2781 * Creating timestamps:: Commands which insert timestamps
73874
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
2782 * Custom time format:: If you cannot work with the ISO format
76138
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
2783 * Repeating items:: Deadlines that come back again and again
71312
e050af4a9e72 (Progress logging): New section.
Carsten Dominik <dominik@science.uva.nl>
parents: 71246
diff changeset
2784 * Progress logging:: Documenting when what work was done.
58792
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
2785 @end menu
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
2786
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
2787
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
2788 @node Time stamps, Creating timestamps, Timestamps, Timestamps
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
2789 @section Time stamps, deadlines and scheduling
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
2790 @cindex time stamps
67613
eab2494a32d7 *** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents: 67604
diff changeset
2791 @cindex ranges, time
eab2494a32d7 *** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents: 67604
diff changeset
2792 @cindex date stamps
58792
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
2793 @cindex deadlines
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
2794 @cindex scheduling
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
2795
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
2796 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
2797 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
2798 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
2799 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
2800 can appear anywhere in the headline or body of an org-tree entry. Its
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
2801 presence allows entries to be shown on specific dates in the agenda
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
2802 (@pxref{Weekly/Daily agenda}). We distinguish:
58792
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
2803
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
2804 @table @var
70867
68e63907ebfb (Plain lists): Added new item navigation commands.
Carsten Dominik <dominik@science.uva.nl>
parents: 70164
diff changeset
2805 @item Plain time stamp
58792
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
2806 @cindex timestamp
70133
36d1ec75581c * org.texi: (Time stamps): Better explanation of the purpose of
Carsten Dominik <dominik@science.uva.nl>
parents: 70065
diff changeset
2807 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
2808 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
2809 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
2810 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
2811 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
2812
73874
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
2813 @example
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
2814 * 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
2815 @end example
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
2816
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
2817 @item Inactive time stamp
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
2818 @cindex timestamp, inactive
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
2819 @cindex inactive timestamp
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
2820 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
2821 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
2822 @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
2823
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
2824 @example
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
2825 * 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
2826 @end example
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
2827
70867
68e63907ebfb (Plain lists): Added new item navigation commands.
Carsten Dominik <dominik@science.uva.nl>
parents: 70164
diff changeset
2828 @item Time stamp range
58792
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
2829 @cindex timerange
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
2830 Two time stamps connected by @samp{--} denote a time range. The
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
2831 headline will be shown on the first and last day of the range, and on
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
2832 any dates that are displayed and fall in the range. Here is an
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
2833 example:
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
2834
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
2835 @example
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
2836 ** Meeting in Amsterdam
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
2837 <2004-08-23 Mon>--<2004-08-26 Thu>
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
2838 @end example
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
2839
70867
68e63907ebfb (Plain lists): Added new item navigation commands.
Carsten Dominik <dominik@science.uva.nl>
parents: 70164
diff changeset
2840 @item Time stamp with SCHEDULED keyword
70133
36d1ec75581c * org.texi: (Time stamps): Better explanation of the purpose of
Carsten Dominik <dominik@science.uva.nl>
parents: 70065
diff changeset
2841 @cindex SCHEDULED keyword
36d1ec75581c * org.texi: (Time stamps): Better explanation of the purpose of
Carsten Dominik <dominik@science.uva.nl>
parents: 70065
diff changeset
2842 If a time stamp is preceded by the word @samp{SCHEDULED:}, it means you
36d1ec75581c * org.texi: (Time stamps): Better explanation of the purpose of
Carsten Dominik <dominik@science.uva.nl>
parents: 70065
diff changeset
2843 are planning to start working on that task on the given date. So this is
36d1ec75581c * org.texi: (Time stamps): Better explanation of the purpose of
Carsten Dominik <dominik@science.uva.nl>
parents: 70065
diff changeset
2844 not about recording an event, but about planning your work. The
76138
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
2845 headline will be listed under the given date@footnote{It will still be
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
2846 listed on that date after it has been marked DONE. If you don't like
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
2847 this, set the variable @code{org-agenda-skip-scheduled-if-done}.}. In
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
2848 addition, a reminder that the scheduled date has passed will be present
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
2849 in the compilation for @emph{today}, until the entry is marked DONE.
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
2850 I.e., the task will automatically be forwarded until completed.
70133
36d1ec75581c * org.texi: (Time stamps): Better explanation of the purpose of
Carsten Dominik <dominik@science.uva.nl>
parents: 70065
diff changeset
2851
36d1ec75581c * org.texi: (Time stamps): Better explanation of the purpose of
Carsten Dominik <dominik@science.uva.nl>
parents: 70065
diff changeset
2852 @example
70164
7ce8d4154af5 Many small fixes.
Carsten Dominik <dominik@science.uva.nl>
parents: 70133
diff changeset
2853 *** TODO Call Trillian for a date on New Years Eve.
70133
36d1ec75581c * org.texi: (Time stamps): Better explanation of the purpose of
Carsten Dominik <dominik@science.uva.nl>
parents: 70065
diff changeset
2854 SCHEDULED: <2004-12-25 Sat>
36d1ec75581c * org.texi: (Time stamps): Better explanation of the purpose of
Carsten Dominik <dominik@science.uva.nl>
parents: 70065
diff changeset
2855 @end example
36d1ec75581c * org.texi: (Time stamps): Better explanation of the purpose of
Carsten Dominik <dominik@science.uva.nl>
parents: 70065
diff changeset
2856
70867
68e63907ebfb (Plain lists): Added new item navigation commands.
Carsten Dominik <dominik@science.uva.nl>
parents: 70164
diff changeset
2857 @item Time stamp with DEADLINE keyword
63833
addf44674c32 Version 3.12
Carsten Dominik <dominik@science.uva.nl>
parents: 63672
diff changeset
2858 @cindex DEADLINE keyword
58792
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
2859 If a time stamp is preceded by the word @samp{DEADLINE:}, the task
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
2860 (most likely a TODO item) is supposed to be finished on that date, and
63833
addf44674c32 Version 3.12
Carsten Dominik <dominik@science.uva.nl>
parents: 63672
diff changeset
2861 it will be listed then. In addition, the compilation for @emph{today}
addf44674c32 Version 3.12
Carsten Dominik <dominik@science.uva.nl>
parents: 63672
diff changeset
2862 will carry a warning about the approaching or missed deadline,
addf44674c32 Version 3.12
Carsten Dominik <dominik@science.uva.nl>
parents: 63672
diff changeset
2863 starting @code{org-deadline-warning-days} before the due date, and
addf44674c32 Version 3.12
Carsten Dominik <dominik@science.uva.nl>
parents: 63672
diff changeset
2864 continuing until the entry is marked DONE. An example:
58792
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
2865
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
2866 @example
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
2867 *** TODO write article about the Earth for the Guide
76138
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
2868 The editor in charge is [[bbdb:Ford Prefect]]
58792
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
2869 DEADLINE: <2004-02-29 Sun>
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
2870 @end example
70867
68e63907ebfb (Plain lists): Added new item navigation commands.
Carsten Dominik <dominik@science.uva.nl>
parents: 70164
diff changeset
2871 @item Time stamp with CLOSED keyword
68e63907ebfb (Plain lists): Added new item navigation commands.
Carsten Dominik <dominik@science.uva.nl>
parents: 70164
diff changeset
2872 @cindex CLOSED keyword
68e63907ebfb (Plain lists): Added new item navigation commands.
Carsten Dominik <dominik@science.uva.nl>
parents: 70164
diff changeset
2873 When @code{org-log-done} is non-nil, Org-mode will automatically insert
68e63907ebfb (Plain lists): Added new item navigation commands.
Carsten Dominik <dominik@science.uva.nl>
parents: 70164
diff changeset
2874 a special time stamp each time a TODO entry is marked done
68e63907ebfb (Plain lists): Added new item navigation commands.
Carsten Dominik <dominik@science.uva.nl>
parents: 70164
diff changeset
2875 (@pxref{Progress logging}). This time stamp is enclosed in square
68e63907ebfb (Plain lists): Added new item navigation commands.
Carsten Dominik <dominik@science.uva.nl>
parents: 70164
diff changeset
2876 brackets instead of angular brackets.
71312
e050af4a9e72 (Progress logging): New section.
Carsten Dominik <dominik@science.uva.nl>
parents: 71246
diff changeset
2877
e050af4a9e72 (Progress logging): New section.
Carsten Dominik <dominik@science.uva.nl>
parents: 71246
diff changeset
2878 @item Time range with CLOCK keyword
e050af4a9e72 (Progress logging): New section.
Carsten Dominik <dominik@science.uva.nl>
parents: 71246
diff changeset
2879 @cindex CLOCK keyword
e050af4a9e72 (Progress logging): New section.
Carsten Dominik <dominik@science.uva.nl>
parents: 71246
diff changeset
2880 When using the clock to time the work that is being done on specific
71386
0b2c58e8821c (Publishing links): Document the
Carsten Dominik <dominik@science.uva.nl>
parents: 71312
diff changeset
2881 items, time ranges preceded by the CLOCK keyword are inserted
71312
e050af4a9e72 (Progress logging): New section.
Carsten Dominik <dominik@science.uva.nl>
parents: 71246
diff changeset
2882 automatically into the file. The time stamps are enclosed in square
e050af4a9e72 (Progress logging): New section.
Carsten Dominik <dominik@science.uva.nl>
parents: 71246
diff changeset
2883 brackets instead of angular brackets. @xref{Clocking work time}.
58792
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
2884 @end table
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
2885
73874
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
2886 @node Creating timestamps, Custom time format, Time stamps, Timestamps
58792
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
2887 @section Creating timestamps
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
2888 @cindex creating timestamps
67613
eab2494a32d7 *** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents: 67604
diff changeset
2889 @cindex timestamps, creating
58792
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
2890
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
2891 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
2892 format. All commands listed below produce time stamps in the correct
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
2893 format.
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
2894
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
2895 @table @kbd
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
2896 @kindex C-c .
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
2897 @item C-c .
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
2898 Prompt for a date and insert a corresponding time stamp. When the
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
2899 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
2900 this command is used twice in succession, a time range is inserted.
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
2901
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
2902 @kindex C-u C-c .
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
2903 @item C-u C-c .
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
2904 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
2905 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
2906 see the option @code{org-time-stamp-rounding-minutes}.
58792
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
2907
65656
55fcf5165d97 Version 3.16
Carsten Dominik <dominik@science.uva.nl>
parents: 65555
diff changeset
2908 @kindex C-c !
55fcf5165d97 Version 3.16
Carsten Dominik <dominik@science.uva.nl>
parents: 65555
diff changeset
2909 @item C-c !
55fcf5165d97 Version 3.16
Carsten Dominik <dominik@science.uva.nl>
parents: 65555
diff changeset
2910 Like @kbd{C-c .}, but insert an inactive time stamp not triggering the
69929
beebc22085fe (Link format): New section, emphasis on bracket links.
Carsten Dominik <dominik@science.uva.nl>
parents: 69891
diff changeset
2911 agenda.
65656
55fcf5165d97 Version 3.16
Carsten Dominik <dominik@science.uva.nl>
parents: 65555
diff changeset
2912
58792
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
2913 @kindex C-c <
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
2914 @item C-c <
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
2915 Insert a time stamp corresponding to the cursor date in the Calendar.
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
2916
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
2917 @kindex C-c >
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
2918 @item C-c >
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
2919 Access the Emacs calendar for the current date. If there is a
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
2920 timestamp in the current line, goto the corresponding date
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
2921 instead.
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
2922
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
2923 @kindex C-c C-o
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
2924 @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
2925 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
2926 point (@pxref{Weekly/Daily agenda}).
58792
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
2927
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
2928 @kindex C-c C-d
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
2929 @item C-c C-d
70867
68e63907ebfb (Plain lists): Added new item navigation commands.
Carsten Dominik <dominik@science.uva.nl>
parents: 70164
diff changeset
2930 Insert @samp{DEADLINE} keyword along with a stamp. The insertion will
68e63907ebfb (Plain lists): Added new item navigation commands.
Carsten Dominik <dominik@science.uva.nl>
parents: 70164
diff changeset
2931 happen in the line directly following the headline.
68e63907ebfb (Plain lists): Added new item navigation commands.
Carsten Dominik <dominik@science.uva.nl>
parents: 70164
diff changeset
2932 @c FIXME Any CLOSED timestamp will be removed.????????
68e63907ebfb (Plain lists): Added new item navigation commands.
Carsten Dominik <dominik@science.uva.nl>
parents: 70164
diff changeset
2933
58792
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
2934 @kindex C-c C-w
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
2935 @cindex sparse tree, for deadlines
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
2936 @item C-c C-w
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
2937 Create a sparse tree with all deadlines that are either past-due, or
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
2938 which will become due within @code{org-deadline-warning-days}.
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
2939 With @kbd{C-u} prefix, show all deadlines in the file. With a numeric
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
2940 prefix, check that many days. For example, @kbd{C-1 C-c C-w} shows
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
2941 all deadlines due tomorrow.
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
2942
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
2943 @kindex C-c C-s
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
2944 @item C-c C-s
70867
68e63907ebfb (Plain lists): Added new item navigation commands.
Carsten Dominik <dominik@science.uva.nl>
parents: 70164
diff changeset
2945 Insert @samp{SCHEDULED} keyword along with a stamp. The insertion will
68e63907ebfb (Plain lists): Added new item navigation commands.
Carsten Dominik <dominik@science.uva.nl>
parents: 70164
diff changeset
2946 happen in the line directly following the headline. Any CLOSED
68e63907ebfb (Plain lists): Added new item navigation commands.
Carsten Dominik <dominik@science.uva.nl>
parents: 70164
diff changeset
2947 timestamp will be removed.
58792
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
2948
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
2949 @kindex S-@key{left}
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
2950 @kindex S-@key{right}
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
2951 @item S-@key{left}
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
2952 @itemx S-@key{right}
63362
8a4e1b582425 Version 3.11
Carsten Dominik <dominik@science.uva.nl>
parents: 62713
diff changeset
2953 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
2954 CUA-mode (@pxref{Conflicts}).
58792
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
2955
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
2956 @kindex S-@key{up}
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
2957 @kindex S-@key{down}
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
2958 @item S-@key{up}
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
2959 @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
2960 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
2961 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
2962 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
2963 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
2964 CUA-mode (@pxref{Conflicts}).
63362
8a4e1b582425 Version 3.11
Carsten Dominik <dominik@science.uva.nl>
parents: 62713
diff changeset
2965
58792
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
2966
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
2967 @kindex C-c C-y
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
2968 @cindex evaluate time range
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
2969 @item C-c C-y
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
2970 Evaluate a time range by computing the difference between start and
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
2971 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
2972 into the following column).
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
2973 @end table
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
2974
73874
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
2975
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
2976 @menu
74030
7c426fa1fdff Fix typos
Carsten Dominik <dominik@science.uva.nl>
parents: 73967
diff changeset
2977 * The date/time prompt:: How org-mode helps you entering date and time
73874
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
2978 @end menu
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
2979
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
2980 @node The date/time prompt, , Creating timestamps, Creating timestamps
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
2981 @subsection The date/time prompt
58792
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
2982 @cindex date, reading in minibuffer
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
2983 @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
2984
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
2985 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
2986 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
2987 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
2988 (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
2989 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
2990 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
2991
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
2992 @example
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
2993 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
2994 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
2995 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
2996 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
2997 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
2998 12 --> currentyear-currentmonth-12
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
2999 Fri --> nearest Friday (today or later)
76138
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
3000 +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
3001 @end example
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
3002
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
3003 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
3004 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
3005 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
3006
58792
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
3007 @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
3008 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
3009 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
3010 @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
3011 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
3012 @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
3013 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
3014 from the minibuffer:
58792
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
3015
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
3016 @table @kbd
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
3017 @kindex <
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
3018 @item <
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
3019 Scroll calendar backwards by one month.
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
3020 @kindex >
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
3021 @item >
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
3022 Scroll calendar forwards by one month.
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
3023 @kindex mouse-1
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
3024 @item mouse-1
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
3025 Select date by clicking on it.
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
3026 @kindex S-@key{right}
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
3027 @item S-@key{right}
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
3028 One day forward.
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
3029 @kindex S-@key{left}
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
3030 @item S-@key{left}
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
3031 One day back.
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
3032 @kindex S-@key{down}
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
3033 @item S-@key{down}
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
3034 One week forward.
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
3035 @kindex S-@key{up}
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
3036 @item S-@key{up}
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
3037 One week back.
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
3038 @kindex M-S-@key{right}
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
3039 @item M-S-@key{right}
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
3040 One month forward.
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
3041 @kindex M-S-@key{left}
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
3042 @item M-S-@key{left}
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
3043 One month back.
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
3044 @kindex @key{RET}
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
3045 @item @key{RET}
73874
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
3046 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
3047 @end table
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
3048
76138
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
3049 @node Custom time format, Repeating items, Creating timestamps, Timestamps
73874
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
3050 @section Custom time format
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
3051 @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
3052 @cindex time format, custom
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
3053 @cindex date format, custom
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
3054
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
3055 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
3056 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
3057 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
3058 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
3059 @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
3060
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
3061 @table @kbd
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
3062 @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
3063 @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
3064 Toggle the display of custom formats for dates and times.
58792
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
3065 @end table
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
3066
73874
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
3067 @noindent
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
3068 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
3069 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
3070 @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
3071 following consequences:
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
3072 @itemize @bullet
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
3073 @item
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
3074 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
3075 after.
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
3076 @item
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
3077 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
3078 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
3079 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
3080 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
3081 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
3082 @item
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
3083 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
3084 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
3085 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
3086 @item
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
3087 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
3088 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
3089 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
3090 @end itemize
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
3091
76138
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
3092 @node Repeating items, Progress logging, Custom time format, Timestamps
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
3093 @section Repeating items
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
3094 @cindex TODO items, repeating
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
3095 @cindex deadlines, repeating
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
3096 @cindex scheduling, repeating
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
3097
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
3098 Org-mode integrates with the Emacs calendar and diary to display cyclic
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
3099 appointments, anniversaries and other special entries in the agenda
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
3100 (@pxref{Weekly/Daily agenda}). However, it can be useful to have
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
3101 certain deadlines and scheduling items to auto-repeat. The advantage of
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
3102 a deadline or scheduled item is that the they produce warnings ahead of
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
3103 time and automatically forward themselves in the agenda until they are
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
3104 done. The abstract difference is therefore between cyclic
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
3105 @i{appointments} and cyclic @i{action items}. For appointments you
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
3106 should use the diary, for actions you can uses an org-mode deadline or
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
3107 scheduling time stamp together with a REPEAT cookie. For example:
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
3108
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
3109 @example
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
3110 * TODO Replace batteries in smoke detector REPEAT(+18m)
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
3111 SCHEDULED: <2007-01-01 Mon>
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
3112
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
3113 * TODO Get dentist appointment REPEAT(+6m)
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
3114 SCHEDULED: <2006-12-19 Tue>
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
3115
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
3116 * TODO Tax report to IRS REPEAT(+1y)
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
3117 DEADLINE: <2007-04-01 Sun>
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
3118 @end example
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
3119
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
3120 Each time you try to mark one of these entries DONE using @kbd{C-c C-t},
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
3121 they will automatically switch back to the state TODO, and the
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
3122 deadline/scheduling will be shifted accordingly. The time units
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
3123 recognized by org-mode are year (y), month (m), week (w), and day (d).
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
3124 Org-mode will also prompt you for a note and record the fact that you
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
3125 have closed this item in a note under the headline.
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
3126
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
3127 One unusual property of these repeating items is that only one instance
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
3128 of each exist at any given time. So if you look back or ahead in the
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
3129 agenda, you will not find past and future instances, only the current
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
3130 one will show up. Use a cyclic diary entry if you need all past and
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
3131 future instances to be visible in the agenda.
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
3132
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
3133 @node Progress logging, , Repeating items, Timestamps
71312
e050af4a9e72 (Progress logging): New section.
Carsten Dominik <dominik@science.uva.nl>
parents: 71246
diff changeset
3134 @section Progress Logging
e050af4a9e72 (Progress logging): New section.
Carsten Dominik <dominik@science.uva.nl>
parents: 71246
diff changeset
3135 @cindex progress logging
e050af4a9e72 (Progress logging): New section.
Carsten Dominik <dominik@science.uva.nl>
parents: 71246
diff changeset
3136 @cindex logging, of progress
e050af4a9e72 (Progress logging): New section.
Carsten Dominik <dominik@science.uva.nl>
parents: 71246
diff changeset
3137
e050af4a9e72 (Progress logging): New section.
Carsten Dominik <dominik@science.uva.nl>
parents: 71246
diff changeset
3138 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
3139 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
3140 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
3141 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
3142 on an aspect of a project.
71312
e050af4a9e72 (Progress logging): New section.
Carsten Dominik <dominik@science.uva.nl>
parents: 71246
diff changeset
3143
e050af4a9e72 (Progress logging): New section.
Carsten Dominik <dominik@science.uva.nl>
parents: 71246
diff changeset
3144 @menu
71386
0b2c58e8821c (Publishing links): Document the
Carsten Dominik <dominik@science.uva.nl>
parents: 71312
diff changeset
3145 * 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
3146 * 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
3147 * 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
3148 @end menu
e050af4a9e72 (Progress logging): New section.
Carsten Dominik <dominik@science.uva.nl>
parents: 71246
diff changeset
3149
76138
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
3150 @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
3151 @subsection Closing items
e050af4a9e72 (Progress logging): New section.
Carsten Dominik <dominik@science.uva.nl>
parents: 71246
diff changeset
3152
e050af4a9e72 (Progress logging): New section.
Carsten Dominik <dominik@science.uva.nl>
parents: 71246
diff changeset
3153 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
3154 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
3155 setting is: @code{#+STARTUP: logdone}}
71312
e050af4a9e72 (Progress logging): New section.
Carsten Dominik <dominik@science.uva.nl>
parents: 71246
diff changeset
3156
e050af4a9e72 (Progress logging): New section.
Carsten Dominik <dominik@science.uva.nl>
parents: 71246
diff changeset
3157 @lisp
e050af4a9e72 (Progress logging): New section.
Carsten Dominik <dominik@science.uva.nl>
parents: 71246
diff changeset
3158 (setq org-log-done t)
e050af4a9e72 (Progress logging): New section.
Carsten Dominik <dominik@science.uva.nl>
parents: 71246
diff changeset
3159 @end lisp
e050af4a9e72 (Progress logging): New section.
Carsten Dominik <dominik@science.uva.nl>
parents: 71246
diff changeset
3160
e050af4a9e72 (Progress logging): New section.
Carsten Dominik <dominik@science.uva.nl>
parents: 71246
diff changeset
3161 @noindent
e050af4a9e72 (Progress logging): New section.
Carsten Dominik <dominik@science.uva.nl>
parents: 71246
diff changeset
3162 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
3163 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
3164 @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
3165 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
3166 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
3167 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
3168 @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
3169 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
3170 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
3171 setting is: @code{#+STARTUP: lognotedone}}
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
3172
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
3173 @lisp
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
3174 (setq org-log-done '(done))
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
3175 @end lisp
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
3176
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
3177 @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
3178 @subsection Tracking TODO state changes
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
3179
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
3180 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
3181 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
3182 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
3183 setting
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
3184
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
3185 @lisp
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
3186 (setq org-log-done '(state))
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
3187 @end lisp
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
3188
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
3189 @noindent
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
3190 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
3191 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
3192 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
3193 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
3194 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
3195
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
3196 @example
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
3197 #+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
3198 #+STARTUP: lognotestate
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
3199 @end example
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
3200
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
3201 @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
3202 @subsection Clocking work time
e050af4a9e72 (Progress logging): New section.
Carsten Dominik <dominik@science.uva.nl>
parents: 71246
diff changeset
3203
e050af4a9e72 (Progress logging): New section.
Carsten Dominik <dominik@science.uva.nl>
parents: 71246
diff changeset
3204 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
3205 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
3206 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
3207 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
3208 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
3209
e050af4a9e72 (Progress logging): New section.
Carsten Dominik <dominik@science.uva.nl>
parents: 71246
diff changeset
3210 @table @kbd
e050af4a9e72 (Progress logging): New section.
Carsten Dominik <dominik@science.uva.nl>
parents: 71246
diff changeset
3211 @kindex C-c C-x C-i
e050af4a9e72 (Progress logging): New section.
Carsten Dominik <dominik@science.uva.nl>
parents: 71246
diff changeset
3212 @item C-c C-x C-i
e050af4a9e72 (Progress logging): New section.
Carsten Dominik <dominik@science.uva.nl>
parents: 71246
diff changeset
3213 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
3214 keyword together with a timestamp.
e050af4a9e72 (Progress logging): New section.
Carsten Dominik <dominik@science.uva.nl>
parents: 71246
diff changeset
3215 @kindex C-c C-x C-o
e050af4a9e72 (Progress logging): New section.
Carsten Dominik <dominik@science.uva.nl>
parents: 71246
diff changeset
3216 @item C-c C-x C-o
e050af4a9e72 (Progress logging): New section.
Carsten Dominik <dominik@science.uva.nl>
parents: 71246
diff changeset
3217 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
3218 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
3219 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
3220 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
3221 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
3222 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
3223 lognoteclock-out}}.
72399
99e38d5aaf87 (Installation, Activation): Split from Installation and
Carsten Dominik <dominik@science.uva.nl>
parents: 72101
diff changeset
3224 @kindex C-c C-y
99e38d5aaf87 (Installation, Activation): Split from Installation and
Carsten Dominik <dominik@science.uva.nl>
parents: 72101
diff changeset
3225 @item C-c C-y
99e38d5aaf87 (Installation, Activation): Split from Installation and
Carsten Dominik <dominik@science.uva.nl>
parents: 72101
diff changeset
3226 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
3227 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
3228 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
3229 @kindex C-c C-t
e050af4a9e72 (Progress logging): New section.
Carsten Dominik <dominik@science.uva.nl>
parents: 71246
diff changeset
3230 @item C-c C-t
e050af4a9e72 (Progress logging): New section.
Carsten Dominik <dominik@science.uva.nl>
parents: 71246
diff changeset
3231 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
3232 if it is running in this same item.
e050af4a9e72 (Progress logging): New section.
Carsten Dominik <dominik@science.uva.nl>
parents: 71246
diff changeset
3233 @kindex C-c C-x C-x
e050af4a9e72 (Progress logging): New section.
Carsten Dominik <dominik@science.uva.nl>
parents: 71246
diff changeset
3234 @item C-c C-x C-x
e050af4a9e72 (Progress logging): New section.
Carsten Dominik <dominik@science.uva.nl>
parents: 71246
diff changeset
3235 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
3236 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
3237 @kindex C-c C-x C-d
e050af4a9e72 (Progress logging): New section.
Carsten Dominik <dominik@science.uva.nl>
parents: 71246
diff changeset
3238 @item C-c C-x C-d
e050af4a9e72 (Progress logging): New section.
Carsten Dominik <dominik@science.uva.nl>
parents: 71246
diff changeset
3239 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
3240 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
3241 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
3242 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
3243 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
3244 @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
3245 @kindex C-c C-x C-r
0b2c58e8821c (Publishing links): Document the
Carsten Dominik <dominik@science.uva.nl>
parents: 71312
diff changeset
3246 @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
3247 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
3248 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
3249 @example
0b2c58e8821c (Publishing links): Document the
Carsten Dominik <dominik@science.uva.nl>
parents: 71312
diff changeset
3250 #+BEGIN: clocktable :maxlevel 2 :emphasize nil
0b2c58e8821c (Publishing links): Document the
Carsten Dominik <dominik@science.uva.nl>
parents: 71312
diff changeset
3251
0b2c58e8821c (Publishing links): Document the
Carsten Dominik <dominik@science.uva.nl>
parents: 71312
diff changeset
3252 #+END: clocktable
0b2c58e8821c (Publishing links): Document the
Carsten Dominik <dominik@science.uva.nl>
parents: 71312
diff changeset
3253 @end example
0b2c58e8821c (Publishing links): Document the
Carsten Dominik <dominik@science.uva.nl>
parents: 71312
diff changeset
3254 @noindent
0b2c58e8821c (Publishing links): Document the
Carsten Dominik <dominik@science.uva.nl>
parents: 71312
diff changeset
3255 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
3256 table. The @samp{BEGIN} line can specify options:
0b2c58e8821c (Publishing links): Document the
Carsten Dominik <dominik@science.uva.nl>
parents: 71312
diff changeset
3257 @example
0b2c58e8821c (Publishing links): Document the
Carsten Dominik <dominik@science.uva.nl>
parents: 71312
diff changeset
3258 :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
3259 :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
3260 :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
3261 @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
3262 @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
3263 @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
3264 :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
3265 :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
3266 @end example
72399
99e38d5aaf87 (Installation, Activation): Split from Installation and
Carsten Dominik <dominik@science.uva.nl>
parents: 72101
diff changeset
3267 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
3268 @example
99e38d5aaf87 (Installation, Activation): Split from Installation and
Carsten Dominik <dominik@science.uva.nl>
parents: 72101
diff changeset
3269 #+BEGIN: clocktable :maxlevel 2 :block today
99e38d5aaf87 (Installation, Activation): Split from Installation and
Carsten Dominik <dominik@science.uva.nl>
parents: 72101
diff changeset
3270
99e38d5aaf87 (Installation, Activation): Split from Installation and
Carsten Dominik <dominik@science.uva.nl>
parents: 72101
diff changeset
3271 #+END: clocktable
99e38d5aaf87 (Installation, Activation): Split from Installation and
Carsten Dominik <dominik@science.uva.nl>
parents: 72101
diff changeset
3272 @end example
99e38d5aaf87 (Installation, Activation): Split from Installation and
Carsten Dominik <dominik@science.uva.nl>
parents: 72101
diff changeset
3273 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
3274 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
3275 only to fit it onto the manual.}
99e38d5aaf87 (Installation, Activation): Split from Installation and
Carsten Dominik <dominik@science.uva.nl>
parents: 72101
diff changeset
3276 @example
99e38d5aaf87 (Installation, Activation): Split from Installation and
Carsten Dominik <dominik@science.uva.nl>
parents: 72101
diff changeset
3277 #+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
3278 :tend "<2006-08-10 Thu 12:00>"
99e38d5aaf87 (Installation, Activation): Split from Installation and
Carsten Dominik <dominik@science.uva.nl>
parents: 72101
diff changeset
3279
99e38d5aaf87 (Installation, Activation): Split from Installation and
Carsten Dominik <dominik@science.uva.nl>
parents: 72101
diff changeset
3280 #+END: clocktable
99e38d5aaf87 (Installation, Activation): Split from Installation and
Carsten Dominik <dominik@science.uva.nl>
parents: 72101
diff changeset
3281 @end example
99e38d5aaf87 (Installation, Activation): Split from Installation and
Carsten Dominik <dominik@science.uva.nl>
parents: 72101
diff changeset
3282 @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
3283 @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
3284 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
3285 you have several clocktable blocks in a buffer.
71312
e050af4a9e72 (Progress logging): New section.
Carsten Dominik <dominik@science.uva.nl>
parents: 71246
diff changeset
3286 @end table
e050af4a9e72 (Progress logging): New section.
Carsten Dominik <dominik@science.uva.nl>
parents: 71246
diff changeset
3287
e050af4a9e72 (Progress logging): New section.
Carsten Dominik <dominik@science.uva.nl>
parents: 71246
diff changeset
3288 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
3289 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
3290 worked on or closed during a day.
e050af4a9e72 (Progress logging): New section.
Carsten Dominik <dominik@science.uva.nl>
parents: 71246
diff changeset
3291
70133
36d1ec75581c * org.texi: (Time stamps): Better explanation of the purpose of
Carsten Dominik <dominik@science.uva.nl>
parents: 70065
diff changeset
3292 @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
3293 @chapter Tags
beebc22085fe (Link format): New section, emphasis on bracket links.
Carsten Dominik <dominik@science.uva.nl>
parents: 69891
diff changeset
3294 @cindex tags
beebc22085fe (Link format): New section, emphasis on bracket links.
Carsten Dominik <dominik@science.uva.nl>
parents: 69891
diff changeset
3295 @cindex headline tagging
beebc22085fe (Link format): New section, emphasis on bracket links.
Carsten Dominik <dominik@science.uva.nl>
parents: 69891
diff changeset
3296 @cindex matching, tags
beebc22085fe (Link format): New section, emphasis on bracket links.
Carsten Dominik <dominik@science.uva.nl>
parents: 69891
diff changeset
3297 @cindex sparse tree, tag based
beebc22085fe (Link format): New section, emphasis on bracket links.
Carsten Dominik <dominik@science.uva.nl>
parents: 69891
diff changeset
3298
70867
68e63907ebfb (Plain lists): Added new item navigation commands.
Carsten Dominik <dominik@science.uva.nl>
parents: 70164
diff changeset
3299 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
3300 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
3301 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
3302
beebc22085fe (Link format): New section, emphasis on bracket links.
Carsten Dominik <dominik@science.uva.nl>
parents: 69891
diff changeset
3303 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
3304 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
3305 @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
3306 @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
3307
beebc22085fe (Link format): New section, emphasis on bracket links.
Carsten Dominik <dominik@science.uva.nl>
parents: 69891
diff changeset
3308 @menu
beebc22085fe (Link format): New section, emphasis on bracket links.
Carsten Dominik <dominik@science.uva.nl>
parents: 69891
diff changeset
3309 * 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
3310 * 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
3311 * 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
3312 @end menu
beebc22085fe (Link format): New section, emphasis on bracket links.
Carsten Dominik <dominik@science.uva.nl>
parents: 69891
diff changeset
3313
beebc22085fe (Link format): New section, emphasis on bracket links.
Carsten Dominik <dominik@science.uva.nl>
parents: 69891
diff changeset
3314 @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
3315 @section Tag inheritance
beebc22085fe (Link format): New section, emphasis on bracket links.
Carsten Dominik <dominik@science.uva.nl>
parents: 69891
diff changeset
3316 @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
3317 @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
3318
beebc22085fe (Link format): New section, emphasis on bracket links.
Carsten Dominik <dominik@science.uva.nl>
parents: 69891
diff changeset
3319 @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
3320 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
3321 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
3322
beebc22085fe (Link format): New section, emphasis on bracket links.
Carsten Dominik <dominik@science.uva.nl>
parents: 69891
diff changeset
3323 @example
beebc22085fe (Link format): New section, emphasis on bracket links.
Carsten Dominik <dominik@science.uva.nl>
parents: 69891
diff changeset
3324 * 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
3325 ** Summary by Frank :BOSS:NOTES:
beebc22085fe (Link format): New section, emphasis on bracket links.
Carsten Dominik <dominik@science.uva.nl>
parents: 69891
diff changeset
3326 *** 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
3327 @end example
beebc22085fe (Link format): New section, emphasis on bracket links.
Carsten Dominik <dominik@science.uva.nl>
parents: 69891
diff changeset
3328
beebc22085fe (Link format): New section, emphasis on bracket links.
Carsten Dominik <dominik@science.uva.nl>
parents: 69891
diff changeset
3329 @noindent
beebc22085fe (Link format): New section, emphasis on bracket links.
Carsten Dominik <dominik@science.uva.nl>
parents: 69891
diff changeset
3330 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
3331 @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
3332 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
3333 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
3334 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
3335 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
3336 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
3337 @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
3338
beebc22085fe (Link format): New section, emphasis on bracket links.
Carsten Dominik <dominik@science.uva.nl>
parents: 69891
diff changeset
3339 @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
3340 @section Setting tags
beebc22085fe (Link format): New section, emphasis on bracket links.
Carsten Dominik <dominik@science.uva.nl>
parents: 69891
diff changeset
3341 @cindex setting tags
73874
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
3342 @cindex tags, setting
69929
beebc22085fe (Link format): New section, emphasis on bracket links.
Carsten Dominik <dominik@science.uva.nl>
parents: 69891
diff changeset
3343
beebc22085fe (Link format): New section, emphasis on bracket links.
Carsten Dominik <dominik@science.uva.nl>
parents: 69891
diff changeset
3344 @kindex M-@key{TAB}
70867
68e63907ebfb (Plain lists): Added new item navigation commands.
Carsten Dominik <dominik@science.uva.nl>
parents: 70164
diff changeset
3345 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
3346 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
3347 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
3348
beebc22085fe (Link format): New section, emphasis on bracket links.
Carsten Dominik <dominik@science.uva.nl>
parents: 69891
diff changeset
3349 @table @kbd
beebc22085fe (Link format): New section, emphasis on bracket links.
Carsten Dominik <dominik@science.uva.nl>
parents: 69891
diff changeset
3350 @kindex C-c C-c
beebc22085fe (Link format): New section, emphasis on bracket links.
Carsten Dominik <dominik@science.uva.nl>
parents: 69891
diff changeset
3351 @item C-c C-c
beebc22085fe (Link format): New section, emphasis on bracket links.
Carsten Dominik <dominik@science.uva.nl>
parents: 69891
diff changeset
3352 @cindex completion, of tags
70867
68e63907ebfb (Plain lists): Added new item navigation commands.
Carsten Dominik <dominik@science.uva.nl>
parents: 70164
diff changeset
3353 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
3354 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
3355 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
3356 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
3357 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
3358 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
3359 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
3360 @end table
beebc22085fe (Link format): New section, emphasis on bracket links.
Carsten Dominik <dominik@science.uva.nl>
parents: 69891
diff changeset
3361
70867
68e63907ebfb (Plain lists): Added new item navigation commands.
Carsten Dominik <dominik@science.uva.nl>
parents: 70164
diff changeset
3362 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
3363 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
3364 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
3365 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
3366 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
3367
68e63907ebfb (Plain lists): Added new item navigation commands.
Carsten Dominik <dominik@science.uva.nl>
parents: 70164
diff changeset
3368 @example
68e63907ebfb (Plain lists): Added new item navigation commands.
Carsten Dominik <dominik@science.uva.nl>
parents: 70164
diff changeset
3369 #+TAGS: @@WORK @@HOME @@TENNISCLUB
68e63907ebfb (Plain lists): Added new item navigation commands.
Carsten Dominik <dominik@science.uva.nl>
parents: 70164
diff changeset
3370 #+TAGS: Laptop Car PC Sailboat
68e63907ebfb (Plain lists): Added new item navigation commands.
Carsten Dominik <dominik@science.uva.nl>
parents: 70164
diff changeset
3371 @end example
68e63907ebfb (Plain lists): Added new item navigation commands.
Carsten Dominik <dominik@science.uva.nl>
parents: 70164
diff changeset
3372
73874
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
3373 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
3374 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
3375 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
3376
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
3377 @example
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
3378 #+TAGS:
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
3379 @end example
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
3380
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
3381 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
3382 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
3383 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
3384 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
3385 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
3386
68e63907ebfb (Plain lists): Added new item navigation commands.
Carsten Dominik <dominik@science.uva.nl>
parents: 70164
diff changeset
3387 @lisp
68e63907ebfb (Plain lists): Added new item navigation commands.
Carsten Dominik <dominik@science.uva.nl>
parents: 70164
diff changeset
3388 (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
3389 @end lisp
68e63907ebfb (Plain lists): Added new item navigation commands.
Carsten Dominik <dominik@science.uva.nl>
parents: 70164
diff changeset
3390
68e63907ebfb (Plain lists): Added new item navigation commands.
Carsten Dominik <dominik@science.uva.nl>
parents: 70164
diff changeset
3391 @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
3392
68e63907ebfb (Plain lists): Added new item navigation commands.
Carsten Dominik <dominik@science.uva.nl>
parents: 70164
diff changeset
3393 @example
71246
f32b17d18b4b (ASCII export): Document indentation adaptation.
Carsten Dominik <dominik@science.uva.nl>
parents: 71224
diff changeset
3394 #+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
3395 @end example
68e63907ebfb (Plain lists): Added new item navigation commands.
Carsten Dominik <dominik@science.uva.nl>
parents: 70164
diff changeset
3396
71246
f32b17d18b4b (ASCII export): Document indentation adaptation.
Carsten Dominik <dominik@science.uva.nl>
parents: 71224
diff changeset
3397 @noindent
f32b17d18b4b (ASCII export): Document indentation adaptation.
Carsten Dominik <dominik@science.uva.nl>
parents: 71224
diff changeset
3398 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
3399 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
3400 @code{'(:startgroup)} and @code{'(:endgroup)}, respectively. Several
f32b17d18b4b (ASCII export): Document indentation adaptation.
Carsten Dominik <dominik@science.uva.nl>
parents: 71224
diff changeset
3401 groups are allowed.}
f32b17d18b4b (ASCII export): Document indentation adaptation.
Carsten Dominik <dominik@science.uva.nl>
parents: 71224
diff changeset
3402
f32b17d18b4b (ASCII export): Document indentation adaptation.
Carsten Dominik <dominik@science.uva.nl>
parents: 71224
diff changeset
3403 @example
f32b17d18b4b (ASCII export): Document indentation adaptation.
Carsten Dominik <dominik@science.uva.nl>
parents: 71224
diff changeset
3404 #+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
3405 @end example
f32b17d18b4b (ASCII export): Document indentation adaptation.
Carsten Dominik <dominik@science.uva.nl>
parents: 71224
diff changeset
3406
f32b17d18b4b (ASCII export): Document indentation adaptation.
Carsten Dominik <dominik@science.uva.nl>
parents: 71224
diff changeset
3407 @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
3408 and @samp{@@TENNISCLUB} should be selected.
71246
f32b17d18b4b (ASCII export): Document indentation adaptation.
Carsten Dominik <dominik@science.uva.nl>
parents: 71224
diff changeset
3409
70867
68e63907ebfb (Plain lists): Added new item navigation commands.
Carsten Dominik <dominik@science.uva.nl>
parents: 70164
diff changeset
3410 @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
3411 these lines to activate any changes.
68e63907ebfb (Plain lists): Added new item navigation commands.
Carsten Dominik <dominik@science.uva.nl>
parents: 70164
diff changeset
3412
71246
f32b17d18b4b (ASCII export): Document indentation adaptation.
Carsten Dominik <dominik@science.uva.nl>
parents: 71224
diff changeset
3413 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
3414 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
3415 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
3416 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
3417 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
3418 the following keys:
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
3419
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
3420 @table @kbd
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
3421 @item a-z...
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
3422 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
3423 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
3424 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
3425 @kindex @key{TAB}
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
3426 @item @key{TAB}
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
3427 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
3428 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
3429 @kindex @key{SPC}
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
3430 @item @key{SPC}
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
3431 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
3432 @kindex @key{RET}
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
3433 @item @key{RET}
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
3434 Accept the modified set.
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
3435 @item C-g
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
3436 Abort without installing changes.
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
3437 @item q
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
3438 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
3439 @item !
74030
7c426fa1fdff Fix typos
Carsten Dominik <dominik@science.uva.nl>
parents: 73967
diff changeset
3440 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
3441 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
3442 @item C-c
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
3443 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
3444 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
3445 selection window.
73874
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
3446 @end table
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
3447
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
3448 @noindent
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
3449 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
3450 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
3451 @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
3452 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
3453 @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
3454 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
3455 @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
3456 @key{RET} @key{RET}}.
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
3457
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
3458 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
3459 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
3460 @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
3461 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
3462 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
3463 @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
3464 (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
3465 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
3466 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
3467 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
3468
69929
beebc22085fe (Link format): New section, emphasis on bracket links.
Carsten Dominik <dominik@science.uva.nl>
parents: 69891
diff changeset
3469 @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
3470 @section Tag searches
beebc22085fe (Link format): New section, emphasis on bracket links.
Carsten Dominik <dominik@science.uva.nl>
parents: 69891
diff changeset
3471 @cindex tag searches
73874
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
3472 @cindex searching for tags
69929
beebc22085fe (Link format): New section, emphasis on bracket links.
Carsten Dominik <dominik@science.uva.nl>
parents: 69891
diff changeset
3473
beebc22085fe (Link format): New section, emphasis on bracket links.
Carsten Dominik <dominik@science.uva.nl>
parents: 69891
diff changeset
3474 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
3475 information into special lists.
beebc22085fe (Link format): New section, emphasis on bracket links.
Carsten Dominik <dominik@science.uva.nl>
parents: 69891
diff changeset
3476
beebc22085fe (Link format): New section, emphasis on bracket links.
Carsten Dominik <dominik@science.uva.nl>
parents: 69891
diff changeset
3477 @table @kbd
beebc22085fe (Link format): New section, emphasis on bracket links.
Carsten Dominik <dominik@science.uva.nl>
parents: 69891
diff changeset
3478 @kindex C-c \
beebc22085fe (Link format): New section, emphasis on bracket links.
Carsten Dominik <dominik@science.uva.nl>
parents: 69891
diff changeset
3479 @item C-c \
76138
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
3480 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
3481 @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
3482 @kindex C-c a m
beebc22085fe (Link format): New section, emphasis on bracket links.
Carsten Dominik <dominik@science.uva.nl>
parents: 69891
diff changeset
3483 @item C-c a m
beebc22085fe (Link format): New section, emphasis on bracket links.
Carsten Dominik <dominik@science.uva.nl>
parents: 69891
diff changeset
3484 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
3485 @xref{Matching headline tags}.
beebc22085fe (Link format): New section, emphasis on bracket links.
Carsten Dominik <dominik@science.uva.nl>
parents: 69891
diff changeset
3486 @kindex C-c a M
beebc22085fe (Link format): New section, emphasis on bracket links.
Carsten Dominik <dominik@science.uva.nl>
parents: 69891
diff changeset
3487 @item C-c a M
beebc22085fe (Link format): New section, emphasis on bracket links.
Carsten Dominik <dominik@science.uva.nl>
parents: 69891
diff changeset
3488 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
3489 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
3490 @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
3491 @end table
beebc22085fe (Link format): New section, emphasis on bracket links.
Carsten Dominik <dominik@science.uva.nl>
parents: 69891
diff changeset
3492
73874
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
3493 @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
3494 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
3495 @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
3496 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
3497 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
3498 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
3499 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
3500
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
3501 @table @samp
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
3502 @item +WORK-BOSS
76138
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
3503 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
3504 @samp{:BOSS:}.
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
3505 @item WORK|LAPTOP
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
3506 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
3507 @item WORK|LAPTOP&NIGHT
76138
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
3508 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
3509 @samp{NIGHT}.
73874
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
3510 @end table
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
3511
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
3512 @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
3513 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
3514 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
3515 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
3516 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
3517 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
3518 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
3519 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
3520 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
3521 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
3522 Examples:
73874
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
3523
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
3524 @table @samp
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
3525 @item WORK/WAITING
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
3526 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
3527 keyword @samp{WAITING}.
76138
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
3528 @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
3529 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
3530 nor @samp{NEXT}
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
3531 @item WORK/+WAITING|+NEXT
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
3532 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
3533 @samp{NEXT}.
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
3534 @end table
69929
beebc22085fe (Link format): New section, emphasis on bracket links.
Carsten Dominik <dominik@science.uva.nl>
parents: 69891
diff changeset
3535
76138
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
3536 @cindex regular expressions, with tags search
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
3537 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
3538 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
3539 @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
3540 @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
3541
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
3542 @cindex level, require for tags match
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
3543 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
3544 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
3545 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
3546 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
3547
71450
93e8ae57983b (Embedded LaTeX): New chapter.
Carsten Dominik <dominik@science.uva.nl>
parents: 71386
diff changeset
3548 @node Agenda views, Embedded LaTeX, Tags, Top
67613
eab2494a32d7 *** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents: 67604
diff changeset
3549 @chapter Agenda Views
eab2494a32d7 *** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents: 67604
diff changeset
3550 @cindex agenda views
eab2494a32d7 *** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents: 67604
diff changeset
3551
69929
beebc22085fe (Link format): New section, emphasis on bracket links.
Carsten Dominik <dominik@science.uva.nl>
parents: 69891
diff changeset
3552 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
3553 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
3554 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
3555 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
3556 sorted and displayed in an organized way.
68033
59e35f6b8ff4 (Agenda Views): Chapter reorganized.
Carsten Dominik <dominik@science.uva.nl>
parents: 67884
diff changeset
3557
59e35f6b8ff4 (Agenda Views): Chapter reorganized.
Carsten Dominik <dominik@science.uva.nl>
parents: 67884
diff changeset
3558 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
3559 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
3560
68033
59e35f6b8ff4 (Agenda Views): Chapter reorganized.
Carsten Dominik <dominik@science.uva.nl>
parents: 67884
diff changeset
3561 @itemize @bullet
59e35f6b8ff4 (Agenda Views): Chapter reorganized.
Carsten Dominik <dominik@science.uva.nl>
parents: 67884
diff changeset
3562 @item
59e35f6b8ff4 (Agenda Views): Chapter reorganized.
Carsten Dominik <dominik@science.uva.nl>
parents: 67884
diff changeset
3563 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
3564 for specific dates,
68033
59e35f6b8ff4 (Agenda Views): Chapter reorganized.
Carsten Dominik <dominik@science.uva.nl>
parents: 67884
diff changeset
3565 @item
59e35f6b8ff4 (Agenda Views): Chapter reorganized.
Carsten Dominik <dominik@science.uva.nl>
parents: 67884
diff changeset
3566 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
3567 action items,
68033
59e35f6b8ff4 (Agenda Views): Chapter reorganized.
Carsten Dominik <dominik@science.uva.nl>
parents: 67884
diff changeset
3568 @item
76138
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
3569 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
3570 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
3571 @item
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
3572 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
3573 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
3574 @item
76138
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
3575 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
3576 along, and
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
3577 @item
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
3578 @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
3579 combinations of different views.
68033
59e35f6b8ff4 (Agenda Views): Chapter reorganized.
Carsten Dominik <dominik@science.uva.nl>
parents: 67884
diff changeset
3580 @end itemize
69929
beebc22085fe (Link format): New section, emphasis on bracket links.
Carsten Dominik <dominik@science.uva.nl>
parents: 69891
diff changeset
3581
68033
59e35f6b8ff4 (Agenda Views): Chapter reorganized.
Carsten Dominik <dominik@science.uva.nl>
parents: 67884
diff changeset
3582 @noindent
59e35f6b8ff4 (Agenda Views): Chapter reorganized.
Carsten Dominik <dominik@science.uva.nl>
parents: 67884
diff changeset
3583 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
3584 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
3585 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
3586 edit these files remotely.
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
3587
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
3588 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
3589 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
3590 @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
3591 @code{org-agenda-restore-windows-after-quit}.
68033
59e35f6b8ff4 (Agenda Views): Chapter reorganized.
Carsten Dominik <dominik@science.uva.nl>
parents: 67884
diff changeset
3592
59e35f6b8ff4 (Agenda Views): Chapter reorganized.
Carsten Dominik <dominik@science.uva.nl>
parents: 67884
diff changeset
3593 @menu
59e35f6b8ff4 (Agenda Views): Chapter reorganized.
Carsten Dominik <dominik@science.uva.nl>
parents: 67884
diff changeset
3594 * Agenda files:: Files being searched for agenda information
59e35f6b8ff4 (Agenda Views): Chapter reorganized.
Carsten Dominik <dominik@science.uva.nl>
parents: 67884
diff changeset
3595 * 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
3596 * 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
3597 * 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
3598 * 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
3599 * Custom agenda views:: Defining special searches and views
68033
59e35f6b8ff4 (Agenda Views): Chapter reorganized.
Carsten Dominik <dominik@science.uva.nl>
parents: 67884
diff changeset
3600 @end menu
59e35f6b8ff4 (Agenda Views): Chapter reorganized.
Carsten Dominik <dominik@science.uva.nl>
parents: 67884
diff changeset
3601
70133
36d1ec75581c * org.texi: (Time stamps): Better explanation of the purpose of
Carsten Dominik <dominik@science.uva.nl>
parents: 70065
diff changeset
3602 @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
3603 @section Agenda files
73874
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
3604 @cindex agenda files
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
3605 @cindex files for agenda
68033
59e35f6b8ff4 (Agenda Views): Chapter reorganized.
Carsten Dominik <dominik@science.uva.nl>
parents: 67884
diff changeset
3606
59e35f6b8ff4 (Agenda Views): Chapter reorganized.
Carsten Dominik <dominik@science.uva.nl>
parents: 67884
diff changeset
3607 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
3608 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
3609 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
3610 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
3611 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
3612 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
3613 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
3614 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
3615 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
3616 the easiest way to maintain it is through the following commands
58792
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
3617
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
3618 @cindex files, adding to agenda list
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
3619 @table @kbd
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
3620 @kindex C-c [
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
3621 @item C-c [
66988
578b7f9692c4 (FAQ): Document `org-table-tab-jumps-over-hlines'.
Carsten Dominik <dominik@science.uva.nl>
parents: 66690
diff changeset
3622 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
3623 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
3624 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
3625 @kindex C-c ]
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
3626 @item C-c ]
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
3627 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
3628 @kindex C-,
76138
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
3629 @kindex C-'
66988
578b7f9692c4 (FAQ): Document `org-table-tab-jumps-over-hlines'.
Carsten Dominik <dominik@science.uva.nl>
parents: 66690
diff changeset
3630 @item C-,
76138
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
3631 @itemx C-'
69929
beebc22085fe (Link format): New section, emphasis on bracket links.
Carsten Dominik <dominik@science.uva.nl>
parents: 69891
diff changeset
3632 Cycle through agenda file list, visiting one file after the other.
58792
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
3633 @end table
69929
beebc22085fe (Link format): New section, emphasis on bracket links.
Carsten Dominik <dominik@science.uva.nl>
parents: 69891
diff changeset
3634
58792
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
3635 @noindent
68033
59e35f6b8ff4 (Agenda Views): Chapter reorganized.
Carsten Dominik <dominik@science.uva.nl>
parents: 67884
diff changeset
3636 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
3637 to visit any of them.
59e35f6b8ff4 (Agenda Views): Chapter reorganized.
Carsten Dominik <dominik@science.uva.nl>
parents: 67884
diff changeset
3638
76138
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
3639 @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
3640 @section The agenda dispatcher
59e35f6b8ff4 (Agenda Views): Chapter reorganized.
Carsten Dominik <dominik@science.uva.nl>
parents: 67884
diff changeset
3641 @cindex agenda dispatcher
59e35f6b8ff4 (Agenda Views): Chapter reorganized.
Carsten Dominik <dominik@science.uva.nl>
parents: 67884
diff changeset
3642 @cindex dispatching agenda commands
67613
eab2494a32d7 *** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents: 67604
diff changeset
3643 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
3644 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
3645 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
3646 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
3647 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
3648 command. The dispatcher offers the following default commands:
68033
59e35f6b8ff4 (Agenda Views): Chapter reorganized.
Carsten Dominik <dominik@science.uva.nl>
parents: 67884
diff changeset
3649 @table @kbd
59e35f6b8ff4 (Agenda Views): Chapter reorganized.
Carsten Dominik <dominik@science.uva.nl>
parents: 67884
diff changeset
3650 @item a
70133
36d1ec75581c * org.texi: (Time stamps): Better explanation of the purpose of
Carsten Dominik <dominik@science.uva.nl>
parents: 70065
diff changeset
3651 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
3652 @item t @r{/} T
68033
59e35f6b8ff4 (Agenda Views): Chapter reorganized.
Carsten Dominik <dominik@science.uva.nl>
parents: 67884
diff changeset
3653 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
3654 @item m @r{/} M
69929
beebc22085fe (Link format): New section, emphasis on bracket links.
Carsten Dominik <dominik@science.uva.nl>
parents: 69891
diff changeset
3655 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
3656 headline tags}).
73874
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
3657 @item L
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
3658 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
3659 @item # @r{/} !
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
3660 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
3661 @item 1
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
3662 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
3663 @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
3664 @item 0
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
3665 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
3666 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
3667 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
3668 command.
68033
59e35f6b8ff4 (Agenda Views): Chapter reorganized.
Carsten Dominik <dominik@science.uva.nl>
parents: 67884
diff changeset
3669 @end table
59e35f6b8ff4 (Agenda Views): Chapter reorganized.
Carsten Dominik <dominik@science.uva.nl>
parents: 67884
diff changeset
3670
73874
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
3671 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
3672 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
3673 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
3674 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
3675 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
3676
76138
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
3677 @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
3678 @section The built-in agenda views
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
3679
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
3680 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
3681
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
3682 @menu
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
3683 * 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
3684 * Global TODO list:: All unfinished action items
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
3685 * 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
3686 * Timeline:: Time-sorted view for single file
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
3687 * 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
3688 @end menu
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
3689
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
3690 @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
3691 @subsection The weekly/daily agenda
67613
eab2494a32d7 *** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents: 67604
diff changeset
3692 @cindex agenda
73874
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
3693 @cindex weekly agenda
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
3694 @cindex daily agenda
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
3695
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
3696 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
3697 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
3698
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
3699 @table @kbd
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
3700 @cindex org-agenda, command
67613
eab2494a32d7 *** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents: 67604
diff changeset
3701 @kindex C-c a a
eab2494a32d7 *** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents: 67604
diff changeset
3702 @item C-c a a
58792
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
3703 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
3704 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
3705 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
3706 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
3707 the beginning of the buffer, before the first date.@*
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
3708 @end table
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
3709
69929
beebc22085fe (Link format): New section, emphasis on bracket links.
Carsten Dominik <dominik@science.uva.nl>
parents: 69891
diff changeset
3710 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
3711 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
3712 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
3713 commands}.
eab2494a32d7 *** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents: 67604
diff changeset
3714
76138
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
3715 @subsubheading Calendar/Diary integration
68033
59e35f6b8ff4 (Agenda Views): Chapter reorganized.
Carsten Dominik <dominik@science.uva.nl>
parents: 67884
diff changeset
3716 @cindex calendar integration
59e35f6b8ff4 (Agenda Views): Chapter reorganized.
Carsten Dominik <dominik@science.uva.nl>
parents: 67884
diff changeset
3717 @cindex diary integration
59e35f6b8ff4 (Agenda Views): Chapter reorganized.
Carsten Dominik <dominik@science.uva.nl>
parents: 67884
diff changeset
3718
59e35f6b8ff4 (Agenda Views): Chapter reorganized.
Carsten Dominik <dominik@science.uva.nl>
parents: 67884
diff changeset
3719 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
3720 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
3721 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
3722 anniversaries, lunar phases, sunrise/set, recurrent appointments
59e35f6b8ff4 (Agenda Views): Chapter reorganized.
Carsten Dominik <dominik@science.uva.nl>
parents: 67884
diff changeset
3723 (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
3724 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
3725 the diary.
59e35f6b8ff4 (Agenda Views): Chapter reorganized.
Carsten Dominik <dominik@science.uva.nl>
parents: 67884
diff changeset
3726
59e35f6b8ff4 (Agenda Views): Chapter reorganized.
Carsten Dominik <dominik@science.uva.nl>
parents: 67884
diff changeset
3727 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
3728 agenda, you only need to customize the variable
59e35f6b8ff4 (Agenda Views): Chapter reorganized.
Carsten Dominik <dominik@science.uva.nl>
parents: 67884
diff changeset
3729
59e35f6b8ff4 (Agenda Views): Chapter reorganized.
Carsten Dominik <dominik@science.uva.nl>
parents: 67884
diff changeset
3730 @lisp
59e35f6b8ff4 (Agenda Views): Chapter reorganized.
Carsten Dominik <dominik@science.uva.nl>
parents: 67884
diff changeset
3731 (setq org-agenda-include-diary t)
59e35f6b8ff4 (Agenda Views): Chapter reorganized.
Carsten Dominik <dominik@science.uva.nl>
parents: 67884
diff changeset
3732 @end lisp
59e35f6b8ff4 (Agenda Views): Chapter reorganized.
Carsten Dominik <dominik@science.uva.nl>
parents: 67884
diff changeset
3733
59e35f6b8ff4 (Agenda Views): Chapter reorganized.
Carsten Dominik <dominik@science.uva.nl>
parents: 67884
diff changeset
3734 @noindent After that, everything will happen automatically. All diary
59e35f6b8ff4 (Agenda Views): Chapter reorganized.
Carsten Dominik <dominik@science.uva.nl>
parents: 67884
diff changeset
3735 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
3736 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
3737 @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
3738 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
3739 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
3740 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
3741 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
3742 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
3743 between calendar and agenda.
59e35f6b8ff4 (Agenda Views): Chapter reorganized.
Carsten Dominik <dominik@science.uva.nl>
parents: 67884
diff changeset
3744
59e35f6b8ff4 (Agenda Views): Chapter reorganized.
Carsten Dominik <dominik@science.uva.nl>
parents: 67884
diff changeset
3745
76138
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
3746 @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
3747 @subsection The global TODO list
67613
eab2494a32d7 *** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents: 67604
diff changeset
3748 @cindex global TODO list
eab2494a32d7 *** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents: 67604
diff changeset
3749 @cindex TODO list, global
eab2494a32d7 *** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents: 67604
diff changeset
3750
eab2494a32d7 *** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents: 67604
diff changeset
3751 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
3752 collected into a single place.
eab2494a32d7 *** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents: 67604
diff changeset
3753
eab2494a32d7 *** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents: 67604
diff changeset
3754 @table @kbd
eab2494a32d7 *** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents: 67604
diff changeset
3755 @kindex C-c a t
eab2494a32d7 *** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents: 67604
diff changeset
3756 @item C-c a t
eab2494a32d7 *** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents: 67604
diff changeset
3757 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
3758 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
3759 @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
3760 the TODO entries directly from that buffer (@pxref{Agenda commands}).
eab2494a32d7 *** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents: 67604
diff changeset
3761 @kindex C-c a T
eab2494a32d7 *** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents: 67604
diff changeset
3762 @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
3763 @cindex TODO keyword matching
69929
beebc22085fe (Link format): New section, emphasis on bracket links.
Carsten Dominik <dominik@science.uva.nl>
parents: 69891
diff changeset
3764 Like the above, but allows selection of a specific TODO keyword. You can
68033
59e35f6b8ff4 (Agenda Views): Chapter reorganized.
Carsten Dominik <dominik@science.uva.nl>
parents: 67884
diff changeset
3765 also do this by specifying a prefix argument to @kbd{C-c a t}. With a
59e35f6b8ff4 (Agenda Views): Chapter reorganized.
Carsten Dominik <dominik@science.uva.nl>
parents: 67884
diff changeset
3766 @kbd{C-u} prefix you are prompted for a keyword. With a numeric
59e35f6b8ff4 (Agenda Views): Chapter reorganized.
Carsten Dominik <dominik@science.uva.nl>
parents: 67884
diff changeset
3767 prefix, the Nth keyword in @code{org-todo-keywords} is selected.
67613
eab2494a32d7 *** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents: 67604
diff changeset
3768 @kindex r
eab2494a32d7 *** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents: 67604
diff changeset
3769 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
3770 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
3771 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
3772 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
3773 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
3774 search (@pxref{Tag searches}).
67613
eab2494a32d7 *** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents: 67604
diff changeset
3775 @end table
eab2494a32d7 *** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents: 67604
diff changeset
3776
67694
5f1a4736c318 *** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents: 67613
diff changeset
3777 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
3778 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
3779 TODO list are described in @ref{Agenda commands}.
eab2494a32d7 *** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents: 67604
diff changeset
3780
73874
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
3781 @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
3782 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
3783 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
3784 it more compact:
9c582eb56ce7 (Exporting): Document `C-c C-e' as the prefix for
Carsten Dominik <dominik@science.uva.nl>
parents: 71564
diff changeset
3785 @itemize @minus
9c582eb56ce7 (Exporting): Document `C-c C-e' as the prefix for
Carsten Dominik <dominik@science.uva.nl>
parents: 71564
diff changeset
3786 @item
9c582eb56ce7 (Exporting): Document `C-c C-e' as the prefix for
Carsten Dominik <dominik@science.uva.nl>
parents: 71564
diff changeset
3787 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
3788 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
3789 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
3790 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
3791 @item
9c582eb56ce7 (Exporting): Document `C-c C-e' as the prefix for
Carsten Dominik <dominik@science.uva.nl>
parents: 71564
diff changeset
3792 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
3793 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
3794 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
3795 @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
3796 @end itemize
9c582eb56ce7 (Exporting): Document `C-c C-e' as the prefix for
Carsten Dominik <dominik@science.uva.nl>
parents: 71564
diff changeset
3797
76138
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
3798 @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
3799 @subsection Matching headline tags
67613
eab2494a32d7 *** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents: 67604
diff changeset
3800 @cindex matching, of tags
eab2494a32d7 *** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents: 67604
diff changeset
3801 @cindex tags view
eab2494a32d7 *** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents: 67604
diff changeset
3802
eab2494a32d7 *** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents: 67604
diff changeset
3803 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
3804 (@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
3805 to them and collect them into an agenda buffer.
67613
eab2494a32d7 *** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents: 67604
diff changeset
3806
eab2494a32d7 *** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents: 67604
diff changeset
3807 @table @kbd
eab2494a32d7 *** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents: 67604
diff changeset
3808 @kindex C-c a m
eab2494a32d7 *** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents: 67604
diff changeset
3809 @item C-c a m
eab2494a32d7 *** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents: 67604
diff changeset
3810 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
3811 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
3812 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
3813 @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
3814 define a custom command for it (@pxref{Agenda dispatcher}).
67613
eab2494a32d7 *** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents: 67604
diff changeset
3815 @kindex C-c a M
eab2494a32d7 *** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents: 67604
diff changeset
3816 @item C-c a M
68033
59e35f6b8ff4 (Agenda Views): Chapter reorganized.
Carsten Dominik <dominik@science.uva.nl>
parents: 67884
diff changeset
3817 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
3818 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
3819 @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
3820 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
3821 @end table
eab2494a32d7 *** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents: 67604
diff changeset
3822
eab2494a32d7 *** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents: 67604
diff changeset
3823 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
3824 commands}.
eab2494a32d7 *** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents: 67604
diff changeset
3825
76138
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
3826 @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
3827 @subsection Timeline for a single file
67613
eab2494a32d7 *** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents: 67604
diff changeset
3828 @cindex timeline, single file
eab2494a32d7 *** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents: 67604
diff changeset
3829 @cindex time-sorted view
eab2494a32d7 *** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents: 67604
diff changeset
3830
73874
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
3831 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
3832 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
3833 to give an overview over events in a project.
67613
eab2494a32d7 *** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents: 67604
diff changeset
3834
eab2494a32d7 *** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents: 67604
diff changeset
3835 @table @kbd
73874
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
3836 @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
3837 @item C-c a L
67613
eab2494a32d7 *** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents: 67604
diff changeset
3838 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
3839 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
3840 (scheduled or not) are also listed under the current date.
eab2494a32d7 *** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents: 67604
diff changeset
3841 @end table
69929
beebc22085fe (Link format): New section, emphasis on bracket links.
Carsten Dominik <dominik@science.uva.nl>
parents: 69891
diff changeset
3842
67613
eab2494a32d7 *** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents: 67604
diff changeset
3843 @noindent
eab2494a32d7 *** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents: 67604
diff changeset
3844 The commands available in the timeline buffer are listed in
eab2494a32d7 *** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents: 67604
diff changeset
3845 @ref{Agenda commands}.
eab2494a32d7 *** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents: 67604
diff changeset
3846
73874
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
3847
76138
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
3848 @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
3849 @subsection Stuck projects
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
3850
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
3851 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
3852 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
3853 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
3854 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
3855 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
3856 projects and define next actions for them.
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
3857
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
3858 @table @kbd
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
3859 @kindex C-c a #
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
3860 @item C-c a #
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
3861 List projects that are stuck.
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
3862 @kindex C-c a !
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
3863 @item C-c a !
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
3864 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
3865 project is and how to find it.
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
3866 @end table
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
3867
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
3868 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
3869 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
3870 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
3871 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
3872
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
3873 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
3874 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
3875 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
3876 assume that the todo keyword DONE marks finished projects, and that NEXT
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
3877 and TODO indicate next actions. Finally, the tag @@SHOP indicates
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
3878 shopping and is a next action even without the NEXT tag. In this case
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
3879 you would start by identifying eligible projects with a tags/todo match
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
3880 @samp{+PROJECT/-MAYBE-DONE}, and then check for TODO, NEXT and @@SHOP in
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
3881 the subtree to identify projects that are not stuck. The correct
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
3882 customization for this is
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
3883
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
3884 @lisp
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
3885 (setq org-stuck-projects
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
3886 ("+PROJECT/-MAYBE-DONE" ("NEXT" "TODO") ("@@SHOP")))
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
3887 @end lisp
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
3888
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
3889
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
3890 @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
3891 @section Presentation and sorting
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
3892 @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
3893
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
3894 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
3895 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
3896 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
3897 (@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
3898 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
3899 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
3900 associated with the item.
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
3901
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
3902 @menu
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
3903 * 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
3904 * 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
3905 * 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
3906 @end menu
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
3907
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
3908 @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
3909 @subsection Categories
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
3910
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
3911 @cindex category
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
3912 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
3913 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
3914 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
3915
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
3916 @example
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
3917 #+CATEGORY: Thesis
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
3918 @end example
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
3919
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
3920 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
3921 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
3922 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
3923 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
3924
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
3925 @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
3926 @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
3927 @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
3928
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
3929 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
3930 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
3931 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
3932 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
3933 @c
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
3934 @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
3935
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
3936 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
3937 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
3938 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
3939 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
3940
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
3941 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
3942 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
3943 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
3944
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
3945 @example
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
3946 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
3947 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
3948 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
3949 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
3950 @end example
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
3951
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
3952 @cindex time grid
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
3953 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
3954 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
3955
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
3956 @example
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
3957 8:00...... ------------------
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
3958 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
3959 10:00...... ------------------
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
3960 12:00...... ------------------
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
3961 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
3962 14:00...... ------------------
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
3963 16:00...... ------------------
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
3964 18:00...... ------------------
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
3965 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
3966 20:00...... ------------------
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
3967 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
3968 @end example
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
3969
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
3970 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
3971 @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
3972 @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
3973
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
3974 @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
3975 @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
3976 @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
3977 @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
3978 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
3979 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
3980 @itemize @bullet
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
3981 @item
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
3982 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
3983 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
3984 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
3985 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
3986 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
3987 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
3988 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
3989 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
3990 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
3991 @item
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
3992 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
3993 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
3994 (@pxref{Priorities}).
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
3995 @item
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
3996 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
3997 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
3998 @end itemize
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
3999
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
4000 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
4001 @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
4002
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
4003
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
4004 @node Agenda commands, Custom agenda views, Presentation and sorting, Agenda views
58792
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
4005 @section Commands in the agenda buffer
67613
eab2494a32d7 *** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents: 67604
diff changeset
4006 @cindex commands, in agenda buffer
58792
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
4007
61136
003dd96023ff updated to org-mode version 3.05
Carsten Dominik <dominik@science.uva.nl>
parents: 59542
diff changeset
4008 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
4009 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
4010 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
4011 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
4012 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
4013 removing the risk that your agenda and note files may diverge.
58792
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
4014
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
4015 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
4016 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
4017
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
4018 @table @kbd
61562
6cd3b18f298e Update to version 3.06
Carsten Dominik <dominik@science.uva.nl>
parents: 61136
diff changeset
4019 @tsubheading{Motion}
73874
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
4020 @cindex motion commands in agenda
61562
6cd3b18f298e Update to version 3.06
Carsten Dominik <dominik@science.uva.nl>
parents: 61136
diff changeset
4021 @kindex n
6cd3b18f298e Update to version 3.06
Carsten Dominik <dominik@science.uva.nl>
parents: 61136
diff changeset
4022 @item n
6cd3b18f298e Update to version 3.06
Carsten Dominik <dominik@science.uva.nl>
parents: 61136
diff changeset
4023 Next line (same as @key{up}).
6cd3b18f298e Update to version 3.06
Carsten Dominik <dominik@science.uva.nl>
parents: 61136
diff changeset
4024 @kindex p
6cd3b18f298e Update to version 3.06
Carsten Dominik <dominik@science.uva.nl>
parents: 61136
diff changeset
4025 @item p
6cd3b18f298e Update to version 3.06
Carsten Dominik <dominik@science.uva.nl>
parents: 61136
diff changeset
4026 Previous line (same as @key{down}).
58792
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
4027 @tsubheading{View/GoTo org file}
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
4028 @kindex mouse-3
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
4029 @kindex @key{SPC}
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
4030 @item mouse-3
63672
c90c20a1b568 (Remember): Texinfo usage fix.
Juanma Barranquero <lekktu@gmail.com>
parents: 63362
diff changeset
4031 @itemx @key{SPC}
58792
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
4032 Display the original location of the item in another window.
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
4033
67613
eab2494a32d7 *** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents: 67604
diff changeset
4034 @kindex L
eab2494a32d7 *** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents: 67604
diff changeset
4035 @item L
58792
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
4036 Display original location and recenter that window.
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
4037
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
4038 @kindex mouse-2
69225
a2d5fbc00b3e (Interaction): Added item about `org-mouse.el' by Piotr
Carsten Dominik <dominik@science.uva.nl>
parents: 69117
diff changeset
4039 @kindex mouse-1
58792
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
4040 @kindex @key{TAB}
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
4041 @item mouse-2
69225
a2d5fbc00b3e (Interaction): Added item about `org-mouse.el' by Piotr
Carsten Dominik <dominik@science.uva.nl>
parents: 69117
diff changeset
4042 @itemx mouse-1
58792
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
4043 @itemx @key{TAB}
69225
a2d5fbc00b3e (Interaction): Added item about `org-mouse.el' by Piotr
Carsten Dominik <dominik@science.uva.nl>
parents: 69117
diff changeset
4044 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
4045 22, @kbd{mouse-1} will also works for this.
58792
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
4046
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
4047 @kindex @key{RET}
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
4048 @itemx @key{RET}
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
4049 Go to the original location of the item and delete other windows.
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
4050
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
4051 @kindex f
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
4052 @item f
67537
f0c77dab544c (Progress Logging): New section.
Carsten Dominik <dominik@science.uva.nl>
parents: 67382
diff changeset
4053 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
4054 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
4055 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
4056 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
4057 @code{org-agenda-start-with-follow-mode}.
58792
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
4058
76138
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
4059 @kindex b
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
4060 @item b
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
4061 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
4062 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
4063 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
4064 not remove the previously used indirect buffer.
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
4065
67613
eab2494a32d7 *** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents: 67604
diff changeset
4066 @kindex l
eab2494a32d7 *** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents: 67604
diff changeset
4067 @item l
67537
f0c77dab544c (Progress Logging): New section.
Carsten Dominik <dominik@science.uva.nl>
parents: 67382
diff changeset
4068 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
4069 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
4070 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
4071
58792
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
4072 @tsubheading{Change display}
73874
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
4073 @cindex display changing, in agenda
58792
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
4074 @kindex o
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
4075 @item o
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
4076 Delete other windows.
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
4077
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
4078 @kindex w
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
4079 @item w
69929
beebc22085fe (Link format): New section, emphasis on bracket links.
Carsten Dominik <dominik@science.uva.nl>
parents: 69891
diff changeset
4080 Switch to weekly view (7 days displayed together).
58792
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
4081
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
4082 @kindex d
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
4083 @item d
69929
beebc22085fe (Link format): New section, emphasis on bracket links.
Carsten Dominik <dominik@science.uva.nl>
parents: 69891
diff changeset
4084 Switch to daily view (just one day displayed).
63833
addf44674c32 Version 3.12
Carsten Dominik <dominik@science.uva.nl>
parents: 63672
diff changeset
4085
addf44674c32 Version 3.12
Carsten Dominik <dominik@science.uva.nl>
parents: 63672
diff changeset
4086 @kindex D
addf44674c32 Version 3.12
Carsten Dominik <dominik@science.uva.nl>
parents: 63672
diff changeset
4087 @item D
76138
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
4088 Toggle the inclusion of diary entries. See @ref{Weekly/Daily agenda}.
58792
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
4089
62548
55227ff1f8d5 Version 3.09
Carsten Dominik <dominik@science.uva.nl>
parents: 61923
diff changeset
4090 @kindex g
55227ff1f8d5 Version 3.09
Carsten Dominik <dominik@science.uva.nl>
parents: 61923
diff changeset
4091 @item g
55227ff1f8d5 Version 3.09
Carsten Dominik <dominik@science.uva.nl>
parents: 61923
diff changeset
4092 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
4093 @code{org-agenda-use-time-grid} and @code{org-agenda-time-grid}.
55227ff1f8d5 Version 3.09
Carsten Dominik <dominik@science.uva.nl>
parents: 61923
diff changeset
4094
58792
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
4095 @kindex r
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
4096 @item r
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
4097 Recreate the agenda buffer, for example to reflect the changes
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
4098 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
4099 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
4100 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
4101 keyword.
58792
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
4102
71564
947e64a6bc0e (Agenda commands): Document `s' key to save all
Carsten Dominik <dominik@science.uva.nl>
parents: 71525
diff changeset
4103 @kindex s
947e64a6bc0e (Agenda commands): Document `s' key to save all
Carsten Dominik <dominik@science.uva.nl>
parents: 71525
diff changeset
4104 @item s
947e64a6bc0e (Agenda commands): Document `s' key to save all
Carsten Dominik <dominik@science.uva.nl>
parents: 71525
diff changeset
4105 Save all Org-mode buffers in the current Emacs session.
947e64a6bc0e (Agenda commands): Document `s' key to save all
Carsten Dominik <dominik@science.uva.nl>
parents: 71525
diff changeset
4106
58792
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
4107 @kindex @key{right}
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
4108 @item @key{right}
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
4109 Display the following @code{org-agenda-ndays} days. For example, if
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
4110 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
4111 arg, go forward that many times @code{org-agenda-ndays} days.
58792
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
4112
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
4113 @kindex @key{left}
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
4114 @item @key{left}
68033
59e35f6b8ff4 (Agenda Views): Chapter reorganized.
Carsten Dominik <dominik@science.uva.nl>
parents: 67884
diff changeset
4115 Display the previous dates.
58792
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
4116
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
4117 @kindex .
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
4118 @item .
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
4119 Goto today.
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
4120
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
4121 @tsubheading{Remote editing}
73874
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
4122 @cindex remote editing, from agenda
58792
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
4123
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
4124 @item 0-9
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
4125 Digit argument.
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
4126
76138
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
4127 @cindex undoing remote-editing events
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
4128 @cindex remote editing, undo
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
4129 @kindex C-_
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
4130 @item C-_
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
4131 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
4132 both in the agenda buffer and in the remote buffer.
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
4133
58792
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
4134 @kindex t
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
4135 @item t
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
4136 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
4137 original org file.
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
4138
74030
7c426fa1fdff Fix typos
Carsten Dominik <dominik@science.uva.nl>
parents: 73967
diff changeset
4139 @kindex C-k
7c426fa1fdff Fix typos
Carsten Dominik <dominik@science.uva.nl>
parents: 73967
diff changeset
4140 @item C-k
7c426fa1fdff Fix typos
Carsten Dominik <dominik@science.uva.nl>
parents: 73967
diff changeset
4141 Delete the current agenda item along with the entire subtree belonging
7c426fa1fdff Fix typos
Carsten Dominik <dominik@science.uva.nl>
parents: 73967
diff changeset
4142 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
4143 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
4144 variable @code{org-agenda-confirm-kill}.
7c426fa1fdff Fix typos
Carsten Dominik <dominik@science.uva.nl>
parents: 73967
diff changeset
4145
76138
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
4146 @kindex $
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
4147 @item $
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
4148 Archive the subtree corresponding to the current headline.
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
4149
68173
73b14864a9b7 (Agenda commands): Document tags command.
Carsten Dominik <dominik@science.uva.nl>
parents: 68060
diff changeset
4150 @kindex T
73b14864a9b7 (Agenda commands): Document tags command.
Carsten Dominik <dominik@science.uva.nl>
parents: 68060
diff changeset
4151 @item T
69929
beebc22085fe (Link format): New section, emphasis on bracket links.
Carsten Dominik <dominik@science.uva.nl>
parents: 69891
diff changeset
4152 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
4153 inheritance, this may be more than the tags listed in the line itself.
73b14864a9b7 (Agenda commands): Document tags command.
Carsten Dominik <dominik@science.uva.nl>
parents: 68060
diff changeset
4154
67694
5f1a4736c318 *** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents: 67613
diff changeset
4155 @kindex :
5f1a4736c318 *** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents: 67613
diff changeset
4156 @item :
5f1a4736c318 *** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents: 67613
diff changeset
4157 Set tags for the current headline.
5f1a4736c318 *** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents: 67613
diff changeset
4158
71450
93e8ae57983b (Embedded LaTeX): New chapter.
Carsten Dominik <dominik@science.uva.nl>
parents: 71386
diff changeset
4159 @kindex a
93e8ae57983b (Embedded LaTeX): New chapter.
Carsten Dominik <dominik@science.uva.nl>
parents: 71386
diff changeset
4160 @item a
93e8ae57983b (Embedded LaTeX): New chapter.
Carsten Dominik <dominik@science.uva.nl>
parents: 71386
diff changeset
4161 Toggle the ARCHIVE tag for the current headline.
93e8ae57983b (Embedded LaTeX): New chapter.
Carsten Dominik <dominik@science.uva.nl>
parents: 71386
diff changeset
4162
61562
6cd3b18f298e Update to version 3.06
Carsten Dominik <dominik@science.uva.nl>
parents: 61136
diff changeset
4163 @kindex ,
6cd3b18f298e Update to version 3.06
Carsten Dominik <dominik@science.uva.nl>
parents: 61136
diff changeset
4164 @item ,
58792
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
4165 Set the priority for the current item. Org-mode prompts for the
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
4166 priority character. If you reply with @key{SPC}, the priority cookie
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
4167 is removed from the entry.
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
4168
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
4169 @kindex P
76138
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
4170 @item P
58792
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
4171 Display weighted priority of current item.
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
4172
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
4173 @kindex +
61562
6cd3b18f298e Update to version 3.06
Carsten Dominik <dominik@science.uva.nl>
parents: 61136
diff changeset
4174 @kindex S-@key{up}
58792
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
4175 @item +
63833
addf44674c32 Version 3.12
Carsten Dominik <dominik@science.uva.nl>
parents: 63672
diff changeset
4176 @itemx S-@key{up}
58792
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
4177 Increase the priority of the current item. The priority is changed in
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
4178 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
4179 key for this.
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
4180
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
4181 @kindex -
61562
6cd3b18f298e Update to version 3.06
Carsten Dominik <dominik@science.uva.nl>
parents: 61136
diff changeset
4182 @kindex S-@key{down}
58792
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
4183 @item -
63833
addf44674c32 Version 3.12
Carsten Dominik <dominik@science.uva.nl>
parents: 63672
diff changeset
4184 @itemx S-@key{down}
58792
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
4185 Decrease the priority of the current item.
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
4186
70867
68e63907ebfb (Plain lists): Added new item navigation commands.
Carsten Dominik <dominik@science.uva.nl>
parents: 70164
diff changeset
4187 @kindex C-c C-s
68e63907ebfb (Plain lists): Added new item navigation commands.
Carsten Dominik <dominik@science.uva.nl>
parents: 70164
diff changeset
4188 @item C-c C-s
68e63907ebfb (Plain lists): Added new item navigation commands.
Carsten Dominik <dominik@science.uva.nl>
parents: 70164
diff changeset
4189 Schedule this item
68e63907ebfb (Plain lists): Added new item navigation commands.
Carsten Dominik <dominik@science.uva.nl>
parents: 70164
diff changeset
4190
68e63907ebfb (Plain lists): Added new item navigation commands.
Carsten Dominik <dominik@science.uva.nl>
parents: 70164
diff changeset
4191 @kindex C-c C-d
68e63907ebfb (Plain lists): Added new item navigation commands.
Carsten Dominik <dominik@science.uva.nl>
parents: 70164
diff changeset
4192 @item C-c C-d
68e63907ebfb (Plain lists): Added new item navigation commands.
Carsten Dominik <dominik@science.uva.nl>
parents: 70164
diff changeset
4193 Set a deadline for this item.
68e63907ebfb (Plain lists): Added new item navigation commands.
Carsten Dominik <dominik@science.uva.nl>
parents: 70164
diff changeset
4194
58792
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
4195 @kindex S-@key{right}
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
4196 @item S-@key{right}
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
4197 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
4198 the future. With prefix argument, change it by that many days. For
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
4199 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
4200 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
4201 directly reflected in the agenda buffer. Use the
58792
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
4202 @kbd{r} key to update the buffer.
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
4203
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
4204 @kindex S-@key{left}
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
4205 @item S-@key{left}
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
4206 Change the time stamp associated with the current line by one day
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
4207 into the past.
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
4208
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
4209 @kindex >
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
4210 @item >
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
4211 Change the time stamp associated with the current line to today.
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
4212 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
4213 on my keyboard.
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
4214
71312
e050af4a9e72 (Progress logging): New section.
Carsten Dominik <dominik@science.uva.nl>
parents: 71246
diff changeset
4215 @kindex I
e050af4a9e72 (Progress logging): New section.
Carsten Dominik <dominik@science.uva.nl>
parents: 71246
diff changeset
4216 @item I
e050af4a9e72 (Progress logging): New section.
Carsten Dominik <dominik@science.uva.nl>
parents: 71246
diff changeset
4217 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
4218 is stopped first.
e050af4a9e72 (Progress logging): New section.
Carsten Dominik <dominik@science.uva.nl>
parents: 71246
diff changeset
4219 @kindex O
e050af4a9e72 (Progress logging): New section.
Carsten Dominik <dominik@science.uva.nl>
parents: 71246
diff changeset
4220 @item O
e050af4a9e72 (Progress logging): New section.
Carsten Dominik <dominik@science.uva.nl>
parents: 71246
diff changeset
4221 Stop the previously started clock.
e050af4a9e72 (Progress logging): New section.
Carsten Dominik <dominik@science.uva.nl>
parents: 71246
diff changeset
4222 @kindex X
e050af4a9e72 (Progress logging): New section.
Carsten Dominik <dominik@science.uva.nl>
parents: 71246
diff changeset
4223 @item X
e050af4a9e72 (Progress logging): New section.
Carsten Dominik <dominik@science.uva.nl>
parents: 71246
diff changeset
4224 Cancel the currently running clock.
58792
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
4225
61136
003dd96023ff updated to org-mode version 3.05
Carsten Dominik <dominik@science.uva.nl>
parents: 59542
diff changeset
4226 @tsubheading{Calendar commands}
73874
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
4227 @cindex calendar commands, from agenda
61136
003dd96023ff updated to org-mode version 3.05
Carsten Dominik <dominik@science.uva.nl>
parents: 59542
diff changeset
4228 @kindex c
003dd96023ff updated to org-mode version 3.05
Carsten Dominik <dominik@science.uva.nl>
parents: 59542
diff changeset
4229 @item c
003dd96023ff updated to org-mode version 3.05
Carsten Dominik <dominik@science.uva.nl>
parents: 59542
diff changeset
4230 Open the Emacs calendar and move to the date at the agenda cursor.
003dd96023ff updated to org-mode version 3.05
Carsten Dominik <dominik@science.uva.nl>
parents: 59542
diff changeset
4231
61562
6cd3b18f298e Update to version 3.06
Carsten Dominik <dominik@science.uva.nl>
parents: 61136
diff changeset
4232 @item c
6cd3b18f298e Update to version 3.06
Carsten Dominik <dominik@science.uva.nl>
parents: 61136
diff changeset
4233 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
4234 date at the cursor.
61136
003dd96023ff updated to org-mode version 3.05
Carsten Dominik <dominik@science.uva.nl>
parents: 59542
diff changeset
4235
71312
e050af4a9e72 (Progress logging): New section.
Carsten Dominik <dominik@science.uva.nl>
parents: 71246
diff changeset
4236 @cindex diary entries, creating from agenda
e050af4a9e72 (Progress logging): New section.
Carsten Dominik <dominik@science.uva.nl>
parents: 71246
diff changeset
4237 @kindex i
e050af4a9e72 (Progress logging): New section.
Carsten Dominik <dominik@science.uva.nl>
parents: 71246
diff changeset
4238 @item i
e050af4a9e72 (Progress logging): New section.
Carsten Dominik <dominik@science.uva.nl>
parents: 71246
diff changeset
4239 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
4240 (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
4241 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
4242 The date is taken from the cursor position.
e050af4a9e72 (Progress logging): New section.
Carsten Dominik <dominik@science.uva.nl>
parents: 71246
diff changeset
4243
61136
003dd96023ff updated to org-mode version 3.05
Carsten Dominik <dominik@science.uva.nl>
parents: 59542
diff changeset
4244 @kindex M
003dd96023ff updated to org-mode version 3.05
Carsten Dominik <dominik@science.uva.nl>
parents: 59542
diff changeset
4245 @item M
69929
beebc22085fe (Link format): New section, emphasis on bracket links.
Carsten Dominik <dominik@science.uva.nl>
parents: 69891
diff changeset
4246 Show the phases of the moon for the three months around current date.
61136
003dd96023ff updated to org-mode version 3.05
Carsten Dominik <dominik@science.uva.nl>
parents: 59542
diff changeset
4247
003dd96023ff updated to org-mode version 3.05
Carsten Dominik <dominik@science.uva.nl>
parents: 59542
diff changeset
4248 @kindex S
003dd96023ff updated to org-mode version 3.05
Carsten Dominik <dominik@science.uva.nl>
parents: 59542
diff changeset
4249 @item S
61562
6cd3b18f298e Update to version 3.06
Carsten Dominik <dominik@science.uva.nl>
parents: 61136
diff changeset
4250 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
4251 with calendar variables, see documentation of the Emacs calendar.
6cd3b18f298e Update to version 3.06
Carsten Dominik <dominik@science.uva.nl>
parents: 61136
diff changeset
4252
6cd3b18f298e Update to version 3.06
Carsten Dominik <dominik@science.uva.nl>
parents: 61136
diff changeset
4253 @kindex C
6cd3b18f298e Update to version 3.06
Carsten Dominik <dominik@science.uva.nl>
parents: 61136
diff changeset
4254 @item C
6cd3b18f298e Update to version 3.06
Carsten Dominik <dominik@science.uva.nl>
parents: 61136
diff changeset
4255 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
4256 calendars.
61136
003dd96023ff updated to org-mode version 3.05
Carsten Dominik <dominik@science.uva.nl>
parents: 59542
diff changeset
4257
003dd96023ff updated to org-mode version 3.05
Carsten Dominik <dominik@science.uva.nl>
parents: 59542
diff changeset
4258 @kindex H
003dd96023ff updated to org-mode version 3.05
Carsten Dominik <dominik@science.uva.nl>
parents: 59542
diff changeset
4259 @item H
003dd96023ff updated to org-mode version 3.05
Carsten Dominik <dominik@science.uva.nl>
parents: 59542
diff changeset
4260 Show holidays for three month around the cursor date.
003dd96023ff updated to org-mode version 3.05
Carsten Dominik <dominik@science.uva.nl>
parents: 59542
diff changeset
4261
71653
9c582eb56ce7 (Exporting): Document `C-c C-e' as the prefix for
Carsten Dominik <dominik@science.uva.nl>
parents: 71564
diff changeset
4262 @c FIXME: This should be a different key.
66264
d979e1d45f97 (Summary): Mention iCalendar support.
Carsten Dominik <dominik@science.uva.nl>
parents: 65965
diff changeset
4263 @kindex C-c C-x C-c
d979e1d45f97 (Summary): Mention iCalendar support.
Carsten Dominik <dominik@science.uva.nl>
parents: 65965
diff changeset
4264 @item C-c C-x C-c
d979e1d45f97 (Summary): Mention iCalendar support.
Carsten Dominik <dominik@science.uva.nl>
parents: 65965
diff changeset
4265 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
4266
58792
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
4267 @tsubheading{Quit and Exit}
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
4268 @kindex q
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
4269 @item q
69929
beebc22085fe (Link format): New section, emphasis on bracket links.
Carsten Dominik <dominik@science.uva.nl>
parents: 69891
diff changeset
4270 Quit agenda, remove the agenda buffer.
58792
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
4271
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
4272 @kindex x
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
4273 @cindex agenda files, removing buffers
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
4274 @item x
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
4275 Exit agenda, remove the agenda buffer and all buffers loaded by Emacs
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
4276 for the compilation of the agenda. Buffers created by the user to
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
4277 visit org files will not be removed.
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
4278
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
4279 @end table
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
4280
73874
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
4281
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
4282 @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
4283 @section Custom agenda views
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
4284 @cindex custom agenda views
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
4285 @cindex agenda views, custom
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
4286
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
4287 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
4288 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
4289 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
4290 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
4291
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
4292 @menu
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
4293 * 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
4294 * 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
4295 * Setting Options:: Changing the rules
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
4296 * Batch processing:: Agenda views from the command line
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
4297 @end menu
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
4298
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
4299 @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
4300 @subsection Storing searches
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
4301
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
4302 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
4303 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
4304 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
4305 buffer).
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
4306 @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
4307 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
4308 @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
4309 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
4310 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
4311 search types:
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
4312
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
4313 @lisp
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
4314 @group
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
4315 (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
4316 '(("w" todo "WAITING")
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
4317 ("W" todo-tree "WAITING")
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
4318 ("u" tags "+BOSS-URGENT")
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
4319 ("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
4320 ("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
4321 ("f" occur-tree "\\<FIXME\\>")))
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
4322 @end group
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
4323 @end lisp
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
4324
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
4325 @noindent
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
4326 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
4327 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
4328 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
4329 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
4330 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
4331
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
4332 @table @kbd
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
4333 @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
4334 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
4335 keyword
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
4336 @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
4337 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
4338 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
4339 @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
4340 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
4341 @samp{:URGENT:}
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
4342 @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
4343 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
4344 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
4345 @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
4346 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
4347 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
4348 @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
4349 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
4350 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
4351 @end table
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
4352
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
4353 @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
4354 @subsection Block agenda
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
4355 @cindex block agenda
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
4356 @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
4357
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
4358 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
4359 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
4360 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
4361 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
4362 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
4363 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
4364 @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
4365
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
4366 @lisp
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
4367 @group
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
4368 (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
4369 '(("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
4370 ((agenda)
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
4371 (tags-todo "HOME")
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
4372 (tags "GARDEN")))
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
4373 ("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
4374 ((agenda)
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
4375 (tags-todo "WORK")
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
4376 (tags "OFFICE")))))
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
4377 @end group
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
4378 @end lisp
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
4379
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
4380 @noindent
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
4381 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
4382 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
4383 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
4384 @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
4385 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
4386
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
4387
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
4388 @node Setting Options, Batch processing, Block agenda, Custom agenda views
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
4389 @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
4390 @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
4391
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
4392 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
4393 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
4394 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
4395 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
4396 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
4397 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
4398
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
4399 @lisp
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
4400 @group
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
4401 (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
4402 '(("w" todo "WAITING"
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
4403 ((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
4404 (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
4405 ("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
4406 ((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
4407 (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
4408 @end group
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
4409 @end lisp
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
4410
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
4411 @noindent
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
4412 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
4413 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
4414 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
4415 @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
4416 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
4417 will be shown.
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
4418
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
4419 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
4420 @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
4421 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
4422 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
4423 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
4424 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
4425 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
4426 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
4427 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
4428 @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
4429
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
4430 @lisp
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
4431 @group
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
4432 (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
4433 '(("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
4434 ((agenda)
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
4435 (tags-todo "HOME")
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
4436 (tags "GARDEN" ((org-agenda-sorting-strategy '(priority-up)))))
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
4437 ((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
4438 ("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
4439 ((agenda)
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
4440 (tags-todo "WORK")
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
4441 (tags "OFFICE")))))
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
4442 @end group
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
4443 @end lisp
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
4444
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
4445 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
4446 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
4447 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
4448 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
4449 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
4450 yourself.
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
4451
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
4452 @node Batch processing, , Setting Options, Custom agenda views
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
4453 @subsection Creating agenda views in batch processing
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
4454 @cindex agenda, batch production
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
4455
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
4456 If you want to print or otherwise reprocess agenda views, it can be
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
4457 useful to create an agenda from the command line. This is the purpose
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
4458 of the function @code{org-batch-agenda}. It takes as a parameter one of
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
4459 the strings that are the keys in @code{org-agenda-custom-commands}. For
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
4460 example, to directly print the current TODO list, you could use
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
4461
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
4462 @example
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
4463 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
4464 @end example
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
4465
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
4466 @noindent
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
4467 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
4468
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
4469 @example
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
4470 emacs -batch -l ~/.emacs \
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
4471 -eval '(org-batch-agenda "a" \
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
4472 org-agenda-ndays 300 \
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
4473 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
4474 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
4475 | lpr
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
4476 @end example
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
4477
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
4478 @noindent
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
4479 which will produce a 300 day agenda, fully restricted to the Org file
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
4480 @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
4481
71450
93e8ae57983b (Embedded LaTeX): New chapter.
Carsten Dominik <dominik@science.uva.nl>
parents: 71386
diff changeset
4482 @node Embedded LaTeX, Exporting, Agenda views, Top
93e8ae57983b (Embedded LaTeX): New chapter.
Carsten Dominik <dominik@science.uva.nl>
parents: 71386
diff changeset
4483 @chapter Embedded LaTeX
93e8ae57983b (Embedded LaTeX): New chapter.
Carsten Dominik <dominik@science.uva.nl>
parents: 71386
diff changeset
4484 @cindex @TeX{} interpretation
93e8ae57983b (Embedded LaTeX): New chapter.
Carsten Dominik <dominik@science.uva.nl>
parents: 71386
diff changeset
4485 @cindex La@TeX{} interpretation
93e8ae57983b (Embedded LaTeX): New chapter.
Carsten Dominik <dominik@science.uva.nl>
parents: 71386
diff changeset
4486
93e8ae57983b (Embedded LaTeX): New chapter.
Carsten Dominik <dominik@science.uva.nl>
parents: 71386
diff changeset
4487 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
4488 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
4489 contain mathematical symbols and the occasional formula.
93e8ae57983b (Embedded LaTeX): New chapter.
Carsten Dominik <dominik@science.uva.nl>
parents: 71386
diff changeset
4490 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
4491 @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
4492 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
4493 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
4494 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
4495 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
4496 into images for HTML production.
93e8ae57983b (Embedded LaTeX): New chapter.
Carsten Dominik <dominik@science.uva.nl>
parents: 71386
diff changeset
4497
93e8ae57983b (Embedded LaTeX): New chapter.
Carsten Dominik <dominik@science.uva.nl>
parents: 71386
diff changeset
4498 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
4499 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
4500 to do with it.
93e8ae57983b (Embedded LaTeX): New chapter.
Carsten Dominik <dominik@science.uva.nl>
parents: 71386
diff changeset
4501
93e8ae57983b (Embedded LaTeX): New chapter.
Carsten Dominik <dominik@science.uva.nl>
parents: 71386
diff changeset
4502 @menu
93e8ae57983b (Embedded LaTeX): New chapter.
Carsten Dominik <dominik@science.uva.nl>
parents: 71386
diff changeset
4503 * Math symbols:: TeX macros for symbols and Greek letters
93e8ae57983b (Embedded LaTeX): New chapter.
Carsten Dominik <dominik@science.uva.nl>
parents: 71386
diff changeset
4504 * Subscripts and Superscripts:: Simple syntax for raising/lowering text
93e8ae57983b (Embedded LaTeX): New chapter.
Carsten Dominik <dominik@science.uva.nl>
parents: 71386
diff changeset
4505 * LaTeX fragments:: Complex formulas made easy
93e8ae57983b (Embedded LaTeX): New chapter.
Carsten Dominik <dominik@science.uva.nl>
parents: 71386
diff changeset
4506 * Processing LaTeX fragments:: Previewing LaTeX processing
93e8ae57983b (Embedded LaTeX): New chapter.
Carsten Dominik <dominik@science.uva.nl>
parents: 71386
diff changeset
4507 * CDLaTeX mode:: Speed up entering of formulas
93e8ae57983b (Embedded LaTeX): New chapter.
Carsten Dominik <dominik@science.uva.nl>
parents: 71386
diff changeset
4508 @end menu
93e8ae57983b (Embedded LaTeX): New chapter.
Carsten Dominik <dominik@science.uva.nl>
parents: 71386
diff changeset
4509
93e8ae57983b (Embedded LaTeX): New chapter.
Carsten Dominik <dominik@science.uva.nl>
parents: 71386
diff changeset
4510 @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
4511 @section Math symbols
73874
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
4512 @cindex math symbols
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
4513 @cindex TeX macros
71450
93e8ae57983b (Embedded LaTeX): New chapter.
Carsten Dominik <dominik@science.uva.nl>
parents: 71386
diff changeset
4514
93e8ae57983b (Embedded LaTeX): New chapter.
Carsten Dominik <dominik@science.uva.nl>
parents: 71386
diff changeset
4515 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
4516 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
4517 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
4518 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
4519 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
4520 without surrounding math delimiters, for example:
93e8ae57983b (Embedded LaTeX): New chapter.
Carsten Dominik <dominik@science.uva.nl>
parents: 71386
diff changeset
4521
93e8ae57983b (Embedded LaTeX): New chapter.
Carsten Dominik <dominik@science.uva.nl>
parents: 71386
diff changeset
4522 @example
93e8ae57983b (Embedded LaTeX): New chapter.
Carsten Dominik <dominik@science.uva.nl>
parents: 71386
diff changeset
4523 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
4524 @end example
93e8ae57983b (Embedded LaTeX): New chapter.
Carsten Dominik <dominik@science.uva.nl>
parents: 71386
diff changeset
4525
93e8ae57983b (Embedded LaTeX): New chapter.
Carsten Dominik <dominik@science.uva.nl>
parents: 71386
diff changeset
4526 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
4527 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
4528 @samp{&alpha;} and @samp{&rarr;}, respectively.
93e8ae57983b (Embedded LaTeX): New chapter.
Carsten Dominik <dominik@science.uva.nl>
parents: 71386
diff changeset
4529
93e8ae57983b (Embedded LaTeX): New chapter.
Carsten Dominik <dominik@science.uva.nl>
parents: 71386
diff changeset
4530 @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
4531 @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
4532 @cindex subscript
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
4533 @cindex superscript
71450
93e8ae57983b (Embedded LaTeX): New chapter.
Carsten Dominik <dominik@science.uva.nl>
parents: 71386
diff changeset
4534
93e8ae57983b (Embedded LaTeX): New chapter.
Carsten Dominik <dominik@science.uva.nl>
parents: 71386
diff changeset
4535 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
4536 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
4537 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
4538 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
4539 with curly braces. For example
93e8ae57983b (Embedded LaTeX): New chapter.
Carsten Dominik <dominik@science.uva.nl>
parents: 71386
diff changeset
4540
93e8ae57983b (Embedded LaTeX): New chapter.
Carsten Dominik <dominik@science.uva.nl>
parents: 71386
diff changeset
4541 @example
71508
c12f8a27aae5 (Embedded LaTeX): Fix typos and implement small improvements
Carsten Dominik <dominik@science.uva.nl>
parents: 71450
diff changeset
4542 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
4543 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
4544 @end example
93e8ae57983b (Embedded LaTeX): New chapter.
Carsten Dominik <dominik@science.uva.nl>
parents: 71386
diff changeset
4545
93e8ae57983b (Embedded LaTeX): New chapter.
Carsten Dominik <dominik@science.uva.nl>
parents: 71386
diff changeset
4546 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
4547 @samp{^} and @samp{_} with a backslash: @samp{\_} and @samp{\^}.
93e8ae57983b (Embedded LaTeX): New chapter.
Carsten Dominik <dominik@science.uva.nl>
parents: 71386
diff changeset
4548
93e8ae57983b (Embedded LaTeX): New chapter.
Carsten Dominik <dominik@science.uva.nl>
parents: 71386
diff changeset
4549 During HTML export (@pxref{HTML export}), subscript and superscripts
93e8ae57983b (Embedded LaTeX): New chapter.
Carsten Dominik <dominik@science.uva.nl>
parents: 71386
diff changeset
4550 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
4551
93e8ae57983b (Embedded LaTeX): New chapter.
Carsten Dominik <dominik@science.uva.nl>
parents: 71386
diff changeset
4552 @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
4553 @section LaTeX fragments
73874
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
4554 @cindex LaTeX fragments
71450
93e8ae57983b (Embedded LaTeX): New chapter.
Carsten Dominik <dominik@science.uva.nl>
parents: 71386
diff changeset
4555
93e8ae57983b (Embedded LaTeX): New chapter.
Carsten Dominik <dominik@science.uva.nl>
parents: 71386
diff changeset
4556 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
4557 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
4558 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
4559 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
4560 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
4561 images seems the way to go.}. More complex
71450
93e8ae57983b (Embedded LaTeX): New chapter.
Carsten Dominik <dominik@science.uva.nl>
parents: 71386
diff changeset
4562 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
4563 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
4564 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
4565 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
4566 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
4567 La@TeX{} installation. You also need the @file{dvipng} program,
93e8ae57983b (Embedded LaTeX): New chapter.
Carsten Dominik <dominik@science.uva.nl>
parents: 71386
diff changeset
4568 available at @url{http://sourceforge.net/projects/dvipng/}.
93e8ae57983b (Embedded LaTeX): New chapter.
Carsten Dominik <dominik@science.uva.nl>
parents: 71386
diff changeset
4569
93e8ae57983b (Embedded LaTeX): New chapter.
Carsten Dominik <dominik@science.uva.nl>
parents: 71386
diff changeset
4570 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
4571 snippets will be identified as LaTeX source code:
93e8ae57983b (Embedded LaTeX): New chapter.
Carsten Dominik <dominik@science.uva.nl>
parents: 71386
diff changeset
4572 @itemize @bullet
93e8ae57983b (Embedded LaTeX): New chapter.
Carsten Dominik <dominik@science.uva.nl>
parents: 71386
diff changeset
4573 @item
93e8ae57983b (Embedded LaTeX): New chapter.
Carsten Dominik <dominik@science.uva.nl>
parents: 71386
diff changeset
4574 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
4575 @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
4576 whitespace.
93e8ae57983b (Embedded LaTeX): New chapter.
Carsten Dominik <dominik@science.uva.nl>
parents: 71386
diff changeset
4577 @item
71508
c12f8a27aae5 (Embedded LaTeX): Fix typos and implement small improvements
Carsten Dominik <dominik@science.uva.nl>
parents: 71450
diff changeset
4578 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
4579 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
4580 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
4581 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
4582 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
4583 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
4584 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
4585 @end itemize
93e8ae57983b (Embedded LaTeX): New chapter.
Carsten Dominik <dominik@science.uva.nl>
parents: 71386
diff changeset
4586
93e8ae57983b (Embedded LaTeX): New chapter.
Carsten Dominik <dominik@science.uva.nl>
parents: 71386
diff changeset
4587 @noindent For example:
93e8ae57983b (Embedded LaTeX): New chapter.
Carsten Dominik <dominik@science.uva.nl>
parents: 71386
diff changeset
4588
93e8ae57983b (Embedded LaTeX): New chapter.
Carsten Dominik <dominik@science.uva.nl>
parents: 71386
diff changeset
4589 @example
93e8ae57983b (Embedded LaTeX): New chapter.
Carsten Dominik <dominik@science.uva.nl>
parents: 71386
diff changeset
4590 \begin@{equation@} % arbitrary environments,
93e8ae57983b (Embedded LaTeX): New chapter.
Carsten Dominik <dominik@science.uva.nl>
parents: 71386
diff changeset
4591 x=\sqrt@{b@} % even tables, figures
93e8ae57983b (Embedded LaTeX): New chapter.
Carsten Dominik <dominik@science.uva.nl>
parents: 71386
diff changeset
4592 \end@{equation@} % etc
93e8ae57983b (Embedded LaTeX): New chapter.
Carsten Dominik <dominik@science.uva.nl>
parents: 71386
diff changeset
4593
71508
c12f8a27aae5 (Embedded LaTeX): Fix typos and implement small improvements
Carsten Dominik <dominik@science.uva.nl>
parents: 71450
diff changeset
4594 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
4595 either $$ a=+\sqrt@{2@} $$ or \[ a=-\sqrt@{2@} \].
93e8ae57983b (Embedded LaTeX): New chapter.
Carsten Dominik <dominik@science.uva.nl>
parents: 71386
diff changeset
4596 @end example
93e8ae57983b (Embedded LaTeX): New chapter.
Carsten Dominik <dominik@science.uva.nl>
parents: 71386
diff changeset
4597
93e8ae57983b (Embedded LaTeX): New chapter.
Carsten Dominik <dominik@science.uva.nl>
parents: 71386
diff changeset
4598 @noindent
93e8ae57983b (Embedded LaTeX): New chapter.
Carsten Dominik <dominik@science.uva.nl>
parents: 71386
diff changeset
4599 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
4600 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
4601 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
4602
93e8ae57983b (Embedded LaTeX): New chapter.
Carsten Dominik <dominik@science.uva.nl>
parents: 71386
diff changeset
4603 @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
4604 @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
4605 @cindex LaTeX fragments, preview
71450
93e8ae57983b (Embedded LaTeX): New chapter.
Carsten Dominik <dominik@science.uva.nl>
parents: 71386
diff changeset
4606
93e8ae57983b (Embedded LaTeX): New chapter.
Carsten Dominik <dominik@science.uva.nl>
parents: 71386
diff changeset
4607 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
4608 typeset expressions:
93e8ae57983b (Embedded LaTeX): New chapter.
Carsten Dominik <dominik@science.uva.nl>
parents: 71386
diff changeset
4609
93e8ae57983b (Embedded LaTeX): New chapter.
Carsten Dominik <dominik@science.uva.nl>
parents: 71386
diff changeset
4610 @table @kbd
93e8ae57983b (Embedded LaTeX): New chapter.
Carsten Dominik <dominik@science.uva.nl>
parents: 71386
diff changeset
4611 @kindex C-c C-x C-l
93e8ae57983b (Embedded LaTeX): New chapter.
Carsten Dominik <dominik@science.uva.nl>
parents: 71386
diff changeset
4612 @item C-c C-x C-l
93e8ae57983b (Embedded LaTeX): New chapter.
Carsten Dominik <dominik@science.uva.nl>
parents: 71386
diff changeset
4613 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
4614 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
4615 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
4616 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
4617 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
4618 process the entire buffer.
93e8ae57983b (Embedded LaTeX): New chapter.
Carsten Dominik <dominik@science.uva.nl>
parents: 71386
diff changeset
4619 @kindex C-c C-c
93e8ae57983b (Embedded LaTeX): New chapter.
Carsten Dominik <dominik@science.uva.nl>
parents: 71386
diff changeset
4620 @item C-c C-c
93e8ae57983b (Embedded LaTeX): New chapter.
Carsten Dominik <dominik@science.uva.nl>
parents: 71386
diff changeset
4621 Remove the overlay preview images.
93e8ae57983b (Embedded LaTeX): New chapter.
Carsten Dominik <dominik@science.uva.nl>
parents: 71386
diff changeset
4622 @end table
93e8ae57983b (Embedded LaTeX): New chapter.
Carsten Dominik <dominik@science.uva.nl>
parents: 71386
diff changeset
4623
93e8ae57983b (Embedded LaTeX): New chapter.
Carsten Dominik <dominik@science.uva.nl>
parents: 71386
diff changeset
4624 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
4625 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
4626 setting is active:
93e8ae57983b (Embedded LaTeX): New chapter.
Carsten Dominik <dominik@science.uva.nl>
parents: 71386
diff changeset
4627
93e8ae57983b (Embedded LaTeX): New chapter.
Carsten Dominik <dominik@science.uva.nl>
parents: 71386
diff changeset
4628 @lisp
93e8ae57983b (Embedded LaTeX): New chapter.
Carsten Dominik <dominik@science.uva.nl>
parents: 71386
diff changeset
4629 (setq org-export-with-LaTeX-fragments t)
93e8ae57983b (Embedded LaTeX): New chapter.
Carsten Dominik <dominik@science.uva.nl>
parents: 71386
diff changeset
4630 @end lisp
93e8ae57983b (Embedded LaTeX): New chapter.
Carsten Dominik <dominik@science.uva.nl>
parents: 71386
diff changeset
4631
93e8ae57983b (Embedded LaTeX): New chapter.
Carsten Dominik <dominik@science.uva.nl>
parents: 71386
diff changeset
4632 @node CDLaTeX mode, , Processing LaTeX fragments, Embedded LaTeX
93e8ae57983b (Embedded LaTeX): New chapter.
Carsten Dominik <dominik@science.uva.nl>
parents: 71386
diff changeset
4633 @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
4634 @cindex CDLaTeX
71450
93e8ae57983b (Embedded LaTeX): New chapter.
Carsten Dominik <dominik@science.uva.nl>
parents: 71386
diff changeset
4635
93e8ae57983b (Embedded LaTeX): New chapter.
Carsten Dominik <dominik@science.uva.nl>
parents: 71386
diff changeset
4636 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
4637 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
4638 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
4639 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
4640 @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
4641 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
4642 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
4643 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
4644 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
4645 Org-mode files with
93e8ae57983b (Embedded LaTeX): New chapter.
Carsten Dominik <dominik@science.uva.nl>
parents: 71386
diff changeset
4646
93e8ae57983b (Embedded LaTeX): New chapter.
Carsten Dominik <dominik@science.uva.nl>
parents: 71386
diff changeset
4647 @lisp
93e8ae57983b (Embedded LaTeX): New chapter.
Carsten Dominik <dominik@science.uva.nl>
parents: 71386
diff changeset
4648 (add-hook 'org-mode-hook 'turn-on-org-cdlatex)
93e8ae57983b (Embedded LaTeX): New chapter.
Carsten Dominik <dominik@science.uva.nl>
parents: 71386
diff changeset
4649 @end lisp
93e8ae57983b (Embedded LaTeX): New chapter.
Carsten Dominik <dominik@science.uva.nl>
parents: 71386
diff changeset
4650
93e8ae57983b (Embedded LaTeX): New chapter.
Carsten Dominik <dominik@science.uva.nl>
parents: 71386
diff changeset
4651 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
4652 details see the documentation of cdlatex-mode):
93e8ae57983b (Embedded LaTeX): New chapter.
Carsten Dominik <dominik@science.uva.nl>
parents: 71386
diff changeset
4653 @itemize @bullet
93e8ae57983b (Embedded LaTeX): New chapter.
Carsten Dominik <dominik@science.uva.nl>
parents: 71386
diff changeset
4654 @kindex C-c @{
93e8ae57983b (Embedded LaTeX): New chapter.
Carsten Dominik <dominik@science.uva.nl>
parents: 71386
diff changeset
4655 @item
93e8ae57983b (Embedded LaTeX): New chapter.
Carsten Dominik <dominik@science.uva.nl>
parents: 71386
diff changeset
4656 Environment templates can be inserted with @kbd{C-c @{}.
93e8ae57983b (Embedded LaTeX): New chapter.
Carsten Dominik <dominik@science.uva.nl>
parents: 71386
diff changeset
4657 @item
93e8ae57983b (Embedded LaTeX): New chapter.
Carsten Dominik <dominik@science.uva.nl>
parents: 71386
diff changeset
4658 @kindex @key{TAB}
93e8ae57983b (Embedded LaTeX): New chapter.
Carsten Dominik <dominik@science.uva.nl>
parents: 71386
diff changeset
4659 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
4660 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
4661 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
4662 @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
4663 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
4664 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
4665 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
4666 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
4667 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
4668 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
4669 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
4670 @item
93e8ae57983b (Embedded LaTeX): New chapter.
Carsten Dominik <dominik@science.uva.nl>
parents: 71386
diff changeset
4671 @kindex _
93e8ae57983b (Embedded LaTeX): New chapter.
Carsten Dominik <dominik@science.uva.nl>
parents: 71386
diff changeset
4672 @kindex ^
93e8ae57983b (Embedded LaTeX): New chapter.
Carsten Dominik <dominik@science.uva.nl>
parents: 71386
diff changeset
4673 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
4674 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
4675 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
4676 macro, they are removed again (depending on the variable
93e8ae57983b (Embedded LaTeX): New chapter.
Carsten Dominik <dominik@science.uva.nl>
parents: 71386
diff changeset
4677 @code{cdlatex-simplify-sub-super-scripts}).
93e8ae57983b (Embedded LaTeX): New chapter.
Carsten Dominik <dominik@science.uva.nl>
parents: 71386
diff changeset
4678 @item
93e8ae57983b (Embedded LaTeX): New chapter.
Carsten Dominik <dominik@science.uva.nl>
parents: 71386
diff changeset
4679 @kindex `
93e8ae57983b (Embedded LaTeX): New chapter.
Carsten Dominik <dominik@science.uva.nl>
parents: 71386
diff changeset
4680 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
4681 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
4682 after the backquote, a help window will pop up.
93e8ae57983b (Embedded LaTeX): New chapter.
Carsten Dominik <dominik@science.uva.nl>
parents: 71386
diff changeset
4683 @item
93e8ae57983b (Embedded LaTeX): New chapter.
Carsten Dominik <dominik@science.uva.nl>
parents: 71386
diff changeset
4684 @kindex '
93e8ae57983b (Embedded LaTeX): New chapter.
Carsten Dominik <dominik@science.uva.nl>
parents: 71386
diff changeset
4685 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
4686 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
4687 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
4688 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
4689 is normal.
93e8ae57983b (Embedded LaTeX): New chapter.
Carsten Dominik <dominik@science.uva.nl>
parents: 71386
diff changeset
4690 @end itemize
93e8ae57983b (Embedded LaTeX): New chapter.
Carsten Dominik <dominik@science.uva.nl>
parents: 71386
diff changeset
4691
93e8ae57983b (Embedded LaTeX): New chapter.
Carsten Dominik <dominik@science.uva.nl>
parents: 71386
diff changeset
4692 @node Exporting, Publishing, Embedded LaTeX, Top
58792
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
4693 @chapter Exporting
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
4694 @cindex exporting
66264
d979e1d45f97 (Summary): Mention iCalendar support.
Carsten Dominik <dominik@science.uva.nl>
parents: 65965
diff changeset
4695
70011
74050e653990 (Visibility cycling): Better names for the startup
Carsten Dominik <dominik@science.uva.nl>
parents: 69999
diff changeset
4696 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
4697 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
4698 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
4699 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
4700 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
4701 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
4702 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
4703 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
4704 import of these different formats.
74050e653990 (Visibility cycling): Better names for the startup
Carsten Dominik <dominik@science.uva.nl>
parents: 69999
diff changeset
4705
74050e653990 (Visibility cycling): Better names for the startup
Carsten Dominik <dominik@science.uva.nl>
parents: 69999
diff changeset
4706 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
4707 produced. @xref{Text interpretation}, for more details.
58792
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
4708
71653
9c582eb56ce7 (Exporting): Document `C-c C-e' as the prefix for
Carsten Dominik <dominik@science.uva.nl>
parents: 71564
diff changeset
4709 @table @kbd
9c582eb56ce7 (Exporting): Document `C-c C-e' as the prefix for
Carsten Dominik <dominik@science.uva.nl>
parents: 71564
diff changeset
4710 @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
4711 @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
4712 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
4713 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
4714 command.
9c582eb56ce7 (Exporting): Document `C-c C-e' as the prefix for
Carsten Dominik <dominik@science.uva.nl>
parents: 71564
diff changeset
4715 @end table
9c582eb56ce7 (Exporting): Document `C-c C-e' as the prefix for
Carsten Dominik <dominik@science.uva.nl>
parents: 71564
diff changeset
4716
58792
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
4717 @menu
70011
74050e653990 (Visibility cycling): Better names for the startup
Carsten Dominik <dominik@science.uva.nl>
parents: 69999
diff changeset
4718 * ASCII export:: Exporting to plain ASCII
74050e653990 (Visibility cycling): Better names for the startup
Carsten Dominik <dominik@science.uva.nl>
parents: 69999
diff changeset
4719 * HTML export:: Exporting to HTML
70867
68e63907ebfb (Plain lists): Added new item navigation commands.
Carsten Dominik <dominik@science.uva.nl>
parents: 70164
diff changeset
4720 * XOXO export:: Exporting to XOXO
70011
74050e653990 (Visibility cycling): Better names for the startup
Carsten Dominik <dominik@science.uva.nl>
parents: 69999
diff changeset
4721 * iCalendar export:: Exporting in iCalendar format
74050e653990 (Visibility cycling): Better names for the startup
Carsten Dominik <dominik@science.uva.nl>
parents: 69999
diff changeset
4722 * Text interpretation:: How the exporter looks at the file
58792
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
4723 @end menu
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
4724
66264
d979e1d45f97 (Summary): Mention iCalendar support.
Carsten Dominik <dominik@science.uva.nl>
parents: 65965
diff changeset
4725 @node ASCII export, HTML export, Exporting, Exporting
d979e1d45f97 (Summary): Mention iCalendar support.
Carsten Dominik <dominik@science.uva.nl>
parents: 65965
diff changeset
4726 @section ASCII export
d979e1d45f97 (Summary): Mention iCalendar support.
Carsten Dominik <dominik@science.uva.nl>
parents: 65965
diff changeset
4727 @cindex ASCII export
58792
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
4728
71098
b98399840395 Small typo fixes.
Carsten Dominik <dominik@science.uva.nl>
parents: 70974
diff changeset
4729 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
4730 file.
74050e653990 (Visibility cycling): Better names for the startup
Carsten Dominik <dominik@science.uva.nl>
parents: 69999
diff changeset
4731
58792
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
4732 @cindex region, active
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
4733 @cindex active region
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
4734 @cindex transient-mark-mode
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
4735 @table @kbd
71653
9c582eb56ce7 (Exporting): Document `C-c C-e' as the prefix for
Carsten Dominik <dominik@science.uva.nl>
parents: 71564
diff changeset
4736 @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
4737 @item C-c C-e a
58792
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
4738 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
4739 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
4740 will be @file{myfile.txt}. The file will be overwritten without
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
4741 warning.
71653
9c582eb56ce7 (Exporting): Document `C-c C-e' as the prefix for
Carsten Dominik <dominik@science.uva.nl>
parents: 71564
diff changeset
4742 @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
4743 @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
4744 Export only the visible part of the document.
66264
d979e1d45f97 (Summary): Mention iCalendar support.
Carsten Dominik <dominik@science.uva.nl>
parents: 65965
diff changeset
4745 @end table
d979e1d45f97 (Summary): Mention iCalendar support.
Carsten Dominik <dominik@science.uva.nl>
parents: 65965
diff changeset
4746
d979e1d45f97 (Summary): Mention iCalendar support.
Carsten Dominik <dominik@science.uva.nl>
parents: 65965
diff changeset
4747 @cindex headline levels, for exporting
d979e1d45f97 (Summary): Mention iCalendar support.
Carsten Dominik <dominik@science.uva.nl>
parents: 65965
diff changeset
4748 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
4749 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
4750 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
4751 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
4752
66264
d979e1d45f97 (Summary): Mention iCalendar support.
Carsten Dominik <dominik@science.uva.nl>
parents: 65965
diff changeset
4753 @example
71653
9c582eb56ce7 (Exporting): Document `C-c C-e' as the prefix for
Carsten Dominik <dominik@science.uva.nl>
parents: 71564
diff changeset
4754 @kbd{C-1 C-c C-e a}
66264
d979e1d45f97 (Summary): Mention iCalendar support.
Carsten Dominik <dominik@science.uva.nl>
parents: 65965
diff changeset
4755 @end example
69929
beebc22085fe (Link format): New section, emphasis on bracket links.
Carsten Dominik <dominik@science.uva.nl>
parents: 69891
diff changeset
4756
66264
d979e1d45f97 (Summary): Mention iCalendar support.
Carsten Dominik <dominik@science.uva.nl>
parents: 65965
diff changeset
4757 @noindent
71246
f32b17d18b4b (ASCII export): Document indentation adaptation.
Carsten Dominik <dominik@science.uva.nl>
parents: 71224
diff changeset
4758 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
4759 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
4760 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
4761 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
4762 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
4763 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
4764 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
4765
70867
68e63907ebfb (Plain lists): Added new item navigation commands.
Carsten Dominik <dominik@science.uva.nl>
parents: 70164
diff changeset
4766 @node HTML export, XOXO export, ASCII export, Exporting
66264
d979e1d45f97 (Summary): Mention iCalendar support.
Carsten Dominik <dominik@science.uva.nl>
parents: 65965
diff changeset
4767 @section HTML export
d979e1d45f97 (Summary): Mention iCalendar support.
Carsten Dominik <dominik@science.uva.nl>
parents: 65965
diff changeset
4768 @cindex HTML export
d979e1d45f97 (Summary): Mention iCalendar support.
Carsten Dominik <dominik@science.uva.nl>
parents: 65965
diff changeset
4769
71098
b98399840395 Small typo fixes.
Carsten Dominik <dominik@science.uva.nl>
parents: 70974
diff changeset
4770 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
4771 HTML formatting, in ways similar to John Grubers @emph{markdown}
b98399840395 Small typo fixes.
Carsten Dominik <dominik@science.uva.nl>
parents: 70974
diff changeset
4772 language, but with additional support for tables.
66264
d979e1d45f97 (Summary): Mention iCalendar support.
Carsten Dominik <dominik@science.uva.nl>
parents: 65965
diff changeset
4773
76138
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
4774 @menu
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
4775 * Export commands:: How to invode HTML export
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
4776 * 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
4777 * Links:: How hyperlinks get transferred to HTML
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
4778 * Images:: To inline or not to inline?
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
4779 * CSS support:: Style specifications
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
4780 @end menu
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
4781
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
4782 @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
4783 @subsection HTML export commands
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
4784
66264
d979e1d45f97 (Summary): Mention iCalendar support.
Carsten Dominik <dominik@science.uva.nl>
parents: 65965
diff changeset
4785 @cindex region, active
d979e1d45f97 (Summary): Mention iCalendar support.
Carsten Dominik <dominik@science.uva.nl>
parents: 65965
diff changeset
4786 @cindex active region
d979e1d45f97 (Summary): Mention iCalendar support.
Carsten Dominik <dominik@science.uva.nl>
parents: 65965
diff changeset
4787 @cindex transient-mark-mode
d979e1d45f97 (Summary): Mention iCalendar support.
Carsten Dominik <dominik@science.uva.nl>
parents: 65965
diff changeset
4788 @table @kbd
71653
9c582eb56ce7 (Exporting): Document `C-c C-e' as the prefix for
Carsten Dominik <dominik@science.uva.nl>
parents: 71564
diff changeset
4789 @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
4790 @item C-c C-e h
58792
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
4791 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
4792 @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
4793 @item C-c C-e b
58792
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
4794 Export as HTML file and open it with a browser.
71653
9c582eb56ce7 (Exporting): Document `C-c C-e' as the prefix for
Carsten Dominik <dominik@science.uva.nl>
parents: 71564
diff changeset
4795 @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
4796 @kindex C-c C-e v b
9c582eb56ce7 (Exporting): Document `C-c C-e' as the prefix for
Carsten Dominik <dominik@science.uva.nl>
parents: 71564
diff changeset
4797 @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
4798 @item C-c C-e v b
70867
68e63907ebfb (Plain lists): Added new item navigation commands.
Carsten Dominik <dominik@science.uva.nl>
parents: 70164
diff changeset
4799 Export only the visible part of the document.
58792
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
4800 @end table
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
4801
66264
d979e1d45f97 (Summary): Mention iCalendar support.
Carsten Dominik <dominik@science.uva.nl>
parents: 65965
diff changeset
4802 @cindex headline levels, for exporting
d979e1d45f97 (Summary): Mention iCalendar support.
Carsten Dominik <dominik@science.uva.nl>
parents: 65965
diff changeset
4803 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
4804 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
4805 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
4806 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
4807
66264
d979e1d45f97 (Summary): Mention iCalendar support.
Carsten Dominik <dominik@science.uva.nl>
parents: 65965
diff changeset
4808 @example
71653
9c582eb56ce7 (Exporting): Document `C-c C-e' as the prefix for
Carsten Dominik <dominik@science.uva.nl>
parents: 71564
diff changeset
4809 @kbd{C-2 C-c C-e b}
66264
d979e1d45f97 (Summary): Mention iCalendar support.
Carsten Dominik <dominik@science.uva.nl>
parents: 65965
diff changeset
4810 @end example
69929
beebc22085fe (Link format): New section, emphasis on bracket links.
Carsten Dominik <dominik@science.uva.nl>
parents: 69891
diff changeset
4811
66264
d979e1d45f97 (Summary): Mention iCalendar support.
Carsten Dominik <dominik@science.uva.nl>
parents: 65965
diff changeset
4812 @noindent
d979e1d45f97 (Summary): Mention iCalendar support.
Carsten Dominik <dominik@science.uva.nl>
parents: 65965
diff changeset
4813 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
4814
76138
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
4815 @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
4816 @subsection Quoting HTML tags
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
4817
58792
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
4818 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
4819 @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
4820 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
4821 @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
4822 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
4823 the exported file use either
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
4824
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
4825 @example
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
4826 #+HTML: Literal HTML code for export
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
4827 @end example
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
4828
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
4829 @noindent or
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
4830
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
4831 @example
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
4832 #+BEGIN_HTML
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
4833 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
4834 #+END_HTML
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
4835 @end example
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
4836
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
4837
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
4838 @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
4839 @subsection Links
58792
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
4840
70867
68e63907ebfb (Plain lists): Added new item navigation commands.
Carsten Dominik <dominik@science.uva.nl>
parents: 70164
diff changeset
4841 @cindex links, in HTML export
68e63907ebfb (Plain lists): Added new item navigation commands.
Carsten Dominik <dominik@science.uva.nl>
parents: 70164
diff changeset
4842 @cindex internal links, in HTML export
68e63907ebfb (Plain lists): Added new item navigation commands.
Carsten Dominik <dominik@science.uva.nl>
parents: 70164
diff changeset
4843 @cindex external links, in HTML export
68e63907ebfb (Plain lists): Added new item navigation commands.
Carsten Dominik <dominik@science.uva.nl>
parents: 70164
diff changeset
4844 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
4845 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
4846 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
4847 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
4848 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
4849 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
4850 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
4851 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
4852 @ref{Publishing links}.
68e63907ebfb (Plain lists): Added new item navigation commands.
Carsten Dominik <dominik@science.uva.nl>
parents: 70164
diff changeset
4853
76138
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
4854 @node Images, CSS support, Links, HTML export
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
4855 @subsection Images
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
4856
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
4857 @cindex images, inline in HTML
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
4858 @cindex inlining images in HTML
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
4859 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
4860 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
4861 default@footnote{but see the variable
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
4862 @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
4863 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
4864 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
4865 @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
4866 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
4867 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
4868 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
4869 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
4870
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
4871 @example
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
4872 [[file:highres.jpg][file:thumb.jpg]]
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
4873 @end example
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
4874
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
4875 @noindent
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
4876 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
4877
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
4878 @node CSS support, , Images, HTML export
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
4879 @subsection CSS support
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
4880
70867
68e63907ebfb (Plain lists): Added new item navigation commands.
Carsten Dominik <dominik@science.uva.nl>
parents: 70164
diff changeset
4881 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
4882 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
4883 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
4884 @example
68e63907ebfb (Plain lists): Added new item navigation commands.
Carsten Dominik <dominik@science.uva.nl>
parents: 70164
diff changeset
4885 .todo @r{TODO keywords}
68e63907ebfb (Plain lists): Added new item navigation commands.
Carsten Dominik <dominik@science.uva.nl>
parents: 70164
diff changeset
4886 .done @r{the DONE keyword}
68e63907ebfb (Plain lists): Added new item navigation commands.
Carsten Dominik <dominik@science.uva.nl>
parents: 70164
diff changeset
4887 .timestamp @r{time stamp}
68e63907ebfb (Plain lists): Added new item navigation commands.
Carsten Dominik <dominik@science.uva.nl>
parents: 70164
diff changeset
4888 .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
4889 .tag @r{tag in a headline}
68e63907ebfb (Plain lists): Added new item navigation commands.
Carsten Dominik <dominik@science.uva.nl>
parents: 70164
diff changeset
4890 .target @r{target for links}
68e63907ebfb (Plain lists): Added new item navigation commands.
Carsten Dominik <dominik@science.uva.nl>
parents: 70164
diff changeset
4891 @end example
68e63907ebfb (Plain lists): Added new item navigation commands.
Carsten Dominik <dominik@science.uva.nl>
parents: 70164
diff changeset
4892
68e63907ebfb (Plain lists): Added new item navigation commands.
Carsten Dominik <dominik@science.uva.nl>
parents: 70164
diff changeset
4893 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
4894 @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
4895 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
4896 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
4897 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
4898 start of the line.}:
66988
578b7f9692c4 (FAQ): Document `org-table-tab-jumps-over-hlines'.
Carsten Dominik <dominik@science.uva.nl>
parents: 66690
diff changeset
4899
578b7f9692c4 (FAQ): Document `org-table-tab-jumps-over-hlines'.
Carsten Dominik <dominik@science.uva.nl>
parents: 66690
diff changeset
4900 @example
76138
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
4901 * COMMENT html style specifications
66988
578b7f9692c4 (FAQ): Document `org-table-tab-jumps-over-hlines'.
Carsten Dominik <dominik@science.uva.nl>
parents: 66690
diff changeset
4902
69929
beebc22085fe (Link format): New section, emphasis on bracket links.
Carsten Dominik <dominik@science.uva.nl>
parents: 69891
diff changeset
4903 # Local Variables:
66988
578b7f9692c4 (FAQ): Document `org-table-tab-jumps-over-hlines'.
Carsten Dominik <dominik@science.uva.nl>
parents: 66690
diff changeset
4904 # 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
4905 # p @{font-weight: normal; color: gray; @}
39f6e1889f85 (ASCII export): Omit command name.
Carsten Dominik <dominik@science.uva.nl>
parents: 70867
diff changeset
4906 # h1 @{color: black; @}
39f6e1889f85 (ASCII export): Omit command name.
Carsten Dominik <dominik@science.uva.nl>
parents: 70867
diff changeset
4907 # </style>"
39f6e1889f85 (ASCII export): Omit command name.
Carsten Dominik <dominik@science.uva.nl>
parents: 70867
diff changeset
4908 # End:
66988
578b7f9692c4 (FAQ): Document `org-table-tab-jumps-over-hlines'.
Carsten Dominik <dominik@science.uva.nl>
parents: 66690
diff changeset
4909 @end example
578b7f9692c4 (FAQ): Document `org-table-tab-jumps-over-hlines'.
Carsten Dominik <dominik@science.uva.nl>
parents: 66690
diff changeset
4910
578b7f9692c4 (FAQ): Document `org-table-tab-jumps-over-hlines'.
Carsten Dominik <dominik@science.uva.nl>
parents: 66690
diff changeset
4911 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
4912 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
4913 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
4914 section in the buffer.
66988
578b7f9692c4 (FAQ): Document `org-table-tab-jumps-over-hlines'.
Carsten Dominik <dominik@science.uva.nl>
parents: 66690
diff changeset
4915
70133
36d1ec75581c * org.texi: (Time stamps): Better explanation of the purpose of
Carsten Dominik <dominik@science.uva.nl>
parents: 70065
diff changeset
4916 @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
4917 @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
4918
70867
68e63907ebfb (Plain lists): Added new item navigation commands.
Carsten Dominik <dominik@science.uva.nl>
parents: 70164
diff changeset
4919 @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
4920 @section XOXO export
68e63907ebfb (Plain lists): Added new item navigation commands.
Carsten Dominik <dominik@science.uva.nl>
parents: 70164
diff changeset
4921 @cindex XOXO export
68e63907ebfb (Plain lists): Added new item navigation commands.
Carsten Dominik <dominik@science.uva.nl>
parents: 70164
diff changeset
4922
68e63907ebfb (Plain lists): Added new item navigation commands.
Carsten Dominik <dominik@science.uva.nl>
parents: 70164
diff changeset
4923 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
4924 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
4925 does not interpret any additional Org-mode features.
58792
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
4926
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
4927 @table @kbd
71653
9c582eb56ce7 (Exporting): Document `C-c C-e' as the prefix for
Carsten Dominik <dominik@science.uva.nl>
parents: 71564
diff changeset
4928 @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
4929 @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
4930 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
4931 @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
4932 @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
4933 Export only the visible part of the document.
58792
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
4934 @end table
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
4935
70867
68e63907ebfb (Plain lists): Added new item navigation commands.
Carsten Dominik <dominik@science.uva.nl>
parents: 70164
diff changeset
4936 @node iCalendar export, Text interpretation, XOXO export, Exporting
66264
d979e1d45f97 (Summary): Mention iCalendar support.
Carsten Dominik <dominik@science.uva.nl>
parents: 65965
diff changeset
4937 @section iCalendar export
67613
eab2494a32d7 *** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents: 67604
diff changeset
4938 @cindex iCalendar export
66264
d979e1d45f97 (Summary): Mention iCalendar support.
Carsten Dominik <dominik@science.uva.nl>
parents: 65965
diff changeset
4939
d979e1d45f97 (Summary): Mention iCalendar support.
Carsten Dominik <dominik@science.uva.nl>
parents: 65965
diff changeset
4940 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
4941 still prefer a standard calendar application for anniversaries and
d979e1d45f97 (Summary): Mention iCalendar support.
Carsten Dominik <dominik@science.uva.nl>
parents: 65965
diff changeset
4942 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
4943 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
4944 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
4945 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
4946 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
4947
d979e1d45f97 (Summary): Mention iCalendar support.
Carsten Dominik <dominik@science.uva.nl>
parents: 65965
diff changeset
4948 @table @kbd
71653
9c582eb56ce7 (Exporting): Document `C-c C-e' as the prefix for
Carsten Dominik <dominik@science.uva.nl>
parents: 71564
diff changeset
4949 @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
4950 @item C-c C-e i
66264
d979e1d45f97 (Summary): Mention iCalendar support.
Carsten Dominik <dominik@science.uva.nl>
parents: 65965
diff changeset
4951 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
4952 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
4953 @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
4954 @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
4955 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
4956 @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
4957 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
4958 @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
4959 @item C-c C-e c
66264
d979e1d45f97 (Summary): Mention iCalendar support.
Carsten Dominik <dominik@science.uva.nl>
parents: 65965
diff changeset
4960 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
4961 @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
4962 @code{org-combined-agenda-icalendar-file}.
d979e1d45f97 (Summary): Mention iCalendar support.
Carsten Dominik <dominik@science.uva.nl>
parents: 65965
diff changeset
4963 @end table
d979e1d45f97 (Summary): Mention iCalendar support.
Carsten Dominik <dominik@science.uva.nl>
parents: 65965
diff changeset
4964
67344
22aa7225124f (TODO basics): Document the global todo list.
Carsten Dominik <dominik@science.uva.nl>
parents: 67219
diff changeset
4965 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
4966 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
4967
66264
d979e1d45f97 (Summary): Mention iCalendar support.
Carsten Dominik <dominik@science.uva.nl>
parents: 65965
diff changeset
4968
70011
74050e653990 (Visibility cycling): Better names for the startup
Carsten Dominik <dominik@science.uva.nl>
parents: 69999
diff changeset
4969 @node Text interpretation, , iCalendar export, Exporting
74050e653990 (Visibility cycling): Better names for the startup
Carsten Dominik <dominik@science.uva.nl>
parents: 69999
diff changeset
4970 @section Text interpretation by the exporter
74050e653990 (Visibility cycling): Better names for the startup
Carsten Dominik <dominik@science.uva.nl>
parents: 69999
diff changeset
4971
74050e653990 (Visibility cycling): Better names for the startup
Carsten Dominik <dominik@science.uva.nl>
parents: 69999
diff changeset
4972 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
4973 in order to produce better output.
74050e653990 (Visibility cycling): Better names for the startup
Carsten Dominik <dominik@science.uva.nl>
parents: 69999
diff changeset
4974
74050e653990 (Visibility cycling): Better names for the startup
Carsten Dominik <dominik@science.uva.nl>
parents: 69999
diff changeset
4975 @menu
74050e653990 (Visibility cycling): Better names for the startup
Carsten Dominik <dominik@science.uva.nl>
parents: 69999
diff changeset
4976 * Comment lines:: Some lines will not be exported
74050e653990 (Visibility cycling): Better names for the startup
Carsten Dominik <dominik@science.uva.nl>
parents: 69999
diff changeset
4977 * Enhancing text:: Subscripts, symbols and more
74050e653990 (Visibility cycling): Better names for the startup
Carsten Dominik <dominik@science.uva.nl>
parents: 69999
diff changeset
4978 * 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
4979 @end menu
74050e653990 (Visibility cycling): Better names for the startup
Carsten Dominik <dominik@science.uva.nl>
parents: 69999
diff changeset
4980
74050e653990 (Visibility cycling): Better names for the startup
Carsten Dominik <dominik@science.uva.nl>
parents: 69999
diff changeset
4981 @node Comment lines, Enhancing text, Text interpretation, Text interpretation
74050e653990 (Visibility cycling): Better names for the startup
Carsten Dominik <dominik@science.uva.nl>
parents: 69999
diff changeset
4982 @subsection Comment lines
74050e653990 (Visibility cycling): Better names for the startup
Carsten Dominik <dominik@science.uva.nl>
parents: 69999
diff changeset
4983 @cindex comment lines
74050e653990 (Visibility cycling): Better names for the startup
Carsten Dominik <dominik@science.uva.nl>
parents: 69999
diff changeset
4984 @cindex exporting, not
74050e653990 (Visibility cycling): Better names for the startup
Carsten Dominik <dominik@science.uva.nl>
parents: 69999
diff changeset
4985
74050e653990 (Visibility cycling): Better names for the startup
Carsten Dominik <dominik@science.uva.nl>
parents: 69999
diff changeset
4986 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
4987 and will never be exported. Also entire subtrees starting with the
74050e653990 (Visibility cycling): Better names for the startup
Carsten Dominik <dominik@science.uva.nl>
parents: 69999
diff changeset
4988 word @samp{COMMENT} will never be exported. Finally, any text before
74050e653990 (Visibility cycling): Better names for the startup
Carsten Dominik <dominik@science.uva.nl>
parents: 69999
diff changeset
4989 the first headline will not be exported either.
74050e653990 (Visibility cycling): Better names for the startup
Carsten Dominik <dominik@science.uva.nl>
parents: 69999
diff changeset
4990
74050e653990 (Visibility cycling): Better names for the startup
Carsten Dominik <dominik@science.uva.nl>
parents: 69999
diff changeset
4991 @table @kbd
74050e653990 (Visibility cycling): Better names for the startup
Carsten Dominik <dominik@science.uva.nl>
parents: 69999
diff changeset
4992 @kindex C-c ;
74050e653990 (Visibility cycling): Better names for the startup
Carsten Dominik <dominik@science.uva.nl>
parents: 69999
diff changeset
4993 @item C-c ;
74050e653990 (Visibility cycling): Better names for the startup
Carsten Dominik <dominik@science.uva.nl>
parents: 69999
diff changeset
4994 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
4995 @end table
74050e653990 (Visibility cycling): Better names for the startup
Carsten Dominik <dominik@science.uva.nl>
parents: 69999
diff changeset
4996
74050e653990 (Visibility cycling): Better names for the startup
Carsten Dominik <dominik@science.uva.nl>
parents: 69999
diff changeset
4997 @node Enhancing text, Export options, Comment lines, Text interpretation
74050e653990 (Visibility cycling): Better names for the startup
Carsten Dominik <dominik@science.uva.nl>
parents: 69999
diff changeset
4998 @subsection Enhancing text for export
74050e653990 (Visibility cycling): Better names for the startup
Carsten Dominik <dominik@science.uva.nl>
parents: 69999
diff changeset
4999 @cindex enhancing text
74050e653990 (Visibility cycling): Better names for the startup
Carsten Dominik <dominik@science.uva.nl>
parents: 69999
diff changeset
5000 @cindex richer text
74050e653990 (Visibility cycling): Better names for the startup
Carsten Dominik <dominik@science.uva.nl>
parents: 69999
diff changeset
5001
74050e653990 (Visibility cycling): Better names for the startup
Carsten Dominik <dominik@science.uva.nl>
parents: 69999
diff changeset
5002 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
5003 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
5004 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
5005 formatted output.
74050e653990 (Visibility cycling): Better names for the startup
Carsten Dominik <dominik@science.uva.nl>
parents: 69999
diff changeset
5006
74050e653990 (Visibility cycling): Better names for the startup
Carsten Dominik <dominik@science.uva.nl>
parents: 69999
diff changeset
5007 @itemize @bullet
74050e653990 (Visibility cycling): Better names for the startup
Carsten Dominik <dominik@science.uva.nl>
parents: 69999
diff changeset
5008
74050e653990 (Visibility cycling): Better names for the startup
Carsten Dominik <dominik@science.uva.nl>
parents: 69999
diff changeset
5009 @cindex hand-formatted lists
74050e653990 (Visibility cycling): Better names for the startup
Carsten Dominik <dominik@science.uva.nl>
parents: 69999
diff changeset
5010 @cindex lists, hand-formatted
74050e653990 (Visibility cycling): Better names for the startup
Carsten Dominik <dominik@science.uva.nl>
parents: 69999
diff changeset
5011 @item
74050e653990 (Visibility cycling): Better names for the startup
Carsten Dominik <dominik@science.uva.nl>
parents: 69999
diff changeset
5012 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
5013 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
5014 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
5015
74050e653990 (Visibility cycling): Better names for the startup
Carsten Dominik <dominik@science.uva.nl>
parents: 69999
diff changeset
5016 @cindex underlined text
74050e653990 (Visibility cycling): Better names for the startup
Carsten Dominik <dominik@science.uva.nl>
parents: 69999
diff changeset
5017 @cindex bold text
74050e653990 (Visibility cycling): Better names for the startup
Carsten Dominik <dominik@science.uva.nl>
parents: 69999
diff changeset
5018 @cindex italic text
74050e653990 (Visibility cycling): Better names for the startup
Carsten Dominik <dominik@science.uva.nl>
parents: 69999
diff changeset
5019 @item
71450
93e8ae57983b (Embedded LaTeX): New chapter.
Carsten Dominik <dominik@science.uva.nl>
parents: 71386
diff changeset
5020 You can make words @b{*bold*}, @i{/italic/}, _underlined_,
93e8ae57983b (Embedded LaTeX): New chapter.
Carsten Dominik <dominik@science.uva.nl>
parents: 71386
diff changeset
5021 @code{=code=}, and @samp{+strikethrough+}.
93e8ae57983b (Embedded LaTeX): New chapter.
Carsten Dominik <dominik@science.uva.nl>
parents: 71386
diff changeset
5022
76138
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
5023 @cindex horizontal rules, in exported files
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
5024 @item
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
5025 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
5026 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
5027
71450
93e8ae57983b (Embedded LaTeX): New chapter.
Carsten Dominik <dominik@science.uva.nl>
parents: 71386
diff changeset
5028 @cindex LaTeX fragments, export
93e8ae57983b (Embedded LaTeX): New chapter.
Carsten Dominik <dominik@science.uva.nl>
parents: 71386
diff changeset
5029 @cindex TeX macros, export
70011
74050e653990 (Visibility cycling): Better names for the startup
Carsten Dominik <dominik@science.uva.nl>
parents: 69999
diff changeset
5030 @item
71450
93e8ae57983b (Embedded LaTeX): New chapter.
Carsten Dominik <dominik@science.uva.nl>
parents: 71386
diff changeset
5031 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
5032 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
5033
74050e653990 (Visibility cycling): Better names for the startup
Carsten Dominik <dominik@science.uva.nl>
parents: 69999
diff changeset
5034 @cindex tables, export
74050e653990 (Visibility cycling): Better names for the startup
Carsten Dominik <dominik@science.uva.nl>
parents: 69999
diff changeset
5035 @item
74050e653990 (Visibility cycling): Better names for the startup
Carsten Dominik <dominik@science.uva.nl>
parents: 69999
diff changeset
5036 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
5037 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
5038 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
5039
74050e653990 (Visibility cycling): Better names for the startup
Carsten Dominik <dominik@science.uva.nl>
parents: 69999
diff changeset
5040 @cindex fixed width
74050e653990 (Visibility cycling): Better names for the startup
Carsten Dominik <dominik@science.uva.nl>
parents: 69999
diff changeset
5041 @item
74050e653990 (Visibility cycling): Better names for the startup
Carsten Dominik <dominik@science.uva.nl>
parents: 69999
diff changeset
5042 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
5043 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
5044 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
5045 fixed-width font.
74050e653990 (Visibility cycling): Better names for the startup
Carsten Dominik <dominik@science.uva.nl>
parents: 69999
diff changeset
5046 @table @kbd
74050e653990 (Visibility cycling): Better names for the startup
Carsten Dominik <dominik@science.uva.nl>
parents: 69999
diff changeset
5047 @kindex C-c :
74050e653990 (Visibility cycling): Better names for the startup
Carsten Dominik <dominik@science.uva.nl>
parents: 69999
diff changeset
5048 @item C-c :
74050e653990 (Visibility cycling): Better names for the startup
Carsten Dominik <dominik@science.uva.nl>
parents: 69999
diff changeset
5049 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
5050 @end table
71246
f32b17d18b4b (ASCII export): Document indentation adaptation.
Carsten Dominik <dominik@science.uva.nl>
parents: 71224
diff changeset
5051
f32b17d18b4b (ASCII export): Document indentation adaptation.
Carsten Dominik <dominik@science.uva.nl>
parents: 71224
diff changeset
5052 @cindex linebreak, forced
f32b17d18b4b (ASCII export): Document indentation adaptation.
Carsten Dominik <dominik@science.uva.nl>
parents: 71224
diff changeset
5053 @item
f32b17d18b4b (ASCII export): Document indentation adaptation.
Carsten Dominik <dominik@science.uva.nl>
parents: 71224
diff changeset
5054 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
5055 this position.
70011
74050e653990 (Visibility cycling): Better names for the startup
Carsten Dominik <dominik@science.uva.nl>
parents: 69999
diff changeset
5056 @end itemize
74050e653990 (Visibility cycling): Better names for the startup
Carsten Dominik <dominik@science.uva.nl>
parents: 69999
diff changeset
5057
74050e653990 (Visibility cycling): Better names for the startup
Carsten Dominik <dominik@science.uva.nl>
parents: 69999
diff changeset
5058 If these conversions conflict with your habits of typing ASCII text,
74050e653990 (Visibility cycling): Better names for the startup
Carsten Dominik <dominik@science.uva.nl>
parents: 69999
diff changeset
5059 they can all be turned off with corresponding variables (see the
74050e653990 (Visibility cycling): Better names for the startup
Carsten Dominik <dominik@science.uva.nl>
parents: 69999
diff changeset
5060 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
5061 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
5062 buffer.
74050e653990 (Visibility cycling): Better names for the startup
Carsten Dominik <dominik@science.uva.nl>
parents: 69999
diff changeset
5063
71450
93e8ae57983b (Embedded LaTeX): New chapter.
Carsten Dominik <dominik@science.uva.nl>
parents: 71386
diff changeset
5064
70011
74050e653990 (Visibility cycling): Better names for the startup
Carsten Dominik <dominik@science.uva.nl>
parents: 69999
diff changeset
5065 @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
5066 @subsection Export options
74050e653990 (Visibility cycling): Better names for the startup
Carsten Dominik <dominik@science.uva.nl>
parents: 69999
diff changeset
5067 @cindex options, for export
74050e653990 (Visibility cycling): Better names for the startup
Carsten Dominik <dominik@science.uva.nl>
parents: 69999
diff changeset
5068
74050e653990 (Visibility cycling): Better names for the startup
Carsten Dominik <dominik@science.uva.nl>
parents: 69999
diff changeset
5069 @cindex completion, of option keywords
74050e653990 (Visibility cycling): Better names for the startup
Carsten Dominik <dominik@science.uva.nl>
parents: 69999
diff changeset
5070 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
5071 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
5072 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
5073 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
5074 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
5075 (@pxref{Completion}).
74050e653990 (Visibility cycling): Better names for the startup
Carsten Dominik <dominik@science.uva.nl>
parents: 69999
diff changeset
5076
74050e653990 (Visibility cycling): Better names for the startup
Carsten Dominik <dominik@science.uva.nl>
parents: 69999
diff changeset
5077 @table @kbd
71653
9c582eb56ce7 (Exporting): Document `C-c C-e' as the prefix for
Carsten Dominik <dominik@science.uva.nl>
parents: 71564
diff changeset
5078 @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
5079 @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
5080 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
5081 @end table
74050e653990 (Visibility cycling): Better names for the startup
Carsten Dominik <dominik@science.uva.nl>
parents: 69999
diff changeset
5082
74050e653990 (Visibility cycling): Better names for the startup
Carsten Dominik <dominik@science.uva.nl>
parents: 69999
diff changeset
5083 @example
74050e653990 (Visibility cycling): Better names for the startup
Carsten Dominik <dominik@science.uva.nl>
parents: 69999
diff changeset
5084 #+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
5085 #+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
5086 #+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
5087 #+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
5088 #+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
5089 #+TEXT: Several lines may be given.
71450
93e8ae57983b (Embedded LaTeX): New chapter.
Carsten Dominik <dominik@science.uva.nl>
parents: 71386
diff changeset
5090 #+OPTIONS: H:2 num:t toc:t \n:nil @@:t ::t |:t ^:t *:nil TeX:t LaTeX:t
70011
74050e653990 (Visibility cycling): Better names for the startup
Carsten Dominik <dominik@science.uva.nl>
parents: 69999
diff changeset
5091 @end example
74050e653990 (Visibility cycling): Better names for the startup
Carsten Dominik <dominik@science.uva.nl>
parents: 69999
diff changeset
5092
74050e653990 (Visibility cycling): Better names for the startup
Carsten Dominik <dominik@science.uva.nl>
parents: 69999
diff changeset
5093 @noindent
74050e653990 (Visibility cycling): Better names for the startup
Carsten Dominik <dominik@science.uva.nl>
parents: 69999
diff changeset
5094 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
5095 you can:
74050e653990 (Visibility cycling): Better names for the startup
Carsten Dominik <dominik@science.uva.nl>
parents: 69999
diff changeset
5096 @cindex headline levels
74050e653990 (Visibility cycling): Better names for the startup
Carsten Dominik <dominik@science.uva.nl>
parents: 69999
diff changeset
5097 @cindex section-numbers
74050e653990 (Visibility cycling): Better names for the startup
Carsten Dominik <dominik@science.uva.nl>
parents: 69999
diff changeset
5098 @cindex table of contents
74050e653990 (Visibility cycling): Better names for the startup
Carsten Dominik <dominik@science.uva.nl>
parents: 69999
diff changeset
5099 @cindex linebreak preservation
70867
68e63907ebfb (Plain lists): Added new item navigation commands.
Carsten Dominik <dominik@science.uva.nl>
parents: 70164
diff changeset
5100 @cindex quoted HTML tags
70011
74050e653990 (Visibility cycling): Better names for the startup
Carsten Dominik <dominik@science.uva.nl>
parents: 69999
diff changeset
5101 @cindex fixed-width sections
74050e653990 (Visibility cycling): Better names for the startup
Carsten Dominik <dominik@science.uva.nl>
parents: 69999
diff changeset
5102 @cindex tables
74050e653990 (Visibility cycling): Better names for the startup
Carsten Dominik <dominik@science.uva.nl>
parents: 69999
diff changeset
5103 @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
5104 @cindex emphasized text
74050e653990 (Visibility cycling): Better names for the startup
Carsten Dominik <dominik@science.uva.nl>
parents: 69999
diff changeset
5105 @cindex @TeX{} macros
71450
93e8ae57983b (Embedded LaTeX): New chapter.
Carsten Dominik <dominik@science.uva.nl>
parents: 71386
diff changeset
5106 @cindex La@TeX{} fragments
70011
74050e653990 (Visibility cycling): Better names for the startup
Carsten Dominik <dominik@science.uva.nl>
parents: 69999
diff changeset
5107 @example
74050e653990 (Visibility cycling): Better names for the startup
Carsten Dominik <dominik@science.uva.nl>
parents: 69999
diff changeset
5108 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
5109 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
5110 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
5111 \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
5112 @@: @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
5113 :: @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
5114 |: @r{turn on/off tables}
74050e653990 (Visibility cycling): Better names for the startup
Carsten Dominik <dominik@science.uva.nl>
parents: 69999
diff changeset
5115 ^: @r{turn on/off @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
5116 *: @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
5117 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
5118 LaTeX: @r{turn on/off La@TeX{} fragments}
70011
74050e653990 (Visibility cycling): Better names for the startup
Carsten Dominik <dominik@science.uva.nl>
parents: 69999
diff changeset
5119 @end example
74050e653990 (Visibility cycling): Better names for the startup
Carsten Dominik <dominik@science.uva.nl>
parents: 69999
diff changeset
5120
70867
68e63907ebfb (Plain lists): Added new item navigation commands.
Carsten Dominik <dominik@science.uva.nl>
parents: 70164
diff changeset
5121 @node Publishing, Miscellaneous, Exporting, Top
68e63907ebfb (Plain lists): Added new item navigation commands.
Carsten Dominik <dominik@science.uva.nl>
parents: 70164
diff changeset
5122 @chapter Publishing
71450
93e8ae57983b (Embedded LaTeX): New chapter.
Carsten Dominik <dominik@science.uva.nl>
parents: 71386
diff changeset
5123 @cindex publishing
70867
68e63907ebfb (Plain lists): Added new item navigation commands.
Carsten Dominik <dominik@science.uva.nl>
parents: 70164
diff changeset
5124
68e63907ebfb (Plain lists): Added new item navigation commands.
Carsten Dominik <dominik@science.uva.nl>
parents: 70164
diff changeset
5125 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
5126 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
5127 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
5128 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
5129 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
5130 @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
5131 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
5132 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
5133 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
5134 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
5135
68e63907ebfb (Plain lists): Added new item navigation commands.
Carsten Dominik <dominik@science.uva.nl>
parents: 70164
diff changeset
5136 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
5137
68e63907ebfb (Plain lists): Added new item navigation commands.
Carsten Dominik <dominik@science.uva.nl>
parents: 70164
diff changeset
5138 @menu
68e63907ebfb (Plain lists): Added new item navigation commands.
Carsten Dominik <dominik@science.uva.nl>
parents: 70164
diff changeset
5139 * Configuration:: Defining projects
68e63907ebfb (Plain lists): Added new item navigation commands.
Carsten Dominik <dominik@science.uva.nl>
parents: 70164
diff changeset
5140 * Sample configuration:: Example projects
68e63907ebfb (Plain lists): Added new item navigation commands.
Carsten Dominik <dominik@science.uva.nl>
parents: 70164
diff changeset
5141 * Triggering publication:: Publication commands
68e63907ebfb (Plain lists): Added new item navigation commands.
Carsten Dominik <dominik@science.uva.nl>
parents: 70164
diff changeset
5142 @end menu
68e63907ebfb (Plain lists): Added new item navigation commands.
Carsten Dominik <dominik@science.uva.nl>
parents: 70164
diff changeset
5143
68e63907ebfb (Plain lists): Added new item navigation commands.
Carsten Dominik <dominik@science.uva.nl>
parents: 70164
diff changeset
5144 @node Configuration, Sample configuration, Publishing, Publishing
68e63907ebfb (Plain lists): Added new item navigation commands.
Carsten Dominik <dominik@science.uva.nl>
parents: 70164
diff changeset
5145 @section Configuration
68e63907ebfb (Plain lists): Added new item navigation commands.
Carsten Dominik <dominik@science.uva.nl>
parents: 70164
diff changeset
5146
68e63907ebfb (Plain lists): Added new item navigation commands.
Carsten Dominik <dominik@science.uva.nl>
parents: 70164
diff changeset
5147 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
5148 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
5149
68e63907ebfb (Plain lists): Added new item navigation commands.
Carsten Dominik <dominik@science.uva.nl>
parents: 70164
diff changeset
5150 @menu
68e63907ebfb (Plain lists): Added new item navigation commands.
Carsten Dominik <dominik@science.uva.nl>
parents: 70164
diff changeset
5151 * Project alist:: The central configuration variable
71450
93e8ae57983b (Embedded LaTeX): New chapter.
Carsten Dominik <dominik@science.uva.nl>
parents: 71386
diff changeset
5152 * 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
5153 * 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
5154 * 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
5155 * Publishing options:: Tweaking HTML export
68e63907ebfb (Plain lists): Added new item navigation commands.
Carsten Dominik <dominik@science.uva.nl>
parents: 70164
diff changeset
5156 * 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
5157 * 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
5158 @end menu
68e63907ebfb (Plain lists): Added new item navigation commands.
Carsten Dominik <dominik@science.uva.nl>
parents: 70164
diff changeset
5159
71450
93e8ae57983b (Embedded LaTeX): New chapter.
Carsten Dominik <dominik@science.uva.nl>
parents: 71386
diff changeset
5160 @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
5161 @subsection The variable @code{org-publish-project-alist}
71450
93e8ae57983b (Embedded LaTeX): New chapter.
Carsten Dominik <dominik@science.uva.nl>
parents: 71386
diff changeset
5162 @cindex org-publish-project-alist
93e8ae57983b (Embedded LaTeX): New chapter.
Carsten Dominik <dominik@science.uva.nl>
parents: 71386
diff changeset
5163 @cindex projects, for publishing
70867
68e63907ebfb (Plain lists): Added new item navigation commands.
Carsten Dominik <dominik@science.uva.nl>
parents: 70164
diff changeset
5164
68e63907ebfb (Plain lists): Added new item navigation commands.
Carsten Dominik <dominik@science.uva.nl>
parents: 70164
diff changeset
5165 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
5166 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
5167 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
5168 the two following forms:
68e63907ebfb (Plain lists): Added new item navigation commands.
Carsten Dominik <dominik@science.uva.nl>
parents: 70164
diff changeset
5169
68e63907ebfb (Plain lists): Added new item navigation commands.
Carsten Dominik <dominik@science.uva.nl>
parents: 70164
diff changeset
5170 @lisp
68e63907ebfb (Plain lists): Added new item navigation commands.
Carsten Dominik <dominik@science.uva.nl>
parents: 70164
diff changeset
5171 ("project-name" :property value :property value ...)
68e63907ebfb (Plain lists): Added new item navigation commands.
Carsten Dominik <dominik@science.uva.nl>
parents: 70164
diff changeset
5172
68e63907ebfb (Plain lists): Added new item navigation commands.
Carsten Dominik <dominik@science.uva.nl>
parents: 70164
diff changeset
5173 @r{or}
68e63907ebfb (Plain lists): Added new item navigation commands.
Carsten Dominik <dominik@science.uva.nl>
parents: 70164
diff changeset
5174
71098
b98399840395 Small typo fixes.
Carsten Dominik <dominik@science.uva.nl>
parents: 70974
diff changeset
5175 ("project-name" :components ("project-name" "project-name" ...))
b98399840395 Small typo fixes.
Carsten Dominik <dominik@science.uva.nl>
parents: 70974
diff changeset
5176
70867
68e63907ebfb (Plain lists): Added new item navigation commands.
Carsten Dominik <dominik@science.uva.nl>
parents: 70164
diff changeset
5177 @end lisp
68e63907ebfb (Plain lists): Added new item navigation commands.
Carsten Dominik <dominik@science.uva.nl>
parents: 70164
diff changeset
5178
68e63907ebfb (Plain lists): Added new item navigation commands.
Carsten Dominik <dominik@science.uva.nl>
parents: 70164
diff changeset
5179 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
5180 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
5181 the publishing configuration to use when publishing those files. When
b98399840395 Small typo fixes.
Carsten Dominik <dominik@science.uva.nl>
parents: 70974
diff changeset
5182 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
5183 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
5184 project, which group together files requiring different publishing
b98399840395 Small typo fixes.
Carsten Dominik <dominik@science.uva.nl>
parents: 70974
diff changeset
5185 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
5186 will also publish.
70867
68e63907ebfb (Plain lists): Added new item navigation commands.
Carsten Dominik <dominik@science.uva.nl>
parents: 70164
diff changeset
5187
71450
93e8ae57983b (Embedded LaTeX): New chapter.
Carsten Dominik <dominik@science.uva.nl>
parents: 71386
diff changeset
5188 @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
5189 @subsection Sources and destinations for files
71450
93e8ae57983b (Embedded LaTeX): New chapter.
Carsten Dominik <dominik@science.uva.nl>
parents: 71386
diff changeset
5190 @cindex directories, for publishing
70867
68e63907ebfb (Plain lists): Added new item navigation commands.
Carsten Dominik <dominik@science.uva.nl>
parents: 70164
diff changeset
5191
68e63907ebfb (Plain lists): Added new item navigation commands.
Carsten Dominik <dominik@science.uva.nl>
parents: 70164
diff changeset
5192 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
5193 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
5194 and where to put published files.
68e63907ebfb (Plain lists): Added new item navigation commands.
Carsten Dominik <dominik@science.uva.nl>
parents: 70164
diff changeset
5195
68e63907ebfb (Plain lists): Added new item navigation commands.
Carsten Dominik <dominik@science.uva.nl>
parents: 70164
diff changeset
5196 @multitable @columnfractions 0.3 0.7
68e63907ebfb (Plain lists): Added new item navigation commands.
Carsten Dominik <dominik@science.uva.nl>
parents: 70164
diff changeset
5197 @item @code{:base-directory}
68e63907ebfb (Plain lists): Added new item navigation commands.
Carsten Dominik <dominik@science.uva.nl>
parents: 70164
diff changeset
5198 @tab Directory containing publishing source files
68e63907ebfb (Plain lists): Added new item navigation commands.
Carsten Dominik <dominik@science.uva.nl>
parents: 70164
diff changeset
5199 @item @code{:publishing-directory}
68e63907ebfb (Plain lists): Added new item navigation commands.
Carsten Dominik <dominik@science.uva.nl>
parents: 70164
diff changeset
5200 @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
5201 @item @code{:preparation-function}
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
5202 @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
5203 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
5204 @end multitable
68e63907ebfb (Plain lists): Added new item navigation commands.
Carsten Dominik <dominik@science.uva.nl>
parents: 70164
diff changeset
5205 @noindent
68e63907ebfb (Plain lists): Added new item navigation commands.
Carsten Dominik <dominik@science.uva.nl>
parents: 70164
diff changeset
5206
71450
93e8ae57983b (Embedded LaTeX): New chapter.
Carsten Dominik <dominik@science.uva.nl>
parents: 71386
diff changeset
5207 @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
5208 @subsection Selecting files
71450
93e8ae57983b (Embedded LaTeX): New chapter.
Carsten Dominik <dominik@science.uva.nl>
parents: 71386
diff changeset
5209 @cindex files, selecting for publishing
70867
68e63907ebfb (Plain lists): Added new item navigation commands.
Carsten Dominik <dominik@science.uva.nl>
parents: 70164
diff changeset
5210
68e63907ebfb (Plain lists): Added new item navigation commands.
Carsten Dominik <dominik@science.uva.nl>
parents: 70164
diff changeset
5211 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
5212 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
5213 properties
68e63907ebfb (Plain lists): Added new item navigation commands.
Carsten Dominik <dominik@science.uva.nl>
parents: 70164
diff changeset
5214 @multitable @columnfractions 0.25 0.75
68e63907ebfb (Plain lists): Added new item navigation commands.
Carsten Dominik <dominik@science.uva.nl>
parents: 70164
diff changeset
5215 @item @code{:base-extension}
68e63907ebfb (Plain lists): Added new item navigation commands.
Carsten Dominik <dominik@science.uva.nl>
parents: 70164
diff changeset
5216 @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
5217 regular expression.
68e63907ebfb (Plain lists): Added new item navigation commands.
Carsten Dominik <dominik@science.uva.nl>
parents: 70164
diff changeset
5218
68e63907ebfb (Plain lists): Added new item navigation commands.
Carsten Dominik <dominik@science.uva.nl>
parents: 70164
diff changeset
5219 @item @code{:exclude}
68e63907ebfb (Plain lists): Added new item navigation commands.
Carsten Dominik <dominik@science.uva.nl>
parents: 70164
diff changeset
5220 @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
5221 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
5222 extension.
68e63907ebfb (Plain lists): Added new item navigation commands.
Carsten Dominik <dominik@science.uva.nl>
parents: 70164
diff changeset
5223
68e63907ebfb (Plain lists): Added new item navigation commands.
Carsten Dominik <dominik@science.uva.nl>
parents: 70164
diff changeset
5224 @item @code{:include}
68e63907ebfb (Plain lists): Added new item navigation commands.
Carsten Dominik <dominik@science.uva.nl>
parents: 70164
diff changeset
5225 @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
5226 and @code{:exclude}.
68e63907ebfb (Plain lists): Added new item navigation commands.
Carsten Dominik <dominik@science.uva.nl>
parents: 70164
diff changeset
5227 @end multitable
68e63907ebfb (Plain lists): Added new item navigation commands.
Carsten Dominik <dominik@science.uva.nl>
parents: 70164
diff changeset
5228
68e63907ebfb (Plain lists): Added new item navigation commands.
Carsten Dominik <dominik@science.uva.nl>
parents: 70164
diff changeset
5229 @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
5230 @subsection Publishing Action
71450
93e8ae57983b (Embedded LaTeX): New chapter.
Carsten Dominik <dominik@science.uva.nl>
parents: 71386
diff changeset
5231 @cindex action, for publishing
70867
68e63907ebfb (Plain lists): Added new item navigation commands.
Carsten Dominik <dominik@science.uva.nl>
parents: 70164
diff changeset
5232
68e63907ebfb (Plain lists): Added new item navigation commands.
Carsten Dominik <dominik@science.uva.nl>
parents: 70164
diff changeset
5233 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
5234 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
5235 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
5236 @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
5237 (@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
5238 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
5239 specify the publishing function.
68e63907ebfb (Plain lists): Added new item navigation commands.
Carsten Dominik <dominik@science.uva.nl>
parents: 70164
diff changeset
5240
68e63907ebfb (Plain lists): Added new item navigation commands.
Carsten Dominik <dominik@science.uva.nl>
parents: 70164
diff changeset
5241 @multitable @columnfractions 0.3 0.7
68e63907ebfb (Plain lists): Added new item navigation commands.
Carsten Dominik <dominik@science.uva.nl>
parents: 70164
diff changeset
5242 @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
5243 @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
5244 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
5245 @end multitable
68e63907ebfb (Plain lists): Added new item navigation commands.
Carsten Dominik <dominik@science.uva.nl>
parents: 70164
diff changeset
5246
68e63907ebfb (Plain lists): Added new item navigation commands.
Carsten Dominik <dominik@science.uva.nl>
parents: 70164
diff changeset
5247 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
5248 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
5249 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
5250 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
5251 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
5252 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
5253 @code{org-publish-attachment}.
68e63907ebfb (Plain lists): Added new item navigation commands.
Carsten Dominik <dominik@science.uva.nl>
parents: 70164
diff changeset
5254
68e63907ebfb (Plain lists): Added new item navigation commands.
Carsten Dominik <dominik@science.uva.nl>
parents: 70164
diff changeset
5255 @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
5256 @subsection Options for the HTML exporter
71450
93e8ae57983b (Embedded LaTeX): New chapter.
Carsten Dominik <dominik@science.uva.nl>
parents: 71386
diff changeset
5257 @cindex options, for publishing
70867
68e63907ebfb (Plain lists): Added new item navigation commands.
Carsten Dominik <dominik@science.uva.nl>
parents: 70164
diff changeset
5258
68e63907ebfb (Plain lists): Added new item navigation commands.
Carsten Dominik <dominik@science.uva.nl>
parents: 70164
diff changeset
5259 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
5260 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
5261 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
5262 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
5263 respective variable for details.
68e63907ebfb (Plain lists): Added new item navigation commands.
Carsten Dominik <dominik@science.uva.nl>
parents: 70164
diff changeset
5264
68e63907ebfb (Plain lists): Added new item navigation commands.
Carsten Dominik <dominik@science.uva.nl>
parents: 70164
diff changeset
5265 @multitable @columnfractions 0.3 0.7
68e63907ebfb (Plain lists): Added new item navigation commands.
Carsten Dominik <dominik@science.uva.nl>
parents: 70164
diff changeset
5266 @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
5267 @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
5268 @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
5269 @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
5270 @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
5271 @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
5272 @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
5273 @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
5274 @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
5275 @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
5276 @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
5277 @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
5278 @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
5279 @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
5280 @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
5281 @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
5282 @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
5283 @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
5284 @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
5285 @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
5286 @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
5287 @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
5288 @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
5289 @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
5290 @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
5291 @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
5292 @end multitable
68e63907ebfb (Plain lists): Added new item navigation commands.
Carsten Dominik <dominik@science.uva.nl>
parents: 70164
diff changeset
5293
68e63907ebfb (Plain lists): Added new item navigation commands.
Carsten Dominik <dominik@science.uva.nl>
parents: 70164
diff changeset
5294 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
5295 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
5296 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
5297 options}), however, override everything.
68e63907ebfb (Plain lists): Added new item navigation commands.
Carsten Dominik <dominik@science.uva.nl>
parents: 70164
diff changeset
5298
68e63907ebfb (Plain lists): Added new item navigation commands.
Carsten Dominik <dominik@science.uva.nl>
parents: 70164
diff changeset
5299 @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
5300 @subsection Links between published files
71450
93e8ae57983b (Embedded LaTeX): New chapter.
Carsten Dominik <dominik@science.uva.nl>
parents: 71386
diff changeset
5301 @cindex links, publishing
70867
68e63907ebfb (Plain lists): Added new item navigation commands.
Carsten Dominik <dominik@science.uva.nl>
parents: 70164
diff changeset
5302
68e63907ebfb (Plain lists): Added new item navigation commands.
Carsten Dominik <dominik@science.uva.nl>
parents: 70164
diff changeset
5303 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
5304 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
5305 @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
5306 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
5307 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
5308 you publish them to HTML.
68e63907ebfb (Plain lists): Added new item navigation commands.
Carsten Dominik <dominik@science.uva.nl>
parents: 70164
diff changeset
5309
68e63907ebfb (Plain lists): Added new item navigation commands.
Carsten Dominik <dominik@science.uva.nl>
parents: 70164
diff changeset
5310 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
5311 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
5312 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
5313 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
5314
71386
0b2c58e8821c (Publishing links): Document the
Carsten Dominik <dominik@science.uva.nl>
parents: 71312
diff changeset
5315 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
5316 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
5317 location. In this case, use the property
0b2c58e8821c (Publishing links): Document the
Carsten Dominik <dominik@science.uva.nl>
parents: 71312
diff changeset
5318
0b2c58e8821c (Publishing links): Document the
Carsten Dominik <dominik@science.uva.nl>
parents: 71312
diff changeset
5319 @multitable @columnfractions 0.4 0.6
0b2c58e8821c (Publishing links): Document the
Carsten Dominik <dominik@science.uva.nl>
parents: 71312
diff changeset
5320 @item @code{:link-validation-function}
0b2c58e8821c (Publishing links): Document the
Carsten Dominik <dominik@science.uva.nl>
parents: 71312
diff changeset
5321 @tab Function to validate links
0b2c58e8821c (Publishing links): Document the
Carsten Dominik <dominik@science.uva.nl>
parents: 71312
diff changeset
5322 @end multitable
0b2c58e8821c (Publishing links): Document the
Carsten Dominik <dominik@science.uva.nl>
parents: 71312
diff changeset
5323
0b2c58e8821c (Publishing links): Document the
Carsten Dominik <dominik@science.uva.nl>
parents: 71312
diff changeset
5324 @noindent
0b2c58e8821c (Publishing links): Document the
Carsten Dominik <dominik@science.uva.nl>
parents: 71312
diff changeset
5325 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
5326 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
5327 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
5328 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
5329 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
5330 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
5331 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
5332
70867
68e63907ebfb (Plain lists): Added new item navigation commands.
Carsten Dominik <dominik@science.uva.nl>
parents: 70164
diff changeset
5333 @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
5334 @subsection Project page index
71450
93e8ae57983b (Embedded LaTeX): New chapter.
Carsten Dominik <dominik@science.uva.nl>
parents: 71386
diff changeset
5335 @cindex index, of published pages
70867
68e63907ebfb (Plain lists): Added new item navigation commands.
Carsten Dominik <dominik@science.uva.nl>
parents: 70164
diff changeset
5336
68e63907ebfb (Plain lists): Added new item navigation commands.
Carsten Dominik <dominik@science.uva.nl>
parents: 70164
diff changeset
5337 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
5338 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
5339
68e63907ebfb (Plain lists): Added new item navigation commands.
Carsten Dominik <dominik@science.uva.nl>
parents: 70164
diff changeset
5340 @multitable @columnfractions 0.25 0.75
68e63907ebfb (Plain lists): Added new item navigation commands.
Carsten Dominik <dominik@science.uva.nl>
parents: 70164
diff changeset
5341 @item @code{:auto-index}
68e63907ebfb (Plain lists): Added new item navigation commands.
Carsten Dominik <dominik@science.uva.nl>
parents: 70164
diff changeset
5342 @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
5343 org-publish-all.
68e63907ebfb (Plain lists): Added new item navigation commands.
Carsten Dominik <dominik@science.uva.nl>
parents: 70164
diff changeset
5344
68e63907ebfb (Plain lists): Added new item navigation commands.
Carsten Dominik <dominik@science.uva.nl>
parents: 70164
diff changeset
5345 @item @code{:index-filename}
68e63907ebfb (Plain lists): Added new item navigation commands.
Carsten Dominik <dominik@science.uva.nl>
parents: 70164
diff changeset
5346 @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
5347 becomes @file{index.html}).
68e63907ebfb (Plain lists): Added new item navigation commands.
Carsten Dominik <dominik@science.uva.nl>
parents: 70164
diff changeset
5348
68e63907ebfb (Plain lists): Added new item navigation commands.
Carsten Dominik <dominik@science.uva.nl>
parents: 70164
diff changeset
5349 @item @code{:index-title}
68e63907ebfb (Plain lists): Added new item navigation commands.
Carsten Dominik <dominik@science.uva.nl>
parents: 70164
diff changeset
5350 @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
5351
68e63907ebfb (Plain lists): Added new item navigation commands.
Carsten Dominik <dominik@science.uva.nl>
parents: 70164
diff changeset
5352 @item @code{:index-function}
68e63907ebfb (Plain lists): Added new item navigation commands.
Carsten Dominik <dominik@science.uva.nl>
parents: 70164
diff changeset
5353 @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
5354 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
5355 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
5356 @end multitable
68e63907ebfb (Plain lists): Added new item navigation commands.
Carsten Dominik <dominik@science.uva.nl>
parents: 70164
diff changeset
5357
68e63907ebfb (Plain lists): Added new item navigation commands.
Carsten Dominik <dominik@science.uva.nl>
parents: 70164
diff changeset
5358 @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
5359 @section Sample configuration
68e63907ebfb (Plain lists): Added new item navigation commands.
Carsten Dominik <dominik@science.uva.nl>
parents: 70164
diff changeset
5360
68e63907ebfb (Plain lists): Added new item navigation commands.
Carsten Dominik <dominik@science.uva.nl>
parents: 70164
diff changeset
5361 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
5362 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
5363 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
5364
68e63907ebfb (Plain lists): Added new item navigation commands.
Carsten Dominik <dominik@science.uva.nl>
parents: 70164
diff changeset
5365 @menu
68e63907ebfb (Plain lists): Added new item navigation commands.
Carsten Dominik <dominik@science.uva.nl>
parents: 70164
diff changeset
5366 * Simple example:: One-component publishing
68e63907ebfb (Plain lists): Added new item navigation commands.
Carsten Dominik <dominik@science.uva.nl>
parents: 70164
diff changeset
5367 * 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
5368 @end menu
68e63907ebfb (Plain lists): Added new item navigation commands.
Carsten Dominik <dominik@science.uva.nl>
parents: 70164
diff changeset
5369
68e63907ebfb (Plain lists): Added new item navigation commands.
Carsten Dominik <dominik@science.uva.nl>
parents: 70164
diff changeset
5370 @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
5371 @subsection Example: simple publishing configuration
68e63907ebfb (Plain lists): Added new item navigation commands.
Carsten Dominik <dominik@science.uva.nl>
parents: 70164
diff changeset
5372
68e63907ebfb (Plain lists): Added new item navigation commands.
Carsten Dominik <dominik@science.uva.nl>
parents: 70164
diff changeset
5373 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
5374 directory on the local machine.
68e63907ebfb (Plain lists): Added new item navigation commands.
Carsten Dominik <dominik@science.uva.nl>
parents: 70164
diff changeset
5375
68e63907ebfb (Plain lists): Added new item navigation commands.
Carsten Dominik <dominik@science.uva.nl>
parents: 70164
diff changeset
5376 @lisp
68e63907ebfb (Plain lists): Added new item navigation commands.
Carsten Dominik <dominik@science.uva.nl>
parents: 70164
diff changeset
5377 (setq org-publish-project-alist
68e63907ebfb (Plain lists): Added new item navigation commands.
Carsten Dominik <dominik@science.uva.nl>
parents: 70164
diff changeset
5378 '(("org"
68e63907ebfb (Plain lists): Added new item navigation commands.
Carsten Dominik <dominik@science.uva.nl>
parents: 70164
diff changeset
5379 :base-directory "~/org/"
68e63907ebfb (Plain lists): Added new item navigation commands.
Carsten Dominik <dominik@science.uva.nl>
parents: 70164
diff changeset
5380 :publishing-directory "~/public_html"
68e63907ebfb (Plain lists): Added new item navigation commands.
Carsten Dominik <dominik@science.uva.nl>
parents: 70164
diff changeset
5381 :section-numbers nil
68e63907ebfb (Plain lists): Added new item navigation commands.
Carsten Dominik <dominik@science.uva.nl>
parents: 70164
diff changeset
5382 :table-of-contents nil
68e63907ebfb (Plain lists): Added new item navigation commands.
Carsten Dominik <dominik@science.uva.nl>
parents: 70164
diff changeset
5383 :style "<link rel=stylesheet
68e63907ebfb (Plain lists): Added new item navigation commands.
Carsten Dominik <dominik@science.uva.nl>
parents: 70164
diff changeset
5384 href=\"../other/mystyle.css\"
68e63907ebfb (Plain lists): Added new item navigation commands.
Carsten Dominik <dominik@science.uva.nl>
parents: 70164
diff changeset
5385 type=\"text/css\">")))
68e63907ebfb (Plain lists): Added new item navigation commands.
Carsten Dominik <dominik@science.uva.nl>
parents: 70164
diff changeset
5386 @end lisp
68e63907ebfb (Plain lists): Added new item navigation commands.
Carsten Dominik <dominik@science.uva.nl>
parents: 70164
diff changeset
5387
68e63907ebfb (Plain lists): Added new item navigation commands.
Carsten Dominik <dominik@science.uva.nl>
parents: 70164
diff changeset
5388 @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
5389 @subsection Example: complex publishing configuration
68e63907ebfb (Plain lists): Added new item navigation commands.
Carsten Dominik <dominik@science.uva.nl>
parents: 70164
diff changeset
5390
68e63907ebfb (Plain lists): Added new item navigation commands.
Carsten Dominik <dominik@science.uva.nl>
parents: 70164
diff changeset
5391 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
5392 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
5393 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
5394 excluded.
68e63907ebfb (Plain lists): Added new item navigation commands.
Carsten Dominik <dominik@science.uva.nl>
parents: 70164
diff changeset
5395
68e63907ebfb (Plain lists): Added new item navigation commands.
Carsten Dominik <dominik@science.uva.nl>
parents: 70164
diff changeset
5396 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
5397 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
5398 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
5399 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
5400 @c
68e63907ebfb (Plain lists): Added new item navigation commands.
Carsten Dominik <dominik@science.uva.nl>
parents: 70164
diff changeset
5401 @example
68e63907ebfb (Plain lists): Added new item navigation commands.
Carsten Dominik <dominik@science.uva.nl>
parents: 70164
diff changeset
5402 file:../images/myimage.png
68e63907ebfb (Plain lists): Added new item navigation commands.
Carsten Dominik <dominik@science.uva.nl>
parents: 70164
diff changeset
5403 @end example
68e63907ebfb (Plain lists): Added new item navigation commands.
Carsten Dominik <dominik@science.uva.nl>
parents: 70164
diff changeset
5404 @c
68e63907ebfb (Plain lists): Added new item navigation commands.
Carsten Dominik <dominik@science.uva.nl>
parents: 70164
diff changeset
5405 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
5406 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
5407 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
5408
68e63907ebfb (Plain lists): Added new item navigation commands.
Carsten Dominik <dominik@science.uva.nl>
parents: 70164
diff changeset
5409 @lisp
68e63907ebfb (Plain lists): Added new item navigation commands.
Carsten Dominik <dominik@science.uva.nl>
parents: 70164
diff changeset
5410 (setq org-publish-project-alist
71098
b98399840395 Small typo fixes.
Carsten Dominik <dominik@science.uva.nl>
parents: 70974
diff changeset
5411 '(("orgfiles"
70867
68e63907ebfb (Plain lists): Added new item navigation commands.
Carsten Dominik <dominik@science.uva.nl>
parents: 70164
diff changeset
5412 :base-directory "~/org/"
68e63907ebfb (Plain lists): Added new item navigation commands.
Carsten Dominik <dominik@science.uva.nl>
parents: 70164
diff changeset
5413 :base-extension "org"
68e63907ebfb (Plain lists): Added new item navigation commands.
Carsten Dominik <dominik@science.uva.nl>
parents: 70164
diff changeset
5414 :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
5415 :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
5416 :exclude "PrivatePage.org" ;; regexp
68e63907ebfb (Plain lists): Added new item navigation commands.
Carsten Dominik <dominik@science.uva.nl>
parents: 70164
diff changeset
5417 :headline-levels 3
68e63907ebfb (Plain lists): Added new item navigation commands.
Carsten Dominik <dominik@science.uva.nl>
parents: 70164
diff changeset
5418 :section-numbers nil
68e63907ebfb (Plain lists): Added new item navigation commands.
Carsten Dominik <dominik@science.uva.nl>
parents: 70164
diff changeset
5419 :table-of-contents nil
68e63907ebfb (Plain lists): Added new item navigation commands.
Carsten Dominik <dominik@science.uva.nl>
parents: 70164
diff changeset
5420 :style "<link rel=stylesheet
68e63907ebfb (Plain lists): Added new item navigation commands.
Carsten Dominik <dominik@science.uva.nl>
parents: 70164
diff changeset
5421 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
5422 :auto-preamble t
68e63907ebfb (Plain lists): Added new item navigation commands.
Carsten Dominik <dominik@science.uva.nl>
parents: 70164
diff changeset
5423 :auto-postamble nil)
68e63907ebfb (Plain lists): Added new item navigation commands.
Carsten Dominik <dominik@science.uva.nl>
parents: 70164
diff changeset
5424
68e63907ebfb (Plain lists): Added new item navigation commands.
Carsten Dominik <dominik@science.uva.nl>
parents: 70164
diff changeset
5425 ("images"
68e63907ebfb (Plain lists): Added new item navigation commands.
Carsten Dominik <dominik@science.uva.nl>
parents: 70164
diff changeset
5426 :base-directory "~/images/"
68e63907ebfb (Plain lists): Added new item navigation commands.
Carsten Dominik <dominik@science.uva.nl>
parents: 70164
diff changeset
5427 :base-extension "jpg\\|gif\\|png"
68e63907ebfb (Plain lists): Added new item navigation commands.
Carsten Dominik <dominik@science.uva.nl>
parents: 70164
diff changeset
5428 :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
5429 :publishing-function org-publish-attachment)
68e63907ebfb (Plain lists): Added new item navigation commands.
Carsten Dominik <dominik@science.uva.nl>
parents: 70164
diff changeset
5430
68e63907ebfb (Plain lists): Added new item navigation commands.
Carsten Dominik <dominik@science.uva.nl>
parents: 70164
diff changeset
5431 ("other"
68e63907ebfb (Plain lists): Added new item navigation commands.
Carsten Dominik <dominik@science.uva.nl>
parents: 70164
diff changeset
5432 :base-directory "~/other/"
68e63907ebfb (Plain lists): Added new item navigation commands.
Carsten Dominik <dominik@science.uva.nl>
parents: 70164
diff changeset
5433 :base-extension "css\\|el"
68e63907ebfb (Plain lists): Added new item navigation commands.
Carsten Dominik <dominik@science.uva.nl>
parents: 70164
diff changeset
5434 :publishing-directory "/ssh:user@@host:~/html/other/"
71098
b98399840395 Small typo fixes.
Carsten Dominik <dominik@science.uva.nl>
parents: 70974
diff changeset
5435 :publishing-function org-publish-attachment)
b98399840395 Small typo fixes.
Carsten Dominik <dominik@science.uva.nl>
parents: 70974
diff changeset
5436 ("website" :components ("orgfiles" "images" "other"))))
70867
68e63907ebfb (Plain lists): Added new item navigation commands.
Carsten Dominik <dominik@science.uva.nl>
parents: 70164
diff changeset
5437 @end lisp
68e63907ebfb (Plain lists): Added new item navigation commands.
Carsten Dominik <dominik@science.uva.nl>
parents: 70164
diff changeset
5438
68e63907ebfb (Plain lists): Added new item navigation commands.
Carsten Dominik <dominik@science.uva.nl>
parents: 70164
diff changeset
5439 @node Triggering publication, , Sample configuration, Publishing
68e63907ebfb (Plain lists): Added new item navigation commands.
Carsten Dominik <dominik@science.uva.nl>
parents: 70164
diff changeset
5440 @section Triggering publication
68e63907ebfb (Plain lists): Added new item navigation commands.
Carsten Dominik <dominik@science.uva.nl>
parents: 70164
diff changeset
5441
68e63907ebfb (Plain lists): Added new item navigation commands.
Carsten Dominik <dominik@science.uva.nl>
parents: 70164
diff changeset
5442 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
5443 following functions:
68e63907ebfb (Plain lists): Added new item navigation commands.
Carsten Dominik <dominik@science.uva.nl>
parents: 70164
diff changeset
5444
68e63907ebfb (Plain lists): Added new item navigation commands.
Carsten Dominik <dominik@science.uva.nl>
parents: 70164
diff changeset
5445 @table @kbd
68e63907ebfb (Plain lists): Added new item navigation commands.
Carsten Dominik <dominik@science.uva.nl>
parents: 70164
diff changeset
5446 @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
5447 Prompt for a specific project and publish all files that belong to it.
70867
68e63907ebfb (Plain lists): Added new item navigation commands.
Carsten Dominik <dominik@science.uva.nl>
parents: 70164
diff changeset
5448 @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
5449 Publish the project containing the current file.
70867
68e63907ebfb (Plain lists): Added new item navigation commands.
Carsten Dominik <dominik@science.uva.nl>
parents: 70164
diff changeset
5450 @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
5451 Publish only the current file.
70867
68e63907ebfb (Plain lists): Added new item navigation commands.
Carsten Dominik <dominik@science.uva.nl>
parents: 70164
diff changeset
5452 @item C-c C-e a
68e63907ebfb (Plain lists): Added new item navigation commands.
Carsten Dominik <dominik@science.uva.nl>
parents: 70164
diff changeset
5453 Publish all projects.
68e63907ebfb (Plain lists): Added new item navigation commands.
Carsten Dominik <dominik@science.uva.nl>
parents: 70164
diff changeset
5454 @end table
68e63907ebfb (Plain lists): Added new item navigation commands.
Carsten Dominik <dominik@science.uva.nl>
parents: 70164
diff changeset
5455
68e63907ebfb (Plain lists): Added new item navigation commands.
Carsten Dominik <dominik@science.uva.nl>
parents: 70164
diff changeset
5456 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
5457 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
5458 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
5459
71386
0b2c58e8821c (Publishing links): Document the
Carsten Dominik <dominik@science.uva.nl>
parents: 71312
diff changeset
5460 @node Miscellaneous, Extensions and Hacking, Publishing, Top
58792
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
5461 @chapter Miscellaneous
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
5462
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
5463 @menu
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
5464 * Completion:: M-TAB knows what you need
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
5465 * Customization:: Adapting Org-mode to your taste
71450
93e8ae57983b (Embedded LaTeX): New chapter.
Carsten Dominik <dominik@science.uva.nl>
parents: 71386
diff changeset
5466 * 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
5467 * 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
5468 * 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
5469 * TTY keys:: Using Org-mode on a tty
58792
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
5470 * Interaction:: Other Emacs packages
63362
8a4e1b582425 Version 3.11
Carsten Dominik <dominik@science.uva.nl>
parents: 62713
diff changeset
5471 * Bugs:: Things which do not work perfectly
58792
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
5472 @end menu
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
5473
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
5474 @node Completion, Customization, Miscellaneous, Miscellaneous
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
5475 @section Completion
63833
addf44674c32 Version 3.12
Carsten Dominik <dominik@science.uva.nl>
parents: 63672
diff changeset
5476 @cindex completion, of @TeX{} symbols
addf44674c32 Version 3.12
Carsten Dominik <dominik@science.uva.nl>
parents: 63672
diff changeset
5477 @cindex completion, of TODO keywords
addf44674c32 Version 3.12
Carsten Dominik <dominik@science.uva.nl>
parents: 63672
diff changeset
5478 @cindex completion, of dictionary words
addf44674c32 Version 3.12
Carsten Dominik <dominik@science.uva.nl>
parents: 63672
diff changeset
5479 @cindex completion, of option keywords
67613
eab2494a32d7 *** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents: 67604
diff changeset
5480 @cindex completion, of tags
76138
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
5481 @cindex completion, of link abbreviations
67613
eab2494a32d7 *** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents: 67604
diff changeset
5482 @cindex @TeX{} symbol completion
eab2494a32d7 *** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents: 67604
diff changeset
5483 @cindex TODO keywords completion
eab2494a32d7 *** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents: 67604
diff changeset
5484 @cindex dictionary word completion
eab2494a32d7 *** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents: 67604
diff changeset
5485 @cindex option keyword completion
eab2494a32d7 *** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents: 67604
diff changeset
5486 @cindex tag completion
76138
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
5487 @cindex link abbreviations, completion of
58792
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
5488
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
5489 Org-mode supports in-buffer completion. This type of completion does
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
5490 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
5491 the buffer and use the key to complete text right there.
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
5492
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
5493 @table @kbd
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
5494 @kindex M-@key{TAB}
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
5495 @item M-@key{TAB}
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
5496 Complete word at point
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
5497 @itemize @bullet
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
5498 @item
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
5499 At the beginning of a headline, complete TODO keywords.
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
5500 @item
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
5501 After @samp{\}, complete @TeX{} symbols supported by the exporter.
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
5502 @item
73874
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
5503 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
5504 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
5505 @item
73874
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
5506 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
5507 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
5508 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
5509 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
5510 @item
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
5511 After @samp{[}, complete link abbreviations (@pxref{Link abbreviations}).
67613
eab2494a32d7 *** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents: 67604
diff changeset
5512 @item
58792
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
5513 After @samp{#+}, complete the special keywords like @samp{TYP_TODO} or
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
5514 @samp{OPTIONS} which set file-specific options for Org-mode. When the
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
5515 option keyword is already complete, pressing @kbd{M-@key{TAB}} again
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
5516 will insert example settings for this keyword.
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
5517 @item
73874
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
5518 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
5519 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
5520 @item
58792
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
5521 Elsewhere, complete dictionary words using ispell.
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
5522 @end itemize
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
5523 @end table
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
5524
71450
93e8ae57983b (Embedded LaTeX): New chapter.
Carsten Dominik <dominik@science.uva.nl>
parents: 71386
diff changeset
5525 @node Customization, In-buffer settings, Completion, Miscellaneous
58792
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
5526 @section Customization
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
5527 @cindex customization
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
5528 @cindex options, for customization
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
5529 @cindex variables, for customization
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
5530
76138
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
5531 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
5532 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
5533 describing the variables here. A structured overview of customization
5f1a4736c318 *** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents: 67613
diff changeset
5534 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
5535 @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
5536 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
5537 lines into the buffer (@pxref{In-buffer settings}).
93e8ae57983b (Embedded LaTeX): New chapter.
Carsten Dominik <dominik@science.uva.nl>
parents: 71386
diff changeset
5538
93e8ae57983b (Embedded LaTeX): New chapter.
Carsten Dominik <dominik@science.uva.nl>
parents: 71386
diff changeset
5539 @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
5540 @section Summary of in-buffer settings
74050e653990 (Visibility cycling): Better names for the startup
Carsten Dominik <dominik@science.uva.nl>
parents: 69999
diff changeset
5541 @cindex in-buffer settings
74050e653990 (Visibility cycling): Better names for the startup
Carsten Dominik <dominik@science.uva.nl>
parents: 69999
diff changeset
5542 @cindex special keywords
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 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
5545 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
5546 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
5547 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
5548 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
5549 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
5550 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
5551 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
5552 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
5553
74050e653990 (Visibility cycling): Better names for the startup
Carsten Dominik <dominik@science.uva.nl>
parents: 69999
diff changeset
5554 @table @kbd
74050e653990 (Visibility cycling): Better names for the startup
Carsten Dominik <dominik@science.uva.nl>
parents: 69999
diff changeset
5555 @item #+STARTUP:
74050e653990 (Visibility cycling): Better names for the startup
Carsten Dominik <dominik@science.uva.nl>
parents: 69999
diff changeset
5556 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
5557 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
5558 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
5559 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
5560 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
5561 @cindex @code{overview}, STARTUP keyword
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
5562 @cindex @code{content}, STARTUP keyword
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
5563 @cindex @code{showall}, STARTUP keyword
70011
74050e653990 (Visibility cycling): Better names for the startup
Carsten Dominik <dominik@science.uva.nl>
parents: 69999
diff changeset
5564 @example
74050e653990 (Visibility cycling): Better names for the startup
Carsten Dominik <dominik@science.uva.nl>
parents: 69999
diff changeset
5565 overview @r{top-level headlines only}
74050e653990 (Visibility cycling): Better names for the startup
Carsten Dominik <dominik@science.uva.nl>
parents: 69999
diff changeset
5566 content @r{all headlines}
74050e653990 (Visibility cycling): Better names for the startup
Carsten Dominik <dominik@science.uva.nl>
parents: 69999
diff changeset
5567 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
5568 @end example
74050e653990 (Visibility cycling): Better names for the startup
Carsten Dominik <dominik@science.uva.nl>
parents: 69999
diff changeset
5569 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
5570 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
5571 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
5572 @code{nil}.
76138
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
5573 @cindex @code{align}, STARTUP keyword
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
5574 @cindex @code{noalign}, STARTUP keyword
70011
74050e653990 (Visibility cycling): Better names for the startup
Carsten Dominik <dominik@science.uva.nl>
parents: 69999
diff changeset
5575 @example
74050e653990 (Visibility cycling): Better names for the startup
Carsten Dominik <dominik@science.uva.nl>
parents: 69999
diff changeset
5576 align @r{align all tables}
70164
7ce8d4154af5 Many small fixes.
Carsten Dominik <dominik@science.uva.nl>
parents: 70133
diff changeset
5577 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
5578 @end example
76138
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
5579 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
5580 @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
5581 @cindex @code{logdone}, STARTUP keyword
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
5582 @cindex @code{nologging}, STARTUP keyword
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
5583 @cindex @code{lognotedone}, STARTUP keyword
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
5584 @cindex @code{lognoteclock-out}, STARTUP keyword
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
5585 @cindex @code{lognotestate}, STARTUP keyword
70867
68e63907ebfb (Plain lists): Added new item navigation commands.
Carsten Dominik <dominik@science.uva.nl>
parents: 70164
diff changeset
5586 @example
76138
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
5587 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
5588 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
5589 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
5590 lognotestate @r{record timestamp, note when TODO state changes}
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
5591 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
5592 @end example
70011
74050e653990 (Visibility cycling): Better names for the startup
Carsten Dominik <dominik@science.uva.nl>
parents: 69999
diff changeset
5593 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
5594 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
5595 @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
5596 (meaning @code{showstars} and @code{oddeven}).
76138
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
5597 @cindex @code{hidestars}, STARTUP keyword
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
5598 @cindex @code{showstars}, STARTUP keyword
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
5599 @cindex @code{odd}, STARTUP keyword
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
5600 @cindex @code{even}, STARTUP keyword
70011
74050e653990 (Visibility cycling): Better names for the startup
Carsten Dominik <dominik@science.uva.nl>
parents: 69999
diff changeset
5601 @example
74050e653990 (Visibility cycling): Better names for the startup
Carsten Dominik <dominik@science.uva.nl>
parents: 69999
diff changeset
5602 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
5603 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
5604 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
5605 oddeven @r{allow all outline levels}
74050e653990 (Visibility cycling): Better names for the startup
Carsten Dominik <dominik@science.uva.nl>
parents: 69999
diff changeset
5606 @end example
74030
7c426fa1fdff Fix typos
Carsten Dominik <dominik@science.uva.nl>
parents: 73967
diff changeset
5607 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
5608 @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
5609 @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
5610 @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
5611 @example
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
5612 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
5613 @end example
70011
74050e653990 (Visibility cycling): Better names for the startup
Carsten Dominik <dominik@science.uva.nl>
parents: 69999
diff changeset
5614 @item #+SEQ_TODO: #+TYP_TODO:
70951
39f6e1889f85 (ASCII export): Omit command name.
Carsten Dominik <dominik@science.uva.nl>
parents: 70867
diff changeset
5615 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
5616 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
5617 and @code{org-todo-interpretation}.
70867
68e63907ebfb (Plain lists): Added new item navigation commands.
Carsten Dominik <dominik@science.uva.nl>
parents: 70164
diff changeset
5618 @item #+TAGS: TAG1(c1) TAG2(c2)
68e63907ebfb (Plain lists): Added new item navigation commands.
Carsten Dominik <dominik@science.uva.nl>
parents: 70164
diff changeset
5619 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
5620 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
5621 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
5622 @item #+LINK: linkword replace
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
5623 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
5624 @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
5625 @code{org-link-abbrev-alist}.
70011
74050e653990 (Visibility cycling): Better names for the startup
Carsten Dominik <dominik@science.uva.nl>
parents: 69999
diff changeset
5626 @item #+CATEGORY:
74050e653990 (Visibility cycling): Better names for the startup
Carsten Dominik <dominik@science.uva.nl>
parents: 69999
diff changeset
5627 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
5628 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
5629 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
5630 @item #+ARCHIVE: %s_done::
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
5631 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
5632 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
5633 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
5634 The corresponding variable is @code{org-archive-location}.
70011
74050e653990 (Visibility cycling): Better names for the startup
Carsten Dominik <dominik@science.uva.nl>
parents: 69999
diff changeset
5635 @item #+TBLFM:
74050e653990 (Visibility cycling): Better names for the startup
Carsten Dominik <dominik@science.uva.nl>
parents: 69999
diff changeset
5636 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
5637 @item #+TITLE:, #+AUTHOR:, #+EMAIL:, #+LANGUAGE:, #+TEXT:, #+OPTIONS:
71098
b98399840395 Small typo fixes.
Carsten Dominik <dominik@science.uva.nl>
parents: 70974
diff changeset
5638 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
5639 @ref{Export options}.
74050e653990 (Visibility cycling): Better names for the startup
Carsten Dominik <dominik@science.uva.nl>
parents: 69999
diff changeset
5640 @end table
74050e653990 (Visibility cycling): Better names for the startup
Carsten Dominik <dominik@science.uva.nl>
parents: 69999
diff changeset
5641
71450
93e8ae57983b (Embedded LaTeX): New chapter.
Carsten Dominik <dominik@science.uva.nl>
parents: 71386
diff changeset
5642 @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
5643 @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
5644 @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
5645 @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
5646
70011
74050e653990 (Visibility cycling): Better names for the startup
Carsten Dominik <dominik@science.uva.nl>
parents: 69999
diff changeset
5647 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
5648 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
5649 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
5650 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
5651 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
5652 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
5653
74050e653990 (Visibility cycling): Better names for the startup
Carsten Dominik <dominik@science.uva.nl>
parents: 69999
diff changeset
5654 @itemize @minus
71386
0b2c58e8821c (Publishing links): Document the
Carsten Dominik <dominik@science.uva.nl>
parents: 71312
diff changeset
5655 @item
71508
c12f8a27aae5 (Embedded LaTeX): Fix typos and implement small improvements
Carsten Dominik <dominik@science.uva.nl>
parents: 71450
diff changeset
5656 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
5657 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
5658 @item
70867
68e63907ebfb (Plain lists): Added new item navigation commands.
Carsten Dominik <dominik@science.uva.nl>
parents: 70164
diff changeset
5659 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
5660 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
5661 information.
69929
beebc22085fe (Link format): New section, emphasis on bracket links.
Carsten Dominik <dominik@science.uva.nl>
parents: 69891
diff changeset
5662 @item
70011
74050e653990 (Visibility cycling): Better names for the startup
Carsten Dominik <dominik@science.uva.nl>
parents: 69999
diff changeset
5663 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
5664 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
5665 @item
70867
68e63907ebfb (Plain lists): Added new item navigation commands.
Carsten Dominik <dominik@science.uva.nl>
parents: 70164
diff changeset
5666 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
5667 the entire table.
74050e653990 (Visibility cycling): Better names for the startup
Carsten Dominik <dominik@science.uva.nl>
parents: 69999
diff changeset
5668 @item
74050e653990 (Visibility cycling): Better names for the startup
Carsten Dominik <dominik@science.uva.nl>
parents: 69999
diff changeset
5669 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
5670 activate that table.
69929
beebc22085fe (Link format): New section, emphasis on bracket links.
Carsten Dominik <dominik@science.uva.nl>
parents: 69891
diff changeset
5671 @item
73874
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
5672 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
5673 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
5674 default location.
69929
beebc22085fe (Link format): New section, emphasis on bracket links.
Carsten Dominik <dominik@science.uva.nl>
parents: 69891
diff changeset
5675 @item
70867
68e63907ebfb (Plain lists): Added new item navigation commands.
Carsten Dominik <dominik@science.uva.nl>
parents: 70164
diff changeset
5676 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
5677 corresponding links in this buffer.
68e63907ebfb (Plain lists): Added new item navigation commands.
Carsten Dominik <dominik@science.uva.nl>
parents: 70164
diff changeset
5678 @item
68e63907ebfb (Plain lists): Added new item navigation commands.
Carsten Dominik <dominik@science.uva.nl>
parents: 70164
diff changeset
5679 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
5680 of the checkbox.
70011
74050e653990 (Visibility cycling): Better names for the startup
Carsten Dominik <dominik@science.uva.nl>
parents: 69999
diff changeset
5681 @item
74050e653990 (Visibility cycling): Better names for the startup
Carsten Dominik <dominik@science.uva.nl>
parents: 69999
diff changeset
5682 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
5683 ordered list.
69929
beebc22085fe (Link format): New section, emphasis on bracket links.
Carsten Dominik <dominik@science.uva.nl>
parents: 69891
diff changeset
5684 @end itemize
beebc22085fe (Link format): New section, emphasis on bracket links.
Carsten Dominik <dominik@science.uva.nl>
parents: 69891
diff changeset
5685
70011
74050e653990 (Visibility cycling): Better names for the startup
Carsten Dominik <dominik@science.uva.nl>
parents: 69999
diff changeset
5686 @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
5687 @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
5688 @cindex hiding leading stars
a2d5fbc00b3e (Interaction): Added item about `org-mouse.el' by Piotr
Carsten Dominik <dominik@science.uva.nl>
parents: 69117
diff changeset
5689 @cindex clean outline view
a2d5fbc00b3e (Interaction): Added item about `org-mouse.el' by Piotr
Carsten Dominik <dominik@science.uva.nl>
parents: 69117
diff changeset
5690
a2d5fbc00b3e (Interaction): Added item about `org-mouse.el' by Piotr
Carsten Dominik <dominik@science.uva.nl>
parents: 69117
diff changeset
5691 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
5692 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
5693 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
5694
a2d5fbc00b3e (Interaction): Added item about `org-mouse.el' by Piotr
Carsten Dominik <dominik@science.uva.nl>
parents: 69117
diff changeset
5695 @example
a2d5fbc00b3e (Interaction): Added item about `org-mouse.el' by Piotr
Carsten Dominik <dominik@science.uva.nl>
parents: 69117
diff changeset
5696 * Top level headline
a2d5fbc00b3e (Interaction): Added item about `org-mouse.el' by Piotr
Carsten Dominik <dominik@science.uva.nl>
parents: 69117
diff changeset
5697 ** Second level
a2d5fbc00b3e (Interaction): Added item about `org-mouse.el' by Piotr
Carsten Dominik <dominik@science.uva.nl>
parents: 69117
diff changeset
5698 *** 3rd level
a2d5fbc00b3e (Interaction): Added item about `org-mouse.el' by Piotr
Carsten Dominik <dominik@science.uva.nl>
parents: 69117
diff changeset
5699 some text
a2d5fbc00b3e (Interaction): Added item about `org-mouse.el' by Piotr
Carsten Dominik <dominik@science.uva.nl>
parents: 69117
diff changeset
5700 *** 3rd level
a2d5fbc00b3e (Interaction): Added item about `org-mouse.el' by Piotr
Carsten Dominik <dominik@science.uva.nl>
parents: 69117
diff changeset
5701 more text
a2d5fbc00b3e (Interaction): Added item about `org-mouse.el' by Piotr
Carsten Dominik <dominik@science.uva.nl>
parents: 69117
diff changeset
5702 * Another top level headline
a2d5fbc00b3e (Interaction): Added item about `org-mouse.el' by Piotr
Carsten Dominik <dominik@science.uva.nl>
parents: 69117
diff changeset
5703 @end example
a2d5fbc00b3e (Interaction): Added item about `org-mouse.el' by Piotr
Carsten Dominik <dominik@science.uva.nl>
parents: 69117
diff changeset
5704
a2d5fbc00b3e (Interaction): Added item about `org-mouse.el' by Piotr
Carsten Dominik <dominik@science.uva.nl>
parents: 69117
diff changeset
5705 @noindent
a2d5fbc00b3e (Interaction): Added item about `org-mouse.el' by Piotr
Carsten Dominik <dominik@science.uva.nl>
parents: 69117
diff changeset
5706 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
5707 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
5708 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
5709 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
5710 @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
5711
a2d5fbc00b3e (Interaction): Added item about `org-mouse.el' by Piotr
Carsten Dominik <dominik@science.uva.nl>
parents: 69117
diff changeset
5712 @lisp
a2d5fbc00b3e (Interaction): Added item about `org-mouse.el' by Piotr
Carsten Dominik <dominik@science.uva.nl>
parents: 69117
diff changeset
5713 (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
5714 @end lisp
a2d5fbc00b3e (Interaction): Added item about `org-mouse.el' by Piotr
Carsten Dominik <dominik@science.uva.nl>
parents: 69117
diff changeset
5715
a2d5fbc00b3e (Interaction): Added item about `org-mouse.el' by Piotr
Carsten Dominik <dominik@science.uva.nl>
parents: 69117
diff changeset
5716 @noindent
69456
6c85e996427c (Clean view): Document new startup options.
Carsten Dominik <dominik@science.uva.nl>
parents: 69318
diff changeset
5717 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
5718 the buffer)
6c85e996427c (Clean view): Document new startup options.
Carsten Dominik <dominik@science.uva.nl>
parents: 69318
diff changeset
5719
6c85e996427c (Clean view): Document new startup options.
Carsten Dominik <dominik@science.uva.nl>
parents: 69318
diff changeset
5720 @example
6c85e996427c (Clean view): Document new startup options.
Carsten Dominik <dominik@science.uva.nl>
parents: 69318
diff changeset
5721 #+STARTUP: showstars
6c85e996427c (Clean view): Document new startup options.
Carsten Dominik <dominik@science.uva.nl>
parents: 69318
diff changeset
5722 #+STARTUP: hidestars
6c85e996427c (Clean view): Document new startup options.
Carsten Dominik <dominik@science.uva.nl>
parents: 69318
diff changeset
5723 @end example
69929
beebc22085fe (Link format): New section, emphasis on bracket links.
Carsten Dominik <dominik@science.uva.nl>
parents: 69891
diff changeset
5724
69456
6c85e996427c (Clean view): Document new startup options.
Carsten Dominik <dominik@science.uva.nl>
parents: 69318
diff changeset
5725 @noindent
6c85e996427c (Clean view): Document new startup options.
Carsten Dominik <dominik@science.uva.nl>
parents: 69318
diff changeset
5726 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
5727 the modifications.
69456
6c85e996427c (Clean view): Document new startup options.
Carsten Dominik <dominik@science.uva.nl>
parents: 69318
diff changeset
5728
6c85e996427c (Clean view): Document new startup options.
Carsten Dominik <dominik@science.uva.nl>
parents: 69318
diff changeset
5729 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
5730
a2d5fbc00b3e (Interaction): Added item about `org-mouse.el' by Piotr
Carsten Dominik <dominik@science.uva.nl>
parents: 69117
diff changeset
5731 @example
a2d5fbc00b3e (Interaction): Added item about `org-mouse.el' by Piotr
Carsten Dominik <dominik@science.uva.nl>
parents: 69117
diff changeset
5732 * Top level headline
a2d5fbc00b3e (Interaction): Added item about `org-mouse.el' by Piotr
Carsten Dominik <dominik@science.uva.nl>
parents: 69117
diff changeset
5733 * Second level
a2d5fbc00b3e (Interaction): Added item about `org-mouse.el' by Piotr
Carsten Dominik <dominik@science.uva.nl>
parents: 69117
diff changeset
5734 * 3rd level
a2d5fbc00b3e (Interaction): Added item about `org-mouse.el' by Piotr
Carsten Dominik <dominik@science.uva.nl>
parents: 69117
diff changeset
5735 some text
a2d5fbc00b3e (Interaction): Added item about `org-mouse.el' by Piotr
Carsten Dominik <dominik@science.uva.nl>
parents: 69117
diff changeset
5736 * 3rd level
a2d5fbc00b3e (Interaction): Added item about `org-mouse.el' by Piotr
Carsten Dominik <dominik@science.uva.nl>
parents: 69117
diff changeset
5737 more text
a2d5fbc00b3e (Interaction): Added item about `org-mouse.el' by Piotr
Carsten Dominik <dominik@science.uva.nl>
parents: 69117
diff changeset
5738 * Another top level headline
a2d5fbc00b3e (Interaction): Added item about `org-mouse.el' by Piotr
Carsten Dominik <dominik@science.uva.nl>
parents: 69117
diff changeset
5739 @end example
a2d5fbc00b3e (Interaction): Added item about `org-mouse.el' by Piotr
Carsten Dominik <dominik@science.uva.nl>
parents: 69117
diff changeset
5740
a2d5fbc00b3e (Interaction): Added item about `org-mouse.el' by Piotr
Carsten Dominik <dominik@science.uva.nl>
parents: 69117
diff changeset
5741 @noindent
a2d5fbc00b3e (Interaction): Added item about `org-mouse.el' by Piotr
Carsten Dominik <dominik@science.uva.nl>
parents: 69117
diff changeset
5742 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
5743 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
5744 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
5745 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
5746 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
5747 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
5748 @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
5749
a2d5fbc00b3e (Interaction): Added item about `org-mouse.el' by Piotr
Carsten Dominik <dominik@science.uva.nl>
parents: 69117
diff changeset
5750 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
5751 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
5752 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
5753
a2d5fbc00b3e (Interaction): Added item about `org-mouse.el' by Piotr
Carsten Dominik <dominik@science.uva.nl>
parents: 69117
diff changeset
5754 @example
a2d5fbc00b3e (Interaction): Added item about `org-mouse.el' by Piotr
Carsten Dominik <dominik@science.uva.nl>
parents: 69117
diff changeset
5755 * Top level headline
a2d5fbc00b3e (Interaction): Added item about `org-mouse.el' by Piotr
Carsten Dominik <dominik@science.uva.nl>
parents: 69117
diff changeset
5756 * Second level
a2d5fbc00b3e (Interaction): Added item about `org-mouse.el' by Piotr
Carsten Dominik <dominik@science.uva.nl>
parents: 69117
diff changeset
5757 * 3rd level
a2d5fbc00b3e (Interaction): Added item about `org-mouse.el' by Piotr
Carsten Dominik <dominik@science.uva.nl>
parents: 69117
diff changeset
5758 some text
a2d5fbc00b3e (Interaction): Added item about `org-mouse.el' by Piotr
Carsten Dominik <dominik@science.uva.nl>
parents: 69117
diff changeset
5759 * 3rd level
a2d5fbc00b3e (Interaction): Added item about `org-mouse.el' by Piotr
Carsten Dominik <dominik@science.uva.nl>
parents: 69117
diff changeset
5760 more text
a2d5fbc00b3e (Interaction): Added item about `org-mouse.el' by Piotr
Carsten Dominik <dominik@science.uva.nl>
parents: 69117
diff changeset
5761 * Another top level headline
a2d5fbc00b3e (Interaction): Added item about `org-mouse.el' by Piotr
Carsten Dominik <dominik@science.uva.nl>
parents: 69117
diff changeset
5762 @end example
a2d5fbc00b3e (Interaction): Added item about `org-mouse.el' by Piotr
Carsten Dominik <dominik@science.uva.nl>
parents: 69117
diff changeset
5763
a2d5fbc00b3e (Interaction): Added item about `org-mouse.el' by Piotr
Carsten Dominik <dominik@science.uva.nl>
parents: 69117
diff changeset
5764 @noindent
a2d5fbc00b3e (Interaction): Added item about `org-mouse.el' by Piotr
Carsten Dominik <dominik@science.uva.nl>
parents: 69117
diff changeset
5765 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
5766 convention correctly, use
69225
a2d5fbc00b3e (Interaction): Added item about `org-mouse.el' by Piotr
Carsten Dominik <dominik@science.uva.nl>
parents: 69117
diff changeset
5767
a2d5fbc00b3e (Interaction): Added item about `org-mouse.el' by Piotr
Carsten Dominik <dominik@science.uva.nl>
parents: 69117
diff changeset
5768 @lisp
a2d5fbc00b3e (Interaction): Added item about `org-mouse.el' by Piotr
Carsten Dominik <dominik@science.uva.nl>
parents: 69117
diff changeset
5769 (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
5770 @end lisp
a2d5fbc00b3e (Interaction): Added item about `org-mouse.el' by Piotr
Carsten Dominik <dominik@science.uva.nl>
parents: 69117
diff changeset
5771
a2d5fbc00b3e (Interaction): Added item about `org-mouse.el' by Piotr
Carsten Dominik <dominik@science.uva.nl>
parents: 69117
diff changeset
5772 @noindent
69456
6c85e996427c (Clean view): Document new startup options.
Carsten Dominik <dominik@science.uva.nl>
parents: 69318
diff changeset
5773 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
5774 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
5775 activate changes immediately).
6c85e996427c (Clean view): Document new startup options.
Carsten Dominik <dominik@science.uva.nl>
parents: 69318
diff changeset
5776
6c85e996427c (Clean view): Document new startup options.
Carsten Dominik <dominik@science.uva.nl>
parents: 69318
diff changeset
5777 @example
6c85e996427c (Clean view): Document new startup options.
Carsten Dominik <dominik@science.uva.nl>
parents: 69318
diff changeset
5778 #+STARTUP: odd
6c85e996427c (Clean view): Document new startup options.
Carsten Dominik <dominik@science.uva.nl>
parents: 69318
diff changeset
5779 #+STARTUP: oddeven
6c85e996427c (Clean view): Document new startup options.
Carsten Dominik <dominik@science.uva.nl>
parents: 69318
diff changeset
5780 @end example
6c85e996427c (Clean view): Document new startup options.
Carsten Dominik <dominik@science.uva.nl>
parents: 69318
diff changeset
5781
69999
bd591cbbcdec (Updating settings): New section.
Carsten Dominik <dominik@science.uva.nl>
parents: 69929
diff changeset
5782 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
5783 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
5784 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
5785 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
5786
71386
0b2c58e8821c (Publishing links): Document the
Carsten Dominik <dominik@science.uva.nl>
parents: 71312
diff changeset
5787 @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
5788 @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
5789 @cindex tty keybindings
a2d5fbc00b3e (Interaction): Added item about `org-mouse.el' by Piotr
Carsten Dominik <dominik@science.uva.nl>
parents: 69117
diff changeset
5790
a2d5fbc00b3e (Interaction): Added item about `org-mouse.el' by Piotr
Carsten Dominik <dominik@science.uva.nl>
parents: 69117
diff changeset
5791 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
5792 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
5793 @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
5794 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
5795 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
5796 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
5797 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
5798 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
5799 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
5800 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
5801 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
5802 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
5803
a2d5fbc00b3e (Interaction): Added item about `org-mouse.el' by Piotr
Carsten Dominik <dominik@science.uva.nl>
parents: 69117
diff changeset
5804 @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
5805 @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
5806 @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
5807 @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
5808 @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
5809 @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
5810 @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
5811 @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
5812 @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
5813 @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
5814 @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
5815 @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
5816 @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
5817 @item @kbd{M-S-@key{RET}} @tab @kbd{C-c C-x M} @tab
a2d5fbc00b3e (Interaction): Added item about `org-mouse.el' by Piotr
Carsten Dominik <dominik@science.uva.nl>
parents: 69117
diff changeset
5818 @item @kbd{S-@key{left}} @tab @kbd{C-c C-x @key{left}} @tab
a2d5fbc00b3e (Interaction): Added item about `org-mouse.el' by Piotr
Carsten Dominik <dominik@science.uva.nl>
parents: 69117
diff changeset
5819 @item @kbd{S-@key{right}} @tab @kbd{C-c C-x @key{right}} @tab
a2d5fbc00b3e (Interaction): Added item about `org-mouse.el' by Piotr
Carsten Dominik <dominik@science.uva.nl>
parents: 69117
diff changeset
5820 @item @kbd{S-@key{up}} @tab @kbd{C-c C-x @key{up}} @tab
a2d5fbc00b3e (Interaction): Added item about `org-mouse.el' by Piotr
Carsten Dominik <dominik@science.uva.nl>
parents: 69117
diff changeset
5821 @item @kbd{S-@key{down}} @tab @kbd{C-c C-x @key{down}} @tab
a2d5fbc00b3e (Interaction): Added item about `org-mouse.el' by Piotr
Carsten Dominik <dominik@science.uva.nl>
parents: 69117
diff changeset
5822 @end multitable
a2d5fbc00b3e (Interaction): Added item about `org-mouse.el' by Piotr
Carsten Dominik <dominik@science.uva.nl>
parents: 69117
diff changeset
5823
71386
0b2c58e8821c (Publishing links): Document the
Carsten Dominik <dominik@science.uva.nl>
parents: 71312
diff changeset
5824 @node Interaction, Bugs, TTY keys, Miscellaneous
58792
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
5825 @section Interaction with other packages
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
5826 @cindex packages, interaction with other
70867
68e63907ebfb (Plain lists): Added new item navigation commands.
Carsten Dominik <dominik@science.uva.nl>
parents: 70164
diff changeset
5827 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
5828 with other code out there.
68e63907ebfb (Plain lists): Added new item navigation commands.
Carsten Dominik <dominik@science.uva.nl>
parents: 70164
diff changeset
5829
68e63907ebfb (Plain lists): Added new item navigation commands.
Carsten Dominik <dominik@science.uva.nl>
parents: 70164
diff changeset
5830 @menu
68e63907ebfb (Plain lists): Added new item navigation commands.
Carsten Dominik <dominik@science.uva.nl>
parents: 70164
diff changeset
5831 * Cooperation:: Packages Org-mode cooperates with
68e63907ebfb (Plain lists): Added new item navigation commands.
Carsten Dominik <dominik@science.uva.nl>
parents: 70164
diff changeset
5832 * Conflicts:: Packages that lead to conflicts
68e63907ebfb (Plain lists): Added new item navigation commands.
Carsten Dominik <dominik@science.uva.nl>
parents: 70164
diff changeset
5833 @end menu
68e63907ebfb (Plain lists): Added new item navigation commands.
Carsten Dominik <dominik@science.uva.nl>
parents: 70164
diff changeset
5834
71386
0b2c58e8821c (Publishing links): Document the
Carsten Dominik <dominik@science.uva.nl>
parents: 71312
diff changeset
5835 @node Cooperation, Conflicts, Interaction, Interaction
70867
68e63907ebfb (Plain lists): Added new item navigation commands.
Carsten Dominik <dominik@science.uva.nl>
parents: 70164
diff changeset
5836 @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
5837
68e63907ebfb (Plain lists): Added new item navigation commands.
Carsten Dominik <dominik@science.uva.nl>
parents: 70164
diff changeset
5838 @table @asis
63833
addf44674c32 Version 3.12
Carsten Dominik <dominik@science.uva.nl>
parents: 63672
diff changeset
5839 @cindex @file{calc.el}
addf44674c32 Version 3.12
Carsten Dominik <dominik@science.uva.nl>
parents: 63672
diff changeset
5840 @item @file{calc.el} by Dave Gillespie
addf44674c32 Version 3.12
Carsten Dominik <dominik@science.uva.nl>
parents: 63672
diff changeset
5841 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
5842 functionality in its tables (@pxref{The spreadsheet}). Org-mode
63833
addf44674c32 Version 3.12
Carsten Dominik <dominik@science.uva.nl>
parents: 63672
diff changeset
5843 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
5844 @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
5845 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
5846 distribution. Another possibility for interaction between the two
addf44674c32 Version 3.12
Carsten Dominik <dominik@science.uva.nl>
parents: 63672
diff changeset
5847 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
5848 , Embedded Mode, calc, GNU Emacs Calc Manual}.
63833
addf44674c32 Version 3.12
Carsten Dominik <dominik@science.uva.nl>
parents: 63672
diff changeset
5849 @cindex @file{constants.el}
addf44674c32 Version 3.12
Carsten Dominik <dominik@science.uva.nl>
parents: 63672
diff changeset
5850 @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
5851 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
5852 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
5853 constants in the variable @code{org-table-formula-constants}, install
addf44674c32 Version 3.12
Carsten Dominik <dominik@science.uva.nl>
parents: 63672
diff changeset
5854 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
5855 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
5856 @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
5857 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
5858 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
5859 setup. See the installation instructions in the file
addf44674c32 Version 3.12
Carsten Dominik <dominik@science.uva.nl>
parents: 63672
diff changeset
5860 @file{constants.el}.
71450
93e8ae57983b (Embedded LaTeX): New chapter.
Carsten Dominik <dominik@science.uva.nl>
parents: 71386
diff changeset
5861 @item @file{cdlatex.el} by Carsten Dominik
93e8ae57983b (Embedded LaTeX): New chapter.
Carsten Dominik <dominik@science.uva.nl>
parents: 71386
diff changeset
5862 @cindex @file{cdlatex.el}
93e8ae57983b (Embedded LaTeX): New chapter.
Carsten Dominik <dominik@science.uva.nl>
parents: 71386
diff changeset
5863 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
5864 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
5865 @item @file{remember.el} by John Wiegley
63833
addf44674c32 Version 3.12
Carsten Dominik <dominik@science.uva.nl>
parents: 63672
diff changeset
5866 @cindex @file{remember.el}
70867
68e63907ebfb (Plain lists): Added new item navigation commands.
Carsten Dominik <dominik@science.uva.nl>
parents: 70164
diff changeset
5867 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
5868 @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
5869 @cindex @file{table.el}
68e63907ebfb (Plain lists): Added new item navigation commands.
Carsten Dominik <dominik@science.uva.nl>
parents: 70164
diff changeset
5870 @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
5871 @kindex C-c C-c
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
5872 @cindex table editor, @file{table.el}
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
5873 @cindex @file{table.el}
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
5874
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
5875 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
5876 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
5877 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
5878 and also part of Emacs 22).
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
5879 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
5880 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
5881 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
5882 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
5883
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
5884 @table @kbd
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
5885 @kindex C-c C-c
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
5886 @item C-c C-c
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
5887 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
5888 table.el table.
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
5889
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
5890 @kindex C-c ~
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
5891 @item C-c ~
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
5892 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
5893 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
5894 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
5895 @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
5896 possible.
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
5897 @end table
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
5898 @file{table.el} is part of Emacs 22.
70867
68e63907ebfb (Plain lists): Added new item navigation commands.
Carsten Dominik <dominik@science.uva.nl>
parents: 70164
diff changeset
5899 @end table
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 @node Conflicts, , Cooperation, Interaction
68e63907ebfb (Plain lists): Added new item navigation commands.
Carsten Dominik <dominik@science.uva.nl>
parents: 70164
diff changeset
5902 @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
5903
68e63907ebfb (Plain lists): Added new item navigation commands.
Carsten Dominik <dominik@science.uva.nl>
parents: 70164
diff changeset
5904 @table @asis
68e63907ebfb (Plain lists): Added new item navigation commands.
Carsten Dominik <dominik@science.uva.nl>
parents: 70164
diff changeset
5905
68e63907ebfb (Plain lists): Added new item navigation commands.
Carsten Dominik <dominik@science.uva.nl>
parents: 70164
diff changeset
5906 @cindex @file{allout.el}
68e63907ebfb (Plain lists): Added new item navigation commands.
Carsten Dominik <dominik@science.uva.nl>
parents: 70164
diff changeset
5907 @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
5908 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
5909 @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
5910 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
5911 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
5912 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
5913 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
5914 @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
5915
63362
8a4e1b582425 Version 3.11
Carsten Dominik <dominik@science.uva.nl>
parents: 62713
diff changeset
5916 @cindex @file{CUA.el}
8a4e1b582425 Version 3.11
Carsten Dominik <dominik@science.uva.nl>
parents: 62713
diff changeset
5917 @item @file{CUA.el} by Kim. F. Storm
8a4e1b582425 Version 3.11
Carsten Dominik <dominik@science.uva.nl>
parents: 62713
diff changeset
5918 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
5919 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
5920 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
5921 packages along with Org-mode, configure the variable
63833
addf44674c32 Version 3.12
Carsten Dominik <dominik@science.uva.nl>
parents: 63672
diff changeset
5922 @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
5923 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
5924 during date selection).
69929
beebc22085fe (Link format): New section, emphasis on bracket links.
Carsten Dominik <dominik@science.uva.nl>
parents: 69891
diff changeset
5925
63362
8a4e1b582425 Version 3.11
Carsten Dominik <dominik@science.uva.nl>
parents: 62713
diff changeset
5926 @example
8a4e1b582425 Version 3.11
Carsten Dominik <dominik@science.uva.nl>
parents: 62713
diff changeset
5927 S-UP -> M-p S-DOWN -> M-n
8a4e1b582425 Version 3.11
Carsten Dominik <dominik@science.uva.nl>
parents: 62713
diff changeset
5928 S-LEFT -> M-- S-RIGHT -> M-+
8a4e1b582425 Version 3.11
Carsten Dominik <dominik@science.uva.nl>
parents: 62713
diff changeset
5929 S-RET -> C-S-RET
8a4e1b582425 Version 3.11
Carsten Dominik <dominik@science.uva.nl>
parents: 62713
diff changeset
5930 @end example
69929
beebc22085fe (Link format): New section, emphasis on bracket links.
Carsten Dominik <dominik@science.uva.nl>
parents: 69891
diff changeset
5931
63362
8a4e1b582425 Version 3.11
Carsten Dominik <dominik@science.uva.nl>
parents: 62713
diff changeset
5932 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
5933 to have other replacement keys, look at the variable
63672
c90c20a1b568 (Remember): Texinfo usage fix.
Juanma Barranquero <lekktu@gmail.com>
parents: 63362
diff changeset
5934 @code{org-disputed-keys}.
70867
68e63907ebfb (Plain lists): Added new item navigation commands.
Carsten Dominik <dominik@science.uva.nl>
parents: 70164
diff changeset
5935 @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
5936 @cindex @file{windmove.el}
68e63907ebfb (Plain lists): Added new item navigation commands.
Carsten Dominik <dominik@science.uva.nl>
parents: 70164
diff changeset
5937 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
5938 in the paragraph above about CUA mode also applies here.
58792
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
5939 @end table
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
5940
70867
68e63907ebfb (Plain lists): Added new item navigation commands.
Carsten Dominik <dominik@science.uva.nl>
parents: 70164
diff changeset
5941
71386
0b2c58e8821c (Publishing links): Document the
Carsten Dominik <dominik@science.uva.nl>
parents: 71312
diff changeset
5942 @node Bugs, , Interaction, Miscellaneous
63362
8a4e1b582425 Version 3.11
Carsten Dominik <dominik@science.uva.nl>
parents: 62713
diff changeset
5943 @section Bugs
8a4e1b582425 Version 3.11
Carsten Dominik <dominik@science.uva.nl>
parents: 62713
diff changeset
5944 @cindex bugs
8a4e1b582425 Version 3.11
Carsten Dominik <dominik@science.uva.nl>
parents: 62713
diff changeset
5945
69929
beebc22085fe (Link format): New section, emphasis on bracket links.
Carsten Dominik <dominik@science.uva.nl>
parents: 69891
diff changeset
5946 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
5947 have found too hard to fix.
58792
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
5948
63362
8a4e1b582425 Version 3.11
Carsten Dominik <dominik@science.uva.nl>
parents: 62713
diff changeset
5949 @itemize @bullet
63672
c90c20a1b568 (Remember): Texinfo usage fix.
Juanma Barranquero <lekktu@gmail.com>
parents: 63362
diff changeset
5950 @item
69929
beebc22085fe (Link format): New section, emphasis on bracket links.
Carsten Dominik <dominik@science.uva.nl>
parents: 69891
diff changeset
5951 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
5952 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
5953 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
5954 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
5955 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
5956 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
5957 @item
beebc22085fe (Link format): New section, emphasis on bracket links.
Carsten Dominik <dominik@science.uva.nl>
parents: 69891
diff changeset
5958 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
5959 @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
5960 @item
65656
55fcf5165d97 Version 3.16
Carsten Dominik <dominik@science.uva.nl>
parents: 65555
diff changeset
5961 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
5962 autowrap.
55fcf5165d97 Version 3.16
Carsten Dominik <dominik@science.uva.nl>
parents: 65555
diff changeset
5963 @item
63362
8a4e1b582425 Version 3.11
Carsten Dominik <dominik@science.uva.nl>
parents: 62713
diff changeset
5964 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
5965 (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
5966 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
5967 @item
63833
addf44674c32 Version 3.12
Carsten Dominik <dominik@science.uva.nl>
parents: 63672
diff changeset
5968 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
5969 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
5970 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
5971 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
5972 recalculate until convergence.
63833
addf44674c32 Version 3.12
Carsten Dominik <dominik@science.uva.nl>
parents: 63672
diff changeset
5973 @item
71386
0b2c58e8821c (Publishing links): Document the
Carsten Dominik <dominik@science.uva.nl>
parents: 71312
diff changeset
5974 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
5975 @item
63362
8a4e1b582425 Version 3.11
Carsten Dominik <dominik@science.uva.nl>
parents: 62713
diff changeset
5976 The exporters work well, but could be made more efficient.
8a4e1b582425 Version 3.11
Carsten Dominik <dominik@science.uva.nl>
parents: 62713
diff changeset
5977 @end itemize
8a4e1b582425 Version 3.11
Carsten Dominik <dominik@science.uva.nl>
parents: 62713
diff changeset
5978
71386
0b2c58e8821c (Publishing links): Document the
Carsten Dominik <dominik@science.uva.nl>
parents: 71312
diff changeset
5979
0b2c58e8821c (Publishing links): Document the
Carsten Dominik <dominik@science.uva.nl>
parents: 71312
diff changeset
5980 @node Extensions and Hacking, History and Acknowledgments, Miscellaneous, Top
0b2c58e8821c (Publishing links): Document the
Carsten Dominik <dominik@science.uva.nl>
parents: 71312
diff changeset
5981 @appendix Extensions, Hooks and Hacking
0b2c58e8821c (Publishing links): Document the
Carsten Dominik <dominik@science.uva.nl>
parents: 71312
diff changeset
5982
0b2c58e8821c (Publishing links): Document the
Carsten Dominik <dominik@science.uva.nl>
parents: 71312
diff changeset
5983 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
5984 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
5985 Org-mode.
71386
0b2c58e8821c (Publishing links): Document the
Carsten Dominik <dominik@science.uva.nl>
parents: 71312
diff changeset
5986
0b2c58e8821c (Publishing links): Document the
Carsten Dominik <dominik@science.uva.nl>
parents: 71312
diff changeset
5987 @menu
71450
93e8ae57983b (Embedded LaTeX): New chapter.
Carsten Dominik <dominik@science.uva.nl>
parents: 71386
diff changeset
5988 * Extensions:: Existing 3rd-part extensions
76138
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
5989 * 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
5990 * Dynamic blocks:: Automatically filled blocks
76138
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
5991 * Special agenda views:: Customized views
71386
0b2c58e8821c (Publishing links): Document the
Carsten Dominik <dominik@science.uva.nl>
parents: 71312
diff changeset
5992 @end menu
0b2c58e8821c (Publishing links): Document the
Carsten Dominik <dominik@science.uva.nl>
parents: 71312
diff changeset
5993
76138
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
5994 @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
5995 @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
5996 @cindex extension, third-party
71386
0b2c58e8821c (Publishing links): Document the
Carsten Dominik <dominik@science.uva.nl>
parents: 71312
diff changeset
5997
0b2c58e8821c (Publishing links): Document the
Carsten Dominik <dominik@science.uva.nl>
parents: 71312
diff changeset
5998 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
5999
0b2c58e8821c (Publishing links): Document the
Carsten Dominik <dominik@science.uva.nl>
parents: 71312
diff changeset
6000 @table @asis
0b2c58e8821c (Publishing links): Document the
Carsten Dominik <dominik@science.uva.nl>
parents: 71312
diff changeset
6001 @cindex @file{org-publish.el}
0b2c58e8821c (Publishing links): Document the
Carsten Dominik <dominik@science.uva.nl>
parents: 71312
diff changeset
6002 @item @file{org-publish.el} by David O'Toole
0b2c58e8821c (Publishing links): Document the
Carsten Dominik <dominik@science.uva.nl>
parents: 71312
diff changeset
6003 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
6004 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
6005 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
6006 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
6007 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
6008 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
6009 @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
6010 @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
6011 @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
6012 @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
6013 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
6014 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
6015 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
6016 @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
6017 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
6018 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
6019 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
6020 @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
6021 @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
6022 @cindex @file{org-blog.el}
0b2c58e8821c (Publishing links): Document the
Carsten Dominik <dominik@science.uva.nl>
parents: 71312
diff changeset
6023 @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
6024 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
6025 @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
6026 @cindex @file{blorg.el}
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
6027 @item @file{blorg.el} by Bastien Guerry
71386
0b2c58e8821c (Publishing links): Document the
Carsten Dominik <dominik@science.uva.nl>
parents: 71312
diff changeset
6028 Publish Org-mode files as
76138
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
6029 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
6030 @cindex @file{org2rem.el}
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
6031 @item @file{org2rem.el} by Bastien Guerry
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
6032 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
6033 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
6034 @end table
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
6035
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
6036 @page
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
6037
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
6038 @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
6039 @section Tables in arbitrary syntax
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
6040 @cindex tables, in other modes
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
6041 @cindex orgtbl-mode
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
6042
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
6043 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
6044 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
6045 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
6046 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
6047 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
6048
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
6049 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
6050 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
6051 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
6052 @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
6053 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
6054 for a very flexible system.
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
6055
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
6056 @menu
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
6057 * Radio tables:: Sending and receiving
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
6058 * 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
6059 * Translator functions:: Copy and modify
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
6060 @end menu
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
6061
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
6062 @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
6063 @subsection Radio tables
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
6064 @cindex radio tables
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
6065
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
6066 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
6067 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
6068 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
6069 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
6070
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
6071 @example
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
6072 /* BEGIN RECEIVE ORGTBL table_name */
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
6073 /* END RECEIVE ORGTBL table_name */
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
6074 @end example
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
6075
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
6076 @noindent
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
6077 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
6078 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
6079 example:
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
6080 @example
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
6081 #+ORGTBL: SEND table_name translation_function arguments....
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
6082 @end example
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
6083
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
6084 @noindent
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
6085 @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
6086 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
6087 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
6088 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
6089 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
6090 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
6091 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
6092
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
6093 @table @code
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
6094 @item :skip N
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
6095 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
6096 @item :skipcols (n1 n2 ...)
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
6097 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
6098 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
6099 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
6100 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
6101 additional columns.
71386
0b2c58e8821c (Publishing links): Document the
Carsten Dominik <dominik@science.uva.nl>
parents: 71312
diff changeset
6102 @end table
0b2c58e8821c (Publishing links): Document the
Carsten Dominik <dominik@science.uva.nl>
parents: 71312
diff changeset
6103
76138
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
6104 @noindent
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
6105 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
6106 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
6107 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
6108 number of different solutions:
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
6109
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
6110 @itemize @bullet
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
6111 @item
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
6112 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
6113 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
6114 @samp{/*} and @samp{*/} lines.
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
6115 @item
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
6116 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
6117 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
6118 in LaTeX.
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
6119 @item
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
6120 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
6121 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
6122 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
6123 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
6124 key.
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
6125 @end itemize
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
6126
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
6127 @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
6128 @subsection A LaTeX example
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
6129 @cindex LaTeX, and orgtbl-mode
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
6130
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
6131 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
6132 @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
6133 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
6134 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
6135 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
6136 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
6137 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
6138 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
6139 will then get the following template:
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
6140
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
6141 @example
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
6142 % BEGIN RECEIVE ORGTBL salesfigures
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
6143 % END RECEIVE ORGTBL salesfigures
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
6144 \begin@{comment@}
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
6145 #+ORGTBL: SEND salesfigures orgtbl-to-latex
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
6146 | | |
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
6147 \end@{comment@}
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
6148 @end example
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
6149
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
6150 @noindent
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
6151 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
6152 @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
6153 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
6154 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
6155 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
6156 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
6157 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
6158 @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
6159 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
6160 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
6161 variable @code{LaTeX-verbatim-environments}.}:
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
6162
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
6163 @example
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
6164 % BEGIN RECEIVE ORGTBL salesfigures
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
6165 % END RECEIVE ORGTBL salesfigures
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
6166 \begin@{comment@}
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
6167 #+ORGTBL: SEND salesfigures orgtbl-to-latex
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
6168 | Month | Days | Nr sold | per day |
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
6169 |-------+------+---------+---------|
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
6170 | Jan | 23 | 55 | 2.4 |
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
6171 | Feb | 21 | 16 | 0.8 |
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
6172 | March | 22 | 278 | 12.6 |
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
6173 #+TBLFM: $4=$3/$2;%.1f
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
6174 % $ (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
6175 \end@{comment@}
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
6176 @end example
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
6177
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
6178 @noindent
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
6179 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
6180 table inserted between the two marker lines.
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
6181
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
6182 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
6183 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
6184 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
6185 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
6186 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
6187
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
6188 @example
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
6189 \begin@{tabular@}@{lrrr@}
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
6190 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
6191 % BEGIN RECEIVE ORGTBL salesfigures
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
6192 % END RECEIVE ORGTBL salesfigures
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
6193 \end@{tabular@}
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
6194 %
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
6195 \begin@{comment@}
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
6196 #+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
6197 | Month | Days | Nr sold | per day |
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
6198 |-------+------+---------+---------|
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
6199 | Jan | 23 | 55 | 2.4 |
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
6200 | Feb | 21 | 16 | 0.8 |
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
6201 | March | 22 | 278 | 12.6 |
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
6202 #+TBLFM: $4=$3/$2;%.1f
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
6203 \end@{comment@}
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
6204 @end example
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
6205
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
6206 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
6207 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
6208 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
6209 interprets the following parameters:
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
6210
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
6211 @table @code
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
6212 @item :splice nil/t
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
6213 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
6214 tabular environment. Default is nil.
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
6215
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
6216 @item :fmt fmt
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
6217 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
6218 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
6219 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
6220 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
6221
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
6222 @item :efmt efmt
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
6223 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
6224 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
6225 @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
6226 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
6227 @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
6228 @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
6229 applied.
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
6230 @end table
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
6231
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
6232 @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
6233 @subsection Translator functions
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
6234 @cindex HTML, and orgtbl-mode
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
6235 @cindex translator function
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
6236
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
6237 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
6238 @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
6239 @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
6240 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
6241 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
6242 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
6243 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
6244 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
6245 generic translator. Here is the entire code:
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
6246
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
6247 @lisp
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
6248 @group
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
6249 (defun orgtbl-to-latex (table params)
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
6250 "Convert the orgtbl-mode TABLE to LaTeX."
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
6251 (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
6252 org-table-last-alignment ""))
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
6253 (params2
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
6254 (list
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
6255 :tstart (concat "\\begin@{tabular@}@{" alignment "@}")
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
6256 :tend "\\end@{tabular@}"
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
6257 :lstart "" :lend " \\\\" :sep " & "
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
6258 :efmt "%s\\,(%s)" :hline "\\hline")))
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
6259 (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
6260 @end group
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
6261 @end lisp
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
6262
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
6263 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
6264 @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
6265 (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
6266 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
6267 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
6268 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
6269 overrule the default with
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
6270
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
6271 @example
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
6272 #+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
6273 @end example
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
6274
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
6275 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
6276 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
6277 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
6278 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
6279 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
6280 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
6281 a single line!):
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
6282
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
6283 @example
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
6284 #+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
6285 :lstart "!BL! " :lend " !EL!" :sep "\t"
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
6286 @end example
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
6287
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
6288 @noindent
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
6289 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
6290 @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
6291 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
6292 @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
6293 using the generic function.
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
6294
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
6295 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
6296 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
6297 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
6298 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
6299 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
6300 @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
6301 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
6302 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
6303 others can benefit from your work.
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
6304
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
6305 @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
6306 @section Dynamic blocks
76138
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
6307 @cindex dynamic blocks
71386
0b2c58e8821c (Publishing links): Document the
Carsten Dominik <dominik@science.uva.nl>
parents: 71312
diff changeset
6308
0b2c58e8821c (Publishing links): Document the
Carsten Dominik <dominik@science.uva.nl>
parents: 71312
diff changeset
6309 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
6310 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
6311 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
6312 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
6313
0b2c58e8821c (Publishing links): Document the
Carsten Dominik <dominik@science.uva.nl>
parents: 71312
diff changeset
6314 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
6315 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
6316 the content of the block.
0b2c58e8821c (Publishing links): Document the
Carsten Dominik <dominik@science.uva.nl>
parents: 71312
diff changeset
6317
0b2c58e8821c (Publishing links): Document the
Carsten Dominik <dominik@science.uva.nl>
parents: 71312
diff changeset
6318 @example
72399
99e38d5aaf87 (Installation, Activation): Split from Installation and
Carsten Dominik <dominik@science.uva.nl>
parents: 72101
diff changeset
6319 #+BEGIN: myblock :parameter1 value1 :parameter2 value2 ...
71386
0b2c58e8821c (Publishing links): Document the
Carsten Dominik <dominik@science.uva.nl>
parents: 71312
diff changeset
6320
0b2c58e8821c (Publishing links): Document the
Carsten Dominik <dominik@science.uva.nl>
parents: 71312
diff changeset
6321 #+END:
0b2c58e8821c (Publishing links): Document the
Carsten Dominik <dominik@science.uva.nl>
parents: 71312
diff changeset
6322 @end example
0b2c58e8821c (Publishing links): Document the
Carsten Dominik <dominik@science.uva.nl>
parents: 71312
diff changeset
6323
0b2c58e8821c (Publishing links): Document the
Carsten Dominik <dominik@science.uva.nl>
parents: 71312
diff changeset
6324 Dynamic blocks are updated with the following commands
0b2c58e8821c (Publishing links): Document the
Carsten Dominik <dominik@science.uva.nl>
parents: 71312
diff changeset
6325
0b2c58e8821c (Publishing links): Document the
Carsten Dominik <dominik@science.uva.nl>
parents: 71312
diff changeset
6326 @table @kbd
0b2c58e8821c (Publishing links): Document the
Carsten Dominik <dominik@science.uva.nl>
parents: 71312
diff changeset
6327 @kindex C-c C-x C-u
0b2c58e8821c (Publishing links): Document the
Carsten Dominik <dominik@science.uva.nl>
parents: 71312
diff changeset
6328 @item C-c C-x C-u
0b2c58e8821c (Publishing links): Document the
Carsten Dominik <dominik@science.uva.nl>
parents: 71312
diff changeset
6329 Update dynamic block at point.
0b2c58e8821c (Publishing links): Document the
Carsten Dominik <dominik@science.uva.nl>
parents: 71312
diff changeset
6330 @kindex C-u C-c C-x C-u
0b2c58e8821c (Publishing links): Document the
Carsten Dominik <dominik@science.uva.nl>
parents: 71312
diff changeset
6331 @item C-u C-c C-x C-u
0b2c58e8821c (Publishing links): Document the
Carsten Dominik <dominik@science.uva.nl>
parents: 71312
diff changeset
6332 Update all dynamic blocks in the current file.
0b2c58e8821c (Publishing links): Document the
Carsten Dominik <dominik@science.uva.nl>
parents: 71312
diff changeset
6333 @end table
0b2c58e8821c (Publishing links): Document the
Carsten Dominik <dominik@science.uva.nl>
parents: 71312
diff changeset
6334
0b2c58e8821c (Publishing links): Document the
Carsten Dominik <dominik@science.uva.nl>
parents: 71312
diff changeset
6335 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
6336 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
6337 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
6338 with name @code{myblock}, the writer function is
0b2c58e8821c (Publishing links): Document the
Carsten Dominik <dominik@science.uva.nl>
parents: 71312
diff changeset
6339 @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
6340 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
6341 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
6342 run:
0b2c58e8821c (Publishing links): Document the
Carsten Dominik <dominik@science.uva.nl>
parents: 71312
diff changeset
6343
0b2c58e8821c (Publishing links): Document the
Carsten Dominik <dominik@science.uva.nl>
parents: 71312
diff changeset
6344 @example
0b2c58e8821c (Publishing links): Document the
Carsten Dominik <dominik@science.uva.nl>
parents: 71312
diff changeset
6345 #+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
6346
0b2c58e8821c (Publishing links): Document the
Carsten Dominik <dominik@science.uva.nl>
parents: 71312
diff changeset
6347 #+END:
0b2c58e8821c (Publishing links): Document the
Carsten Dominik <dominik@science.uva.nl>
parents: 71312
diff changeset
6348 @end example
0b2c58e8821c (Publishing links): Document the
Carsten Dominik <dominik@science.uva.nl>
parents: 71312
diff changeset
6349
0b2c58e8821c (Publishing links): Document the
Carsten Dominik <dominik@science.uva.nl>
parents: 71312
diff changeset
6350 @noindent
0b2c58e8821c (Publishing links): Document the
Carsten Dominik <dominik@science.uva.nl>
parents: 71312
diff changeset
6351 The corresponding block writer function could look like this:
0b2c58e8821c (Publishing links): Document the
Carsten Dominik <dominik@science.uva.nl>
parents: 71312
diff changeset
6352
0b2c58e8821c (Publishing links): Document the
Carsten Dominik <dominik@science.uva.nl>
parents: 71312
diff changeset
6353 @lisp
71653
9c582eb56ce7 (Exporting): Document `C-c C-e' as the prefix for
Carsten Dominik <dominik@science.uva.nl>
parents: 71564
diff changeset
6354 (defun org-dblock-write:block-update-time (params)
71386
0b2c58e8821c (Publishing links): Document the
Carsten Dominik <dominik@science.uva.nl>
parents: 71312
diff changeset
6355 (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
6356 (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
6357 (format-time-string fmt (current-time)))))
71386
0b2c58e8821c (Publishing links): Document the
Carsten Dominik <dominik@science.uva.nl>
parents: 71312
diff changeset
6358 @end lisp
0b2c58e8821c (Publishing links): Document the
Carsten Dominik <dominik@science.uva.nl>
parents: 71312
diff changeset
6359
0b2c58e8821c (Publishing links): Document the
Carsten Dominik <dominik@science.uva.nl>
parents: 71312
diff changeset
6360 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
6361 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
6362 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
6363 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
6364
76138
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
6365 @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
6366 @section Special Agenda Views
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
6367 @cindex agenda views, user-defined
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
6368
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
6369 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
6370 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
6371 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
6372 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
6373
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
6374 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
6375 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
6376 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
6377 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
6378 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
6379 the subtree belonging to the project line.
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
6380
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
6381 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
6382 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
6383 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
6384 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
6385 search should continue from there.
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
6386
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
6387 @lisp
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
6388 (defun my-skip-unless-waiting ()
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
6389 "Skip trees that are not waiting"
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
6390 (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
6391 (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
6392 nil ; tag found, do not skip
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
6393 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
6394 @end lisp
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
6395
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
6396 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
6397 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
6398 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
6399 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
6400 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
6401 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
6402 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
6403 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
6404 while defining the command(@pxref{Custom agenda
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
6405 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
6406
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
6407 @lisp
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
6408 (defun my-org-waiting-projects (&optional match)
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
6409 "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
6410 MATCH is being ignored."
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
6411 (interactive)
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
6412 (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
6413 (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
6414 ;; make the list
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
6415 (org-todo-list "PROJECT")))
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
6416 @end lisp
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
6417
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
6418
71386
0b2c58e8821c (Publishing links): Document the
Carsten Dominik <dominik@science.uva.nl>
parents: 71312
diff changeset
6419 @node History and Acknowledgments, Index, Extensions and Hacking, Top
0b2c58e8821c (Publishing links): Document the
Carsten Dominik <dominik@science.uva.nl>
parents: 71312
diff changeset
6420 @appendix History and Acknowledgments
58792
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
6421 @cindex acknowledgments
71386
0b2c58e8821c (Publishing links): Document the
Carsten Dominik <dominik@science.uva.nl>
parents: 71312
diff changeset
6422 @cindex history
67613
eab2494a32d7 *** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents: 67604
diff changeset
6423 @cindex thanks
58792
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
6424
73874
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
6425 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
6426 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
6427 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
6428 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
6429 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
6430 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
6431 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
6432 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
6433 editing} were originally implemented in the package
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
6434 @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
6435 @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
6436 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
6437 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
6438 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
6439 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
6440 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
6441
93e8ae57983b (Embedded LaTeX): New chapter.
Carsten Dominik <dominik@science.uva.nl>
parents: 71386
diff changeset
6442 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
6443 @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
6444 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
6445 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
6446 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
6447 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
6448 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
6449 let me know.
58792
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
6450
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
6451 @itemize @bullet
73967
8aa00b07ec99 Minor typo fixes.
Carsten Dominik <dominik@science.uva.nl>
parents: 73874
diff changeset
6452
58792
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
6453 @item
70951
39f6e1889f85 (ASCII export): Omit command name.
Carsten Dominik <dominik@science.uva.nl>
parents: 70867
diff changeset
6454 @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
6455 system.
69090
66a57755230b * org.texi (Internal Links): Rewritten to cover the modified
Carsten Dominik <dominik@science.uva.nl>
parents: 68639
diff changeset
6456 @item
70951
39f6e1889f85 (ASCII export): Omit command name.
Carsten Dominik <dominik@science.uva.nl>
parents: 70867
diff changeset
6457 @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
6458 @item
70951
39f6e1889f85 (ASCII export): Omit command name.
Carsten Dominik <dominik@science.uva.nl>
parents: 70867
diff changeset
6459 @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
6460 for Remember.
69929
beebc22085fe (Link format): New section, emphasis on bracket links.
Carsten Dominik <dominik@science.uva.nl>
parents: 69891
diff changeset
6461 @item
70951
39f6e1889f85 (ASCII export): Omit command name.
Carsten Dominik <dominik@science.uva.nl>
parents: 70867
diff changeset
6462 @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
6463 specified time.
67694
5f1a4736c318 *** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents: 67613
diff changeset
6464 @item
71386
0b2c58e8821c (Publishing links): Document the
Carsten Dominik <dominik@science.uva.nl>
parents: 71312
diff changeset
6465 @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
6466 calculations and improved XEmacs compatibility, in particular by porting
0b2c58e8821c (Publishing links): Document the
Carsten Dominik <dominik@science.uva.nl>
parents: 71312
diff changeset
6467 @file{nouline.el} to XEmacs.
70867
68e63907ebfb (Plain lists): Added new item navigation commands.
Carsten Dominik <dominik@science.uva.nl>
parents: 70164
diff changeset
6468 @item
70951
39f6e1889f85 (ASCII export): Omit command name.
Carsten Dominik <dominik@science.uva.nl>
parents: 70867
diff changeset
6469 @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
6470 @item
73874
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
6471 @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
6472 @item
76138
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
6473 @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
6474 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
6475 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
6476 @item
70951
39f6e1889f85 (ASCII export): Omit command name.
Carsten Dominik <dominik@science.uva.nl>
parents: 70867
diff changeset
6477 @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
6478 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
6479 @item
70951
39f6e1889f85 (ASCII export): Omit command name.
Carsten Dominik <dominik@science.uva.nl>
parents: 70867
diff changeset
6480 @i{Nic Ferrier} contributed mailcap and XOXO support.
67694
5f1a4736c318 *** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents: 67613
diff changeset
6481 @item
76138
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
6482 @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
6483 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
6484 @item
71450
93e8ae57983b (Embedded LaTeX): New chapter.
Carsten Dominik <dominik@science.uva.nl>
parents: 71386
diff changeset
6485 @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
6486 @item
76138
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
6487 @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
6488 translated David O'Toole's tutorial into French.
71386
0b2c58e8821c (Publishing links): Document the
Carsten Dominik <dominik@science.uva.nl>
parents: 71312
diff changeset
6489 @item
73874
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
6490 @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
6491 @item
76138
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
6492 @i{Shidai Liu} (``Leo'') provided extensive feedback and some patches.
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
6493 @item
71508
c12f8a27aae5 (Embedded LaTeX): Fix typos and implement small improvements
Carsten Dominik <dominik@science.uva.nl>
parents: 71450
diff changeset
6494 @i{Leon Liu} asked for embedded LaTeX and tested it.
c12f8a27aae5 (Embedded LaTeX): Fix typos and implement small improvements
Carsten Dominik <dominik@science.uva.nl>
parents: 71450
diff changeset
6495 @item
70951
39f6e1889f85 (ASCII export): Omit command name.
Carsten Dominik <dominik@science.uva.nl>
parents: 70867
diff changeset
6496 @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
6497 happy.
70867
68e63907ebfb (Plain lists): Added new item navigation commands.
Carsten Dominik <dominik@science.uva.nl>
parents: 70164
diff changeset
6498 @item
70951
39f6e1889f85 (ASCII export): Omit command name.
Carsten Dominik <dominik@science.uva.nl>
parents: 70867
diff changeset
6499 @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
6500 @item
70951
39f6e1889f85 (ASCII export): Omit command name.
Carsten Dominik <dominik@science.uva.nl>
parents: 70867
diff changeset
6501 @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
6502 file links, and TAGS.
67694
5f1a4736c318 *** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents: 67613
diff changeset
6503 @item
76138
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
6504 @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
6505 into Japanese.
f89ec8cbd4d9 (The spreadsheet): Renamed from "Table calculations".
Carsten Dominik <dominik@science.uva.nl>
parents: 75348
diff changeset
6506 @item
70951
39f6e1889f85 (ASCII export): Omit command name.
Carsten Dominik <dominik@science.uva.nl>
parents: 70867
diff changeset
6507 @i{Oliver Oppitz} suggested multi-state TODO items.
39f6e1889f85 (ASCII export): Omit command name.
Carsten Dominik <dominik@science.uva.nl>
parents: 70867
diff changeset
6508 @item
39f6e1889f85 (ASCII export): Omit command name.
Carsten Dominik <dominik@science.uva.nl>
parents: 70867
diff changeset
6509 @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
6510 links, among other things.
67694
5f1a4736c318 *** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents: 67613
diff changeset
6511 @item
73874
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
6512 @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
6513 provided frequent feedback.
69929
beebc22085fe (Link format): New section, emphasis on bracket links.
Carsten Dominik <dominik@science.uva.nl>
parents: 69891
diff changeset
6514 @item
70951
39f6e1889f85 (ASCII export): Omit command name.
Carsten Dominik <dominik@science.uva.nl>
parents: 70867
diff changeset
6515 @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
6516 @item
70951
39f6e1889f85 (ASCII export): Omit command name.
Carsten Dominik <dominik@science.uva.nl>
parents: 70867
diff changeset
6517 @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
6518 control.
58792
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
6519 @item
70951
39f6e1889f85 (ASCII export): Omit command name.
Carsten Dominik <dominik@science.uva.nl>
parents: 70867
diff changeset
6520 @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
6521 @item
70951
39f6e1889f85 (ASCII export): Omit command name.
Carsten Dominik <dominik@science.uva.nl>
parents: 70867
diff changeset
6522 @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
6523 conflict with @file{allout.el}.
70164
7ce8d4154af5 Many small fixes.
Carsten Dominik <dominik@science.uva.nl>
parents: 70133
diff changeset
6524 @item
74030
7c426fa1fdff Fix typos
Carsten Dominik <dominik@science.uva.nl>
parents: 73967
diff changeset
6525 @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
6526 @item
70951
39f6e1889f85 (ASCII export): Omit command name.
Carsten Dominik <dominik@science.uva.nl>
parents: 70867
diff changeset
6527 @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
6528 of feedback.
58792
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
6529 @item
70951
39f6e1889f85 (ASCII export): Omit command name.
Carsten Dominik <dominik@science.uva.nl>
parents: 70867
diff changeset
6530 @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
6531 other things.
63362
8a4e1b582425 Version 3.11
Carsten Dominik <dominik@science.uva.nl>
parents: 62713
diff changeset
6532 @item
70951
39f6e1889f85 (ASCII export): Omit command name.
Carsten Dominik <dominik@science.uva.nl>
parents: 70867
diff changeset
6533 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
6534 @file{organizer-mode.el}.
71450
93e8ae57983b (Embedded LaTeX): New chapter.
Carsten Dominik <dominik@science.uva.nl>
parents: 71386
diff changeset
6535 @item
71508
c12f8a27aae5 (Embedded LaTeX): Fix typos and implement small improvements
Carsten Dominik <dominik@science.uva.nl>
parents: 71450
diff changeset
6536 @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
6537 subtrees.
58792
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
6538 @item
73874
3d54d97a0181 (ARCHIVE tag): Document C-TAB for forcing cycling of
Carsten Dominik <dominik@science.uva.nl>
parents: 72888
diff changeset
6539 @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
6540 @item
71246
f32b17d18b4b (ASCII export): Document indentation adaptation.
Carsten Dominik <dominik@science.uva.nl>
parents: 71224
diff changeset
6541 @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
6542 chapter about publishing.
70867
68e63907ebfb (Plain lists): Added new item navigation commands.
Carsten Dominik <dominik@science.uva.nl>
parents: 70164
diff changeset
6543 @item
70951
39f6e1889f85 (ASCII export): Omit command name.
Carsten Dominik <dominik@science.uva.nl>
parents: 70867
diff changeset
6544 @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
6545 in HTML output.
58792
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
6546 @item
70951
39f6e1889f85 (ASCII export): Omit command name.
Carsten Dominik <dominik@science.uva.nl>
parents: 70867
diff changeset
6547 @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
6548 keyword.
69456
6c85e996427c (Clean view): Document new startup options.
Carsten Dominik <dominik@science.uva.nl>
parents: 69318
diff changeset
6549 @item
70951
39f6e1889f85 (ASCII export): Omit command name.
Carsten Dominik <dominik@science.uva.nl>
parents: 70867
diff changeset
6550 @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
6551 system.
58792
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
6552 @item
70951
39f6e1889f85 (ASCII export): Omit command name.
Carsten Dominik <dominik@science.uva.nl>
parents: 70867
diff changeset
6553 @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
6554 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
6555 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
6556 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
6557 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
6558 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
6559 @item
70951
39f6e1889f85 (ASCII export): Omit command name.
Carsten Dominik <dominik@science.uva.nl>
parents: 70867
diff changeset
6560 @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
6561 linking to GNUS.
69929
beebc22085fe (Link format): New section, emphasis on bracket links.
Carsten Dominik <dominik@science.uva.nl>
parents: 69891
diff changeset
6562 @item
70951
39f6e1889f85 (ASCII export): Omit command name.
Carsten Dominik <dominik@science.uva.nl>
parents: 70867
diff changeset
6563 @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
6564 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
6565 @item
74030
7c426fa1fdff Fix typos
Carsten Dominik <dominik@science.uva.nl>
parents: 73967
diff changeset
6566 @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
6567 and contributed various ideas and code snippets.
58792
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
6568 @end itemize
71386
0b2c58e8821c (Publishing links): Document the
Carsten Dominik <dominik@science.uva.nl>
parents: 71312
diff changeset
6569
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 @node Index, Key Index, History and Acknowledgments, Top
0b2c58e8821c (Publishing links): Document the
Carsten Dominik <dominik@science.uva.nl>
parents: 71312
diff changeset
6572 @unnumbered Index
58792
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
6573
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
6574 @printindex cp
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
6575
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
6576 @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
6577 @unnumbered Key Index
58792
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
6578
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
6579 @printindex ky
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
6580
265139cbc47c New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
6581 @bye
64070
ac6ca3de0b38 Add arch tagline
Miles Bader <miles@gnu.org>
parents: 64069
diff changeset
6582
ac6ca3de0b38 Add arch tagline
Miles Bader <miles@gnu.org>
parents: 64069
diff changeset
6583 @ignore
ac6ca3de0b38 Add arch tagline
Miles Bader <miles@gnu.org>
parents: 64069
diff changeset
6584 arch-tag: 7893d1fe-cc57-4d13-b5e5-f494a1bcc7ac
ac6ca3de0b38 Add arch tagline
Miles Bader <miles@gnu.org>
parents: 64069
diff changeset
6585 @end ignore