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