(custom-add-parent-links): Filter out custom-group-link,
[emacs.git] / etc / orgcard.tex
blobbf1de65ac3f34eb8677756d934c1efcf3524037d
1 % Reference Card for Org Mode 3.22
3 %**start of header
4 \newcount\columnsperpage
6 % This file can be printed with 1, 2, or 3 columns per page (see below).
7 % At the moment this card works quite nicely in 3 column format and
8 % currently takes 2 full pages. It is thus suited to producing one
9 % double-side page when printed.
11 % There are a couple of tweaks in the format of this card which make it work
12 % slightly better on A4 paper. The changes due, I think, to Stephen Eglen,
13 % are commented below. Revert the changes if you want letter sized paper.
15 % Try running something like
16 % tex org-mode-ref.tex; dvips -t landscape org-mode-ref.dvi
17 % to print the card
19 \columnsperpage=3
21 % Copyright (c) 2004 Philip Rooke, 2005 Free Software Foundation
23 % GNU Emacs 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 2, or (at your option)
26 % any later version.
28 % GNU Emacs is distributed in the hope that it will be useful,
29 % but WITHOUT ANY WARRANTY; without even the implied warranty of
30 % MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
31 % GNU General Public License for more details.
33 % You should have received a copy of the GNU General Public License
34 % along with GNU Emacs; see the file COPYING. If not, write to
35 % the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
36 % Boston, MA 02111-1307, USA.
38 % This file is intended to be processed by plain TeX (TeX82).
40 % The final reference card has six columns, three on each side.
41 % This file can be used to produce it in any of three ways:
42 % 1 column per page
43 % produces six separate pages, each of which needs to be reduced to 80%.
44 % This gives the best resolution.
45 % 2 columns per page
46 % produces three already-reduced pages.
47 % You will still need to cut and paste.
48 % 3 columns per page
49 % produces two pages which must be printed sideways to make a
50 % ready-to-use 8.5 x 11 inch reference card.
51 % For this you need a dvi device driver that can print sideways.
52 % Which mode to use is controlled by setting \columnsperpage above.
54 % Author:
55 % Stephen Gildea
56 % Internet: gildea@stop.mail-abuse.org
58 % Thanks to Paul Rubin, Bob Chassell, Len Tower, and Richard Mlynarik
59 % for their many good ideas.
61 \def\orgversionnumber{3.22}
62 \def\year{2005}
64 \def\shortcopyrightnotice{\vskip 1ex plus 2 fill
65 \centerline{\small \copyright\ 2004, 2005\ Free Software Foundation, Inc.
66 Permissions on back. v\orgversionnumber}}
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{}, \year}
72 \centerline{Author: Philip Rooke}
73 \centerline{based on refcard design and format by Stephen Gildea}
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.
79 \endgroup}
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}
85 \newdimen\intercolumnskip %horizontal space between columns
86 \newbox\columna %boxes to hold columns already built
87 \newbox\columnb
89 \def\ncolumns{\the\columnsperpage}
91 \message{[\ncolumns\space
92 column\if 1\ncolumns\else s\fi\space per page]}
94 \def\scaledmag#1{ scaled \magstep #1}
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
107 \footline{\hss\folio}
108 \def\makefootline{\baselineskip10pt\hsize6.5in\line{\the\footline}}
109 \else %2 or 3 columns uses prereduced size
110 \hsize 3.2in
112 % FIXME - Try to make things more A4 friendly
113 % \vsize 7.95in
114 \vsize 7.65in
115 % \hoffset -.75in
116 \hoffset -.25in
117 \voffset -.745in
118 \font\titlefont=cmbx10 \scaledmag2
119 \font\headingfont=cmbx10 \scaledmag1
120 \font\smallfont=cmr6
121 \font\smallsy=cmsy6
122 \font\eightrm=cmr8
123 \font\eightbf=cmbx8
124 \font\eightit=cmti8
125 \font\eighttt=cmtt8
126 \font\eightmi=cmmi8
127 \font\eightsy=cmsy8
128 \textfont0=\eightrm
129 \textfont1=\eightmi
130 \textfont2=\eightsy
131 \def\rm{\eightrm}
132 \def\bf{\eightbf}
133 \def\it{\eightit}
134 \def\tt{\eighttt}
136 % FIXME - Try to make things more A4 friendly
137 % \normalbaselineskip=.8\normalbaselineskip
138 \normalbaselineskip=.7\normalbaselineskip
139 \normallineskip=.8\normallineskip
140 \normallineskiplimit=.8\normallineskiplimit
141 \normalbaselines\rm %make definitions take effect
143 \if 2\ncolumns
144 \let\maxcolumn=b
145 \footline{\hss\rm\folio\hss}
146 \def\makefootline{\vskip 2in \hsize=6.86in\line{\the\footline}}
147 \else \if 3\ncolumns
148 \let\maxcolumn=c
149 \nopagenumbers
150 \else
151 \errhelp{You must set \columnsperpage equal to 1, 2, or 3.}
152 \errmessage{Illegal number of columns per page}
153 \fi\fi
155 \intercolumnskip=.46in
156 \def\abc{a}
157 \output={% %see The TeXbook page 257
158 % This next line is useful when designing the layout.
159 %\immediate\write16{Column \folio\abc\space starts with \firstmark}
160 \if \maxcolumn\abc \multicolumnformat \global\def\abc{a}
161 \else\if a\abc
162 \global\setbox\columna\columnbox \global\def\abc{b}
163 %% in case we never use \columnb (two-column mode)
164 \global\setbox\columnb\hbox to -\intercolumnskip{}
165 \else
166 \global\setbox\columnb\columnbox \global\def\abc{c}\fi\fi}
167 \def\multicolumnformat{\shipout\vbox{\makeheadline
168 \hbox{\box\columna\hskip\intercolumnskip
169 \box\columnb\hskip\intercolumnskip\columnbox}
170 \makefootline}\advancepageno}
171 \def\columnbox{\leftline{\pagebody}}
173 \def\bye{\par\vfill\supereject
174 \if a\abc \else\null\vfill\eject\fi
175 \if a\abc \else\null\vfill\eject\fi
176 \end}
179 % we won't be using math mode much, so redefine some of the characters
180 % we might want to talk about
181 %\catcode`\^=12
182 \catcode`\_=12
184 % we also need the tilde, for file names.
185 \catcode`\~=12
187 \chardef\\=`\\
188 \chardef\{=`\{
189 \chardef\}=`\}
191 \hyphenation{mini-buf-fer}
193 \parindent 0pt
194 \parskip 1ex plus .5ex minus .5ex
196 \def\small{\smallfont\textfont2=\smallsy\baselineskip=.8\baselineskip}
198 % newcolumn - force a new column. Use sparingly, probably only for
199 % the first column of a page, which should have a title anyway.
200 \outer\def\newcolumn{\vfill\eject}
202 % title - page title. Argument is title text.
203 \outer\def\title#1{{\titlefont\centerline{#1}}\vskip 1ex plus .5ex}
205 % section - new major section. Argument is section name.
206 \outer\def\section#1{\par\filbreak
207 \vskip 3ex plus 2ex minus 2ex {\headingfont #1}\mark{#1}%
208 \vskip 2ex plus 1ex minus 1.5ex}
210 \newdimen\keyindent
212 % beginindentedkeys...endindentedkeys - key definitions will be
213 % indented, but running text, typically used as headings to group
214 % definitions, will not.
215 \def\beginindentedkeys{\keyindent=1em}
216 \def\endindentedkeys{\keyindent=0em}
217 \endindentedkeys
219 % paralign - begin paragraph containing an alignment.
220 % If an \halign is entered while in vertical mode, a parskip is never
221 % inserted. Using \paralign instead of \halign solves this problem.
222 \def\paralign{\vskip\parskip\halign}
224 % \<...> - surrounds a variable name in a code example
225 \def\<#1>{{\it #1\/}}
227 % kbd - argument is characters typed literally. Like the Texinfo command.
228 \def\kbd#1{{\tt#1}\null} %\null so not an abbrev even if period follows
230 % beginexample...endexample - surrounds literal text, such a code example.
231 % typeset in a typewriter font with line breaks preserved
232 \def\beginexample{\par\leavevmode\begingroup
233 \obeylines\obeyspaces\parskip0pt\tt}
234 {\obeyspaces\global\let =\ }
235 \def\endexample{\endgroup}
237 % key - definition of a key.
238 % \key{description of key}{key-name}
239 % prints the description left-justified, and the key-name in a \kbd
240 % form near the right margin.
241 \def\key#1#2{\leavevmode\hbox to \hsize{\vtop
242 {\hsize=.75\hsize\rightskip=1em
243 \hskip\keyindent\relax#1}\kbd{#2}\hfil}}
245 \newbox\metaxbox
246 \setbox\metaxbox\hbox{\kbd{M-x }}
247 \newdimen\metaxwidth
248 \metaxwidth=\wd\metaxbox
250 % metax - definition of a M-x command.
251 % \metax{description of command}{M-x command-name}
252 % Tries to justify the beginning of the command name at the same place
253 % as \key starts the key name. (The "M-x " sticks out to the left.)
254 \def\metax#1#2{\leavevmode\hbox to \hsize{\hbox to .75\hsize
255 {\hskip\keyindent\relax#1\hfil}%
256 \hskip -\metaxwidth minus 1fil
257 \kbd{#2}\hfil}}
259 % threecol - like "key" but with two key names.
260 % for example, one for doing the action backward, and one for forward.
261 \def\threecol#1#2#3{\hskip\keyindent\relax#1\hfil&\kbd{#2}\hfil\quad
262 &\kbd{#3}\hfil\quad\cr}
264 %**end of header
267 \title{Org-Mode Reference Card (1/2)}
269 \centerline{(for version \orgversionnumber)}
271 \section{Getting Started}
273 %Put the following in your \kbd{~/.emacs}$^1$
274 \vskip -1mm
275 \beginexample%
276 %(autoload 'org-mode "org" "Org mode" t)
277 %(autoload 'org-diary "org" "Org mode diary entries")
278 %(autoload 'org-agenda "org" "Agenda from Org files" t)
279 %(autoload 'org-todo-list "org" "Global TODO list" t)
280 %(autoload 'org-store-link "org" "Store org link" t)
281 %(autoload 'orgtbl-mode "org" "Orgtbl minor mode" t)
282 %(autoload 'turn-on-orgtbl "org" "Orgtbl minor mode")
283 (add-to-list 'auto-mode-alist '("\\\\.org\$" . org-mode))
284 (define-key global-map "\\C-cl" 'org-store-link)$^2$
285 (define-key global-map "\\C-ca" 'org-agenda)$^2$
286 (define-key global-map "\\C-ct" 'org-todo-list)$^2$
287 \endexample
289 \metax{For the many customization options try}{M-x org-customize}
290 \metax{To read the on-line documentation try}{M-x org-info}
292 \section{Visibility Cycling}
294 \key{rotate current subtree between states}{TAB}
295 \key{rotate entire buffer between states}{S-TAB}
296 \key{show the whole file}{C-c C-a}
297 %\key{show branches}{C-c C-k}
299 \section{Motion}
301 \key{next heading}{C-c C-n}
302 \key{previous heading}{C-c C-p}
303 \key{next heading, same level}{C-c C-f}
304 \key{previous heading, same level}{C-c C-b}
305 \key{backward to higher level heading}{C-c C-u}
306 \key{jump to another place in document}{C-c C-j}
308 \section{Structure Editing}
310 \key{insert new heading at same level as current}{M-RET}
311 \key{insert new TODO entry}{M-S-RET}
313 \key{promote current heading up one level}{M-LEFT}
314 \key{demote current heading down one level}{M-RIGHT}
315 \key{promote current subtree up one level}{M-S-LEFT}
316 \key{demote current subtree down one level}{M-S-RIGHT}
318 \key{move subtree/list item up}{M-S-UP}
319 \key{move subtree/list item down}{M-S-DOWN}
320 \key{kill subtree}{C-c C-x C-w}
321 \key{copy subtree}{C-c C-x M-w}
322 \key{yank subtree}{C-c C-x C-y}
324 \key{archive subtree}{C-c \$}
325 To set archive location for current file, add a line like$^3$:
326 \vskip -1mm
327 \beginexample%
328 \#+ARCHIVE: archfile::* Archived Tasks
329 \endexample
331 \section{Filtering and Sparse Trees}
333 \key{show sparse tree for all matches of a regexp}{C-c /}
334 \key{view TODO's in sparse tree}{C-c C-v}
335 \key{global TODO list in agenda mode}{C-c t$^2$}
336 \key{create sparse tree with all deadlines due}{C-c C-w}
337 \key{time sorted view of current org file}{C-c C-r}
338 \key{agenda for the week}{C-c a$^2$}
339 \key{agenda for date at cursor}{C-c C-o}
341 \section{TODO Items}
343 \key{rotate the state of the current item}{C-c C-t}
344 \key{view TODO items in a sparse tree}{C-c C-v}
345 \key{view 3rd TODO keyword's sparse tree}{C-3 C-c C-v}
347 \key{set the priority of the current item}{C-c , [ABC]}
348 \key{remove priority cookie from current item}{C-c , SPC}
349 \key{raise priority of current item}{S-UP$^4$}
350 \key{lower priority of current item}{S-DOWN$^4$}
352 \vskip 1mm
353 per-file TODO workflow states: add line(s) like$^3$:
354 \vskip -1mm
355 \beginexample%
356 \#+SEQ_TODO: TODO PROCRASTINATE BLUFF DONE
357 \endexample
358 \vskip -1mm
359 per-file TODO keywords: add line(s) like$^3$:
360 \vskip -1mm
361 \beginexample%
362 \#+TYP_TODO: Phil home work DONE
363 \endexample
365 \section{Timestamps}
367 \key{prompt for date and insert timestamp}{C-c .}
368 \key{like \kbd{C-c} . but insert date and time format}{C-u C-c .}
369 \key{Like \kbd{C-c .} but make stamp inactive}{C-c !} % FIXME
370 \key{insert DEADLINE timestamp}{C-c C-d}
371 \key{insert SCHEDULED timestamp}{C-c C-s}
372 \key{create sparse tree with all deadlines due}{C-c C-w}
373 \key{the time between 2 dates in a time range}{C-c C-y}
374 \key{change timestamp at cursor by $-1$ day}{S-LEFT$^4$}
375 \key{change timestamp at cursor by $+1$ day}{S-RIGHT$^4$}
376 \key{change year/month/day at cursor by $-1$}{S-DOWN$^4$}
377 \key{change year/month/day at cursor by $+1$}{S-UP$^4$}
378 \key{access the calendar for the current date}{C-c >}
379 \key{insert timestamp matching date in calendar}{C-c <}
380 \key{access agenda for current date}{C-c C-o}
381 \key{Select date while prompted}{mouse-1/RET}
382 %\key{... select date in calendar}{mouse-1/RET}
383 %\key{... scroll calendar back/forward one month}{< / >}
384 %\key{... forward/backward one day}{S-LEFT/RIGHT}
385 %\key{... forward/backward one week}{S-UP/DOWN}
386 %\key{... forward/backward one month}{M-S-LEFT/RIGT}
388 \section{Links}
390 \key{globally store link to the current location}{C-c l$^2$}
391 \key{insert a link (TAB completes stored links)}{C-c C-l}
392 \key{insert file link with file name completion}{C-u C-c C-l}
394 \key{open link at point}{C-c C-o}
395 \key{open file links in emacs}{C-u C-c C-o}
396 \key{open link at point}{mouse-2}
397 \key{open file links in emacs}{mouse-3}
399 {\bf Link types}
401 \key{\kbd{*CamelCaseWord}}{\rm search headline}
402 \key{\kbd{CamelCaseWord}}{\rm search in buffer}
403 \key{\kbd{<file:/home/dominik/img/mars.jpg>}}{\rm file, absolute}
404 \key{\kbd{<file:papers/last.pdf>}}{\rm file, relative}
405 \key{\kbd{<file:~/code/main.c:255>}}{\rm file with line nr.}
406 \key{\kbd{<file:projects.org::*CamelCaseWord>}}{\rm search headline}
407 \key{\kbd{<file:projects.org::find me>}}{\rm search string}
408 \key{\kbd{<file:projects.org::/regexp/>}}{\rm search regexp}
409 \key{\kbd{<http://www.astro.uva.nl/~dominik>}}{\rm on the web}
410 \key{\kbd{<mailto:adent@galaxy.net>}}{\rm EMail address}
411 \key{\kbd{<news:comp.emacs>}}{\rm Usenet group}
412 \key{\kbd{<bbdb:Richard Stallman>}}{\rm BBDB person}
413 \key{\kbd{<shell:ls *.org>}}{\rm shell command}
414 \key{\kbd{<gnus:group>}}{\rm GNUS group}
415 \key{\kbd{<gnus:group\#id>}}{\rm GNUS message}
416 \key{\kbd{<vm:folder>}}{\rm VM folder}
417 \key{\kbd{<vm:folder\#id>}}{\rm VM message}
418 % FIXME: would like to get this back in.
419 %\key{\kbd{<vm://myself@some.where.org/folder\#id>}}{\rm VM remote}
420 Wanderlust \kbd{<wl:...>} and RMAIL \kbd{<rmail:...>} like VM
421 %\key{\kbd{<wl:folder>}}{\rm Wanderlust f.}
422 %\key{\kbd{<wl:folder\#id>}}{\rm Wanderlust m.}
423 %\key{\kbd{<rmail:folder>}}{\rm RMAIL folder}
424 %\key{\kbd{<rmail:folder\#id>}}{\rm RMAIL msg}
426 \section{Tables}
428 %Org-mode has its own built-in intuitive table editor with unique
429 %capabilities.
431 {\bf Creating a table}
433 \metax{insert a new Org-mode table}{M-x org-table-create}
434 \metax{... or just start typing, e.g.}{|Name|Phone|Age RET |- TAB}
435 \key{convert region to table}{C-c C-c}
436 \key{... separator at least 3 spaces}{C-3 C-c C-c}
437 %\key{... prompt for separator regexp}{C-u C-c C-c}
439 {\bf Commands available inside tables}
441 The following commands work when the cursor is {\it inside a table}.
442 Outside of tables, the same keys may have other functionality.
444 {\bf Re-aligning and field motion}
446 \key{re-align the table without moving the cursor}{C-c C-c}
447 \key{re-align the table, move to next field}{TAB}
448 \key{move to previous field}{S-TAB}
449 \key{re-align the table, move to next row}{RET}
451 {\bf Row and column editing}
453 \key{move the current column left}{M-LEFT}
454 \key{move the current column right}{M-RIGHT}
455 \key{kill the current column}{M-S-LEFT}
456 \key{insert new column to left of cursor position}{M-S-RIGHT}
458 \key{move the current row up}{M-UP}
459 \key{move the current row down}{M-DOWN}
460 \key{kill the current row or horizontal line}{M-S-UP}
461 \key{insert new row above the current row}{M-S-DOWN}
462 \key{insert horizontal line below the current row}{C-c -}
463 \key{insert horizontal line above the current row}{C-u C-c -}
464 \key{sort lines in region}{C-c \^{}}
466 {\bf Regions}
468 \key{cut rectangular region}{C-c C-x C-w}
469 \key{copy rectangular region}{C-c C-x M-w}
470 \key{paste rectangular region}{C-c C-x C-y}
471 \key{fill paragraph across selected cells}{C-c C-q}
473 {\bf Calculations}
475 These need the Emacs calc package installed.
477 \key{set and eval column formula}{C-c =}
478 \key{set and eval named-field formula}{C-u C-c =}
479 \key{edit formulas in separate buffer}{C-c '}
480 \key{re-apply all stored equations to current line}{C-c *}
481 \key{re-apply all stored equations to entire table}{C-u C-c *}
483 \kbd{TAB}, \kbd{RET} and \kbd{C-c C-c} trigger automatic recalculation
484 in lines starting with: {\tt | \# |}.
486 \key{rotate calculation mark through \# * ! \^ \_ \$}{C-\#}
488 \key{display column number cursor is in}{C-c ?}
489 \key{sum numbers in current column/rectangle}{C-c +}
490 \key{copy down with increment}{S-RET$^4$}
492 A formula can also be typed directly into into a field and will
493 executed by \kbd{TAB}, \kbd{RET} and \kbd{C-c C-c}. A leading \kbd{=}
494 introduces a column formula, \kbd{:=} a named-field formula.
496 \key{Example: Add Col1 and Col2}{=\$1+\$2}
497 \key{... with printf format specification}{=\$1+\$2;\%.2f}
498 \key{... with constants from constants.el}{=\$1/\$c/\$cm}
499 \key{sum from 3rd hline above to here}{:=vsum(\&III)}
500 \key{apply current column formula}{=}
502 {\bf Miscellaneous}
504 \key{toggle visibility of vertical lines}{C-c |}
505 \metax{export as tab-separated file}{M-x org-table-export}
506 \metax{import tab-separated file}{M-x org-table-import}
508 {\bf Tables created with the \kbd{table.el} package}
510 \key{insert a new \kbd{table.el} table}{C-c ~}
511 \key{recognize existing table.el table}{C-c C-c}
512 \key{convert table (Org-mode $\leftrightarrow$ table.el)}{C-c ~}
514 \newcolumn
515 \title{Org-Mode Reference Card (2/2)}
517 \centerline{(for version \orgversionnumber)}
519 \section{Timeline, Agenda, Global TODO List}
521 \key{show timeline of current org file}{C-c C-r}
522 \key{... include past dates}{C-u C-c C-r}
524 \key{add/move current file to front of agenda}{C-c [}
525 \key{remove current file from your agenda}{C-c ]}
526 \key{cycle through agenda file list}{C-,}
527 \key{compile agenda for the current week}{C-c a$^2$}
528 \key{agenda for date at cursor}{C-c C-o}
529 \key{global TODO list}{C-c t$^2$}
530 \vskip 1mm
531 To set category for current file, add line$^3$:
532 \vskip -1mm
533 \beginexample%
534 \#+CATEGORY: MyCateg
535 \endexample
537 {\bf Commands available in an agenda buffer}
539 {\bf View org file}
541 \key{show original location of item}{SPC}
542 \key{... also available with}{mouse-3}
543 \key{show and recenter window}{l}
544 \key{goto original location in other window}{TAB}
545 \key{... also available with}{mouse-2}
546 \key{goto original location, delete other windows}{RET}
547 \key{toggle follow-mode}{f}
549 {\bf Change display}
551 \key{delete other windows}{o}
552 \key{switch to weekly view}{w}
553 \key{switch to daily view}{d}
554 \key{toggle inclusion of diary entries}{D}
555 \key{toggle time grid for daily schedule}{g}
556 \key{refresh agenda buffer with any changes}{r}
557 \key{display the following \kbd{org-agenda-ndays}}{RIGHT}
558 \key{display the previous \kbd{org-agenda-ndays}}{LEFT}
559 \key{goto today}{.}
561 {\bf Remote editing}
563 \key{digit argument}{0-9}
565 \key{change state of current TODO item}{t}
566 \key{set priority of current item}{p}
567 \key{raise priority of current item}{S-UP$^4$}
568 \key{lower priority of current item}{S-DOWN$^4$}
569 \key{display weighted priority of current item}{P}
571 \key{change timestamp to one day earlier}{S-LEFT$^4$}
572 \key{change timestamp to one day later}{S-RIGHT$^4$}
573 \key{change timestamp to today}{>}
575 \key{insert new entry into diary}{i}
577 {\bf Calendar commands}
579 \key{find agenda cursor date in calendar}{c}
580 \key{compute agenda for calendar cursor date}{c}
581 \key{show phases of the moon}{M}
582 \key{show sunrise/sunset times}{S}
583 \key{show holidays}{H}
584 \key{convert date to other calendars}{C}
586 {\bf Quit and Exit}
588 \key{quit agenda, remove agenda buffer}{q}
589 \key{exit agenda, remove all agenda buffers}{x}
591 \section{Exporting}
593 Exporting creates files with extensions {\it .txt\/} and {\it .html\/}
594 in the current directory.
596 \key{export as ASCII file}{C-c C-x a}
597 \key{export visible text only (e.g. for printing)}{C-c C-x v}
598 \key{export as HTML file}{C-c C-x h}
599 \key{export as HTML and open in browser}{C-c C-x b}
600 \key{prefix arg sets nb. of headline levels, e.g.}{C-3 C-c C-x h}
602 \key{export as iCalendar file}{C-c C-x i}
603 \key{export all agenda files as iCalendar files}{C-c C-x C-i}
604 \key{combine all agenda files to single iCal file}{C-c C-x C-c}
606 \key{insert template of export options}{C-c C-x t}
608 \key{toggle fixed width for entry or region}{C-c :}
610 {\bf HTML formatting}
612 \key{make words {\bf bold}}{*bold*}
613 \key{make words {\it italic}}{/italic/}
614 \key{make words \underbar{underlined}}{_underlined_}
615 \key{sub- and superscripts}{x\^{}3, J_dust}
616 \key{\TeX{}-like macros}{\\alpha, \\to}
617 \key{typeset lines in fixed width font}{start with :}
618 \key{tables are exported as HTML tables}{start with |}
619 \key{links become HTML links}{http:... etc}
620 \key{include html tags}{@<b>...@</b>}
622 {\bf Export options}
624 Include additional information for export by putting these anywhere in the
625 org file. Use {\tt M-TAB} completion to make sure to get the right
626 keywords. {\tt M-TAB} again just after keyword is complete inserts examples.
628 \key{the title to be shown}{\#+TITLE:}
629 \key{the author}{\#+AUTHOR:}
630 \key{authors email address}{\#+EMAIL:}
631 \key{language code for html}{\#+LANGUAGE:}
632 \key{free text description of file}{\#+TEXT:}
633 \key{... which can carry over multiple lines}{\#+TEXT:}
634 \key{settings for the export process - see below}{\#+OPTIONS:}
636 {\bf Settings for the OPTIONS line}
638 \key{set number of headline levels for export}{H:2}
639 \key{turn on/off section numbers}{num:t}
640 \key{turn on/off table of contents}{toc:t}
641 \key{turn on/off linebreak preservation}{\\n:nil}
642 \key{turn on/off quoted html tags}{@:t}
643 \key{turn on/off fixed width sections}{::t}
644 \key{turn on/off tables}{|:t}
645 \key{turn on/off \TeX\ syntax for sub/super-scripts}{\^{}:t}
646 \key{turn on/off emphasised text}{*:nil}
647 \key{turn on/off \TeX\ macros}{TeX:t}
649 {\bf Comments: Text not being exported}
651 Text before the first headline is not considered part of the document
652 and is therefore never exported.
653 Lines starting with \kbd{\#} are comments and are not exported.
654 Subtrees whose header starts with COMMENT are never exported.
656 \key{toggle COMMENT keyword on entry}{C-c ;}
658 \section{Completion}
660 In-buffer completion completes TODO keywords at headline start, TeX
661 macros after ``{\tt \\}'', option keywords after ``{\tt \#-}'', and
662 dictionary words elsewhere.
664 \key{Complete word at point}{M-TAB}
666 \newcolumn
668 \section{Calendar and Diary Integration}
670 To include entries from the Emacs diary in your Org-mode agenda:
671 \beginexample%
672 (setq org-agenda-include-diary t)
673 \endexample
675 To include your Org-mode agenda in your normal diary, make sure you're
676 using the fancy diary display
678 %\beginexample%
679 %(add-hook 'diary-display-hook 'fancy-diary-display)
680 %\endexample
682 and in your \kbd{~/diary} file add
684 \beginexample%
685 \&\%\%(org-diary)
686 \endexample
688 to include all the files listed in \kbd{org-agenda-files}. For more
689 selective file inclusion use a line for each file:
691 \beginexample%
692 \&\%\%(org-diary) ~/path/to/some/org-file.org
693 \endexample
695 \section{Remember-mode Integration}
697 See the manual for how to make remember.el use Org-mode links and
698 files. The note-finishing command \kbd{C-c C-c} will first prompt for
699 an org file. In the file, find a location with:
701 \key{rotate subtree visibility}{TAB}
702 \key{next heading}{DOWN}
703 \key{previous heading}{UP}
705 Insert the note with one of the following:
707 \key{as sublevel of heading at cursor}{RET}
708 \key{right here (cursor not on heading)}{RET}
709 \key{before current heading}{LEFT}
710 \key{after current heading}{RIGHT}
711 \key{shortcut to end of buffer (cursor at buf-start)}{RET}
712 \key{Abort}{q}
714 \section{CUA and pc-select compatibility}
716 Configure the variable {\tt org-CUA-compatibility} to make Org-mode
717 avoid the \kbd{S-<cursor>} bindings used by these modes. When set,
718 Org-mode will change the following keybindings (also in the agenda
719 buffer, but not during date selection). See note mark four$^4$
720 throughout the reference card.
721 %\vskip-mm
722 \beginexample
723 S-UP $\to$ M-p S-DOWN $\to$ M-n
724 S-LEFT $\to$ M-- S-RIGHT $\to$ M-+
725 S-RET $\to$ C-S-RET
726 \endexample
728 \section{Notes}
729 $^1$ The six autoload forms are only needed if Org-mode is not part of
730 Emacs, or an XEmacs package.
732 $^2$ This is only a suggestion for a binding of this command. Choose
733 you own key as shown under INSTALLATION.
735 $^3$ After changing a \kbd{\#+KEYWORD} line, press \kbd{C-c C-c} with
736 the cursor still in a line to make Org-mode notice the change.
738 $^4$ Keybinding affected by {\tt org-CUA-compatibility}.
740 \copyrightnotice
742 \bye
745 % arch-tag: 139f6750-5cfc-49ca-92b5-237fe5795290
747 %%% Local Variables:
748 %%% mode: latex
749 %%% TeX-master: t
750 %%% End: