]> code.delx.au - gnu-emacs/blobdiff - etc/orgcard.tex
Version number changed to 3.19
[gnu-emacs] / etc / orgcard.tex
index f432062220007b32cf8f78ea9c61cbacad572766..b3159b92c20cc7aa41fb6dfa9c021f276440f4a9 100644 (file)
@@ -1,11 +1,11 @@
-% Reference Card for Org Mode 3.12
+% Reference Card for Org Mode 3.19
 %
 %**start of header
 \newcount\columnsperpage
 
 % This file can be printed with 1, 2, or 3 columns per page (see below).
 % At the moment this card works quite nicely in 3 column format and
-% currently takes most of 2 pages.  It is thus suited to producing one 
+% currently takes 2 full pages.  It is thus suited to producing one 
 % double-side page when printed.
 
 % There are a couple of tweaks in the format of this card which make it work
@@ -58,7 +58,7 @@
 % Thanks to Paul Rubin, Bob Chassell, Len Tower, and Richard Mlynarik
 % for their many good ideas.
 
-\def\orgversionnumber{3.12}
+\def\orgversionnumber{3.19}
 \def\year{2005}
 
 \def\shortcopyrightnotice{\vskip 1ex plus 2 fill
@@ -315,9 +315,9 @@ Put the following in your \kbd{~/.emacs}$^1$
 
 \key{move subtree up}{M-S-UP}
 \key{move subtree down}{M-S-DOWN}
-\key{kill subtree}{C-c C-h C-w}
-\key{copy subtree}{C-c C-h M-w}
-\key{yank subtree}{C-c C-h C-y}
+\key{kill subtree}{C-c C-x C-w}
+\key{copy subtree}{C-c C-x M-w}
+\key{yank subtree}{C-c C-x C-y}
 
 \key{archive subtree}{C-c \$}
 To set archive location for current file, add a line like$^3$:
@@ -332,7 +332,7 @@ To set archive location for current file, add a line like$^3$:
 \key{view TODO's in sparse tree}{C-c C-v}
 \key{create sparse tree with all deadlines due}{C-c C-w}
 \key{time sorted view of current org file}{C-c C-r}
-\key{agenda for the week}{C-c a$1$}
+\key{agenda for the week}{C-c a$2$}
 \key{agenda for date at cursor}{C-c C-o}
 
 \section{TODO Items}
@@ -362,20 +362,18 @@ per-file TODO keywords: add line(s) like$^3$:
 
 \key{prompt for date and insert timestamp}{C-c .}
 \key{like \kbd{C-c} . but insert date and time format}{C-u C-c .}
+\key{Like \kbd{C-c .} but make stamp inactive}{C-c !} % FIXME
 \key{insert DEADLINE timestamp}{C-c C-d}
 \key{insert SCHEDULED timestamp}{C-c C-s}
 \key{create sparse tree with all deadlines due}{C-c C-w}
 \key{the time between 2 dates in a time range}{C-c C-y}
-
 \key{change timestamp at cursor by $-1$ day}{S-LEFT$^4$}
 \key{change timestamp at cursor by $+1$ day}{S-RIGHT$^4$}
 \key{change year/month/day at cursor by $-1$}{S-DOWN$^4$}
 \key{change year/month/day at cursor by $+1$}{S-UP$^4$}
-
 \key{access the calendar for the current date}{C-c >}
 \key{insert timestamp matching date in calendar}{C-c <}
 \key{access agenda for current date}{C-c C-o}
-
 \key{While prompted for a date:}{}
 \key{... select date in calendar}{mouse-1/RET}
 \key{... scroll calendar back/forward one month}{< / >}
@@ -457,9 +455,9 @@ Outside of tables, the same keys may have other functionality.
 
 {\bf Regions}
 
-\key{cut rectangular region}{C-c C-h C-w}
-\key{copy rectangular region}{C-c C-h M-w}
-\key{paste rectangular region}{C-c C-h C-y}
+\key{cut rectangular region}{C-c C-x C-w}
+\key{copy rectangular region}{C-c C-x M-w}
+\key{paste rectangular region}{C-c C-x C-y}
 \key{fill paragraph across selected cells}{C-c C-q}
 
 {\bf Calculations}
@@ -467,29 +465,30 @@ Outside of tables, the same keys may have other functionality.
 Except for the summation commands, these need the Emacs calc package
 installed.
 
-\key{replace current field with result of formula}{C-c =}
-\key{... same calculation for rest of column}{C-u C-c =}
+\key{set and eval column formula}{C-c =}
+\key{set and eval named-field formula}{C-u C-c =}
+\key{edit formulas in separate buffer}{C-c '}
 \key{re-apply all stored equations to current line}{C-c *}
 \key{re-apply all stored equations to entire table}{C-u C-c *}
 
 \kbd{TAB}, \kbd{RET} and \kbd{C-c C-c} trigger automatic recalculation
 in lines starting with: {\tt | \# |}.
 
-\key{rotate recalculation mark through \# * ! \$}{C-\#}
+\key{rotate calculation mark through \# * ! \^ \_ \$}{C-\#}
 
 \key{display column number cursor is in}{C-c ?}
 \key{sum numbers in current column/rectangle}{C-c +}
 \key{copy down with increment}{S-RET$^4$}
 
-A formula can also be typed directly into into a field.  It will be
-executed by \kbd{TAB}, \kbd{RET} and \kbd{C-c C-c}:
+A formula can also be typed directly into into a field and will
+executed by \kbd{TAB}, \kbd{RET} and \kbd{C-c C-c}.  A leading \kbd{=}
+introduces a column formula, \kbd{:=} a named-field formula.
 
 \key{Example: Add Col1 and Col2}{=\$1+\$2}
 \key{... with printf format specification}{=\$1+\$2;\%.2f}
 \key{... with constants from constants.el}{=\$1/\$c/\$cm}
-\key{Apply current (for this column) formula}{=}
-\key{Sum all numbers above/left of cursor}{=sum / =sumh}
-\key{Sum just the 3 fields closest to cursor}{=sum3/=sumh3}
+\key{sum from 3rd hline above to here}{:=vsum(\&III)}
+\key{apply current column formula}{=}
 
 {\bf Miscellaneous}
 
@@ -588,12 +587,16 @@ in the current directory.
 \key{export as ASCII file}{C-c C-x a}
 \key{export visible text only (e.g. for printing)}{C-c C-x v}
 \key{export as HTML file}{C-c C-x h}
-\key{export as HTML and open in browser}{C-c C-x C-h}
+\key{export as HTML and open in browser}{C-c C-x b}
 \key{prefix arg sets nb. of headline levels, e.g.}{C-3 C-c C-x h}
 
+\key{export as iCalendar file}{C-c C-x i}
+\key{export all agenda files as iCalendar files}{C-c C-x C-i}
+\key{combine all agenda files to single iCal file}{C-c C-x C-c}
+
 \key{insert template of export options}{C-c C-x t}
 
-\key{toggle fixed width for line or region}{C-c :}
+\key{toggle fixed width for entry or region}{C-c :}
 
 {\bf HTML formatting}
 
@@ -646,8 +649,8 @@ Subtrees whose header starts with COMMENT are never exported.
 \section{Completion}
 
 In-buffer completion completes TODO keywords at headline start, TeX
-macros after ``{\tt \\}'', option keywords after ``{\tt \#-}'',
-keyword formulas after ``{\tt =}'', and dictionary words elsewhere.
+macros after ``{\tt \\}'', option keywords after ``{\tt \#-}'', and
+dictionary words elsewhere.
 
 \key{Complete word at point}{M-TAB}
 
@@ -729,7 +732,10 @@ $^4$ Keybinding affected by {\tt org-CUA-compatibility}.
 
 \bye
 \f
-% Local variables:
-% compile-command: "tex ord-mode-ref"
-% TeX-master: t
-% End:
+
+% arch-tag: 139f6750-5cfc-49ca-92b5-237fe5795290
+
+%%% Local Variables: 
+%%% mode: latex
+%%% TeX-master: t
+%%% End: