ORG-NEWS: Backport commit 62803a2ef from Emacs
[org-mode.git] / doc / orgcard.tex
blob7f300633f29ddf9bfbf0acc91adb1b20f96fe104
1 % Reference Card for Org Mode
2 \def\orgversionnumber{9.0.4}
3 \def\versionyear{2017} % latest update
4 \def\year{2017} % latest copyright year
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-2017 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 <http://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 \endgroup}
85 % make \bye not \outer so that the \def\bye in the \else clause below
86 % can be scanned without complaint.
87 \def\bye{\par\vfill\supereject\end}
89 \newdimen\intercolumnskip %horizontal space between columns
90 \newbox\columna %boxes to hold columns already built
91 \newbox\columnb
93 \def\ncolumns{\the\columnsperpage}
95 \message{[\ncolumns\space
96 column\if 1\ncolumns\else s\fi\space per page]}
98 \def\scaledmag#1{ scaled \magstep #1}
100 % This multi-way format was designed by Stephen Gildea October 1986.
101 % Note that the 1-column format is fontfamily-independent.
102 \if 1\ncolumns %one-column format uses normal size
103 \hsize 4in
104 \vsize 10in
105 \voffset -.7in
106 \font\titlefont=\fontname\tenbf \scaledmag3
107 \font\headingfont=\fontname\tenbf \scaledmag2
108 \font\smallfont=\fontname\sevenrm
109 \font\smallsy=\fontname\sevensy
111 \footline{\hss\folio}
112 \def\makefootline{\baselineskip10pt\hsize6.5in\line{\the\footline}}
113 \else %2 or 3 columns uses prereduced size
114 \if 1\the\letterpaper
115 \hsize 3.2in
116 \vsize 7.95in
117 \hoffset -.75in
118 \voffset -.745in
119 \else
120 \hsize 3.2in
121 \vsize 7.65in
122 \hoffset -.25in
123 \voffset -.745in
125 \font\titlefont=cmbx10 \scaledmag2
126 \font\headingfont=cmbx10 \scaledmag1
127 \font\smallfont=cmr6
128 \font\smallsy=cmsy6
129 \font\eightrm=cmr8
130 \font\eightbf=cmbx8
131 \font\eightit=cmti8
132 \font\eighttt=cmtt8
133 \font\eightmi=cmmi8
134 \font\eightsy=cmsy8
135 \textfont0=\eightrm
136 \textfont1=\eightmi
137 \textfont2=\eightsy
138 \def\rm{\eightrm}
139 \def\bf{\eightbf}
140 \def\it{\eightit}
141 \def\tt{\eighttt}
142 \if 1\the\letterpaper
143 \normalbaselineskip=.8\normalbaselineskip
144 \else
145 \normalbaselineskip=.7\normalbaselineskip
147 \normallineskip=.8\normallineskip
148 \normallineskiplimit=.8\normallineskiplimit
149 \normalbaselines\rm %make definitions take effect
151 \if 2\ncolumns
152 \let\maxcolumn=b
153 \footline{\hss\rm\folio\hss}
154 \def\makefootline{\vskip 2in \hsize=6.86in\line{\the\footline}}
155 \else \if 3\ncolumns
156 \let\maxcolumn=c
157 \nopagenumbers
158 \else
159 \errhelp{You must set \columnsperpage equal to 1, 2, or 3.}
160 \errmessage{Illegal number of columns per page}
161 \fi\fi
163 \intercolumnskip=.46in
164 \def\abc{a}
165 \output={% %see The TeXbook page 257
166 % This next line is useful when designing the layout.
167 %\immediate\write16{Column \folio\abc\space starts with \firstmark}
168 \if \maxcolumn\abc \multicolumnformat \global\def\abc{a}
169 \else\if a\abc
170 \global\setbox\columna\columnbox \global\def\abc{b}
171 %% in case we never use \columnb (two-column mode)
172 \global\setbox\columnb\hbox to -\intercolumnskip{}
173 \else
174 \global\setbox\columnb\columnbox \global\def\abc{c}\fi\fi}
175 \def\multicolumnformat{\shipout\vbox{\makeheadline
176 \hbox{\box\columna\hskip\intercolumnskip
177 \box\columnb\hskip\intercolumnskip\columnbox}
178 \makefootline}\advancepageno}
179 \def\columnbox{\leftline{\pagebody}}
181 \def\bye{\par\vfill\supereject
182 \if a\abc \else\null\vfill\eject\fi
183 \if a\abc \else\null\vfill\eject\fi
184 \end}
187 % we won't be using math mode much, so redefine some of the characters
188 % we might want to talk about
189 %\catcode`\^=12
190 \catcode`\_=12
192 % we also need the tilde, for file names.
193 \catcode`\~=12
195 \chardef\\=`\\
196 \chardef\{=`\{
197 \chardef\}=`\}
199 \hyphenation{mini-buf-fer}
201 \parindent 0pt
202 \parskip 1ex plus .5ex minus .5ex
204 \def\small{\smallfont\textfont2=\smallsy\baselineskip=.8\baselineskip}
206 % newcolumn - force a new column. Use sparingly, probably only for
207 % the first column of a page, which should have a title anyway.
208 \outer\def\newcolumn{\vfill\eject}
210 % title - page title. Argument is title text.
211 \outer\def\title#1{{\titlefont\centerline{#1}}\vskip 1ex plus .5ex}
213 % section - new major section. Argument is section name.
214 \outer\def\section#1{\par\filbreak
215 \vskip 3ex plus 2ex minus 2ex {\headingfont #1}\mark{#1}%
216 \vskip 2ex plus 1ex minus 1.5ex}
218 \newdimen\keyindent
220 % beginindentedkeys...endindentedkeys - key definitions will be
221 % indented, but running text, typically used as headings to group
222 % definitions, will not.
223 \def\beginindentedkeys{\keyindent=1em}
224 \def\endindentedkeys{\keyindent=0em}
225 \endindentedkeys
227 % paralign - begin paragraph containing an alignment.
228 % If an \halign is entered while in vertical mode, a parskip is never
229 % inserted. Using \paralign instead of \halign solves this problem.
230 \def\paralign{\vskip\parskip\halign}
232 % \<...> - surrounds a variable name in a code example
233 \def\<#1>{{\it #1\/}}
235 % kbd - argument is characters typed literally. Like the Texinfo command.
236 \def\kbd#1{{\tt#1}\null} %\null so not an abbrev even if period follows
238 % beginexample...endexample - surrounds literal text, such a code example.
239 % typeset in a typewriter font with line breaks preserved
240 \def\beginexample{\par\leavevmode\begingroup
241 \obeylines\obeyspaces\parskip0pt\tt}
242 {\obeyspaces\global\let =\ }
243 \def\endexample{\endgroup}
245 % key - definition of a key.
246 % \key{description of key}{key-name}
247 % prints the description left-justified, and the key-name in a \kbd
248 % form near the right margin.
249 \def\key#1#2{\leavevmode\hbox to \hsize{\vtop
250 {\hsize=.75\hsize\rightskip=1em
251 \hskip\keyindent\relax#1}\kbd{#2}\hfil}}
253 \newbox\metaxbox
254 \setbox\metaxbox\hbox{\kbd{M-x }}
255 \newdimen\metaxwidth
256 \metaxwidth=\wd\metaxbox
258 % metax - definition of a M-x command.
259 % \metax{description of command}{M-x command-name}
260 % Tries to justify the beginning of the command name at the same place
261 % as \key starts the key name. (The "M-x " sticks out to the left.)
262 \def\metax#1#2{\leavevmode\hbox to \hsize{\hbox to .75\hsize
263 {\hskip\keyindent\relax#1\hfil}%
264 \hskip -\metaxwidth minus 1fil
265 \kbd{#2}\hfil}}
267 % threecol - like "key" but with two key names.
268 % for example, one for doing the action backward, and one for forward.
269 \def\threecol#1#2#3{\hskip\keyindent\relax#1\hfil&\kbd{#2}\hfil\quad
270 &\kbd{#3}\hfil\quad\cr}
272 \def\noteone{{\small \hfill [1]}}
273 \def\notetwo{{\small \hfill [2]}}
276 %**end of header
279 \title{Org-Mode Reference Card (1/2)}
281 \centerline{(for version \orgversionnumber)}
283 \section{Getting Started}
284 \metax{To read the on-line documentation try}{M-x org-info}
286 \section{Visibility Cycling}
288 \key{rotate current subtree between states}{TAB}
289 \key{rotate entire buffer between states}{S-TAB}
290 \key{restore property-dependent startup visibility}{C-u C-u TAB}
291 \metax{show the whole file, including drawers}{C-u C-u C-u TAB}
292 \key{reveal context around point}{C-c C-r}
294 \section{Motion}
296 \key{next/previous heading}{C-c C-n/p}
297 \key{next/previous heading, same level}{C-c C-f/b}
298 \key{backward to higher level heading}{C-c C-u}
299 \key{jump to another place in document}{C-c C-j}
300 \key{previous/next plain list item}{S-UP/DOWN\notetwo}
302 \section{Structure Editing}
304 \key{insert new heading/item at current level}{M-RET}
305 \key{insert new heading after subtree}{C-RET}
306 \key{insert new TODO entry/checkbox item}{M-S-RET}
307 \key{insert TODO entry/ckbx after subtree}{C-S-RET}
308 \key{turn (head)line into item, cycle item type}{C-c -}
309 \key{turn item/line into headline}{C-c *}
310 \key{promote/demote heading}{M-LEFT/RIGHT}
311 \metax{promote/demote current subtree}{M-S-LEFT/RIGHT}
312 \metax{move subtree/list item up/down}{M-UP/DOWN}
313 \metax{move the line at point up/down}{M-S-UP/DOWN}
314 \metax{sort subtree/region/plain-list}{C-c \^{}}
315 \metax{clone a subtree}{C-c C-x c}
316 \metax{copy visible parts of the region}{C-c C-x v}
317 \metax{kill/copy subtree}{C-c C-x C-w/M-w}
318 \metax{yank subtree}{C-c C-x C-y or C-y}
319 \metax{narrow buffer to subtree / widen}{C-x n s/w}
321 \section{Capture - Refile - Archiving}
322 \key{capture a new item (C-u C-u = goto last)}{C-c c \noteone}
323 \key{refile subtree (C-u C-u = goto last)}{C-c C-w}
324 \key{archive subtree using the default command}{C-c C-x C-a}
325 \key{move subtree to archive file}{C-c C-x C-s}
326 \key{toggle ARCHIVE tag / to ARCHIVE sibling}{C-c C-x a/A}
327 \key{force cycling of an ARCHIVEd tree}{C-TAB}
329 \section{Filtering and Sparse Trees}
331 \key{construct a sparse tree by various criteria}{C-c /}
332 \key{view TODO's in sparse tree}{C-c / t/T}
333 \key{global TODO list in agenda mode}{C-c a t \noteone}
335 \section{Tables}
337 {\bf Creating a table}
339 %\metax{insert a new Org-mode table}{M-x org-table-create}
340 \metax{just start typing, e.g.}{|Name|Phone|Age RET |- TAB}
341 \key{convert region to table}{C-c |}
342 \key{... separator at least 3 spaces}{C-3 C-c |}
344 {\bf Commands available inside tables}
346 The following commands work when the cursor is {\it inside a table}.
347 Outside of tables, the same keys may have other functionality.
349 {\bf Re-aligning and field motion}
351 \key{re-align the table without moving the cursor}{C-c C-c}
352 \key{re-align the table, move to next field}{TAB}
353 \key{move to previous field}{S-TAB}
354 \key{re-align the table, move to next row}{RET}
355 \key{move to beginning/end of field}{M-a/e}
357 {\bf Row and column editing}
359 \key{move the current column left}{M-LEFT/RIGHT}
360 \key{kill the current column}{M-S-LEFT}
361 \key{insert new column to left of cursor position}{M-S-RIGHT}
363 \key{move the current row up/down}{M-UP/DOWN}
364 \key{kill the current row or horizontal line}{M-S-UP}
365 \key{insert new row above the current row}{M-S-DOWN}
366 \key{insert hline below (\kbd{C-u} : above) current row}{C-c -}
367 \key{insert hline and move to line below it}{C-c RET}
368 \key{sort lines in region}{C-c \^{}}
370 {\bf Regions}
372 \metax{cut/copy/paste rectangular region}{C-c C-x C-w/M-w/C-y}
373 %\key{copy rectangular region}{C-c C-x M-w}
374 %\key{paste rectangular region}{C-c C-x C-y}
376 {\bf Miscellaneous}
378 \key{to limit column width to \kbd{N} characters, use}{...| <N> |...}
379 \key{edit the current field in a separate window}{C-c `}
380 \key{make current field fully visible}{C-u TAB}
381 \metax{export as tab-separated file}{M-x org-table-export}
382 \metax{import tab-separated file}{M-x org-table-import}
383 \key{sum numbers in current column/rectangle}{C-c +}
385 {\bf Tables created with the \kbd{table.el} package}
387 \key{insert a new \kbd{table.el} table}{C-c ~}
388 \key{recognize existing table.el table}{C-c C-c}
389 \key{convert table (Org-mode $\leftrightarrow$ table.el)}{C-c ~}
391 {\bf Spreadsheet}
393 Formulas typed in field are executed by \kbd{TAB},
394 \kbd{RET} and \kbd{C-c C-c}. \kbd{=} introduces a column
395 formula, \kbd{:=} a field formula.
397 \key{Example: Add Col1 and Col2}{|=\$1+\$2 |}
398 \key{... with printf format specification}{|=\$1+\$2;\%.2f|}
399 \key{... with constants from constants.el}{|=\$1/\$c/\$cm |}
400 \metax{sum from 2nd to 3rd hline}{|:=vsum(@II..@III)|}
401 \key{apply current column formula}{| = |}
403 \key{set and eval column formula}{C-c =}
404 \key{set and eval field formula}{C-u C-c =}
405 \key{re-apply all stored equations to current line}{C-c *}
406 \key{re-apply all stored equations to entire table}{C-u C-c *}
407 \key{iterate table to stability}{C-u C-u C-c *}
408 \key{rotate calculation mark through \# * ! \^ \_ \$}{C-\#}
409 \key{show line, column, formula reference}{C-c ?}
410 \key{toggle grid / debugger}{C-c \}/\{}
412 \newcolumn
413 {\it Formula Editor}
415 \key{edit formulas in separate buffer}{C-c '}
416 \key{exit and install new formulas}{C-c C-c}
417 \key{exit, install, and apply new formulas}{C-u C-c C-c}
418 \key{abort}{C-c C-q}
419 \key{toggle reference style}{C-c C-r}
420 \key{pretty-print Lisp formula}{TAB}
421 \key{complete Lisp symbol}{M-TAB}
422 \key{shift reference point}{S-cursor}
423 \key{shift test line for column references}{M-up/down}
424 \key{scroll the window showing the table}{M-S-up/down}
425 \key{toggle table coordinate grid}{C-c \}}
427 \section{Links}
429 \key{globally store link to the current location}{C-c l \noteone}
430 \key{insert a link (TAB completes stored links)}{C-c C-l}
431 \key{insert file link with file name completion}{C-u C-c C-l}
432 \key{edit (also hidden part of) link at point}{C-c C-l}
434 \key{open file links in emacs}{C-c C-o}
435 \key{...force open in emacs/other window}{C-u C-c C-o}
436 \key{open link at point}{mouse-1/2}
437 \key{...force open in emacs/other window}{mouse-3}
438 \key{record a position in mark ring}{C-c \%}
439 \key{jump back to last followed link(s)}{C-c \&}
440 \key{find next link}{C-c C-x C-n}
441 \key{find previous link}{C-c C-x C-p}
442 \key{edit code snippet of file at point}{C-c '}
443 \key{toggle inline display of linked images}{C-c C-x C-v}
445 \section{Working with Code (Babel)}
447 \key{execute code block at point}{C-c C-c}
448 \key{open results of code block at point}{C-c C-o}
449 \key{check code block at point for errors}{C-c C-v c}
450 \key{insert a header argument with completion}{C-c C-v j}
451 \key{view expanded body of code block at point}{C-c C-v v}
452 \key{view information about code block at point}{C-c C-v I}
453 \key{go to named code block}{C-c C-v g}
454 \key{go to named result}{C-c C-v r}
455 \key{go to the head of the current code block}{C-c C-v u}
456 \key{go to the next code block}{C-c C-v n}
457 \key{go to the previous code block}{C-c C-v p}
458 \key{demarcate a code block}{C-c C-v d}
459 \key{execute the next key sequence in the code edit buffer}{C-c C-v x}
460 \key{execute all code blocks in current buffer}{C-c C-v b}
461 \key{execute all code blocks in current subtree}{C-c C-v s}
462 \key{tangle code blocks in current file}{C-c C-v t}
463 \key{tangle code blocks in supplied file}{C-c C-v f}
464 \key{ingest all code blocks in supplied file into the Library of Babel}{C-c C-v i}
465 \key{switch to the session of the current code block}{C-c C-v z}
466 \key{load the current code block into a session}{C-c C-v l}
467 \key{view sha1 hash of the current code block}{C-c C-v a}
469 \section{Completion}
471 In-buffer completion completes TODO keywords at headline start, TeX
472 macros after ``{\tt \\}'', option keywords after ``{\tt \#-}'', TAGS
473 after ``{\tt :}'', and dictionary words elsewhere.
475 \key{complete word at point}{M-TAB}
478 \newcolumn
479 \title{Org-Mode Reference Card (2/2)}
481 \centerline{(for version \orgversionnumber)}
483 \section{TODO Items and Checkboxes}
485 \key{rotate the state of the current item}{C-c C-t}
486 \metax{select next/previous state}{S-LEFT/RIGHT}
487 \metax{select next/previous set}{C-S-LEFT/RIGHT}
488 \key{toggle ORDERED property}{C-c C-x o}
490 \key{view TODO items in a sparse tree}{C-c / t}
491 \key{view 3rd TODO keyword's sparse tree}{C-3 C-c / t}
492 \key{set the priority of the current item}{C-c , [ABC]}
493 \key{remove priority cookie from current item}{C-c , SPC}
494 \key{raise/lower priority of current item}{S-UP/DOWN\notetwo}
496 \key{insert new checkbox item in plain list}{M-S-RET}
497 \key{toggle checkbox(es) in region/entry/at point}{C-c C-x C-b}
498 \key{toggle checkbox at point}{C-c C-c}
499 %\metax{checkbox statistics cookies: insert {\tt [/]} or {\tt [\%]}}{}
500 \key{update checkbox statistics (\kbd{C-u} : whole file)}{C-c \#}
502 \section{Tags}
504 \key{set tags for current heading}{C-c C-q}
505 \key{realign tags in all headings}{C-u C-c C-q}
506 \key{create sparse tree with matching tags}{C-c \\}
507 \key{globally (agenda) match tags at cursor}{C-c C-o}
509 \section{Properties and Column View}
511 \key{set property/effort}{C-c C-x p/e}
512 \key{special commands in property lines}{C-c C-c}
513 \key{next/previous allowed value}{S-left/right}
514 \key{turn on column view}{C-c C-x C-c}
515 \key{capture columns view in dynamic block}{C-c C-x i}
517 \key{quit column view}{q}
518 \key{show full value}{v}
519 \key{edit value}{e}
520 \metax{next/previous allowed value}{n/p or S-left/right}
521 \key{edit allowed values list}{a}
522 \key{make column wider/narrower}{> / <}
523 \key{move column left/right}{M-left/right}
524 \key{add new column}{M-S-right}
525 \key{Delete current column}{M-S-left}
528 \section{Timestamps}
530 \key{prompt for date and insert timestamp}{C-c .}
531 \key{like \kbd{C-c .} but insert date and time format}{C-u C-c .}
532 \key{like \kbd{C-c .} but make stamp inactive}{C-c !} % FIXME
533 \key{insert DEADLINE timestamp}{C-c C-d}
534 \key{insert SCHEDULED timestamp}{C-c C-s}
535 \key{create sparse tree with all deadlines due}{C-c / d}
536 \key{the time between 2 dates in a time range}{C-c C-y}
537 \metax{change timestamp at cursor $\pm 1$ day}{S-RIGHT/LEFT\notetwo}
538 \key{change year/month/day at cursor by $\pm 1$}{S-UP/DOWN\notetwo}
539 \key{access the calendar for the current date}{C-c >}
540 \key{insert timestamp matching date in calendar}{C-c <}
541 \key{access agenda for current date}{C-c C-o}
542 \key{select date while prompted}{mouse-1/RET}
543 %\key{... select date in calendar}{mouse-1/RET}
544 %\key{... scroll calendar back/forward one month}{< / >}
545 %\key{... forward/backward one day}{S-LEFT/RIGHT}
546 %\key{... forward/backward one week}{S-UP/DOWN}
547 %\key{... forward/backward one month}{M-S-LEFT/RIGHT}
548 \key{toggle custom format display for dates/times}{C-c C-x C-t}
550 \newcolumn
552 {\bf Clocking time}
554 \key{start clock on current item}{C-c C-x C-i}
555 \key{stop/cancel clock on current item}{C-c C-x C-o/x}
556 \key{display total subtree times}{C-c C-x C-d}
557 \key{remove displayed times}{C-c C-c}
558 \key{insert/update table with clock report}{C-c C-x C-r}
560 \section{Agenda Views}
562 \key{add/move current file to front of agenda}{C-c [}
563 \key{remove current file from your agenda}{C-c ]}
564 \key{cycle through agenda file list}{C-'}
565 \key{set/remove restriction lock}{C-c C-x </>}
567 \key{compile agenda for the current week}{C-c a a \noteone}
568 \key{compile global TODO list}{C-c a t \noteone}
569 \key{compile TODO list for specific keyword}{C-c a T \noteone}
570 \key{match tags, TODO kwds, properties}{C-c a m \noteone}
571 \key{match only in TODO entries}{C-c a M \noteone}
572 \key{find stuck projects}{C-c a \# \noteone}
573 \key{configure custom commands}{C-c a C \noteone}
574 %\key{configure stuck projects}{C-c a ! \noteone}
575 \key{agenda for date at cursor}{C-c C-o}
577 {\bf Commands available in an agenda buffer}
579 {\bf View Org file}
581 \key{show original location of item}{SPC/mouse-3}
582 %\key{... also available with}{mouse-3}
583 \key{show and recenter window}{L}
584 \key{goto original location in other window}{TAB/mouse-2}
585 %\key{... also available with}{mouse-2}
586 \key{goto original location, delete other windows}{RET}
587 \key{show subtree in indirect buffer, ded.\ frame}{C-c C-x b}
588 \key{toggle follow-mode}{F}
590 {\bf Change display}
592 \key{delete other windows}{o}
593 \key{view mode dispatcher}{v}
594 \key{switch to day/week/month/year/def view}{d w vm vy vSP}
595 \key{toggle diary entries / time grid / habits}{D / G / K}
596 \key{toggle entry text / clock report}{E / R}
597 \key{toggle display of logbook entries}{l / v l/L/c}
598 \key{toggle inclusion of archived trees/files}{v a/A}
599 \key{refresh agenda buffer with any changes}{r / g}
600 \key{filter with respect to a tag}{/}
601 \key{save all org-mode buffers}{s}
602 \key{display next/previous day,week,...}{f / b}
603 \key{goto today / some date (prompt)}{. / j}
605 {\bf Remote editing}
607 \key{digit argument}{0-9}
608 \key{change state of current TODO item}{t}
609 \key{kill item and source}{C-k}
610 \key{archive default}{\$ / a}
611 \key{refile the subtree}{C-c C-w}
612 \key{set/show tags of current headline}{: / T}
613 \key{set effort property (prefix=nth)}{e}
614 \key{set / compute priority of current item}{, / P}
615 \key{raise/lower priority of current item}{S-UP/DOWN\notetwo}
616 \key{run an attachment command}{C-c C-a}
617 \key{schedule/set deadline for this item}{C-c C-s/d}
618 \metax{change timestamp one day earlier/later}{S-LEFT/RIGHT\notetwo}
619 \key{change timestamp to today}{>}
620 \key{insert new entry into diary}{i}
621 \newcolumn
622 \key{start/stop/cancel the clock on current item}{I / O / X}
623 \key{jump to running clock entry}{J}
624 \key{mark / unmark / execute bulk action}{m / u / B}
626 {\bf Misc}
628 \key{follow one or offer all links in current entry}{C-c C-o}
630 {\bf Calendar commands}
632 \key{find agenda cursor date in calendar}{c}
633 \key{compute agenda for calendar cursor date}{c}
634 \key{show phases of the moon}{M}
635 \key{show sunrise/sunset times}{S}
636 \key{show holidays}{H}
637 \key{convert date to other calendars}{C}
639 {\bf Quit and Exit}
641 \key{quit agenda, remove agenda buffer}{q}
642 \key{exit agenda, remove all agenda buffers}{x}
644 \section{LaTeX and cdlatex-mode}
646 \key{preview LaTeX fragment}{C-c C-x C-l}
647 \key{expand abbreviation (cdlatex-mode)}{TAB}
648 \key{insert/modify math symbol (cdlatex-mode)}{` / '}
649 \key{insert citation using RefTeX}{C-c C-x [}
651 \section{Exporting and Publishing}
653 Exporting creates files with extensions {\it .txt\/} and {\it .html\/}
654 in the current directory. Publishing puts the resulting file into
655 some other place.
657 \key{export/publish dispatcher}{C-c C-e}
659 \key{toggle asynchronous export}{C-c C-e C-a}
660 \key{toggle body/visible only export}{C-c C-e C-b/v}
661 \key{toggle subtree export}{C-c C-e C-s}
662 \key{insert template of export options}{C-c C-e \#}
664 \key{toggle fixed width for entry or region}{C-c :}
665 \key{toggle pretty display of scripts, entities}{C-c C-x {\tt\char`\\}}
667 {\bf Comments: Text not being exported}
669 Lines starting with \kbd{\#} and subtrees starting with COMMENT are
670 never exported.
672 \key{toggle COMMENT keyword on entry}{C-c ;}
674 \section{Dynamic Blocks}
676 \key{update dynamic block at point}{C-c C-x C-u}
677 \metax{update all dynamic blocks}{C-u C-c C-x C-u}
679 \section{Notes}
680 [1] This is only a suggestion for a binding of this command. Choose
681 your own key as shown under ACTIVATION.
683 [2] Keybinding affected by {\tt org-support-shift-select} and also
684 {\tt org-replace-disputed-keys}.
686 \copyrightnotice
688 \bye
690 % Local variables:
691 % compile-command: "pdftex orgcard"
692 % End: