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