annotate etc/orgcard.tex @ 82452:58eaf01ab6e0

Fix typo.
author Michaël Cadilhac <michael.cadilhac@lrde.org>
date Fri, 17 Aug 2007 22:54:34 +0000
parents b98604865ea0
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
76050
dce159956538 Restore deleted file following copyright assignment.
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
1 % Reference Card for Org Mode
81839
64b48383ea0b *** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents: 81686
diff changeset
2 \def\orgversionnumber{5.03}
76157
feb31772fcd1 (section{Visibility Cycling}): Document key for
Carsten Dominik <dominik@science.uva.nl>
parents: 76051
diff changeset
3 \def\versionyear{2007} % latest update
76050
dce159956538 Restore deleted file following copyright assignment.
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
4 \def\year{2007} % latest copyright year
81169
2f4df3130f93 Version 4.77.
Carsten Dominik <dominik@science.uva.nl>
parents: 76157
diff changeset
5
76050
dce159956538 Restore deleted file following copyright assignment.
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
6 %**start of header
dce159956538 Restore deleted file following copyright assignment.
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
7 \newcount\columnsperpage
81169
2f4df3130f93 Version 4.77.
Carsten Dominik <dominik@science.uva.nl>
parents: 76157
diff changeset
8 \newcount\letterpaper
76050
dce159956538 Restore deleted file following copyright assignment.
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
9
dce159956538 Restore deleted file following copyright assignment.
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
10 % This file can be printed with 1, 2, or 3 columns per page (see below).
81169
2f4df3130f93 Version 4.77.
Carsten Dominik <dominik@science.uva.nl>
parents: 76157
diff changeset
11 % Specify how many you want here.
76050
dce159956538 Restore deleted file following copyright assignment.
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
12
dce159956538 Restore deleted file following copyright assignment.
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
13 \columnsperpage=3
dce159956538 Restore deleted file following copyright assignment.
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
14
81169
2f4df3130f93 Version 4.77.
Carsten Dominik <dominik@science.uva.nl>
parents: 76157
diff changeset
15 % Set letterpapaer to 0 for A4 paper, 1 for letter (US) paper. Useful
2f4df3130f93 Version 4.77.
Carsten Dominik <dominik@science.uva.nl>
parents: 76157
diff changeset
16 % only when columnsperpage is 2 or 3.
2f4df3130f93 Version 4.77.
Carsten Dominik <dominik@science.uva.nl>
parents: 76157
diff changeset
17
2f4df3130f93 Version 4.77.
Carsten Dominik <dominik@science.uva.nl>
parents: 76157
diff changeset
18 \letterpaper=0
2f4df3130f93 Version 4.77.
Carsten Dominik <dominik@science.uva.nl>
parents: 76157
diff changeset
19
2f4df3130f93 Version 4.77.
Carsten Dominik <dominik@science.uva.nl>
parents: 76157
diff changeset
20 % Nothing else needs to be changed below this line.
2f4df3130f93 Version 4.77.
Carsten Dominik <dominik@science.uva.nl>
parents: 76157
diff changeset
21 % Copyright (C) 1987, 1993, 1996, 1997, 2001, 2002, 2003, 2004,
2f4df3130f93 Version 4.77.
Carsten Dominik <dominik@science.uva.nl>
parents: 76157
diff changeset
22 % 2005, 2006, 2007 Free Software Foundation, Inc.
2f4df3130f93 Version 4.77.
Carsten Dominik <dominik@science.uva.nl>
parents: 76157
diff changeset
23
2f4df3130f93 Version 4.77.
Carsten Dominik <dominik@science.uva.nl>
parents: 76157
diff changeset
24 % This file is part of GNU Emacs.
76050
dce159956538 Restore deleted file following copyright assignment.
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
25
dce159956538 Restore deleted file following copyright assignment.
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
26 % GNU Emacs is free software; you can redistribute it and/or modify
dce159956538 Restore deleted file following copyright assignment.
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
27 % it under the terms of the GNU General Public License as published by
78271
713172dcf518 Switch license to GPLv3 or later.
Glenn Morris <rgm@gnu.org>
parents: 76157
diff changeset
28 % the Free Software Foundation; either version 3, or (at your option)
76050
dce159956538 Restore deleted file following copyright assignment.
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
29 % any later version.
dce159956538 Restore deleted file following copyright assignment.
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
30
dce159956538 Restore deleted file following copyright assignment.
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
31 % GNU Emacs is distributed in the hope that it will be useful,
dce159956538 Restore deleted file following copyright assignment.
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
32 % but WITHOUT ANY WARRANTY; without even the implied warranty of
dce159956538 Restore deleted file following copyright assignment.
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
33 % MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
dce159956538 Restore deleted file following copyright assignment.
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
34 % GNU General Public License for more details.
dce159956538 Restore deleted file following copyright assignment.
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
35
dce159956538 Restore deleted file following copyright assignment.
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
36 % You should have received a copy of the GNU General Public License
dce159956538 Restore deleted file following copyright assignment.
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
37 % along with GNU Emacs; see the file COPYING. If not, write to
81169
2f4df3130f93 Version 4.77.
Carsten Dominik <dominik@science.uva.nl>
parents: 76157
diff changeset
38 % the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
2f4df3130f93 Version 4.77.
Carsten Dominik <dominik@science.uva.nl>
parents: 76157
diff changeset
39 % Boston, MA 02110-1301, USA.
76050
dce159956538 Restore deleted file following copyright assignment.
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
40
dce159956538 Restore deleted file following copyright assignment.
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
41 % This file is intended to be processed by plain TeX (TeX82).
dce159956538 Restore deleted file following copyright assignment.
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
42 %
dce159956538 Restore deleted file following copyright assignment.
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
43 % The final reference card has six columns, three on each side.
dce159956538 Restore deleted file following copyright assignment.
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
44 % This file can be used to produce it in any of three ways:
dce159956538 Restore deleted file following copyright assignment.
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
45 % 1 column per page
dce159956538 Restore deleted file following copyright assignment.
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
46 % produces six separate pages, each of which needs to be reduced to 80%.
dce159956538 Restore deleted file following copyright assignment.
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
47 % This gives the best resolution.
dce159956538 Restore deleted file following copyright assignment.
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
48 % 2 columns per page
dce159956538 Restore deleted file following copyright assignment.
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
49 % produces three already-reduced pages.
dce159956538 Restore deleted file following copyright assignment.
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
50 % You will still need to cut and paste.
dce159956538 Restore deleted file following copyright assignment.
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
51 % 3 columns per page
dce159956538 Restore deleted file following copyright assignment.
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
52 % produces two pages which must be printed sideways to make a
dce159956538 Restore deleted file following copyright assignment.
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
53 % ready-to-use 8.5 x 11 inch reference card.
dce159956538 Restore deleted file following copyright assignment.
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
54 % For this you need a dvi device driver that can print sideways.
dce159956538 Restore deleted file following copyright assignment.
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
55 % Which mode to use is controlled by setting \columnsperpage above.
dce159956538 Restore deleted file following copyright assignment.
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
56 %
81169
2f4df3130f93 Version 4.77.
Carsten Dominik <dominik@science.uva.nl>
parents: 76157
diff changeset
57 % To compile and print this document:
2f4df3130f93 Version 4.77.
Carsten Dominik <dominik@science.uva.nl>
parents: 76157
diff changeset
58 % tex refcard.tex
2f4df3130f93 Version 4.77.
Carsten Dominik <dominik@science.uva.nl>
parents: 76157
diff changeset
59 % dvips -t landscape refcard.dvi
2f4df3130f93 Version 4.77.
Carsten Dominik <dominik@science.uva.nl>
parents: 76157
diff changeset
60 %
76050
dce159956538 Restore deleted file following copyright assignment.
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
61 % Author:
dce159956538 Restore deleted file following copyright assignment.
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
62 % Stephen Gildea
dce159956538 Restore deleted file following copyright assignment.
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
63 % Internet: gildea@stop.mail-abuse.org
dce159956538 Restore deleted file following copyright assignment.
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
64 %
dce159956538 Restore deleted file following copyright assignment.
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
65 % Thanks to Paul Rubin, Bob Chassell, Len Tower, and Richard Mlynarik
dce159956538 Restore deleted file following copyright assignment.
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
66 % for their many good ideas.
dce159956538 Restore deleted file following copyright assignment.
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
67
dce159956538 Restore deleted file following copyright assignment.
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
68 \def\shortcopyrightnotice{\vskip 1ex plus 2 fill
dce159956538 Restore deleted file following copyright assignment.
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
69 \centerline{\small \copyright\ \year\ Free Software Foundation, Inc.
dce159956538 Restore deleted file following copyright assignment.
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
70 Permissions on back. v\orgversionnumber}}
dce159956538 Restore deleted file following copyright assignment.
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
71
dce159956538 Restore deleted file following copyright assignment.
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
72 \def\copyrightnotice{
dce159956538 Restore deleted file following copyright assignment.
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
73 \vskip 1ex plus 100 fill\begingroup\small
dce159956538 Restore deleted file following copyright assignment.
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
74 \centerline{Copyright \copyright\ \year\ Free Software Foundation, Inc.}
dce159956538 Restore deleted file following copyright assignment.
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
75 \centerline{v\orgversionnumber{} for Org-Mode \orgversionnumber{}, \versionyear}
dce159956538 Restore deleted file following copyright assignment.
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
76 \centerline{Author: Philip Rooke}
dce159956538 Restore deleted file following copyright assignment.
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
77 \centerline{based on refcard design and format by Stephen Gildea}
dce159956538 Restore deleted file following copyright assignment.
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
78
dce159956538 Restore deleted file following copyright assignment.
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
79 Permission is granted to make and distribute copies of
dce159956538 Restore deleted file following copyright assignment.
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
80 this card provided the copyright notice and this permission notice
dce159956538 Restore deleted file following copyright assignment.
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
81 are preserved on all copies.
dce159956538 Restore deleted file following copyright assignment.
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
82
dce159956538 Restore deleted file following copyright assignment.
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
83 \endgroup}
dce159956538 Restore deleted file following copyright assignment.
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
84
dce159956538 Restore deleted file following copyright assignment.
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
85 % make \bye not \outer so that the \def\bye in the \else clause below
dce159956538 Restore deleted file following copyright assignment.
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
86 % can be scanned without complaint.
dce159956538 Restore deleted file following copyright assignment.
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
87 \def\bye{\par\vfill\supereject\end}
dce159956538 Restore deleted file following copyright assignment.
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
88
81169
2f4df3130f93 Version 4.77.
Carsten Dominik <dominik@science.uva.nl>
parents: 76157
diff changeset
89 \newdimen\intercolumnskip %horizontal space between columns
2f4df3130f93 Version 4.77.
Carsten Dominik <dominik@science.uva.nl>
parents: 76157
diff changeset
90 \newbox\columna %boxes to hold columns already built
76050
dce159956538 Restore deleted file following copyright assignment.
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
91 \newbox\columnb
dce159956538 Restore deleted file following copyright assignment.
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
92
dce159956538 Restore deleted file following copyright assignment.
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
93 \def\ncolumns{\the\columnsperpage}
dce159956538 Restore deleted file following copyright assignment.
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
94
81169
2f4df3130f93 Version 4.77.
Carsten Dominik <dominik@science.uva.nl>
parents: 76157
diff changeset
95 \message{[\ncolumns\space
76050
dce159956538 Restore deleted file following copyright assignment.
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
96 column\if 1\ncolumns\else s\fi\space per page]}
dce159956538 Restore deleted file following copyright assignment.
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
97
dce159956538 Restore deleted file following copyright assignment.
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
98 \def\scaledmag#1{ scaled \magstep #1}
dce159956538 Restore deleted file following copyright assignment.
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
99
dce159956538 Restore deleted file following copyright assignment.
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
100 % This multi-way format was designed by Stephen Gildea October 1986.
dce159956538 Restore deleted file following copyright assignment.
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
101 % Note that the 1-column format is fontfamily-independent.
81169
2f4df3130f93 Version 4.77.
Carsten Dominik <dominik@science.uva.nl>
parents: 76157
diff changeset
102 \if 1\ncolumns %one-column format uses normal size
76050
dce159956538 Restore deleted file following copyright assignment.
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
103 \hsize 4in
dce159956538 Restore deleted file following copyright assignment.
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
104 \vsize 10in
dce159956538 Restore deleted file following copyright assignment.
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
105 \voffset -.7in
dce159956538 Restore deleted file following copyright assignment.
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
106 \font\titlefont=\fontname\tenbf \scaledmag3
dce159956538 Restore deleted file following copyright assignment.
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
107 \font\headingfont=\fontname\tenbf \scaledmag2
dce159956538 Restore deleted file following copyright assignment.
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
108 \font\smallfont=\fontname\sevenrm
dce159956538 Restore deleted file following copyright assignment.
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
109 \font\smallsy=\fontname\sevensy
dce159956538 Restore deleted file following copyright assignment.
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
110
dce159956538 Restore deleted file following copyright assignment.
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
111 \footline{\hss\folio}
dce159956538 Restore deleted file following copyright assignment.
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
112 \def\makefootline{\baselineskip10pt\hsize6.5in\line{\the\footline}}
81169
2f4df3130f93 Version 4.77.
Carsten Dominik <dominik@science.uva.nl>
parents: 76157
diff changeset
113 \else %2 or 3 columns uses prereduced size
2f4df3130f93 Version 4.77.
Carsten Dominik <dominik@science.uva.nl>
parents: 76157
diff changeset
114 \if 1\the\letterpaper
81686
62127110e96f Version 5.01
Carsten Dominik <dominik@science.uva.nl>
parents: 81169
diff changeset
115 \hsize 3.2in
81169
2f4df3130f93 Version 4.77.
Carsten Dominik <dominik@science.uva.nl>
parents: 76157
diff changeset
116 \vsize 7.95in
81686
62127110e96f Version 5.01
Carsten Dominik <dominik@science.uva.nl>
parents: 81169
diff changeset
117 \hoffset -.75in
62127110e96f Version 5.01
Carsten Dominik <dominik@science.uva.nl>
parents: 81169
diff changeset
118 \voffset -.745in
81169
2f4df3130f93 Version 4.77.
Carsten Dominik <dominik@science.uva.nl>
parents: 76157
diff changeset
119 \else
81686
62127110e96f Version 5.01
Carsten Dominik <dominik@science.uva.nl>
parents: 81169
diff changeset
120 \hsize 3.2in
81169
2f4df3130f93 Version 4.77.
Carsten Dominik <dominik@science.uva.nl>
parents: 76157
diff changeset
121 \vsize 7.65in
81686
62127110e96f Version 5.01
Carsten Dominik <dominik@science.uva.nl>
parents: 81169
diff changeset
122 \hoffset -.25in
62127110e96f Version 5.01
Carsten Dominik <dominik@science.uva.nl>
parents: 81169
diff changeset
123 \voffset -.745in
81169
2f4df3130f93 Version 4.77.
Carsten Dominik <dominik@science.uva.nl>
parents: 76157
diff changeset
124 \fi
76050
dce159956538 Restore deleted file following copyright assignment.
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
125 \font\titlefont=cmbx10 \scaledmag2
dce159956538 Restore deleted file following copyright assignment.
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
126 \font\headingfont=cmbx10 \scaledmag1
dce159956538 Restore deleted file following copyright assignment.
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
127 \font\smallfont=cmr6
dce159956538 Restore deleted file following copyright assignment.
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
128 \font\smallsy=cmsy6
dce159956538 Restore deleted file following copyright assignment.
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
129 \font\eightrm=cmr8
dce159956538 Restore deleted file following copyright assignment.
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
130 \font\eightbf=cmbx8
dce159956538 Restore deleted file following copyright assignment.
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
131 \font\eightit=cmti8
dce159956538 Restore deleted file following copyright assignment.
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
132 \font\eighttt=cmtt8
dce159956538 Restore deleted file following copyright assignment.
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
133 \font\eightmi=cmmi8
dce159956538 Restore deleted file following copyright assignment.
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
134 \font\eightsy=cmsy8
dce159956538 Restore deleted file following copyright assignment.
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
135 \textfont0=\eightrm
dce159956538 Restore deleted file following copyright assignment.
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
136 \textfont1=\eightmi
dce159956538 Restore deleted file following copyright assignment.
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
137 \textfont2=\eightsy
dce159956538 Restore deleted file following copyright assignment.
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
138 \def\rm{\eightrm}
dce159956538 Restore deleted file following copyright assignment.
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
139 \def\bf{\eightbf}
dce159956538 Restore deleted file following copyright assignment.
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
140 \def\it{\eightit}
dce159956538 Restore deleted file following copyright assignment.
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
141 \def\tt{\eighttt}
81169
2f4df3130f93 Version 4.77.
Carsten Dominik <dominik@science.uva.nl>
parents: 76157
diff changeset
142 \if 1\the\letterpaper
2f4df3130f93 Version 4.77.
Carsten Dominik <dominik@science.uva.nl>
parents: 76157
diff changeset
143 \normalbaselineskip=.8\normalbaselineskip
2f4df3130f93 Version 4.77.
Carsten Dominik <dominik@science.uva.nl>
parents: 76157
diff changeset
144 \else
2f4df3130f93 Version 4.77.
Carsten Dominik <dominik@science.uva.nl>
parents: 76157
diff changeset
145 \normalbaselineskip=.7\normalbaselineskip
2f4df3130f93 Version 4.77.
Carsten Dominik <dominik@science.uva.nl>
parents: 76157
diff changeset
146 \fi
76050
dce159956538 Restore deleted file following copyright assignment.
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
147 \normallineskip=.8\normallineskip
dce159956538 Restore deleted file following copyright assignment.
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
148 \normallineskiplimit=.8\normallineskiplimit
81169
2f4df3130f93 Version 4.77.
Carsten Dominik <dominik@science.uva.nl>
parents: 76157
diff changeset
149 \normalbaselines\rm %make definitions take effect
76050
dce159956538 Restore deleted file following copyright assignment.
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
150
dce159956538 Restore deleted file following copyright assignment.
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
151 \if 2\ncolumns
dce159956538 Restore deleted file following copyright assignment.
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
152 \let\maxcolumn=b
dce159956538 Restore deleted file following copyright assignment.
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
153 \footline{\hss\rm\folio\hss}
dce159956538 Restore deleted file following copyright assignment.
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
154 \def\makefootline{\vskip 2in \hsize=6.86in\line{\the\footline}}
dce159956538 Restore deleted file following copyright assignment.
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
155 \else \if 3\ncolumns
dce159956538 Restore deleted file following copyright assignment.
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
156 \let\maxcolumn=c
dce159956538 Restore deleted file following copyright assignment.
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
157 \nopagenumbers
dce159956538 Restore deleted file following copyright assignment.
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
158 \else
dce159956538 Restore deleted file following copyright assignment.
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
159 \errhelp{You must set \columnsperpage equal to 1, 2, or 3.}
dce159956538 Restore deleted file following copyright assignment.
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
160 \errmessage{Illegal number of columns per page}
dce159956538 Restore deleted file following copyright assignment.
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
161 \fi\fi
dce159956538 Restore deleted file following copyright assignment.
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
162
dce159956538 Restore deleted file following copyright assignment.
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
163 \intercolumnskip=.46in
dce159956538 Restore deleted file following copyright assignment.
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
164 \def\abc{a}
81169
2f4df3130f93 Version 4.77.
Carsten Dominik <dominik@science.uva.nl>
parents: 76157
diff changeset
165 \output={% %see The TeXbook page 257
76050
dce159956538 Restore deleted file following copyright assignment.
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
166 % This next line is useful when designing the layout.
dce159956538 Restore deleted file following copyright assignment.
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
167 %\immediate\write16{Column \folio\abc\space starts with \firstmark}
dce159956538 Restore deleted file following copyright assignment.
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
168 \if \maxcolumn\abc \multicolumnformat \global\def\abc{a}
dce159956538 Restore deleted file following copyright assignment.
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
169 \else\if a\abc
81169
2f4df3130f93 Version 4.77.
Carsten Dominik <dominik@science.uva.nl>
parents: 76157
diff changeset
170 \global\setbox\columna\columnbox \global\def\abc{b}
76050
dce159956538 Restore deleted file following copyright assignment.
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
171 %% in case we never use \columnb (two-column mode)
dce159956538 Restore deleted file following copyright assignment.
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
172 \global\setbox\columnb\hbox to -\intercolumnskip{}
dce159956538 Restore deleted file following copyright assignment.
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
173 \else
81169
2f4df3130f93 Version 4.77.
Carsten Dominik <dominik@science.uva.nl>
parents: 76157
diff changeset
174 \global\setbox\columnb\columnbox \global\def\abc{c}\fi\fi}
76050
dce159956538 Restore deleted file following copyright assignment.
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
175 \def\multicolumnformat{\shipout\vbox{\makeheadline
dce159956538 Restore deleted file following copyright assignment.
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
176 \hbox{\box\columna\hskip\intercolumnskip
dce159956538 Restore deleted file following copyright assignment.
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
177 \box\columnb\hskip\intercolumnskip\columnbox}
dce159956538 Restore deleted file following copyright assignment.
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
178 \makefootline}\advancepageno}
dce159956538 Restore deleted file following copyright assignment.
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
179 \def\columnbox{\leftline{\pagebody}}
dce159956538 Restore deleted file following copyright assignment.
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
180
dce159956538 Restore deleted file following copyright assignment.
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
181 \def\bye{\par\vfill\supereject
dce159956538 Restore deleted file following copyright assignment.
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
182 \if a\abc \else\null\vfill\eject\fi
dce159956538 Restore deleted file following copyright assignment.
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
183 \if a\abc \else\null\vfill\eject\fi
81169
2f4df3130f93 Version 4.77.
Carsten Dominik <dominik@science.uva.nl>
parents: 76157
diff changeset
184 \end}
76050
dce159956538 Restore deleted file following copyright assignment.
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
185 \fi
dce159956538 Restore deleted file following copyright assignment.
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
186
dce159956538 Restore deleted file following copyright assignment.
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
187 % we won't be using math mode much, so redefine some of the characters
dce159956538 Restore deleted file following copyright assignment.
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
188 % we might want to talk about
dce159956538 Restore deleted file following copyright assignment.
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
189 %\catcode`\^=12
dce159956538 Restore deleted file following copyright assignment.
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
190 \catcode`\_=12
dce159956538 Restore deleted file following copyright assignment.
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
191
dce159956538 Restore deleted file following copyright assignment.
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
192 % we also need the tilde, for file names.
dce159956538 Restore deleted file following copyright assignment.
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
193 \catcode`\~=12
dce159956538 Restore deleted file following copyright assignment.
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
194
dce159956538 Restore deleted file following copyright assignment.
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
195 \chardef\\=`\\
dce159956538 Restore deleted file following copyright assignment.
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
196 \chardef\{=`\{
dce159956538 Restore deleted file following copyright assignment.
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
197 \chardef\}=`\}
dce159956538 Restore deleted file following copyright assignment.
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
198
dce159956538 Restore deleted file following copyright assignment.
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
199 \hyphenation{mini-buf-fer}
dce159956538 Restore deleted file following copyright assignment.
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
200
dce159956538 Restore deleted file following copyright assignment.
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
201 \parindent 0pt
dce159956538 Restore deleted file following copyright assignment.
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
202 \parskip 1ex plus .5ex minus .5ex
dce159956538 Restore deleted file following copyright assignment.
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
203
dce159956538 Restore deleted file following copyright assignment.
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
204 \def\small{\smallfont\textfont2=\smallsy\baselineskip=.8\baselineskip}
dce159956538 Restore deleted file following copyright assignment.
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
205
dce159956538 Restore deleted file following copyright assignment.
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
206 % newcolumn - force a new column. Use sparingly, probably only for
dce159956538 Restore deleted file following copyright assignment.
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
207 % the first column of a page, which should have a title anyway.
dce159956538 Restore deleted file following copyright assignment.
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
208 \outer\def\newcolumn{\vfill\eject}
dce159956538 Restore deleted file following copyright assignment.
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
209
dce159956538 Restore deleted file following copyright assignment.
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
210 % title - page title. Argument is title text.
dce159956538 Restore deleted file following copyright assignment.
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
211 \outer\def\title#1{{\titlefont\centerline{#1}}\vskip 1ex plus .5ex}
dce159956538 Restore deleted file following copyright assignment.
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
212
dce159956538 Restore deleted file following copyright assignment.
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
213 % section - new major section. Argument is section name.
dce159956538 Restore deleted file following copyright assignment.
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
214 \outer\def\section#1{\par\filbreak
dce159956538 Restore deleted file following copyright assignment.
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
215 \vskip 3ex plus 2ex minus 2ex {\headingfont #1}\mark{#1}%
dce159956538 Restore deleted file following copyright assignment.
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
216 \vskip 2ex plus 1ex minus 1.5ex}
dce159956538 Restore deleted file following copyright assignment.
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
217
dce159956538 Restore deleted file following copyright assignment.
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
218 \newdimen\keyindent
dce159956538 Restore deleted file following copyright assignment.
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
219
dce159956538 Restore deleted file following copyright assignment.
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
220 % beginindentedkeys...endindentedkeys - key definitions will be
dce159956538 Restore deleted file following copyright assignment.
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
221 % indented, but running text, typically used as headings to group
dce159956538 Restore deleted file following copyright assignment.
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
222 % definitions, will not.
dce159956538 Restore deleted file following copyright assignment.
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
223 \def\beginindentedkeys{\keyindent=1em}
dce159956538 Restore deleted file following copyright assignment.
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
224 \def\endindentedkeys{\keyindent=0em}
dce159956538 Restore deleted file following copyright assignment.
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
225 \endindentedkeys
dce159956538 Restore deleted file following copyright assignment.
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
226
dce159956538 Restore deleted file following copyright assignment.
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
227 % paralign - begin paragraph containing an alignment.
dce159956538 Restore deleted file following copyright assignment.
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
228 % If an \halign is entered while in vertical mode, a parskip is never
dce159956538 Restore deleted file following copyright assignment.
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
229 % inserted. Using \paralign instead of \halign solves this problem.
dce159956538 Restore deleted file following copyright assignment.
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
230 \def\paralign{\vskip\parskip\halign}
dce159956538 Restore deleted file following copyright assignment.
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
231
dce159956538 Restore deleted file following copyright assignment.
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
232 % \<...> - surrounds a variable name in a code example
dce159956538 Restore deleted file following copyright assignment.
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
233 \def\<#1>{{\it #1\/}}
dce159956538 Restore deleted file following copyright assignment.
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
234
dce159956538 Restore deleted file following copyright assignment.
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
235 % kbd - argument is characters typed literally. Like the Texinfo command.
81169
2f4df3130f93 Version 4.77.
Carsten Dominik <dominik@science.uva.nl>
parents: 76157
diff changeset
236 \def\kbd#1{{\tt#1}\null} %\null so not an abbrev even if period follows
76050
dce159956538 Restore deleted file following copyright assignment.
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
237
dce159956538 Restore deleted file following copyright assignment.
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
238 % beginexample...endexample - surrounds literal text, such a code example.
dce159956538 Restore deleted file following copyright assignment.
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
239 % typeset in a typewriter font with line breaks preserved
dce159956538 Restore deleted file following copyright assignment.
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
240 \def\beginexample{\par\leavevmode\begingroup
dce159956538 Restore deleted file following copyright assignment.
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
241 \obeylines\obeyspaces\parskip0pt\tt}
dce159956538 Restore deleted file following copyright assignment.
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
242 {\obeyspaces\global\let =\ }
dce159956538 Restore deleted file following copyright assignment.
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
243 \def\endexample{\endgroup}
dce159956538 Restore deleted file following copyright assignment.
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
244
dce159956538 Restore deleted file following copyright assignment.
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
245 % key - definition of a key.
dce159956538 Restore deleted file following copyright assignment.
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
246 % \key{description of key}{key-name}
dce159956538 Restore deleted file following copyright assignment.
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
247 % prints the description left-justified, and the key-name in a \kbd
dce159956538 Restore deleted file following copyright assignment.
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
248 % form near the right margin.
dce159956538 Restore deleted file following copyright assignment.
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
249 \def\key#1#2{\leavevmode\hbox to \hsize{\vtop
dce159956538 Restore deleted file following copyright assignment.
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
250 {\hsize=.75\hsize\rightskip=1em
dce159956538 Restore deleted file following copyright assignment.
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
251 \hskip\keyindent\relax#1}\kbd{#2}\hfil}}
dce159956538 Restore deleted file following copyright assignment.
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
252
dce159956538 Restore deleted file following copyright assignment.
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
253 \newbox\metaxbox
dce159956538 Restore deleted file following copyright assignment.
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
254 \setbox\metaxbox\hbox{\kbd{M-x }}
dce159956538 Restore deleted file following copyright assignment.
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
255 \newdimen\metaxwidth
dce159956538 Restore deleted file following copyright assignment.
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
256 \metaxwidth=\wd\metaxbox
dce159956538 Restore deleted file following copyright assignment.
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
257
dce159956538 Restore deleted file following copyright assignment.
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
258 % metax - definition of a M-x command.
dce159956538 Restore deleted file following copyright assignment.
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
259 % \metax{description of command}{M-x command-name}
dce159956538 Restore deleted file following copyright assignment.
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
260 % Tries to justify the beginning of the command name at the same place
dce159956538 Restore deleted file following copyright assignment.
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
261 % as \key starts the key name. (The "M-x " sticks out to the left.)
dce159956538 Restore deleted file following copyright assignment.
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
262 \def\metax#1#2{\leavevmode\hbox to \hsize{\hbox to .75\hsize
dce159956538 Restore deleted file following copyright assignment.
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
263 {\hskip\keyindent\relax#1\hfil}%
dce159956538 Restore deleted file following copyright assignment.
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
264 \hskip -\metaxwidth minus 1fil
dce159956538 Restore deleted file following copyright assignment.
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
265 \kbd{#2}\hfil}}
dce159956538 Restore deleted file following copyright assignment.
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
266
dce159956538 Restore deleted file following copyright assignment.
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
267 % threecol - like "key" but with two key names.
dce159956538 Restore deleted file following copyright assignment.
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
268 % for example, one for doing the action backward, and one for forward.
dce159956538 Restore deleted file following copyright assignment.
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
269 \def\threecol#1#2#3{\hskip\keyindent\relax#1\hfil&\kbd{#2}\hfil\quad
dce159956538 Restore deleted file following copyright assignment.
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
270 &\kbd{#3}\hfil\quad\cr}
dce159956538 Restore deleted file following copyright assignment.
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
271
dce159956538 Restore deleted file following copyright assignment.
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
272 %**end of header
dce159956538 Restore deleted file following copyright assignment.
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
273
dce159956538 Restore deleted file following copyright assignment.
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
274
dce159956538 Restore deleted file following copyright assignment.
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
275 \title{Org-Mode Reference Card (1/2)}
dce159956538 Restore deleted file following copyright assignment.
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
276
dce159956538 Restore deleted file following copyright assignment.
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
277 \centerline{(for version \orgversionnumber)}
dce159956538 Restore deleted file following copyright assignment.
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
278
dce159956538 Restore deleted file following copyright assignment.
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
279 \section{Getting Started}
dce159956538 Restore deleted file following copyright assignment.
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
280 %
dce159956538 Restore deleted file following copyright assignment.
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
281 \vskip -1mm
dce159956538 Restore deleted file following copyright assignment.
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
282 \beginexample%
dce159956538 Restore deleted file following copyright assignment.
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
283 (add-to-list 'auto-mode-alist '("\\\\.org\$" . org-mode))
dce159956538 Restore deleted file following copyright assignment.
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
284 (define-key global-map "\\C-cl" 'org-store-link)$^1$
dce159956538 Restore deleted file following copyright assignment.
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
285 (define-key global-map "\\C-ca" 'org-agenda)$^1$
dce159956538 Restore deleted file following copyright assignment.
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
286 \endexample
dce159956538 Restore deleted file following copyright assignment.
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
287 %
dce159956538 Restore deleted file following copyright assignment.
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
288 \metax{For the many customization options try}{M-x org-customize}
dce159956538 Restore deleted file following copyright assignment.
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
289 \metax{To read the on-line documentation try}{M-x org-info}
dce159956538 Restore deleted file following copyright assignment.
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
290
dce159956538 Restore deleted file following copyright assignment.
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
291 \section{Visibility Cycling}
dce159956538 Restore deleted file following copyright assignment.
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
292
dce159956538 Restore deleted file following copyright assignment.
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
293 \key{rotate current subtree between states}{TAB}
dce159956538 Restore deleted file following copyright assignment.
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
294 \key{rotate entire buffer between states}{S-TAB}
dce159956538 Restore deleted file following copyright assignment.
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
295 \key{show the whole file}{C-c C-a}
dce159956538 Restore deleted file following copyright assignment.
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
296 \key{reveal context around point}{C-c C-r}
76157
feb31772fcd1 (section{Visibility Cycling}): Document key for
Carsten Dominik <dominik@science.uva.nl>
parents: 76051
diff changeset
297 \key{show subtree in indirect buffer, ded.\ frame}{C-c C-k}
76050
dce159956538 Restore deleted file following copyright assignment.
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
298 %\key{show branches}{C-c C-k}
dce159956538 Restore deleted file following copyright assignment.
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
299
dce159956538 Restore deleted file following copyright assignment.
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
300 \section{Motion}
dce159956538 Restore deleted file following copyright assignment.
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
301
dce159956538 Restore deleted file following copyright assignment.
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
302 \key{next/previous heading}{C-c C-n/p}
dce159956538 Restore deleted file following copyright assignment.
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
303 \key{next/previous heading, same level}{C-c C-f/b}
dce159956538 Restore deleted file following copyright assignment.
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
304 \key{backward to higher level heading}{C-c C-u}
dce159956538 Restore deleted file following copyright assignment.
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
305 \key{jump to another place in document}{C-c C-j}
dce159956538 Restore deleted file following copyright assignment.
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
306 \key{previous/next plain list item}{S-UP/DOWN$^3$}
dce159956538 Restore deleted file following copyright assignment.
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
307
dce159956538 Restore deleted file following copyright assignment.
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
308 \section{Structure Editing}
dce159956538 Restore deleted file following copyright assignment.
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
309
dce159956538 Restore deleted file following copyright assignment.
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
310 \key{insert new heading/item at current level}{M-RET}
dce159956538 Restore deleted file following copyright assignment.
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
311 \key{insert new TODO entry/checkbox item}{M-S-RET}
dce159956538 Restore deleted file following copyright assignment.
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
312
dce159956538 Restore deleted file following copyright assignment.
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
313 \key{promote current heading up one level}{M-LEFT}
dce159956538 Restore deleted file following copyright assignment.
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
314 \key{demote current heading down one level}{M-RIGHT}
dce159956538 Restore deleted file following copyright assignment.
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
315 \key{promote current subtree up one level}{M-S-LEFT}
dce159956538 Restore deleted file following copyright assignment.
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
316 \key{demote current subtree down one level}{M-S-RIGHT}
dce159956538 Restore deleted file following copyright assignment.
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
317
dce159956538 Restore deleted file following copyright assignment.
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
318 \key{move subtree/list item up/down}{M-S-UP/DOWN}
dce159956538 Restore deleted file following copyright assignment.
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
319 \key{kill subtree}{C-c C-x C-w}
dce159956538 Restore deleted file following copyright assignment.
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
320 \key{copy subtree}{C-c C-x M-w}
dce159956538 Restore deleted file following copyright assignment.
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
321 \key{yank subtree}{C-c C-x C-y}
dce159956538 Restore deleted file following copyright assignment.
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
322 \key{narrow buffer to current subtree}{C-x n s}
dce159956538 Restore deleted file following copyright assignment.
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
323
dce159956538 Restore deleted file following copyright assignment.
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
324 \section{Archiving}
dce159956538 Restore deleted file following copyright assignment.
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
325
dce159956538 Restore deleted file following copyright assignment.
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
326 \key{toggle ARCHIVE tag}{C-c C-x C-a}
81169
2f4df3130f93 Version 4.77.
Carsten Dominik <dominik@science.uva.nl>
parents: 76157
diff changeset
327 %\metax{mark fully done children}{C-u C-c C-x C-a}
76050
dce159956538 Restore deleted file following copyright assignment.
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
328 \key{force cycling of an ARCHIVEd tree}{C-TAB}
76157
feb31772fcd1 (section{Visibility Cycling}): Document key for
Carsten Dominik <dominik@science.uva.nl>
parents: 76051
diff changeset
329 \key{move subtree to archive file}{C-c C-x C-s}
81169
2f4df3130f93 Version 4.77.
Carsten Dominik <dominik@science.uva.nl>
parents: 76157
diff changeset
330 %\metax{move all fully done children}{C-u C-c C-x C-s}
2f4df3130f93 Version 4.77.
Carsten Dominik <dominik@science.uva.nl>
parents: 76157
diff changeset
331 %To set archive location for current file, add a line like$^2$:
2f4df3130f93 Version 4.77.
Carsten Dominik <dominik@science.uva.nl>
parents: 76157
diff changeset
332 %\vskip -1mm
2f4df3130f93 Version 4.77.
Carsten Dominik <dominik@science.uva.nl>
parents: 76157
diff changeset
333 %\beginexample%
2f4df3130f93 Version 4.77.
Carsten Dominik <dominik@science.uva.nl>
parents: 76157
diff changeset
334 %\#+ARCHIVE: archfile::* Archived Tasks
2f4df3130f93 Version 4.77.
Carsten Dominik <dominik@science.uva.nl>
parents: 76157
diff changeset
335 %\endexample
76050
dce159956538 Restore deleted file following copyright assignment.
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
336
dce159956538 Restore deleted file following copyright assignment.
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
337 \section{Filtering and Sparse Trees}
dce159956538 Restore deleted file following copyright assignment.
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
338
dce159956538 Restore deleted file following copyright assignment.
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
339 \key{show sparse tree for all matches of a regexp}{C-c /}
dce159956538 Restore deleted file following copyright assignment.
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
340 \key{view TODO's in sparse tree}{C-c C-v}
dce159956538 Restore deleted file following copyright assignment.
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
341 \key{global TODO list in agenda mode}{C-c t$^1$}
dce159956538 Restore deleted file following copyright assignment.
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
342 \key{create sparse tree with all deadlines due}{C-c C-w}
dce159956538 Restore deleted file following copyright assignment.
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
343 \key{time sorted view of current org file}{C-c a L}
dce159956538 Restore deleted file following copyright assignment.
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
344 %\key{agenda for the week}{C-c a$^1$}
dce159956538 Restore deleted file following copyright assignment.
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
345 %\key{agenda for date at cursor}{C-c C-o}
dce159956538 Restore deleted file following copyright assignment.
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
346
dce159956538 Restore deleted file following copyright assignment.
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
347 \section{Tables}
dce159956538 Restore deleted file following copyright assignment.
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
348
dce159956538 Restore deleted file following copyright assignment.
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
349 {\bf Creating a table}
dce159956538 Restore deleted file following copyright assignment.
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
350
dce159956538 Restore deleted file following copyright assignment.
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
351 %\metax{insert a new Org-mode table}{M-x org-table-create}
dce159956538 Restore deleted file following copyright assignment.
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
352 \metax{just start typing, e.g.}{|Name|Phone|Age RET |- TAB}
dce159956538 Restore deleted file following copyright assignment.
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
353 \key{convert region to table}{C-c |}
dce159956538 Restore deleted file following copyright assignment.
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
354 \key{... separator at least 3 spaces}{C-3 C-c |}
dce159956538 Restore deleted file following copyright assignment.
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
355
dce159956538 Restore deleted file following copyright assignment.
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
356 {\bf Commands available inside tables}
dce159956538 Restore deleted file following copyright assignment.
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
357
dce159956538 Restore deleted file following copyright assignment.
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
358 The following commands work when the cursor is {\it inside a table}.
dce159956538 Restore deleted file following copyright assignment.
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
359 Outside of tables, the same keys may have other functionality.
dce159956538 Restore deleted file following copyright assignment.
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
360
dce159956538 Restore deleted file following copyright assignment.
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
361 {\bf Re-aligning and field motion}
dce159956538 Restore deleted file following copyright assignment.
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
362
dce159956538 Restore deleted file following copyright assignment.
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
363 \key{re-align the table without moving the cursor}{C-c C-c}
dce159956538 Restore deleted file following copyright assignment.
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
364 \key{re-align the table, move to next field}{TAB}
dce159956538 Restore deleted file following copyright assignment.
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
365 \key{move to previous field}{S-TAB}
dce159956538 Restore deleted file following copyright assignment.
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
366 \key{re-align the table, move to next row}{RET}
dce159956538 Restore deleted file following copyright assignment.
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
367
dce159956538 Restore deleted file following copyright assignment.
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
368 {\bf Row and column editing}
dce159956538 Restore deleted file following copyright assignment.
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
369
81169
2f4df3130f93 Version 4.77.
Carsten Dominik <dominik@science.uva.nl>
parents: 76157
diff changeset
370 \key{move the current column left}{M-LEFT/RIGHT}
76050
dce159956538 Restore deleted file following copyright assignment.
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
371 \key{kill the current column}{M-S-LEFT}
dce159956538 Restore deleted file following copyright assignment.
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
372 \key{insert new column to left of cursor position}{M-S-RIGHT}
dce159956538 Restore deleted file following copyright assignment.
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
373
81169
2f4df3130f93 Version 4.77.
Carsten Dominik <dominik@science.uva.nl>
parents: 76157
diff changeset
374 \key{move the current row up/down}{M-UP/DOWN}
76050
dce159956538 Restore deleted file following copyright assignment.
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
375 \key{kill the current row or horizontal line}{M-S-UP}
dce159956538 Restore deleted file following copyright assignment.
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
376 \key{insert new row above the current row}{M-S-DOWN}
76157
feb31772fcd1 (section{Visibility Cycling}): Document key for
Carsten Dominik <dominik@science.uva.nl>
parents: 76051
diff changeset
377 \key{insert hline below (\kbd{C-u} : above) current row}{C-c -}
76050
dce159956538 Restore deleted file following copyright assignment.
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
378 \key{sort lines in region}{C-c \^{}}
dce159956538 Restore deleted file following copyright assignment.
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
379
dce159956538 Restore deleted file following copyright assignment.
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
380 {\bf Regions}
dce159956538 Restore deleted file following copyright assignment.
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
381
dce159956538 Restore deleted file following copyright assignment.
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
382 \key{cut rectangular region}{C-c C-x C-w}
dce159956538 Restore deleted file following copyright assignment.
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
383 \key{copy rectangular region}{C-c C-x M-w}
dce159956538 Restore deleted file following copyright assignment.
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
384 \key{paste rectangular region}{C-c C-x C-y}
dce159956538 Restore deleted file following copyright assignment.
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
385 \key{fill paragraph across selected cells}{C-c C-q}
dce159956538 Restore deleted file following copyright assignment.
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
386
dce159956538 Restore deleted file following copyright assignment.
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
387 {\bf Miscellaneous}
dce159956538 Restore deleted file following copyright assignment.
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
388
dce159956538 Restore deleted file following copyright assignment.
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
389 \key{to limit column width to \kbd{N} characters, use}{...| <N> |...}
dce159956538 Restore deleted file following copyright assignment.
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
390 \key{edit the current field in a separate window}{C-c `}
dce159956538 Restore deleted file following copyright assignment.
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
391 \key{make current field fully visible}{C-u TAB}
dce159956538 Restore deleted file following copyright assignment.
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
392 \metax{export as tab-separated file}{M-x org-table-export}
dce159956538 Restore deleted file following copyright assignment.
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
393 \metax{import tab-separated file}{M-x org-table-import}
81169
2f4df3130f93 Version 4.77.
Carsten Dominik <dominik@science.uva.nl>
parents: 76157
diff changeset
394 \key{sum numbers in current column/rectangle}{C-c +}
76050
dce159956538 Restore deleted file following copyright assignment.
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
395
dce159956538 Restore deleted file following copyright assignment.
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
396 {\bf Tables created with the \kbd{table.el} package}
dce159956538 Restore deleted file following copyright assignment.
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
397
dce159956538 Restore deleted file following copyright assignment.
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
398 \key{insert a new \kbd{table.el} table}{C-c ~}
dce159956538 Restore deleted file following copyright assignment.
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
399 \key{recognize existing table.el table}{C-c C-c}
dce159956538 Restore deleted file following copyright assignment.
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
400 \key{convert table (Org-mode $\leftrightarrow$ table.el)}{C-c ~}
dce159956538 Restore deleted file following copyright assignment.
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
401
81169
2f4df3130f93 Version 4.77.
Carsten Dominik <dominik@science.uva.nl>
parents: 76157
diff changeset
402 {\bf Spreadsheet}
2f4df3130f93 Version 4.77.
Carsten Dominik <dominik@science.uva.nl>
parents: 76157
diff changeset
403
2f4df3130f93 Version 4.77.
Carsten Dominik <dominik@science.uva.nl>
parents: 76157
diff changeset
404 Formulas typed in field are executed by \kbd{TAB},
2f4df3130f93 Version 4.77.
Carsten Dominik <dominik@science.uva.nl>
parents: 76157
diff changeset
405 \kbd{RET} and \kbd{C-c C-c}. \kbd{=} introduces a column
2f4df3130f93 Version 4.77.
Carsten Dominik <dominik@science.uva.nl>
parents: 76157
diff changeset
406 formula, \kbd{:=} a field formula.
2f4df3130f93 Version 4.77.
Carsten Dominik <dominik@science.uva.nl>
parents: 76157
diff changeset
407
2f4df3130f93 Version 4.77.
Carsten Dominik <dominik@science.uva.nl>
parents: 76157
diff changeset
408 \key{Example: Add Col1 and Col2}{|=\$1+\$2 |}
2f4df3130f93 Version 4.77.
Carsten Dominik <dominik@science.uva.nl>
parents: 76157
diff changeset
409 \key{... with printf format specification}{|=\$1+\$2;\%.2f|}
2f4df3130f93 Version 4.77.
Carsten Dominik <dominik@science.uva.nl>
parents: 76157
diff changeset
410 \key{... with constants from constants.el}{|=\$1/\$c/\$cm |}
2f4df3130f93 Version 4.77.
Carsten Dominik <dominik@science.uva.nl>
parents: 76157
diff changeset
411 \metax{sum from 2nd to 3rd hline}{|:=vsum(@II..@III)|}
2f4df3130f93 Version 4.77.
Carsten Dominik <dominik@science.uva.nl>
parents: 76157
diff changeset
412 \key{apply current column formula}{| = |}
2f4df3130f93 Version 4.77.
Carsten Dominik <dominik@science.uva.nl>
parents: 76157
diff changeset
413
2f4df3130f93 Version 4.77.
Carsten Dominik <dominik@science.uva.nl>
parents: 76157
diff changeset
414 \key{set and eval column formula}{C-c =}
2f4df3130f93 Version 4.77.
Carsten Dominik <dominik@science.uva.nl>
parents: 76157
diff changeset
415 \key{set and eval field formula}{C-u C-c =}
2f4df3130f93 Version 4.77.
Carsten Dominik <dominik@science.uva.nl>
parents: 76157
diff changeset
416 \key{re-apply all stored equations to current line}{C-c *}
2f4df3130f93 Version 4.77.
Carsten Dominik <dominik@science.uva.nl>
parents: 76157
diff changeset
417 \key{re-apply all stored equations to entire table}{C-u C-c *}
2f4df3130f93 Version 4.77.
Carsten Dominik <dominik@science.uva.nl>
parents: 76157
diff changeset
418 \key{iterate table to stability}{C-u C-u C-c *}
2f4df3130f93 Version 4.77.
Carsten Dominik <dominik@science.uva.nl>
parents: 76157
diff changeset
419 \key{rotate calculation mark through \# * ! \^ \_ \$}{C-\#}
2f4df3130f93 Version 4.77.
Carsten Dominik <dominik@science.uva.nl>
parents: 76157
diff changeset
420 \key{show line, column, formula reference}{C-c ?}
2f4df3130f93 Version 4.77.
Carsten Dominik <dominik@science.uva.nl>
parents: 76157
diff changeset
421 \key{toggle coordinate grid}{C-c \}}
2f4df3130f93 Version 4.77.
Carsten Dominik <dominik@science.uva.nl>
parents: 76157
diff changeset
422 \key{toggle formula debugger}{C-c \{}
2f4df3130f93 Version 4.77.
Carsten Dominik <dominik@science.uva.nl>
parents: 76157
diff changeset
423
81686
62127110e96f Version 5.01
Carsten Dominik <dominik@science.uva.nl>
parents: 81169
diff changeset
424 \newcolumn
81169
2f4df3130f93 Version 4.77.
Carsten Dominik <dominik@science.uva.nl>
parents: 76157
diff changeset
425 {\it Formula Editor}
2f4df3130f93 Version 4.77.
Carsten Dominik <dominik@science.uva.nl>
parents: 76157
diff changeset
426
2f4df3130f93 Version 4.77.
Carsten Dominik <dominik@science.uva.nl>
parents: 76157
diff changeset
427 \key{edit formulas in separate buffer}{C-c '}
2f4df3130f93 Version 4.77.
Carsten Dominik <dominik@science.uva.nl>
parents: 76157
diff changeset
428 \key{exit and install new formulas}{C-c C-c}
2f4df3130f93 Version 4.77.
Carsten Dominik <dominik@science.uva.nl>
parents: 76157
diff changeset
429 \key{exit, install, and apply new formulas}{C-u C-c C-c}
2f4df3130f93 Version 4.77.
Carsten Dominik <dominik@science.uva.nl>
parents: 76157
diff changeset
430 \key{abort}{C-c C-q}
2f4df3130f93 Version 4.77.
Carsten Dominik <dominik@science.uva.nl>
parents: 76157
diff changeset
431 \key{toggle reference style}{C-c C-r}
2f4df3130f93 Version 4.77.
Carsten Dominik <dominik@science.uva.nl>
parents: 76157
diff changeset
432 \key{pretty-print Lisp formula}{TAB}
2f4df3130f93 Version 4.77.
Carsten Dominik <dominik@science.uva.nl>
parents: 76157
diff changeset
433 \key{complete Lisp symbol}{M-TAB}
2f4df3130f93 Version 4.77.
Carsten Dominik <dominik@science.uva.nl>
parents: 76157
diff changeset
434 \key{shift reference point}{S-cursor}
2f4df3130f93 Version 4.77.
Carsten Dominik <dominik@science.uva.nl>
parents: 76157
diff changeset
435 \key{shift test line for column references}{M-up/down}
2f4df3130f93 Version 4.77.
Carsten Dominik <dominik@science.uva.nl>
parents: 76157
diff changeset
436 \key{scroll the window showing the table}{M-S-up/down}
2f4df3130f93 Version 4.77.
Carsten Dominik <dominik@science.uva.nl>
parents: 76157
diff changeset
437 \key{toggle table coordinate grid}{C-c \}}
2f4df3130f93 Version 4.77.
Carsten Dominik <dominik@science.uva.nl>
parents: 76157
diff changeset
438
76050
dce159956538 Restore deleted file following copyright assignment.
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
439 \section{Links}
dce159956538 Restore deleted file following copyright assignment.
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
440
dce159956538 Restore deleted file following copyright assignment.
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
441 \key{globally store link to the current location}{C-c l$^1$}
dce159956538 Restore deleted file following copyright assignment.
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
442 \key{insert a link (TAB completes stored links)}{C-c C-l}
dce159956538 Restore deleted file following copyright assignment.
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
443 \key{insert file link with file name completion}{C-u C-c C-l}
dce159956538 Restore deleted file following copyright assignment.
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
444 \key{edit (also hidden part of) link at point}{C-c C-l}
dce159956538 Restore deleted file following copyright assignment.
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
445
dce159956538 Restore deleted file following copyright assignment.
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
446 \key{open file links in emacs}{C-c C-o}
dce159956538 Restore deleted file following copyright assignment.
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
447 \key{...force open in emacs/other window}{C-u C-c C-o}
dce159956538 Restore deleted file following copyright assignment.
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
448 \key{open link at point}{mouse-1/2}
dce159956538 Restore deleted file following copyright assignment.
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
449 \key{...force open in emacs/other window}{mouse-3}
dce159956538 Restore deleted file following copyright assignment.
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
450 \key{record a position in mark ring}{C-c \%}
dce159956538 Restore deleted file following copyright assignment.
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
451 \key{jump back to last followed link(s)}{C-c \&}
76157
feb31772fcd1 (section{Visibility Cycling}): Document key for
Carsten Dominik <dominik@science.uva.nl>
parents: 76051
diff changeset
452 \key{Find next link}{C-c C-x C-n}
feb31772fcd1 (section{Visibility Cycling}): Document key for
Carsten Dominik <dominik@science.uva.nl>
parents: 76051
diff changeset
453 \key{Find previous link}{C-c C-x C-p}
76050
dce159956538 Restore deleted file following copyright assignment.
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
454
dce159956538 Restore deleted file following copyright assignment.
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
455 {\bf Internal Links}
dce159956538 Restore deleted file following copyright assignment.
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
456
dce159956538 Restore deleted file following copyright assignment.
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
457 \key{\kbd{<<My Target>>}}{\rm target}
dce159956538 Restore deleted file following copyright assignment.
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
458 \key{\kbd{<<<My Target>>>}}{\rm radio target$^2$}
dce159956538 Restore deleted file following copyright assignment.
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
459 \key{\kbd{[[*this text]]}}{\rm find headline}
dce159956538 Restore deleted file following copyright assignment.
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
460 \metax{\kbd{[[this text]]}}{\rm find target or text in buffer}
dce159956538 Restore deleted file following copyright assignment.
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
461 \metax{\kbd{[[this text][description]]}}{\rm optional link text}
dce159956538 Restore deleted file following copyright assignment.
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
462
dce159956538 Restore deleted file following copyright assignment.
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
463 {\bf External Links}
dce159956538 Restore deleted file following copyright assignment.
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
464
dce159956538 Restore deleted file following copyright assignment.
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
465 \key{\kbd{file:/home/dominik/img/mars.jpg}}{\rm file, absolute}
dce159956538 Restore deleted file following copyright assignment.
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
466 \key{\kbd{file:papers/last.pdf}}{\rm file, relative}
dce159956538 Restore deleted file following copyright assignment.
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
467 \key{\kbd{file:projects.org::*that text}}{\rm find headline}
dce159956538 Restore deleted file following copyright assignment.
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
468 \key{\kbd{file:projects.org::find me}}{\rm find trgt/string}
dce159956538 Restore deleted file following copyright assignment.
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
469 %\key{\kbd{file:projects.org::/regexp/}}{\rm regexp search}
dce159956538 Restore deleted file following copyright assignment.
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
470 \key{\kbd{http://www.astro.uva.nl/~dominik}}{\rm on the web}
dce159956538 Restore deleted file following copyright assignment.
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
471 \key{\kbd{mailto:adent@galaxy.net}}{\rm Email address}
dce159956538 Restore deleted file following copyright assignment.
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
472 \key{\kbd{news:comp.emacs}}{\rm Usenet group}
dce159956538 Restore deleted file following copyright assignment.
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
473 \key{\kbd{bbdb:Richard Stallman}}{\rm BBDB person}
dce159956538 Restore deleted file following copyright assignment.
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
474 \key{\kbd{gnus:group}}{\rm GNUS group}
dce159956538 Restore deleted file following copyright assignment.
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
475 \key{\kbd{gnus:group\#id}}{\rm GNUS message}
dce159956538 Restore deleted file following copyright assignment.
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
476 \key{\kbd{vm|wl|mhe|rmail:folder}}{\rm Mail folder}
dce159956538 Restore deleted file following copyright assignment.
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
477 \key{\kbd{vm|wl|mhe|rmail:folder\#id}}{\rm Mail message}
dce159956538 Restore deleted file following copyright assignment.
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
478 \key{\kbd{info:emacs:Regexps}}{\rm Info file:node}
dce159956538 Restore deleted file following copyright assignment.
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
479 \key{\kbd{shell:ls *.org}}{\rm shell command}
dce159956538 Restore deleted file following copyright assignment.
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
480 \key{\kbd{elisp:(calendar)}}{\rm elisp form}
dce159956538 Restore deleted file following copyright assignment.
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
481 \metax{\kbd{[[external link][description]]}}{\rm optional link text}
dce159956538 Restore deleted file following copyright assignment.
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
482 %\key{\kbd{vm://myself@some.where.org/folder\#id}}{\rm VM remote}
dce159956538 Restore deleted file following copyright assignment.
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
483
dce159956538 Restore deleted file following copyright assignment.
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
484
81169
2f4df3130f93 Version 4.77.
Carsten Dominik <dominik@science.uva.nl>
parents: 76157
diff changeset
485 % \section{Remember-mode Integration}
76050
dce159956538 Restore deleted file following copyright assignment.
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
486
81169
2f4df3130f93 Version 4.77.
Carsten Dominik <dominik@science.uva.nl>
parents: 76157
diff changeset
487 % See the manual for how to make remember.el use Org-mode links and
2f4df3130f93 Version 4.77.
Carsten Dominik <dominik@science.uva.nl>
parents: 76157
diff changeset
488 % files. The note-finishing command \kbd{C-c C-c} will first prompt for
2f4df3130f93 Version 4.77.
Carsten Dominik <dominik@science.uva.nl>
parents: 76157
diff changeset
489 % an org file. In the file, find a location with:
76050
dce159956538 Restore deleted file following copyright assignment.
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
490
81169
2f4df3130f93 Version 4.77.
Carsten Dominik <dominik@science.uva.nl>
parents: 76157
diff changeset
491 % \key{rotate subtree visibility}{TAB}
2f4df3130f93 Version 4.77.
Carsten Dominik <dominik@science.uva.nl>
parents: 76157
diff changeset
492 % \key{next heading}{DOWN}
2f4df3130f93 Version 4.77.
Carsten Dominik <dominik@science.uva.nl>
parents: 76157
diff changeset
493 % \key{previous heading}{UP}
76050
dce159956538 Restore deleted file following copyright assignment.
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
494
81169
2f4df3130f93 Version 4.77.
Carsten Dominik <dominik@science.uva.nl>
parents: 76157
diff changeset
495 % Insert the note with one of the following:
76050
dce159956538 Restore deleted file following copyright assignment.
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
496
81169
2f4df3130f93 Version 4.77.
Carsten Dominik <dominik@science.uva.nl>
parents: 76157
diff changeset
497 % \key{as sublevel of heading at cursor}{RET}
2f4df3130f93 Version 4.77.
Carsten Dominik <dominik@science.uva.nl>
parents: 76157
diff changeset
498 % \key{right here (cursor not on heading)}{RET}
2f4df3130f93 Version 4.77.
Carsten Dominik <dominik@science.uva.nl>
parents: 76157
diff changeset
499 % \key{before current heading}{LEFT}
2f4df3130f93 Version 4.77.
Carsten Dominik <dominik@science.uva.nl>
parents: 76157
diff changeset
500 % \key{after current heading}{RIGHT}
2f4df3130f93 Version 4.77.
Carsten Dominik <dominik@science.uva.nl>
parents: 76157
diff changeset
501 % \key{shortcut to end of buffer (cursor at buf-start)}{RET}
2f4df3130f93 Version 4.77.
Carsten Dominik <dominik@science.uva.nl>
parents: 76157
diff changeset
502 % \key{Abort}{q}
76050
dce159956538 Restore deleted file following copyright assignment.
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
503
dce159956538 Restore deleted file following copyright assignment.
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
504 \section{Completion}
dce159956538 Restore deleted file following copyright assignment.
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
505
dce159956538 Restore deleted file following copyright assignment.
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
506 In-buffer completion completes TODO keywords at headline start, TeX
dce159956538 Restore deleted file following copyright assignment.
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
507 macros after ``{\tt \\}'', option keywords after ``{\tt \#-}'', TAGS
dce159956538 Restore deleted file following copyright assignment.
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
508 after ``{\tt :}'', and dictionary words elsewhere.
dce159956538 Restore deleted file following copyright assignment.
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
509
dce159956538 Restore deleted file following copyright assignment.
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
510 \key{Complete word at point}{M-TAB}
dce159956538 Restore deleted file following copyright assignment.
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
511
dce159956538 Restore deleted file following copyright assignment.
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
512
dce159956538 Restore deleted file following copyright assignment.
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
513 \newcolumn
dce159956538 Restore deleted file following copyright assignment.
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
514 \title{Org-Mode Reference Card (2/2)}
dce159956538 Restore deleted file following copyright assignment.
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
515
dce159956538 Restore deleted file following copyright assignment.
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
516 \centerline{(for version \orgversionnumber)}
dce159956538 Restore deleted file following copyright assignment.
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
517
dce159956538 Restore deleted file following copyright assignment.
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
518 \section{TODO Items and Checkboxes}
dce159956538 Restore deleted file following copyright assignment.
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
519
dce159956538 Restore deleted file following copyright assignment.
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
520 \key{rotate the state of the current item}{C-c C-t}
81169
2f4df3130f93 Version 4.77.
Carsten Dominik <dominik@science.uva.nl>
parents: 76157
diff changeset
521 \metax{select next/previous state}{S-LEFT/RIGHT}
2f4df3130f93 Version 4.77.
Carsten Dominik <dominik@science.uva.nl>
parents: 76157
diff changeset
522 \metax{select next/previous set}{C-S-LEFT/RIGHT}
76050
dce159956538 Restore deleted file following copyright assignment.
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
523 \key{view TODO items in a sparse tree}{C-c C-v}
dce159956538 Restore deleted file following copyright assignment.
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
524 \key{view 3rd TODO keyword's sparse tree}{C-3 C-c C-v}
dce159956538 Restore deleted file following copyright assignment.
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
525
dce159956538 Restore deleted file following copyright assignment.
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
526 \key{set the priority of the current item}{C-c , [ABC]}
dce159956538 Restore deleted file following copyright assignment.
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
527 \key{remove priority cookie from current item}{C-c , SPC}
81169
2f4df3130f93 Version 4.77.
Carsten Dominik <dominik@science.uva.nl>
parents: 76157
diff changeset
528 \key{raise/lower priority of current item}{S-UP/DOWN$^3$}
2f4df3130f93 Version 4.77.
Carsten Dominik <dominik@science.uva.nl>
parents: 76157
diff changeset
529 %\key{lower priority of current item}{S-DOWN$^3$}
76050
dce159956538 Restore deleted file following copyright assignment.
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
530
81169
2f4df3130f93 Version 4.77.
Carsten Dominik <dominik@science.uva.nl>
parents: 76157
diff changeset
531 %\key{\kbd{\#+SEQ_TODO: TODO TRY BLUFF DONE}}{\rm todo workflow}
2f4df3130f93 Version 4.77.
Carsten Dominik <dominik@science.uva.nl>
parents: 76157
diff changeset
532 %\key{\kbd{\#+TYP_TODO: Phil home work DONE}}{\rm todo types}
76050
dce159956538 Restore deleted file following copyright assignment.
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
533
dce159956538 Restore deleted file following copyright assignment.
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
534 \key{insert new checkbox item in plain list}{M-S-RET}
dce159956538 Restore deleted file following copyright assignment.
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
535 \key{toggle checkbox(es) in region/entry/at point}{C-c C-x C-b}
dce159956538 Restore deleted file following copyright assignment.
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
536 \key{toggle checkbox at point}{C-c C-c}
dce159956538 Restore deleted file following copyright assignment.
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
537 \metax{checkbox statistics cookies: insert {\tt [/]} or {\tt [\%]}}{}
dce159956538 Restore deleted file following copyright assignment.
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
538 \key{update checkbox statistics (\kbd{C-u} : whole file)}{C-c \#}
dce159956538 Restore deleted file following copyright assignment.
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
539
dce159956538 Restore deleted file following copyright assignment.
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
540 \section{Tags}
dce159956538 Restore deleted file following copyright assignment.
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
541
dce159956538 Restore deleted file following copyright assignment.
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
542 \key{set tags for current heading}{C-c C-c}
dce159956538 Restore deleted file following copyright assignment.
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
543 \key{realign tags in all headings}{C-u C-c C-c}
dce159956538 Restore deleted file following copyright assignment.
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
544 \key{create sparse tree with matching tags}{C-c \\}
dce159956538 Restore deleted file following copyright assignment.
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
545 \key{globally (agenda) match tags at cursor}{C-c C-o}
dce159956538 Restore deleted file following copyright assignment.
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
546
81839
64b48383ea0b *** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents: 81686
diff changeset
547 \section{Properties and Column View}
64b48383ea0b *** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents: 81686
diff changeset
548
64b48383ea0b *** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents: 81686
diff changeset
549 \key{special commands in property lines}{C-c C-c}
64b48383ea0b *** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents: 81686
diff changeset
550 \key{next/previous allowed value}{S-left/right}
64b48383ea0b *** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents: 81686
diff changeset
551 \key{turn on column view}{C-c C-x C-c}
64b48383ea0b *** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents: 81686
diff changeset
552
64b48383ea0b *** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents: 81686
diff changeset
553 \key{quit column view}{q}
64b48383ea0b *** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents: 81686
diff changeset
554 \key{next/previous allowed value}{S-left/right}
64b48383ea0b *** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents: 81686
diff changeset
555 \key{next/previous allowed value}{n / p}
64b48383ea0b *** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents: 81686
diff changeset
556 \key{edit value}{e}
64b48383ea0b *** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents: 81686
diff changeset
557 \key{edit allowed values list}{a}
64b48383ea0b *** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents: 81686
diff changeset
558 \key{show value}{v}
64b48383ea0b *** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents: 81686
diff changeset
559 \key{make column wider/narrower}{> / <}
64b48383ea0b *** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents: 81686
diff changeset
560 \key{move column left/right}{M-left/right}
64b48383ea0b *** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents: 81686
diff changeset
561 \key{add new column}{M-S-right}
64b48383ea0b *** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents: 81686
diff changeset
562 \key{Delete current column}{M-S-left}
64b48383ea0b *** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents: 81686
diff changeset
563
64b48383ea0b *** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents: 81686
diff changeset
564
76050
dce159956538 Restore deleted file following copyright assignment.
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
565 \section{Timestamps}
dce159956538 Restore deleted file following copyright assignment.
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
566
dce159956538 Restore deleted file following copyright assignment.
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
567 \key{prompt for date and insert timestamp}{C-c .}
dce159956538 Restore deleted file following copyright assignment.
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
568 \key{like \kbd{C-c} . but insert date and time format}{C-u C-c .}
dce159956538 Restore deleted file following copyright assignment.
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
569 \key{Like \kbd{C-c .} but make stamp inactive}{C-c !} % FIXME
dce159956538 Restore deleted file following copyright assignment.
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
570 \key{insert DEADLINE timestamp}{C-c C-d}
dce159956538 Restore deleted file following copyright assignment.
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
571 \key{insert SCHEDULED timestamp}{C-c C-s}
dce159956538 Restore deleted file following copyright assignment.
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
572 \key{create sparse tree with all deadlines due}{C-c C-w}
dce159956538 Restore deleted file following copyright assignment.
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
573 \key{the time between 2 dates in a time range}{C-c C-y}
dce159956538 Restore deleted file following copyright assignment.
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
574 \key{change timestamp at cursor by $\pm 1$ day}{S-RIGHT/LEFT$^3$}
dce159956538 Restore deleted file following copyright assignment.
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
575 \key{change year/month/day at cursor by $\pm 1$}{S-UP/DOWN$^3$}
dce159956538 Restore deleted file following copyright assignment.
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
576 \key{access the calendar for the current date}{C-c >}
dce159956538 Restore deleted file following copyright assignment.
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
577 \key{insert timestamp matching date in calendar}{C-c <}
dce159956538 Restore deleted file following copyright assignment.
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
578 \key{access agenda for current date}{C-c C-o}
dce159956538 Restore deleted file following copyright assignment.
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
579 \key{Select date while prompted}{mouse-1/RET}
dce159956538 Restore deleted file following copyright assignment.
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
580 %\key{... select date in calendar}{mouse-1/RET}
dce159956538 Restore deleted file following copyright assignment.
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
581 %\key{... scroll calendar back/forward one month}{< / >}
dce159956538 Restore deleted file following copyright assignment.
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
582 %\key{... forward/backward one day}{S-LEFT/RIGHT}
dce159956538 Restore deleted file following copyright assignment.
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
583 %\key{... forward/backward one week}{S-UP/DOWN}
dce159956538 Restore deleted file following copyright assignment.
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
584 %\key{... forward/backward one month}{M-S-LEFT/RIGT}
dce159956538 Restore deleted file following copyright assignment.
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
585 \key{Toggle custom format display for dates/times}{C-c C-x C-t}
dce159956538 Restore deleted file following copyright assignment.
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
586
81839
64b48383ea0b *** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents: 81686
diff changeset
587 \newcolumn
76050
dce159956538 Restore deleted file following copyright assignment.
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
588
81169
2f4df3130f93 Version 4.77.
Carsten Dominik <dominik@science.uva.nl>
parents: 76157
diff changeset
589 {\bf Clocking time}
76050
dce159956538 Restore deleted file following copyright assignment.
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
590
dce159956538 Restore deleted file following copyright assignment.
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
591 \key{start clock on current item}{C-c C-x C-i}
dce159956538 Restore deleted file following copyright assignment.
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
592 \key{stop clock on current item}{C-c C-x C-o}
dce159956538 Restore deleted file following copyright assignment.
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
593 \key{cancel current clock}{C-c C-x C-x}
dce159956538 Restore deleted file following copyright assignment.
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
594 \key{display total subtree times}{C-c C-x C-d}
dce159956538 Restore deleted file following copyright assignment.
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
595 \key{remove displayed times}{C-c C-c}
dce159956538 Restore deleted file following copyright assignment.
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
596 \key{insert/update table with clock report}{C-c C-x C-r}
dce159956538 Restore deleted file following copyright assignment.
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
597
dce159956538 Restore deleted file following copyright assignment.
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
598 \section{Agenda Views}
dce159956538 Restore deleted file following copyright assignment.
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
599
dce159956538 Restore deleted file following copyright assignment.
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
600 \key{add/move current file to front of agenda}{C-c [}
dce159956538 Restore deleted file following copyright assignment.
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
601 \key{remove current file from your agenda}{C-c ]}
76157
feb31772fcd1 (section{Visibility Cycling}): Document key for
Carsten Dominik <dominik@science.uva.nl>
parents: 76051
diff changeset
602 \key{cycle through agenda file list}{C-'}
76050
dce159956538 Restore deleted file following copyright assignment.
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
603
dce159956538 Restore deleted file following copyright assignment.
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
604 \key{compile agenda for the current week}{C-c a a$^1$}
dce159956538 Restore deleted file following copyright assignment.
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
605 \key{compile global TODO list}{C-c a t$^1$}
dce159956538 Restore deleted file following copyright assignment.
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
606 \key{compile TODO list for specific keyword}{C-c a T$^1$}
dce159956538 Restore deleted file following copyright assignment.
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
607 \key{match tags in agenda files}{C-c a m$^1$}
dce159956538 Restore deleted file following copyright assignment.
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
608 \key{match tags in TODO entries}{C-c a M$^1$}
76157
feb31772fcd1 (section{Visibility Cycling}): Document key for
Carsten Dominik <dominik@science.uva.nl>
parents: 76051
diff changeset
609 \key{find stuck projects}{C-c a \#$^1$}
76050
dce159956538 Restore deleted file following copyright assignment.
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
610 \key{show timeline of current org file}{C-c a L$^1$}
dce159956538 Restore deleted file following copyright assignment.
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
611 \key{configure custom commands}{C-c a C$^1$}
76157
feb31772fcd1 (section{Visibility Cycling}): Document key for
Carsten Dominik <dominik@science.uva.nl>
parents: 76051
diff changeset
612 \key{configure stuck projects}{C-c a !$^1$}
76050
dce159956538 Restore deleted file following copyright assignment.
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
613 \key{agenda for date at cursor}{C-c C-o}
dce159956538 Restore deleted file following copyright assignment.
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
614
dce159956538 Restore deleted file following copyright assignment.
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
615 \vskip 1mm
dce159956538 Restore deleted file following copyright assignment.
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
616 To set categories, add lines like$^2$:
dce159956538 Restore deleted file following copyright assignment.
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
617 \vskip -1mm
dce159956538 Restore deleted file following copyright assignment.
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
618 \beginexample%
dce159956538 Restore deleted file following copyright assignment.
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
619 \#+CATEGORY: MyCateg
dce159956538 Restore deleted file following copyright assignment.
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
620 \endexample
dce159956538 Restore deleted file following copyright assignment.
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
621
dce159956538 Restore deleted file following copyright assignment.
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
622 {\bf Commands available in an agenda buffer}
dce159956538 Restore deleted file following copyright assignment.
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
623
dce159956538 Restore deleted file following copyright assignment.
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
624 {\bf View Org file}
dce159956538 Restore deleted file following copyright assignment.
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
625
dce159956538 Restore deleted file following copyright assignment.
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
626 \key{show original location of item}{SPC/mouse-3}
dce159956538 Restore deleted file following copyright assignment.
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
627 %\key{... also available with}{mouse-3}
dce159956538 Restore deleted file following copyright assignment.
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
628 \key{show and recenter window}{L}
dce159956538 Restore deleted file following copyright assignment.
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
629 \key{goto original location in other window}{TAB/mouse-2}
dce159956538 Restore deleted file following copyright assignment.
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
630 %\key{... also available with}{mouse-2}
dce159956538 Restore deleted file following copyright assignment.
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
631 \key{goto original location, delete other windows}{RET}
76157
feb31772fcd1 (section{Visibility Cycling}): Document key for
Carsten Dominik <dominik@science.uva.nl>
parents: 76051
diff changeset
632 \key{show subtree in indirect buffer, ded.\ frame}{b}
76050
dce159956538 Restore deleted file following copyright assignment.
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
633 \key{toggle follow-mode}{f}
dce159956538 Restore deleted file following copyright assignment.
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
634
dce159956538 Restore deleted file following copyright assignment.
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
635 {\bf Change display}
dce159956538 Restore deleted file following copyright assignment.
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
636
dce159956538 Restore deleted file following copyright assignment.
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
637 \key{delete other windows}{o}
81686
62127110e96f Version 5.01
Carsten Dominik <dominik@science.uva.nl>
parents: 81169
diff changeset
638 \key{switch to day/week/month/year view}{d w m y}
76050
dce159956538 Restore deleted file following copyright assignment.
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
639 \key{toggle inclusion of diary entries}{D}
dce159956538 Restore deleted file following copyright assignment.
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
640 \key{toggle time grid for daily schedule}{g}
dce159956538 Restore deleted file following copyright assignment.
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
641 \key{toggle display of logbook entries}{l}
dce159956538 Restore deleted file following copyright assignment.
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
642 \key{refresh agenda buffer with any changes}{r}
dce159956538 Restore deleted file following copyright assignment.
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
643 \key{save all org-mode buffers}{s}
dce159956538 Restore deleted file following copyright assignment.
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
644 \key{display the following \kbd{org-agenda-ndays}}{RIGHT}
dce159956538 Restore deleted file following copyright assignment.
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
645 \key{display the previous \kbd{org-agenda-ndays}}{LEFT}
dce159956538 Restore deleted file following copyright assignment.
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
646 \key{goto today}{.}
dce159956538 Restore deleted file following copyright assignment.
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
647
dce159956538 Restore deleted file following copyright assignment.
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
648 {\bf Remote editing}
dce159956538 Restore deleted file following copyright assignment.
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
649
dce159956538 Restore deleted file following copyright assignment.
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
650 \key{digit argument}{0-9}
dce159956538 Restore deleted file following copyright assignment.
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
651 \key{change state of current TODO item}{t}
dce159956538 Restore deleted file following copyright assignment.
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
652 \key{kill item and source}{C-k}
76157
feb31772fcd1 (section{Visibility Cycling}): Document key for
Carsten Dominik <dominik@science.uva.nl>
parents: 76051
diff changeset
653 \key{archive the subtree}{\$}
76050
dce159956538 Restore deleted file following copyright assignment.
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
654 \key{show tags of current headline}{T}
dce159956538 Restore deleted file following copyright assignment.
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
655 \key{set tags for current headline}{:}
dce159956538 Restore deleted file following copyright assignment.
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
656 \key{toggle ARCHIVE tag}{a}
dce159956538 Restore deleted file following copyright assignment.
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
657 \key{set priority of current item}{p}
dce159956538 Restore deleted file following copyright assignment.
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
658 \key{raise/lower priority of current item}{S-UP/DOWN$^3$}
dce159956538 Restore deleted file following copyright assignment.
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
659 \key{display weighted priority of current item}{P}
dce159956538 Restore deleted file following copyright assignment.
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
660 \key{schedule/set deadline for this item}{C-c C-s/d}
dce159956538 Restore deleted file following copyright assignment.
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
661 \key{change timestamp to one day earlier/later}{S-LEFT/RIGHT$^3$}
dce159956538 Restore deleted file following copyright assignment.
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
662 \key{change timestamp to today}{>}
dce159956538 Restore deleted file following copyright assignment.
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
663 \key{insert new entry into diary}{i}
dce159956538 Restore deleted file following copyright assignment.
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
664
81839
64b48383ea0b *** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents: 81686
diff changeset
665 \newcolumn
76157
feb31772fcd1 (section{Visibility Cycling}): Document key for
Carsten Dominik <dominik@science.uva.nl>
parents: 76051
diff changeset
666 \key{start the clock on current item (clock-in)}{I}
feb31772fcd1 (section{Visibility Cycling}): Document key for
Carsten Dominik <dominik@science.uva.nl>
parents: 76051
diff changeset
667 \key{stop the clock (clock-out)}{O}
feb31772fcd1 (section{Visibility Cycling}): Document key for
Carsten Dominik <dominik@science.uva.nl>
parents: 76051
diff changeset
668 \key{cancel current clock}{X}
76050
dce159956538 Restore deleted file following copyright assignment.
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
669
76157
feb31772fcd1 (section{Visibility Cycling}): Document key for
Carsten Dominik <dominik@science.uva.nl>
parents: 76051
diff changeset
670 {\bf Misc}
76050
dce159956538 Restore deleted file following copyright assignment.
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
671
76157
feb31772fcd1 (section{Visibility Cycling}): Document key for
Carsten Dominik <dominik@science.uva.nl>
parents: 76051
diff changeset
672 \key{Open link in current line}{C-c C-o}
feb31772fcd1 (section{Visibility Cycling}): Document key for
Carsten Dominik <dominik@science.uva.nl>
parents: 76051
diff changeset
673
76050
dce159956538 Restore deleted file following copyright assignment.
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
674 {\bf Calendar commands}
dce159956538 Restore deleted file following copyright assignment.
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
675
dce159956538 Restore deleted file following copyright assignment.
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
676 \key{find agenda cursor date in calendar}{c}
dce159956538 Restore deleted file following copyright assignment.
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
677 \key{compute agenda for calendar cursor date}{c}
dce159956538 Restore deleted file following copyright assignment.
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
678 \key{show phases of the moon}{M}
dce159956538 Restore deleted file following copyright assignment.
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
679 \key{show sunrise/sunset times}{S}
dce159956538 Restore deleted file following copyright assignment.
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
680 \key{show holidays}{H}
dce159956538 Restore deleted file following copyright assignment.
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
681 \key{convert date to other calendars}{C}
dce159956538 Restore deleted file following copyright assignment.
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
682
dce159956538 Restore deleted file following copyright assignment.
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
683 {\bf Quit and Exit}
dce159956538 Restore deleted file following copyright assignment.
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
684
dce159956538 Restore deleted file following copyright assignment.
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
685 \key{quit agenda, remove agenda buffer}{q}
dce159956538 Restore deleted file following copyright assignment.
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
686 \key{exit agenda, remove all agenda buffers}{x}
dce159956538 Restore deleted file following copyright assignment.
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
687
dce159956538 Restore deleted file following copyright assignment.
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
688 \section{Calendar and Diary Integration}
dce159956538 Restore deleted file following copyright assignment.
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
689
dce159956538 Restore deleted file following copyright assignment.
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
690 Include Emacs diary entries into Org-mode agenda with:
dce159956538 Restore deleted file following copyright assignment.
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
691 \beginexample%
dce159956538 Restore deleted file following copyright assignment.
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
692 (setq org-agenda-include-diary t)
dce159956538 Restore deleted file following copyright assignment.
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
693 \endexample
dce159956538 Restore deleted file following copyright assignment.
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
694
81839
64b48383ea0b *** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents: 81686
diff changeset
695 \section{LaTeX and cdlatex-mode}
64b48383ea0b *** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents: 81686
diff changeset
696
64b48383ea0b *** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents: 81686
diff changeset
697 \key{preview LaTeX fragment}{C-c C-x C-l}
64b48383ea0b *** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents: 81686
diff changeset
698 \key{Expand abbreviation (cdlatex-mode)}{TAB}
64b48383ea0b *** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents: 81686
diff changeset
699 \key{Insert/modify math symbol (cdlatex-mode)}{` / '}
64b48383ea0b *** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents: 81686
diff changeset
700
76050
dce159956538 Restore deleted file following copyright assignment.
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
701 \section{Exporting and Publishing}
dce159956538 Restore deleted file following copyright assignment.
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
702
dce159956538 Restore deleted file following copyright assignment.
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
703 Exporting creates files with extensions {\it .txt\/} and {\it .html\/}
dce159956538 Restore deleted file following copyright assignment.
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
704 in the current directory. Publishing puts the resulting file into
dce159956538 Restore deleted file following copyright assignment.
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
705 some other place.
dce159956538 Restore deleted file following copyright assignment.
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
706
dce159956538 Restore deleted file following copyright assignment.
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
707 \key{export/publish dispatcher}{C-c C-e}
dce159956538 Restore deleted file following copyright assignment.
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
708
dce159956538 Restore deleted file following copyright assignment.
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
709 \key{export visible part only}{C-c C-e v}
dce159956538 Restore deleted file following copyright assignment.
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
710 \key{insert template of export options}{C-c C-x t}
dce159956538 Restore deleted file following copyright assignment.
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
711 \key{toggle fixed width for entry or region}{C-c :}
dce159956538 Restore deleted file following copyright assignment.
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
712
81839
64b48383ea0b *** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents: 81686
diff changeset
713 %{\bf HTML formatting}
76050
dce159956538 Restore deleted file following copyright assignment.
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
714
81839
64b48383ea0b *** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents: 81686
diff changeset
715 %\key{make words {\bf bold}}{*bold*}
64b48383ea0b *** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents: 81686
diff changeset
716 %\key{make words {\it italic}}{/italic/}
64b48383ea0b *** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents: 81686
diff changeset
717 %\key{make words \underbar{underlined}}{_underlined_}
64b48383ea0b *** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents: 81686
diff changeset
718 %\key{sub- and superscripts}{x\^{}3, J_dust}
64b48383ea0b *** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents: 81686
diff changeset
719 %\key{\TeX{}-like macros}{\\alpha, \\to}
64b48383ea0b *** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents: 81686
diff changeset
720 %\key{typeset lines in fixed width font}{start with :}
64b48383ea0b *** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents: 81686
diff changeset
721 %\key{tables are exported as HTML tables}{start with |}
64b48383ea0b *** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents: 81686
diff changeset
722 %\key{links become HTML links}{http:... etc}
64b48383ea0b *** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents: 81686
diff changeset
723 %\key{include html tags}{@<b>...@</b>}
76050
dce159956538 Restore deleted file following copyright assignment.
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
724
76157
feb31772fcd1 (section{Visibility Cycling}): Document key for
Carsten Dominik <dominik@science.uva.nl>
parents: 76051
diff changeset
725 %{\bf Export options}
feb31772fcd1 (section{Visibility Cycling}): Document key for
Carsten Dominik <dominik@science.uva.nl>
parents: 76051
diff changeset
726 %
feb31772fcd1 (section{Visibility Cycling}): Document key for
Carsten Dominik <dominik@science.uva.nl>
parents: 76051
diff changeset
727 %Include additional information for export by putting these anywhere in the
feb31772fcd1 (section{Visibility Cycling}): Document key for
Carsten Dominik <dominik@science.uva.nl>
parents: 76051
diff changeset
728 %org file. Use {\tt M-TAB} completion to make sure to get the right
feb31772fcd1 (section{Visibility Cycling}): Document key for
Carsten Dominik <dominik@science.uva.nl>
parents: 76051
diff changeset
729 %keywords. {\tt M-TAB} again just after keyword is complete inserts examples.
feb31772fcd1 (section{Visibility Cycling}): Document key for
Carsten Dominik <dominik@science.uva.nl>
parents: 76051
diff changeset
730 %
feb31772fcd1 (section{Visibility Cycling}): Document key for
Carsten Dominik <dominik@science.uva.nl>
parents: 76051
diff changeset
731 %\key{the title to be shown}{\#+TITLE:}
feb31772fcd1 (section{Visibility Cycling}): Document key for
Carsten Dominik <dominik@science.uva.nl>
parents: 76051
diff changeset
732 %\key{the author}{\#+AUTHOR:}
feb31772fcd1 (section{Visibility Cycling}): Document key for
Carsten Dominik <dominik@science.uva.nl>
parents: 76051
diff changeset
733 %\key{authors email address}{\#+EMAIL:}
feb31772fcd1 (section{Visibility Cycling}): Document key for
Carsten Dominik <dominik@science.uva.nl>
parents: 76051
diff changeset
734 %\key{language code for html}{\#+LANGUAGE:}
feb31772fcd1 (section{Visibility Cycling}): Document key for
Carsten Dominik <dominik@science.uva.nl>
parents: 76051
diff changeset
735 %\key{free text description of file}{\#+TEXT:}
feb31772fcd1 (section{Visibility Cycling}): Document key for
Carsten Dominik <dominik@science.uva.nl>
parents: 76051
diff changeset
736 %\key{... which can carry over multiple lines}{\#+TEXT:}
feb31772fcd1 (section{Visibility Cycling}): Document key for
Carsten Dominik <dominik@science.uva.nl>
parents: 76051
diff changeset
737 %\key{settings for the export process}{\#+OPTIONS:}
76050
dce159956538 Restore deleted file following copyright assignment.
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
738
dce159956538 Restore deleted file following copyright assignment.
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
739 %\key{set number of headline levels for export}{H:2}
dce159956538 Restore deleted file following copyright assignment.
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
740 %\key{turn on/off section numbers}{num:t}
dce159956538 Restore deleted file following copyright assignment.
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
741 %\key{turn on/off table of contents}{toc:t}
dce159956538 Restore deleted file following copyright assignment.
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
742 %\key{turn on/off linebreak preservation}{\\n:nil}
dce159956538 Restore deleted file following copyright assignment.
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
743 %\key{turn on/off quoted html tags}{@:t}
dce159956538 Restore deleted file following copyright assignment.
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
744 %\key{turn on/off fixed width sections}{::t}
dce159956538 Restore deleted file following copyright assignment.
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
745 %\key{turn on/off tables}{|:t}
dce159956538 Restore deleted file following copyright assignment.
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
746 %\key{turn on/off \TeX\ syntax for sub/super-scripts}{\^{}:t}
dce159956538 Restore deleted file following copyright assignment.
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
747 %\key{turn on/off emphasised text}{*:nil}
dce159956538 Restore deleted file following copyright assignment.
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
748 %\key{turn on/off \TeX\ macros}{TeX:t}
dce159956538 Restore deleted file following copyright assignment.
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
749
dce159956538 Restore deleted file following copyright assignment.
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
750 {\bf Comments: Text not being exported}
dce159956538 Restore deleted file following copyright assignment.
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
751
dce159956538 Restore deleted file following copyright assignment.
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
752 Text before the first headline is not considered part of the document
dce159956538 Restore deleted file following copyright assignment.
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
753 and is therefore never exported.
dce159956538 Restore deleted file following copyright assignment.
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
754 Lines starting with \kbd{\#} are comments and are not exported.
dce159956538 Restore deleted file following copyright assignment.
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
755 Subtrees whose header starts with COMMENT are never exported.
dce159956538 Restore deleted file following copyright assignment.
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
756
dce159956538 Restore deleted file following copyright assignment.
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
757 \key{toggle COMMENT keyword on entry}{C-c ;}
dce159956538 Restore deleted file following copyright assignment.
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
758
dce159956538 Restore deleted file following copyright assignment.
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
759 \section{Dynamic Blocks}
dce159956538 Restore deleted file following copyright assignment.
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
760
dce159956538 Restore deleted file following copyright assignment.
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
761 \key{update dynamic block at point}{C-c C-x C-u}
dce159956538 Restore deleted file following copyright assignment.
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
762 \metax{update all dynamic blocks}{C-u C-c C-x C-u}
dce159956538 Restore deleted file following copyright assignment.
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
763
dce159956538 Restore deleted file following copyright assignment.
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
764 \section{Notes}
dce159956538 Restore deleted file following copyright assignment.
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
765 $^1$ This is only a suggestion for a binding of this command. Choose
dce159956538 Restore deleted file following copyright assignment.
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
766 you own key as shown under INSTALLATION.
dce159956538 Restore deleted file following copyright assignment.
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
767
dce159956538 Restore deleted file following copyright assignment.
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
768 $^2$ After changing a \kbd{\#+KEYWORD} or \kbd{<<<target>>>} line,
dce159956538 Restore deleted file following copyright assignment.
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
769 press \kbd{C-c C-c} with the cursor still in the line to update.
dce159956538 Restore deleted file following copyright assignment.
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
770
dce159956538 Restore deleted file following copyright assignment.
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
771 $^3$ Keybinding affected by {\tt org-CUA-compatibility}.
dce159956538 Restore deleted file following copyright assignment.
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
772
dce159956538 Restore deleted file following copyright assignment.
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
773 \copyrightnotice
dce159956538 Restore deleted file following copyright assignment.
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
774
dce159956538 Restore deleted file following copyright assignment.
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
775 \bye
dce159956538 Restore deleted file following copyright assignment.
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
776
81169
2f4df3130f93 Version 4.77.
Carsten Dominik <dominik@science.uva.nl>
parents: 76157
diff changeset
777 % Local variables:
2f4df3130f93 Version 4.77.
Carsten Dominik <dominik@science.uva.nl>
parents: 76157
diff changeset
778 % compile-command: "tex refcard"
2f4df3130f93 Version 4.77.
Carsten Dominik <dominik@science.uva.nl>
parents: 76157
diff changeset
779 % End:
76050
dce159956538 Restore deleted file following copyright assignment.
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
780
dce159956538 Restore deleted file following copyright assignment.
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
781 % arch-tag: 139f6750-5cfc-49ca-92b5-237fe5795290