]> code.delx.au - gnu-emacs/blob - etc/refcards/orgcard.tex
894cc6ad219c0bdf5bccd8137897f4702d62741e
[gnu-emacs] / etc / refcards / orgcard.tex
1 % Reference Card for Org Mode
2 \def\orgversionnumber{7.4}
3 \def\versionyear{2010} % latest update
4 \def\year{2011} % latest copyright year
5
6 %**start of header
7 \newcount\columnsperpage
8 \newcount\letterpaper
9
10 % This file can be printed with 1, 2, or 3 columns per page (see below).
11 % Specify how many you want here.
12 \columnsperpage=3
13
14 % PDF output layout. 0 for A4, 1 for letter (US), a `l' is added for
15 % a landscape layout.
16 \input pdflayout.sty
17 \pdflayout=(0l)
18
19 % Nothing else needs to be changed below this line.
20 % Copyright (C) 1987, 1993, 1996-1997, 2001-2011 Free Software Foundation, Inc.
21
22 % This file is part of GNU Emacs.
23
24 % GNU Emacs is free software: you can redistribute it and/or modify
25 % it under the terms of the GNU General Public License as published by
26 % the Free Software Foundation, either version 3 of the License, or
27 % (at your option) any later version.
28
29 % GNU Emacs is distributed in the hope that it will be useful,
30 % but WITHOUT ANY WARRANTY; without even the implied warranty of
31 % MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
32 % GNU General Public License for more details.
33
34 % You should have received a copy of the GNU General Public License
35 % along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.
36
37 % This file is intended to be processed by plain TeX (TeX82).
38 %
39 % The final reference card has six columns, three on each side.
40 % This file can be used to produce it in any of three ways:
41 % 1 column per page
42 % produces six separate pages, each of which needs to be reduced to 80%.
43 % This gives the best resolution.
44 % 2 columns per page
45 % produces three already-reduced pages.
46 % You will still need to cut and paste.
47 % 3 columns per page
48 % produces two pages which must be printed sideways to make a
49 % ready-to-use 8.5 x 11 inch reference card.
50 % For this you need a dvi device driver that can print sideways.
51 % Which mode to use is controlled by setting \columnsperpage above.
52 %
53 % To compile and print this document:
54 % tex refcard.tex
55 % dvips -t landscape refcard.dvi
56 %
57 % Author:
58 % Stephen Gildea
59 % Internet: gildea@stop.mail-abuse.org
60 %
61 % Thanks to Paul Rubin, Bob Chassell, Len Tower, and Richard Mlynarik
62 % for their many good ideas.
63
64 \def\shortcopyrightnotice{\vskip 1ex plus 2 fill
65 \centerline{\small \copyright\ \year\ Free Software Foundation, Inc.
66 Permissions on back. v\orgversionnumber}}
67
68 \def\copyrightnotice{
69 \vskip 1ex plus 100 fill\begingroup\small
70 \centerline{Copyright \copyright\ \year\ Free Software Foundation, Inc.}
71 \centerline{v\orgversionnumber{} for Org-Mode \orgversionnumber{}, \versionyear}
72 \centerline{Author: Philip Rooke}
73 \centerline{based on refcard design and format by Stephen Gildea}
74
75 Permission is granted to make and distribute copies of
76 this card provided the copyright notice and this permission notice
77 are preserved on all copies.
78
79 \endgroup}
80
81 % make \bye not \outer so that the \def\bye in the \else clause below
82 % can be scanned without complaint.
83 \def\bye{\par\vfill\supereject\end}
84
85 \newdimen\intercolumnskip %horizontal space between columns
86 \newbox\columna %boxes to hold columns already built
87 \newbox\columnb
88
89 \def\ncolumns{\the\columnsperpage}
90
91 \message{[\ncolumns\space
92 column\if 1\ncolumns\else s\fi\space per page]}
93
94 \def\scaledmag#1{ scaled \magstep #1}
95
96 % This multi-way format was designed by Stephen Gildea October 1986.
97 % Note that the 1-column format is fontfamily-independent.
98 \if 1\ncolumns %one-column format uses normal size
99 \hsize 4in
100 \vsize 10in
101 \voffset -.7in
102 \font\titlefont=\fontname\tenbf \scaledmag3
103 \font\headingfont=\fontname\tenbf \scaledmag2
104 \font\smallfont=\fontname\sevenrm
105 \font\smallsy=\fontname\sevensy
106
107 \footline{\hss\folio}
108 \def\makefootline{\baselineskip10pt\hsize6.5in\line{\the\footline}}
109 \else %2 or 3 columns uses prereduced size
110 \if 1\the\letterpaper
111 \hsize 3.2in
112 \vsize 7.95in
113 \hoffset -.75in
114 \voffset -.745in
115 \else
116 \hsize 3.2in
117 \vsize 7.65in
118 \hoffset -.25in
119 \voffset -.745in
120 \fi
121 \font\titlefont=cmbx10 \scaledmag2
122 \font\headingfont=cmbx10 \scaledmag1
123 \font\smallfont=cmr6
124 \font\smallsy=cmsy6
125 \font\eightrm=cmr8
126 \font\eightbf=cmbx8
127 \font\eightit=cmti8
128 \font\eighttt=cmtt8
129 \font\eightmi=cmmi8
130 \font\eightsy=cmsy8
131 \textfont0=\eightrm
132 \textfont1=\eightmi
133 \textfont2=\eightsy
134 \def\rm{\eightrm}
135 \def\bf{\eightbf}
136 \def\it{\eightit}
137 \def\tt{\eighttt}
138 \if 1\the\letterpaper
139 \normalbaselineskip=.8\normalbaselineskip
140 \else
141 \normalbaselineskip=.7\normalbaselineskip
142 \fi
143 \normallineskip=.8\normallineskip
144 \normallineskiplimit=.8\normallineskiplimit
145 \normalbaselines\rm %make definitions take effect
146
147 \if 2\ncolumns
148 \let\maxcolumn=b
149 \footline{\hss\rm\folio\hss}
150 \def\makefootline{\vskip 2in \hsize=6.86in\line{\the\footline}}
151 \else \if 3\ncolumns
152 \let\maxcolumn=c
153 \nopagenumbers
154 \else
155 \errhelp{You must set \columnsperpage equal to 1, 2, or 3.}
156 \errmessage{Illegal number of columns per page}
157 \fi\fi
158
159 \intercolumnskip=.46in
160 \def\abc{a}
161 \output={% %see The TeXbook page 257
162 % This next line is useful when designing the layout.
163 %\immediate\write16{Column \folio\abc\space starts with \firstmark}
164 \if \maxcolumn\abc \multicolumnformat \global\def\abc{a}
165 \else\if a\abc
166 \global\setbox\columna\columnbox \global\def\abc{b}
167 %% in case we never use \columnb (two-column mode)
168 \global\setbox\columnb\hbox to -\intercolumnskip{}
169 \else
170 \global\setbox\columnb\columnbox \global\def\abc{c}\fi\fi}
171 \def\multicolumnformat{\shipout\vbox{\makeheadline
172 \hbox{\box\columna\hskip\intercolumnskip
173 \box\columnb\hskip\intercolumnskip\columnbox}
174 \makefootline}\advancepageno}
175 \def\columnbox{\leftline{\pagebody}}
176
177 \def\bye{\par\vfill\supereject
178 \if a\abc \else\null\vfill\eject\fi
179 \if a\abc \else\null\vfill\eject\fi
180 \end}
181 \fi
182
183 % we won't be using math mode much, so redefine some of the characters
184 % we might want to talk about
185 %\catcode`\^=12
186 \catcode`\_=12
187
188 % we also need the tilde, for file names.
189 \catcode`\~=12
190
191 \chardef\\=`\\
192 \chardef\{=`\{
193 \chardef\}=`\}
194
195 \hyphenation{mini-buf-fer}
196
197 \parindent 0pt
198 \parskip 1ex plus .5ex minus .5ex
199
200 \def\small{\smallfont\textfont2=\smallsy\baselineskip=.8\baselineskip}
201
202 % newcolumn - force a new column. Use sparingly, probably only for
203 % the first column of a page, which should have a title anyway.
204 \outer\def\newcolumn{\vfill\eject}
205
206 % title - page title. Argument is title text.
207 \outer\def\title#1{{\titlefont\centerline{#1}}\vskip 1ex plus .5ex}
208
209 % section - new major section. Argument is section name.
210 \outer\def\section#1{\par\filbreak
211 \vskip 3ex plus 2ex minus 2ex {\headingfont #1}\mark{#1}%
212 \vskip 2ex plus 1ex minus 1.5ex}
213
214 \newdimen\keyindent
215
216 % beginindentedkeys...endindentedkeys - key definitions will be
217 % indented, but running text, typically used as headings to group
218 % definitions, will not.
219 \def\beginindentedkeys{\keyindent=1em}
220 \def\endindentedkeys{\keyindent=0em}
221 \endindentedkeys
222
223 % paralign - begin paragraph containing an alignment.
224 % If an \halign is entered while in vertical mode, a parskip is never
225 % inserted. Using \paralign instead of \halign solves this problem.
226 \def\paralign{\vskip\parskip\halign}
227
228 % \<...> - surrounds a variable name in a code example
229 \def\<#1>{{\it #1\/}}
230
231 % kbd - argument is characters typed literally. Like the Texinfo command.
232 \def\kbd#1{{\tt#1}\null} %\null so not an abbrev even if period follows
233
234 % beginexample...endexample - surrounds literal text, such a code example.
235 % typeset in a typewriter font with line breaks preserved
236 \def\beginexample{\par\leavevmode\begingroup
237 \obeylines\obeyspaces\parskip0pt\tt}
238 {\obeyspaces\global\let =\ }
239 \def\endexample{\endgroup}
240
241 % key - definition of a key.
242 % \key{description of key}{key-name}
243 % prints the description left-justified, and the key-name in a \kbd
244 % form near the right margin.
245 \def\key#1#2{\leavevmode\hbox to \hsize{\vtop
246 {\hsize=.75\hsize\rightskip=1em
247 \hskip\keyindent\relax#1}\kbd{#2}\hfil}}
248
249 \newbox\metaxbox
250 \setbox\metaxbox\hbox{\kbd{M-x }}
251 \newdimen\metaxwidth
252 \metaxwidth=\wd\metaxbox
253
254 % metax - definition of a M-x command.
255 % \metax{description of command}{M-x command-name}
256 % Tries to justify the beginning of the command name at the same place
257 % as \key starts the key name. (The "M-x " sticks out to the left.)
258 \def\metax#1#2{\leavevmode\hbox to \hsize{\hbox to .75\hsize
259 {\hskip\keyindent\relax#1\hfil}%
260 \hskip -\metaxwidth minus 1fil
261 \kbd{#2}\hfil}}
262
263 % threecol - like "key" but with two key names.
264 % for example, one for doing the action backward, and one for forward.
265 \def\threecol#1#2#3{\hskip\keyindent\relax#1\hfil&\kbd{#2}\hfil\quad
266 &\kbd{#3}\hfil\quad\cr}
267
268 \def\noteone{{\small \hfill [1]}}
269 \def\notetwo{{\small \hfill [2]}}
270
271
272 %**end of header
273 \f
274
275 \title{Org-Mode Reference Card (1/2)}
276
277 \centerline{(for version \orgversionnumber)}
278
279 \section{Getting Started}
280 \metax{To read the on-line documentation try}{M-x org-info}
281
282 \section{Visibility Cycling}
283
284 \key{rotate current subtree between states}{TAB}
285 \key{rotate entire buffer between states}{S-TAB}
286 \key{restore property-dependent startup visibility}{C-u C-u TAB}
287 \metax{show the whole file, including drawers}{C-u C-u C-u TAB}
288 \key{reveal context around point}{C-c C-r}
289
290 \section{Motion}
291
292 \key{next/previous heading}{C-c C-n/p}
293 \key{next/previous heading, same level}{C-c C-f/b}
294 \key{backward to higher level heading}{C-c C-u}
295 \key{jump to another place in document}{C-c C-j}
296 \key{previous/next plain list item}{S-UP/DOWN\notetwo}
297
298 \section{Structure Editing}
299
300 \key{insert new heading/item at current level}{M-RET}
301 \key{insert new heading after subtree}{C-RET}
302 \key{insert new TODO entry/checkbox item}{M-S-RET}
303 \key{insert TODO entry/ckbx after subtree}{C-S-RET}
304 \key{turn (head)line into item, cycle item type}{C-c -}
305 \key{turn item/line into headline}{C-c *}
306 \key{promote/demote heading}{M-LEFT/RIGHT}
307 \metax{promote/demote current subtree}{M-S-LEFT/RIGHT}
308 \metax{move subtree/list item up/down}{M-S-UP/DOWN}
309 \metax{sort subtree/region/plain-list}{C-c \^{}}
310 \metax{clone a subtree}{C-c C-x c}
311 \metax{kill/copy subtree}{C-c C-x C-w/M-w}
312 \metax{yank subtree}{C-c C-x C-y or C-y}
313 \metax{narrow buffer to subtree / widen}{C-x n s/w}
314
315 \section{Capture - Refile - Archiving}
316 \key{capture a new item (C-u C-u = goto last)}{C-c c \noteone}
317 \key{refile subtree (C-u C-u = goto last)}{C-c C-w}
318 \key{archive subtree using the default command}{C-c C-x C-a}
319 \key{move subtree to archive file}{C-c C-x C-s}
320 \key{toggle ARCHIVE tag / to ARCHIVE sibling}{C-c C-x a/A}
321 \key{force cycling of an ARCHIVEd tree}{C-TAB}
322
323 \section{Filtering and Sparse Trees}
324
325 \key{construct a sparse tree by various criteria}{C-c /}
326 \key{view TODO's in sparse tree}{C-c / t/T}
327 \key{global TODO list in agenda mode}{C-c a t \noteone}
328 \key{time sorted view of current org file}{C-c a L}
329
330 \section{Tables}
331
332 {\bf Creating a table}
333
334 %\metax{insert a new Org-mode table}{M-x org-table-create}
335 \metax{just start typing, e.g.}{|Name|Phone|Age RET |- TAB}
336 \key{convert region to table}{C-c |}
337 \key{... separator at least 3 spaces}{C-3 C-c |}
338
339 {\bf Commands available inside tables}
340
341 The following commands work when the cursor is {\it inside a table}.
342 Outside of tables, the same keys may have other functionality.
343
344 {\bf Re-aligning and field motion}
345
346 \key{re-align the table without moving the cursor}{C-c C-c}
347 \key{re-align the table, move to next field}{TAB}
348 \key{move to previous field}{S-TAB}
349 \key{re-align the table, move to next row}{RET}
350 \key{move to beginning/end of field}{M-a/e}
351
352 {\bf Row and column editing}
353
354 \key{move the current column left}{M-LEFT/RIGHT}
355 \key{kill the current column}{M-S-LEFT}
356 \key{insert new column to left of cursor position}{M-S-RIGHT}
357
358 \key{move the current row up/down}{M-UP/DOWN}
359 \key{kill the current row or horizontal line}{M-S-UP}
360 \key{insert new row above the current row}{M-S-DOWN}
361 \key{insert hline below (\kbd{C-u} : above) current row}{C-c -}
362 \key{insert hline and move to line below it}{C-c RET}
363 \key{sort lines in region}{C-c \^{}}
364
365 {\bf Regions}
366
367 \metax{cut/copy/paste rectangular region}{C-c C-x C-w/M-w/C-y}
368 %\key{copy rectangular region}{C-c C-x M-w}
369 %\key{paste rectangular region}{C-c C-x C-y}
370 \key{fill paragraph across selected cells}{C-c C-q}
371
372 {\bf Miscellaneous}
373
374 \key{to limit column width to \kbd{N} characters, use}{...| <N> |...}
375 \key{edit the current field in a separate window}{C-c `}
376 \key{make current field fully visible}{C-u TAB}
377 \metax{export as tab-separated file}{M-x org-table-export}
378 \metax{import tab-separated file}{M-x org-table-import}
379 \key{sum numbers in current column/rectangle}{C-c +}
380
381 {\bf Tables created with the \kbd{table.el} package}
382
383 \key{insert a new \kbd{table.el} table}{C-c ~}
384 \key{recognize existing table.el table}{C-c C-c}
385 \key{convert table (Org-mode $\leftrightarrow$ table.el)}{C-c ~}
386
387 {\bf Spreadsheet}
388
389 Formulas typed in field are executed by \kbd{TAB},
390 \kbd{RET} and \kbd{C-c C-c}. \kbd{=} introduces a column
391 formula, \kbd{:=} a field formula.
392
393 \key{Example: Add Col1 and Col2}{|=\$1+\$2 |}
394 \key{... with printf format specification}{|=\$1+\$2;\%.2f|}
395 \key{... with constants from constants.el}{|=\$1/\$c/\$cm |}
396 \metax{sum from 2nd to 3rd hline}{|:=vsum(@II..@III)|}
397 \key{apply current column formula}{| = |}
398
399 \key{set and eval column formula}{C-c =}
400 \key{set and eval field formula}{C-u C-c =}
401 \key{re-apply all stored equations to current line}{C-c *}
402 \key{re-apply all stored equations to entire table}{C-u C-c *}
403 \key{iterate table to stability}{C-u C-u C-c *}
404 \key{rotate calculation mark through \# * ! \^ \_ \$}{C-\#}
405 \key{show line, column, formula reference}{C-c ?}
406 \key{toggle grid / debugger}{C-c \}/\{}
407
408 \newcolumn
409 {\it Formula Editor}
410
411 \key{edit formulas in separate buffer}{C-c '}
412 \key{exit and install new formulas}{C-c C-c}
413 \key{exit, install, and apply new formulas}{C-u C-c C-c}
414 \key{abort}{C-c C-q}
415 \key{toggle reference style}{C-c C-r}
416 \key{pretty-print Lisp formula}{TAB}
417 \key{complete Lisp symbol}{M-TAB}
418 \key{shift reference point}{S-cursor}
419 \key{shift test line for column references}{M-up/down}
420 \key{scroll the window showing the table}{M-S-up/down}
421 \key{toggle table coordinate grid}{C-c \}}
422
423 \section{Links}
424
425 \key{globally store link to the current location}{C-c l \noteone}
426 \key{insert a link (TAB completes stored links)}{C-c C-l}
427 \key{insert file link with file name completion}{C-u C-c C-l}
428 \key{edit (also hidden part of) link at point}{C-c C-l}
429
430 \key{open file links in emacs}{C-c C-o}
431 \key{...force open in emacs/other window}{C-u C-c C-o}
432 \key{open link at point}{mouse-1/2}
433 \key{...force open in emacs/other window}{mouse-3}
434 \key{record a position in mark ring}{C-c \%}
435 \key{jump back to last followed link(s)}{C-c \&}
436 \key{find next link}{C-c C-x C-n}
437 \key{find previous link}{C-c C-x C-p}
438 \key{edit code snippet of file at point}{C-c '}
439 \key{toggle inline display of linked images}{C-c C-x C-v}
440
441 \section{Working with Code (Babel)}
442
443 \key{execute code block at point}{C-c C-c}
444 \key{open results of code block at point}{C-c C-o}
445 \key{view expanded body of code block at point}{C-c C-v v}
446 \key{go to named code block}{C-c C-v g}
447 \key{go to named result}{C-c C-v r}
448 \key{go to the head of the current code block}{C-c C-v u}
449 \key{go to the next code block}{C-c C-v n}
450 \key{go to the previous code block}{C-c C-v p}
451 \key{demarcate a code block}{C-c C-v d}
452 \key{execute the next key sequence in the code edit buffer}{C-c C-v x}
453 \key{execute all code blocks in current buffer}{C-c C-v b}
454 \key{execute all code blocks in current subtree}{C-c C-v s}
455 \key{tangle code blocks in current file}{C-c C-v t}
456 \key{tangle code blocks in supplied file}{C-c C-v f}
457 \key{ingest all code blocks in supplied file into the Library of Babel}{C-c C-v i}
458 \key{switch to the session of the current code block}{C-c C-v z}
459 \key{load expanded body of the current code block into a session}{C-c C-v l}
460 \key{view sha1 hash of the current code block}{C-c C-v a}
461
462 \section{Completion}
463
464 In-buffer completion completes TODO keywords at headline start, TeX
465 macros after ``{\tt \\}'', option keywords after ``{\tt \#-}'', TAGS
466 after ``{\tt :}'', and dictionary words elsewhere.
467
468 \key{complete word at point}{M-TAB}
469
470
471 \newcolumn
472 \title{Org-Mode Reference Card (2/2)}
473
474 \centerline{(for version \orgversionnumber)}
475
476 \section{TODO Items and Checkboxes}
477
478 \key{rotate the state of the current item}{C-c C-t}
479 \metax{select next/previous state}{S-LEFT/RIGHT}
480 \metax{select next/previous set}{C-S-LEFT/RIGHT}
481 \key{toggle ORDERED property}{C-c C-x o}
482 \key{view TODO items in a sparse tree}{C-c C-v}
483 \key{view 3rd TODO keyword's sparse tree}{C-3 C-c C-v}
484
485 \key{set the priority of the current item}{C-c , [ABC]}
486 \key{remove priority cookie from current item}{C-c , SPC}
487 \key{raise/lower priority of current item}{S-UP/DOWN\notetwo}
488
489 \key{insert new checkbox item in plain list}{M-S-RET}
490 \key{toggle checkbox(es) in region/entry/at point}{C-c C-x C-b}
491 \key{toggle checkbox at point}{C-c C-c}
492 %\metax{checkbox statistics cookies: insert {\tt [/]} or {\tt [\%]}}{}
493 \key{update checkbox statistics (\kbd{C-u} : whole file)}{C-c \#}
494
495 \section{Tags}
496
497 \key{set tags for current heading}{C-c C-q}
498 \key{realign tags in all headings}{C-u C-c C-q}
499 \key{create sparse tree with matching tags}{C-c \\}
500 \key{globally (agenda) match tags at cursor}{C-c C-o}
501
502 \section{Properties and Column View}
503
504 \key{set property/effort}{C-c C-x p/e}
505 \key{special commands in property lines}{C-c C-c}
506 \key{next/previous allowed value}{S-left/right}
507 \key{turn on column view}{C-c C-x C-c}
508 \key{capture columns view in dynamic block}{C-c C-x i}
509
510 \key{quit column view}{q}
511 \key{show full value}{v}
512 \key{edit value}{e}
513 \metax{next/previous allowed value}{n/p or S-left/right}
514 \key{edit allowed values list}{a}
515 \key{make column wider/narrower}{> / <}
516 \key{move column left/right}{M-left/right}
517 \key{add new column}{M-S-right}
518 \key{Delete current column}{M-S-left}
519
520
521 \section{Timestamps}
522
523 \key{prompt for date and insert timestamp}{C-c .}
524 \key{like \kbd{C-c} . but insert date and time format}{C-u C-c .}
525 \key{like \kbd{C-c .} but make stamp inactive}{C-c !} % FIXME
526 \key{insert DEADLINE timestamp}{C-c C-d}
527 \key{insert SCHEDULED timestamp}{C-c C-s}
528 \key{create sparse tree with all deadlines due}{C-c / d}
529 \key{the time between 2 dates in a time range}{C-c C-y}
530 \metax{change timestamp at cursor $\pm 1$ day}{S-RIGHT/LEFT\notetwo}
531 \key{change year/month/day at cursor by $\pm 1$}{S-UP/DOWN\notetwo}
532 \key{access the calendar for the current date}{C-c >}
533 \key{insert timestamp matching date in calendar}{C-c <}
534 \key{access agenda for current date}{C-c C-o}
535 \key{select date while prompted}{mouse-1/RET}
536 %\key{... select date in calendar}{mouse-1/RET}
537 %\key{... scroll calendar back/forward one month}{< / >}
538 %\key{... forward/backward one day}{S-LEFT/RIGHT}
539 %\key{... forward/backward one week}{S-UP/DOWN}
540 %\key{... forward/backward one month}{M-S-LEFT/RIGHT}
541 \key{toggle custom format display for dates/times}{C-c C-x C-t}
542
543 \newcolumn
544
545 {\bf Clocking time}
546
547 \key{start clock on current item}{C-c C-x C-i}
548 \key{stop/cancel clock on current item}{C-c C-x C-o/x}
549 \key{display total subtree times}{C-c C-x C-d}
550 \key{remove displayed times}{C-c C-c}
551 \key{insert/update table with clock report}{C-c C-x C-r}
552
553 \section{Agenda Views}
554
555 \key{add/move current file to front of agenda}{C-c [}
556 \key{remove current file from your agenda}{C-c ]}
557 \key{cycle through agenda file list}{C-'}
558 \key{set/remove restriction lock}{C-c C-x </>}
559
560 \key{compile agenda for the current week}{C-c a a \noteone}
561 \key{compile global TODO list}{C-c a t \noteone}
562 \key{compile TODO list for specific keyword}{C-c a T \noteone}
563 \key{match tags, TODO kwds, properties}{C-c a m \noteone}
564 \key{match only in TODO entries}{C-c a M \noteone}
565 \key{find stuck projects}{C-c a \# \noteone}
566 \key{show timeline of current org file}{C-c a L \noteone}
567 \key{configure custom commands}{C-c a C \noteone}
568 %\key{configure stuck projects}{C-c a ! \noteone}
569 \key{agenda for date at cursor}{C-c C-o}
570
571 {\bf Commands available in an agenda buffer}
572
573 {\bf View Org file}
574
575 \key{show original location of item}{SPC/mouse-3}
576 %\key{... also available with}{mouse-3}
577 \key{show and recenter window}{L}
578 \key{goto original location in other window}{TAB/mouse-2}
579 %\key{... also available with}{mouse-2}
580 \key{goto original location, delete other windows}{RET}
581 \key{show subtree in indirect buffer, ded.\ frame}{C-c C-x b}
582 \key{toggle follow-mode}{F}
583
584 {\bf Change display}
585
586 \key{delete other windows}{o}
587 \key{view mode dispatcher}{v}
588 \key{switch to day/week/month/year view}{d w vm vy}
589 \key{toggle diary entries / time grid / habits}{D / G / K}
590 \key{toggle entry text / clock report}{E / R}
591 \key{toggle display of logbook entries}{l / v l/L}
592 \key{toggle inclusion of archived trees/files}{v a/A}
593 \key{refresh agenda buffer with any changes}{r / g}
594 \key{filter with respect to a tag}{/}
595 \key{save all org-mode buffers}{s}
596 \key{display next/previous day,week,...}{f / b}
597 \key{goto today / some date (prompt)}{. / j}
598
599 {\bf Remote editing}
600
601 \key{digit argument}{0-9}
602 \key{change state of current TODO item}{t}
603 \key{kill item and source}{C-k}
604 \key{archive default}{\$ / a}
605 \key{refile the subtree}{C-c C-w}
606 \key{set/show tags of current headline}{: / T}
607 \key{set effort property (prefix=nth)}{e}
608 \key{set / compute priority of current item}{, / P}
609 \key{raise/lower priority of current item}{S-UP/DOWN\notetwo}
610 \key{run an attachment command}{C-c C-a}
611 \key{schedule/set deadline for this item}{C-c C-s/d}
612 \metax{change timestamp one day earlier/later}{S-LEFT/RIGHT\notetwo}
613 \key{change timestamp to today}{>}
614 \key{insert new entry into diary}{i}
615 \newcolumn
616 \key{start/stop/cancel the clock on current item}{I / O / X}
617 \key{jump to running clock entry}{J}
618 \key{mark / unmark / execute bulk action}{m / u / B}
619
620 {\bf Misc}
621
622 \key{follow one or offer all links in current entry}{C-c C-o}
623
624 {\bf Calendar commands}
625
626 \key{find agenda cursor date in calendar}{c}
627 \key{compute agenda for calendar cursor date}{c}
628 \key{show phases of the moon}{M}
629 \key{show sunrise/sunset times}{S}
630 \key{show holidays}{H}
631 \key{convert date to other calendars}{C}
632
633 {\bf Quit and Exit}
634
635 \key{quit agenda, remove agenda buffer}{q}
636 \key{exit agenda, remove all agenda buffers}{x}
637
638 \section{LaTeX and cdlatex-mode}
639
640 \key{preview LaTeX fragment}{C-c C-x C-l}
641 \key{expand abbreviation (cdlatex-mode)}{TAB}
642 \key{insert/modify math symbol (cdlatex-mode)}{` / '}
643 \key{insert citation using RefTeX}{C-c C-x [}
644
645 \section{Exporting and Publishing}
646
647 Exporting creates files with extensions {\it .txt\/} and {\it .html\/}
648 in the current directory. Publishing puts the resulting file into
649 some other place.
650
651 \key{export/publish dispatcher}{C-c C-e}
652
653 \key{export visible part only}{C-c C-e v}
654 \key{insert template of export options}{C-c C-e t}
655 \key{toggle fixed width for entry or region}{C-c :}
656 \key{toggle pretty display of scripts, entities}{C-c C-x {\tt\char`\\}}
657
658 {\bf Comments: Text not being exported}
659
660 Lines starting with \kbd{\#} and subtrees starting with COMMENT are
661 never exported.
662
663 \key{toggle COMMENT keyword on entry}{C-c ;}
664
665 \section{Dynamic Blocks}
666
667 \key{update dynamic block at point}{C-c C-x C-u}
668 \metax{update all dynamic blocks}{C-u C-c C-x C-u}
669
670 \section{Notes}
671 [1] This is only a suggestion for a binding of this command. Choose
672 your own key as shown under INSTALLATION.
673
674 [2] Keybinding affected by {\tt org-support-shift-select} and also
675 {\tt org-replace-disputed-keys}.
676
677 \copyrightnotice
678
679 \bye
680 \f
681 % Local variables:
682 % compile-command: "tex refcard"
683 % End:
684