aboutsummaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
Diffstat (limited to 'etc')
-rw-r--r--etc/refcards/orgcard.tex28
1 files changed, 12 insertions, 16 deletions
diff --git a/etc/refcards/orgcard.tex b/etc/refcards/orgcard.tex
index c35cafbba52..89dbb0f01fb 100644
--- a/etc/refcards/orgcard.tex
+++ b/etc/refcards/orgcard.tex
@@ -1,6 +1,6 @@
1% Reference Card for Org Mode 1% Reference Card for Org Mode
2\def\orgversionnumber{6.33x} 2\def\orgversionnumber{6.35i}
3\def\versionyear{2009} % latest update 3\def\versionyear{2010} % latest update
4\def\year{2010} % latest copyright year 4\def\year{2010} % latest copyright year
5 5
6%**start of header 6%**start of header
@@ -11,10 +11,6 @@
11% Specify how many you want here. 11% Specify how many you want here.
12\columnsperpage=3 12\columnsperpage=3
13 13
14% Set letterpaper to 0 for A4 paper, 1 for letter (US) paper. Useful
15% only when columnsperpage is 2 or 3.
16\letterpaper=0
17
18% PDF output layout. 0 for A4, 1 for letter (US), a `l' is added for 14% PDF output layout. 0 for A4, 1 for letter (US), a `l' is added for
19% a landscape layout. 15% a landscape layout.
20\input pdflayout.sty 16\input pdflayout.sty
@@ -22,7 +18,7 @@
22 18
23% Nothing else needs to be changed below this line. 19% Nothing else needs to be changed below this line.
24% Copyright (C) 1987, 1993, 1996, 1997, 2001, 2002, 2003, 2004, 2005, 20% Copyright (C) 1987, 1993, 1996, 1997, 2001, 2002, 2003, 2004, 2005,
25% 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. 21% 2006, 2007, 2008, 2009 Free Software Foundation, Inc.
26 22
27% This file is part of GNU Emacs. 23% This file is part of GNU Emacs.
28 24
@@ -279,12 +275,12 @@ are preserved on all copies.
279 275
280\section{Getting Started} 276\section{Getting Started}
281% 277%
282\vskip -2mm 278%\vskip -2mm
283\beginexample% 279%\beginexample%
284(add-to-list 'auto-mode-alist '("\\\\.org\$" . org-mode)) 280%(add-to-list 'auto-mode-alist '("\\\\.org\$" . org-mode))
285(define-key global-map "\\C-cl" 'org-store-link)$^1$ 281%(define-key global-map "\\C-cl" 'org-store-link)$^1$
286(define-key global-map "\\C-ca" 'org-agenda)$^1$ 282%(define-key global-map "\\C-ca" 'org-agenda)$^1$
287\endexample 283%\endexample
288% 284%
289\metax{To read the on-line documentation try}{M-x org-info} 285\metax{To read the on-line documentation try}{M-x org-info}
290 286
@@ -374,9 +370,9 @@ Outside of tables, the same keys may have other functionality.
374 370
375{\bf Regions} 371{\bf Regions}
376 372
377\key{cut rectangular region}{C-c C-x C-w} 373\metax{cut/copy/paste rectangular region}{C-c C-x C-w/M-w/C-y}
378\key{copy rectangular region}{C-c C-x M-w} 374%\key{copy rectangular region}{C-c C-x M-w}
379\key{paste rectangular region}{C-c C-x C-y} 375%\key{paste rectangular region}{C-c C-x C-y}
380\key{fill paragraph across selected cells}{C-c C-q} 376\key{fill paragraph across selected cells}{C-c C-q}
381 377
382{\bf Miscellaneous} 378{\bf Miscellaneous}