aboutsummaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
Diffstat (limited to 'etc')
-rw-r--r--etc/refcards/orgcard.tex57
1 files changed, 27 insertions, 30 deletions
diff --git a/etc/refcards/orgcard.tex b/etc/refcards/orgcard.tex
index 8b084bb1521..e5faea73d71 100644
--- a/etc/refcards/orgcard.tex
+++ b/etc/refcards/orgcard.tex
@@ -1,5 +1,5 @@
1% Reference Card for Org Mode 1% Reference Card for Org Mode
2\def\orgversionnumber{6.21b} 2\def\orgversionnumber{6.29c}
3\def\versionyear{2009} % latest update 3\def\versionyear{2009} % latest update
4\def\year{2009} % latest copyright year 4\def\year{2009} % latest copyright year
5 5
@@ -276,14 +276,13 @@ are preserved on all copies.
276 276
277\section{Getting Started} 277\section{Getting Started}
278% 278%
279\vskip -1mm 279\vskip -2mm
280\beginexample% 280\beginexample%
281(add-to-list 'auto-mode-alist '("\\\\.org\$" . org-mode)) 281(add-to-list 'auto-mode-alist '("\\\\.org\$" . org-mode))
282(define-key global-map "\\C-cl" 'org-store-link)$^1$ 282(define-key global-map "\\C-cl" 'org-store-link)$^1$
283(define-key global-map "\\C-ca" 'org-agenda)$^1$ 283(define-key global-map "\\C-ca" 'org-agenda)$^1$
284\endexample 284\endexample
285% 285%
286\metax{For the many customization options try}{M-x org-customize}
287\metax{To read the on-line documentation try}{M-x org-info} 286\metax{To read the on-line documentation try}{M-x org-info}
288 287
289\section{Visibility Cycling} 288\section{Visibility Cycling}
@@ -314,6 +313,8 @@ are preserved on all copies.
314\metax{promote/demote current subtree}{M-S-LEFT/RIGHT} 313\metax{promote/demote current subtree}{M-S-LEFT/RIGHT}
315 314
316\metax{move subtree/list item up/down}{M-S-UP/DOWN} 315\metax{move subtree/list item up/down}{M-S-UP/DOWN}
316\metax{sort subtree/region/plain-list}{C-c \^{}}
317\metax{clone a subtree}{C-c C-x c}
317\metax{refile subtree}{C-c C-w} 318\metax{refile subtree}{C-c C-w}
318\metax{kill/copy subtree}{C-c C-x C-w/M-w} 319\metax{kill/copy subtree}{C-c C-x C-w/M-w}
319\metax{yank subtree}{C-c C-x C-y or C-y} 320\metax{yank subtree}{C-c C-x C-y or C-y}
@@ -363,6 +364,7 @@ Outside of tables, the same keys may have other functionality.
363\key{re-align the table, move to next field}{TAB} 364\key{re-align the table, move to next field}{TAB}
364\key{move to previous field}{S-TAB} 365\key{move to previous field}{S-TAB}
365\key{re-align the table, move to next row}{RET} 366\key{re-align the table, move to next row}{RET}
367\key{move to beginning/end of field}{M-a/e}
366 368
367{\bf Row and column editing} 369{\bf Row and column editing}
368 370
@@ -418,8 +420,7 @@ formula, \kbd{:=} a field formula.
418\key{iterate table to stability}{C-u C-u C-c *} 420\key{iterate table to stability}{C-u C-u C-c *}
419\key{rotate calculation mark through \# * ! \^ \_ \$}{C-\#} 421\key{rotate calculation mark through \# * ! \^ \_ \$}{C-\#}
420\key{show line, column, formula reference}{C-c ?} 422\key{show line, column, formula reference}{C-c ?}
421\key{toggle coordinate grid}{C-c \}} 423\key{toggle grid / debugger}{C-c \}/\{}
422\key{toggle formula debugger}{C-c \{}
423 424
424\newcolumn 425\newcolumn
425{\it Formula Editor} 426{\it Formula Editor}
@@ -452,6 +453,7 @@ formula, \kbd{:=} a field formula.
452\key{find next link}{C-c C-x C-n} 453\key{find next link}{C-c C-x C-n}
453\key{find previous link}{C-c C-x C-p} 454\key{find previous link}{C-c C-x C-p}
454\key{edit code snippet of file at point}{C-c '} 455\key{edit code snippet of file at point}{C-c '}
456
455{\bf Internal Links} 457{\bf Internal Links}
456 458
457\key{\kbd{<<My Target>>}}{\rm target} 459\key{\kbd{<<My Target>>}}{\rm target}
@@ -507,7 +509,7 @@ In-buffer completion completes TODO keywords at headline start, TeX
507macros after ``{\tt \\}'', option keywords after ``{\tt \#-}'', TAGS 509macros after ``{\tt \\}'', option keywords after ``{\tt \#-}'', TAGS
508after ``{\tt :}'', and dictionary words elsewhere. 510after ``{\tt :}'', and dictionary words elsewhere.
509 511
510\key{Complete word at point}{M-TAB} 512\key{complete word at point}{M-TAB}
511 513
512 514
513\newcolumn 515\newcolumn
@@ -520,6 +522,7 @@ after ``{\tt :}'', and dictionary words elsewhere.
520\key{rotate the state of the current item}{C-c C-t} 522\key{rotate the state of the current item}{C-c C-t}
521\metax{select next/previous state}{S-LEFT/RIGHT} 523\metax{select next/previous state}{S-LEFT/RIGHT}
522\metax{select next/previous set}{C-S-LEFT/RIGHT} 524\metax{select next/previous set}{C-S-LEFT/RIGHT}
525\key{toggle ORDERED property}{C-c C-x o}
523\key{view TODO items in a sparse tree}{C-c C-v} 526\key{view TODO items in a sparse tree}{C-c C-v}
524\key{view 3rd TODO keyword's sparse tree}{C-3 C-c C-v} 527\key{view 3rd TODO keyword's sparse tree}{C-3 C-c C-v}
525 528
@@ -534,7 +537,7 @@ after ``{\tt :}'', and dictionary words elsewhere.
534\key{insert new checkbox item in plain list}{M-S-RET} 537\key{insert new checkbox item in plain list}{M-S-RET}
535\key{toggle checkbox(es) in region/entry/at point}{C-c C-x C-b} 538\key{toggle checkbox(es) in region/entry/at point}{C-c C-x C-b}
536\key{toggle checkbox at point}{C-c C-c} 539\key{toggle checkbox at point}{C-c C-c}
537\metax{checkbox statistics cookies: insert {\tt [/]} or {\tt [\%]}}{} 540%\metax{checkbox statistics cookies: insert {\tt [/]} or {\tt [\%]}}{}
538\key{update checkbox statistics (\kbd{C-u} : whole file)}{C-c \#} 541\key{update checkbox statistics (\kbd{C-u} : whole file)}{C-c \#}
539 542
540\section{Tags} 543\section{Tags}
@@ -553,11 +556,10 @@ after ``{\tt :}'', and dictionary words elsewhere.
553\key{capture columns view in dynamic block}{C-c C-x i} 556\key{capture columns view in dynamic block}{C-c C-x i}
554 557
555\key{quit column view}{q} 558\key{quit column view}{q}
556\key{next/previous allowed value}{S-left/right} 559\key{show full value}{v}
557\key{next/previous allowed value}{n / p}
558\key{edit value}{e} 560\key{edit value}{e}
561\metax{next/previous allowed value}{n/p or S-left/right}
559\key{edit allowed values list}{a} 562\key{edit allowed values list}{a}
560\key{show value}{v}
561\key{make column wider/narrower}{> / <} 563\key{make column wider/narrower}{> / <}
562\key{move column left/right}{M-left/right} 564\key{move column left/right}{M-left/right}
563\key{add new column}{M-S-right} 565\key{add new column}{M-S-right}
@@ -568,7 +570,7 @@ after ``{\tt :}'', and dictionary words elsewhere.
568 570
569\key{prompt for date and insert timestamp}{C-c .} 571\key{prompt for date and insert timestamp}{C-c .}
570\key{like \kbd{C-c} . but insert date and time format}{C-u C-c .} 572\key{like \kbd{C-c} . but insert date and time format}{C-u C-c .}
571\key{Like \kbd{C-c .} but make stamp inactive}{C-c !} % FIXME 573\key{like \kbd{C-c .} but make stamp inactive}{C-c !} % FIXME
572\key{insert DEADLINE timestamp}{C-c C-d} 574\key{insert DEADLINE timestamp}{C-c C-d}
573\key{insert SCHEDULED timestamp}{C-c C-s} 575\key{insert SCHEDULED timestamp}{C-c C-s}
574\key{create sparse tree with all deadlines due}{C-c / d} 576\key{create sparse tree with all deadlines due}{C-c / d}
@@ -578,13 +580,13 @@ after ``{\tt :}'', and dictionary words elsewhere.
578\key{access the calendar for the current date}{C-c >} 580\key{access the calendar for the current date}{C-c >}
579\key{insert timestamp matching date in calendar}{C-c <} 581\key{insert timestamp matching date in calendar}{C-c <}
580\key{access agenda for current date}{C-c C-o} 582\key{access agenda for current date}{C-c C-o}
581\key{Select date while prompted}{mouse-1/RET} 583\key{select date while prompted}{mouse-1/RET}
582%\key{... select date in calendar}{mouse-1/RET} 584%\key{... select date in calendar}{mouse-1/RET}
583%\key{... scroll calendar back/forward one month}{< / >} 585%\key{... scroll calendar back/forward one month}{< / >}
584%\key{... forward/backward one day}{S-LEFT/RIGHT} 586%\key{... forward/backward one day}{S-LEFT/RIGHT}
585%\key{... forward/backward one week}{S-UP/DOWN} 587%\key{... forward/backward one week}{S-UP/DOWN}
586%\key{... forward/backward one month}{M-S-LEFT/RIGT} 588%\key{... forward/backward one month}{M-S-LEFT/RIGT}
587\key{Toggle custom format display for dates/times}{C-c C-x C-t} 589\key{toggle custom format display for dates/times}{C-c C-x C-t}
588 590
589\newcolumn 591\newcolumn
590 592
@@ -631,7 +633,7 @@ after ``{\tt :}'', and dictionary words elsewhere.
631{\bf Change display} 633{\bf Change display}
632 634
633\key{delete other windows}{o} 635\key{delete other windows}{o}
634\key{switch to day/week/month/year view}{d w m y} 636\key{switch to day/week/month/year view}{d w vm vy}
635\key{toggle inclusion of diary entries}{D} 637\key{toggle inclusion of diary entries}{D}
636\key{toggle time grid for daily schedule}{G} 638\key{toggle time grid for daily schedule}{G}
637\key{toggle display of logbook entries}{l} 639\key{toggle display of logbook entries}{l}
@@ -640,7 +642,7 @@ after ``{\tt :}'', and dictionary words elsewhere.
640\key{filter with repect to a tag}{/} 642\key{filter with repect to a tag}{/}
641\key{save all org-mode buffers}{s} 643\key{save all org-mode buffers}{s}
642\key{display next/previous day,week,...}{RIGHT/LEFT} 644\key{display next/previous day,week,...}{RIGHT/LEFT}
643\key{goto today}{.} 645\key{goto today / some date (prompt)}{. / j}
644 646
645{\bf Remote editing} 647{\bf Remote editing}
646 648
@@ -648,24 +650,24 @@ after ``{\tt :}'', and dictionary words elsewhere.
648\key{change state of current TODO item}{t} 650\key{change state of current TODO item}{t}
649\key{kill item and source}{C-k} 651\key{kill item and source}{C-k}
650\key{archive the subtree (file/tag/sibling)}{\$ / a / A} 652\key{archive the subtree (file/tag/sibling)}{\$ / a / A}
653\key{refile the subtree}{C-c C-w}
651\key{show tags of current headline}{T} 654\key{show tags of current headline}{T}
652\key{set tags for current headline/region}{:} 655\key{set tags for current headline/region}{:}
653\key{set priority of current item}{p} 656\key{set / compute priority of current item}{p / P}
654\key{raise/lower priority of current item}{S-UP/DOWN$^3$} 657\key{raise/lower priority of current item}{S-UP/DOWN$^3$}
655\key{display weighted priority of current item}{P}
656\key{run an attachment command}{C-c C-a} 658\key{run an attachment command}{C-c C-a}
657\key{schedule/set deadline for this item}{C-c C-s/d} 659\key{schedule/set deadline for this item}{C-c C-s/d}
658\key{change timestamp to one day earlier/later}{S-LEFT/RIGHT$^3$} 660\key{change timestamp to one day earlier/later}{S-LEFT/RIGHT$^3$}
659\key{change timestamp to today}{>} 661\key{change timestamp to today}{>}
660\key{insert new entry into diary}{i} 662\key{insert new entry into diary}{i}
661
662\newcolumn 663\newcolumn
663\key{start/stop/cancel the clock on current item}{I / O / X} 664\key{start/stop/cancel the clock on current item}{I / O / X}
664\key{jump to running clock entry}{J} 665\key{jump to running clock entry}{J}
666\key{mark / unmark / execute bulk action}{m / u / B}
665 667
666{\bf Misc} 668{\bf Misc}
667 669
668\key{Open link in current line}{C-c C-o} 670\key{open link in current line}{C-c C-o}
669 671
670{\bf Calendar commands} 672{\bf Calendar commands}
671 673
@@ -681,18 +683,12 @@ after ``{\tt :}'', and dictionary words elsewhere.
681\key{quit agenda, remove agenda buffer}{q} 683\key{quit agenda, remove agenda buffer}{q}
682\key{exit agenda, remove all agenda buffers}{x} 684\key{exit agenda, remove all agenda buffers}{x}
683 685
684\section{Calendar and Diary Integration}
685
686Include Emacs diary entries into Org-mode agenda with:
687\beginexample%
688(setq org-agenda-include-diary t)
689\endexample
690
691\section{LaTeX and cdlatex-mode} 686\section{LaTeX and cdlatex-mode}
692 687
693\key{preview LaTeX fragment}{C-c C-x C-l} 688\key{preview LaTeX fragment}{C-c C-x C-l}
694\key{Expand abbreviation (cdlatex-mode)}{TAB} 689\key{expand abbreviation (cdlatex-mode)}{TAB}
695\key{Insert/modify math symbol (cdlatex-mode)}{` / '} 690\key{insert/modify math symbol (cdlatex-mode)}{` / '}
691\key{insert citation using RefTeX}{C-c C-x [}
696 692
697\section{Exporting and Publishing} 693\section{Exporting and Publishing}
698 694
@@ -703,7 +699,7 @@ some other place.
703\key{export/publish dispatcher}{C-c C-e} 699\key{export/publish dispatcher}{C-c C-e}
704 700
705\key{export visible part only}{C-c C-e v} 701\key{export visible part only}{C-c C-e v}
706\key{insert template of export options}{C-c C-x t} 702\key{insert template of export options}{C-c C-e t}
707\key{toggle fixed width for entry or region}{C-c :} 703\key{toggle fixed width for entry or region}{C-c :}
708 704
709%{\bf HTML formatting} 705%{\bf HTML formatting}
@@ -764,7 +760,8 @@ your own key as shown under INSTALLATION.
764$^2$ After changing a \kbd{\#+KEYWORD} or \kbd{<<<target>>>} line, 760$^2$ After changing a \kbd{\#+KEYWORD} or \kbd{<<<target>>>} line,
765press \kbd{C-c C-c} with the cursor still in the line to update. 761press \kbd{C-c C-c} with the cursor still in the line to update.
766 762
767$^3$ Keybinding affected by {\tt org-CUA-compatibility}. 763$^3$ Keybinding affected by {\tt org-support-shift-select} and {\tt
764 org-replace-disputed-keys}.
768 765
769\copyrightnotice 766\copyrightnotice
770 767