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