aboutsummaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
Diffstat (limited to 'etc')
-rw-r--r--etc/ChangeLog4
-rw-r--r--etc/refcards/orgcard.tex151
2 files changed, 31 insertions, 124 deletions
diff --git a/etc/ChangeLog b/etc/ChangeLog
index 03f2edb55b2..eba8529f63d 100644
--- a/etc/ChangeLog
+++ b/etc/ChangeLog
@@ -1,3 +1,7 @@
12010-12-11 Carsten Dominik <carsten.dominik@gmail.com>
2
3 * refcards/orgcard.tex: Cleanup.
4
12010-11-27 Ulrich Mueller <ulm@gentoo.org> 52010-11-27 Ulrich Mueller <ulm@gentoo.org>
2 6
3 * HELLO: Add ancient Greek (Bug#7418). 7 * HELLO: Add ancient Greek (Bug#7418).
diff --git a/etc/refcards/orgcard.tex b/etc/refcards/orgcard.tex
index cd1a2d9c1a4..c55c55dcf99 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{7.3} 2\def\orgversionnumber{7.4}
3\def\versionyear{2010} % latest update 3\def\versionyear{2010} % latest update
4\def\year{2010} % latest copyright year 4\def\year{2010} % latest copyright year
5 5
@@ -266,6 +266,10 @@ are preserved on all copies.
266\def\threecol#1#2#3{\hskip\keyindent\relax#1\hfil&\kbd{#2}\hfil\quad 266\def\threecol#1#2#3{\hskip\keyindent\relax#1\hfil&\kbd{#2}\hfil\quad
267 &\kbd{#3}\hfil\quad\cr} 267 &\kbd{#3}\hfil\quad\cr}
268 268
269\def\noteone{{\small \hfill [1]}}
270\def\notetwo{{\small \hfill [2]}}
271
272
269%**end of header 273%**end of header
270 274
271 275
@@ -274,14 +278,6 @@ are preserved on all copies.
274\centerline{(for version \orgversionnumber)} 278\centerline{(for version \orgversionnumber)}
275 279
276\section{Getting Started} 280\section{Getting Started}
277%
278%\vskip -2mm
279%\beginexample%
280%(add-to-list 'auto-mode-alist '("\\\\.org\$" . org-mode))
281%(define-key global-map "\\C-cl" 'org-store-link)$^1$
282%(define-key global-map "\\C-ca" 'org-agenda)$^1$
283%\endexample
284%
285\metax{To read the on-line documentation try}{M-x org-info} 281\metax{To read the on-line documentation try}{M-x org-info}
286 282
287\section{Visibility Cycling} 283\section{Visibility Cycling}
@@ -298,7 +294,7 @@ are preserved on all copies.
298\key{next/previous heading, same level}{C-c C-f/b} 294\key{next/previous heading, same level}{C-c C-f/b}
299\key{backward to higher level heading}{C-c C-u} 295\key{backward to higher level heading}{C-c C-u}
300\key{jump to another place in document}{C-c C-j} 296\key{jump to another place in document}{C-c C-j}
301\key{previous/next plain list item}{S-UP/DOWN$^3$} 297\key{previous/next plain list item}{S-UP/DOWN\notetwo}
302 298
303\section{Structure Editing} 299\section{Structure Editing}
304 300
@@ -310,17 +306,16 @@ are preserved on all copies.
310\key{turn item/line into headline}{C-c *} 306\key{turn item/line into headline}{C-c *}
311\key{promote/demote heading}{M-LEFT/RIGHT} 307\key{promote/demote heading}{M-LEFT/RIGHT}
312\metax{promote/demote current subtree}{M-S-LEFT/RIGHT} 308\metax{promote/demote current subtree}{M-S-LEFT/RIGHT}
313
314\metax{move subtree/list item up/down}{M-S-UP/DOWN} 309\metax{move subtree/list item up/down}{M-S-UP/DOWN}
315\metax{sort subtree/region/plain-list}{C-c \^{}} 310\metax{sort subtree/region/plain-list}{C-c \^{}}
316\metax{clone a subtree}{C-c C-x c} 311\metax{clone a subtree}{C-c C-x c}
317\metax{refile subtree}{C-c C-w}
318\metax{kill/copy subtree}{C-c C-x C-w/M-w} 312\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} 313\metax{yank subtree}{C-c C-x C-y or C-y}
320\metax{narrow buffer to subtree / widen}{C-x n s/w} 314\metax{narrow buffer to subtree / widen}{C-x n s/w}
321 315
322\section{Archiving} 316\section{Capture - Refile - Archiving}
323 317\key{capture a new item (C-u C-u = goto last)}{C-c c \noteone}
318\key{refile subtree (C-u C-u = goto last)}{C-c C-w}
324\key{archive subtree using the default command}{C-c C-x C-a} 319\key{archive subtree using the default command}{C-c C-x C-a}
325\key{move subtree to archive file}{C-c C-x C-s} 320\key{move subtree to archive file}{C-c C-x C-s}
326\key{toggle ARCHIVE tag / to ARCHIVE sibling}{C-c C-x a/A} 321\key{toggle ARCHIVE tag / to ARCHIVE sibling}{C-c C-x a/A}
@@ -330,7 +325,7 @@ are preserved on all copies.
330 325
331\key{construct a sparse tree by various criteria}{C-c /} 326\key{construct a sparse tree by various criteria}{C-c /}
332\key{view TODO's in sparse tree}{C-c / t/T} 327\key{view TODO's in sparse tree}{C-c / t/T}
333\key{global TODO list in agenda mode}{C-c a t$^1$} 328\key{global TODO list in agenda mode}{C-c a t \noteone}
334\key{time sorted view of current org file}{C-c a L} 329\key{time sorted view of current org file}{C-c a L}
335 330
336\section{Tables} 331\section{Tables}
@@ -428,7 +423,7 @@ formula, \kbd{:=} a field formula.
428 423
429\section{Links} 424\section{Links}
430 425
431\key{globally store link to the current location}{C-c l$^1$} 426\key{globally store link to the current location}{C-c l \noteone}
432\key{insert a link (TAB completes stored links)}{C-c C-l} 427\key{insert a link (TAB completes stored links)}{C-c C-l}
433\key{insert file link with file name completion}{C-u C-c C-l} 428\key{insert file link with file name completion}{C-u C-c C-l}
434\key{edit (also hidden part of) link at point}{C-c C-l} 429\key{edit (also hidden part of) link at point}{C-c C-l}
@@ -444,35 +439,6 @@ formula, \kbd{:=} a field formula.
444\key{edit code snippet of file at point}{C-c '} 439\key{edit code snippet of file at point}{C-c '}
445\key{toggle inline display of linked images}{C-c C-x C-v} 440\key{toggle inline display of linked images}{C-c C-x C-v}
446 441
447% {\bf Internal Links}
448
449% \key{\kbd{<<My Target>>}}{\rm target}
450% \key{\kbd{<<<My Target>>>}}{\rm radio target$^2$}
451% \key{\kbd{[[*this text]]}}{\rm find headline}
452% \metax{\kbd{[[this text]]}}{\rm find target or text in buffer}
453% \metax{\kbd{[[this text][description]]}}{\rm optional link text}
454
455% {\bf External Links}
456
457% \key{\kbd{file:/home/dominik/img/mars.jpg}}{\rm file, absolute}
458% \key{\kbd{file:papers/last.pdf}}{\rm file, relative}
459% \key{\kbd{file:projects.org::*that text}}{\rm find headline}
460% \key{\kbd{file:projects.org::find me}}{\rm find trgt/string}
461% %\key{\kbd{file:projects.org::/regexp/}}{\rm regexp search}
462% \key{\kbd{http://www.astro.uva.nl/~dominik}}{\rm on the web}
463% \key{\kbd{mailto:adent@galaxy.net}}{\rm Email address}
464% \key{\kbd{news:comp.emacs}}{\rm Usenet group}
465% \key{\kbd{bbdb:Richard Stallman}}{\rm BBDB person}
466% \key{\kbd{gnus:group}}{\rm GNUS group}
467% \key{\kbd{gnus:group\#id}}{\rm GNUS message}
468% \key{\kbd{vm|wl|mhe|rmail:folder}}{\rm Mail folder}
469% \key{\kbd{vm|wl|mhe|rmail:folder\#id}}{\rm Mail message}
470% \key{\kbd{info:emacs:Regexps}}{\rm Info file:node}
471% \key{\kbd{shell:ls *.org}}{\rm shell command}
472% \key{\kbd{elisp:(calendar)}}{\rm elisp form}
473% \metax{\kbd{[[external link][description]]}}{\rm optional link text}
474% %\key{\kbd{vm://myself@some.where.org/folder\#id}}{\rm VM remote}
475
476\section{Working with Code (Babel)} 442\section{Working with Code (Babel)}
477 443
478\key{execute code block at point}{C-c C-c} 444\key{execute code block at point}{C-c C-c}
@@ -494,25 +460,6 @@ formula, \kbd{:=} a field formula.
494\key{load expanded body of the current code block into a session}{C-c C-v l} 460\key{load expanded body of the current code block into a session}{C-c C-v l}
495\key{view sha1 hash of the current code block}{C-c C-v a} 461\key{view sha1 hash of the current code block}{C-c C-v a}
496 462
497% \section{Remember-mode Integration}
498
499% See the manual for how to make remember.el use Org-mode links and
500% files. The note-finishing command \kbd{C-c C-c} will first prompt for
501% an org file. In the file, find a location with:
502
503% \key{rotate subtree visibility}{TAB}
504% \key{next heading}{DOWN}
505% \key{previous heading}{UP}
506
507% Insert the note with one of the following:
508
509% \key{as sublevel of heading at cursor}{RET}
510% \key{right here (cursor not on heading)}{RET}
511% \key{before current heading}{LEFT}
512% \key{after current heading}{RIGHT}
513% \key{shortcut to end of buffer (cursor at buf-start)}{RET}
514% \key{Abort}{q}
515
516\section{Completion} 463\section{Completion}
517 464
518In-buffer completion completes TODO keywords at headline start, TeX 465In-buffer completion completes TODO keywords at headline start, TeX
@@ -538,11 +485,7 @@ after ``{\tt :}'', and dictionary words elsewhere.
538 485
539\key{set the priority of the current item}{C-c , [ABC]} 486\key{set the priority of the current item}{C-c , [ABC]}
540\key{remove priority cookie from current item}{C-c , SPC} 487\key{remove priority cookie from current item}{C-c , SPC}
541\key{raise/lower priority of current item}{S-UP/DOWN$^3$} 488\key{raise/lower priority of current item}{S-UP/DOWN\notetwo}
542%\key{lower priority of current item}{S-DOWN$^3$}
543
544%\key{\kbd{\#+SEQ_TODO: TODO TRY BLUFF DONE}}{\rm todo workflow}
545%\key{\kbd{\#+TYP_TODO: Phil home work DONE}}{\rm todo types}
546 489
547\key{insert new checkbox item in plain list}{M-S-RET} 490\key{insert new checkbox item in plain list}{M-S-RET}
548\key{toggle checkbox(es) in region/entry/at point}{C-c C-x C-b} 491\key{toggle checkbox(es) in region/entry/at point}{C-c C-x C-b}
@@ -585,8 +528,8 @@ after ``{\tt :}'', and dictionary words elsewhere.
585\key{insert SCHEDULED timestamp}{C-c C-s} 528\key{insert SCHEDULED timestamp}{C-c C-s}
586\key{create sparse tree with all deadlines due}{C-c / d} 529\key{create sparse tree with all deadlines due}{C-c / d}
587\key{the time between 2 dates in a time range}{C-c C-y} 530\key{the time between 2 dates in a time range}{C-c C-y}
588\key{change timestamp at cursor by $\pm 1$ day}{S-RIGHT/LEFT$^3$} 531\metax{change timestamp at cursor $\pm 1$ day}{S-RIGHT/LEFT\notetwo}
589\key{change year/month/day at cursor by $\pm 1$}{S-UP/DOWN$^3$} 532\key{change year/month/day at cursor by $\pm 1$}{S-UP/DOWN\notetwo}
590\key{access the calendar for the current date}{C-c >} 533\key{access the calendar for the current date}{C-c >}
591\key{insert timestamp matching date in calendar}{C-c <} 534\key{insert timestamp matching date in calendar}{C-c <}
592\key{access agenda for current date}{C-c C-o} 535\key{access agenda for current date}{C-c C-o}
@@ -615,15 +558,15 @@ after ``{\tt :}'', and dictionary words elsewhere.
615\key{cycle through agenda file list}{C-'} 558\key{cycle through agenda file list}{C-'}
616\key{set/remove restriction lock}{C-c C-x </>} 559\key{set/remove restriction lock}{C-c C-x </>}
617 560
618\key{compile agenda for the current week}{C-c a a$^1$} 561\key{compile agenda for the current week}{C-c a a \noteone}
619\key{compile global TODO list}{C-c a t$^1$} 562\key{compile global TODO list}{C-c a t \noteone}
620\key{compile TODO list for specific keyword}{C-c a T$^1$} 563\key{compile TODO list for specific keyword}{C-c a T \noteone}
621\key{match tags, TODO kwds, properties}{C-c a m$^1$} 564\key{match tags, TODO kwds, properties}{C-c a m \noteone}
622\key{match only in TODO entries}{C-c a M$^1$} 565\key{match only in TODO entries}{C-c a M \noteone}
623\key{find stuck projects}{C-c a \#$^1$} 566\key{find stuck projects}{C-c a \# \noteone}
624\key{show timeline of current org file}{C-c a L$^1$} 567\key{show timeline of current org file}{C-c a L \noteone}
625\key{configure custom commands}{C-c a C$^1$} 568\key{configure custom commands}{C-c a C \noteone}
626%\key{configure stuck projects}{C-c a !$^1$} 569%\key{configure stuck projects}{C-c a ! \noteone}
627\key{agenda for date at cursor}{C-c C-o} 570\key{agenda for date at cursor}{C-c C-o}
628 571
629{\bf Commands available in an agenda buffer} 572{\bf Commands available in an agenda buffer}
@@ -664,10 +607,10 @@ after ``{\tt :}'', and dictionary words elsewhere.
664\key{set/show tags of current headline}{: / T} 607\key{set/show tags of current headline}{: / T}
665\key{set effort property (prefix=nth)}{e} 608\key{set effort property (prefix=nth)}{e}
666\key{set / compute priority of current item}{, / P} 609\key{set / compute priority of current item}{, / P}
667\key{raise/lower priority of current item}{S-UP/DOWN$^3$} 610\key{raise/lower priority of current item}{S-UP/DOWN\notetwo}
668\key{run an attachment command}{C-c C-a} 611\key{run an attachment command}{C-c C-a}
669\key{schedule/set deadline for this item}{C-c C-s/d} 612\key{schedule/set deadline for this item}{C-c C-s/d}
670\key{change timestamp to one day earlier/later}{S-LEFT/RIGHT$^3$} 613\metax{change timestamp one day earlier/later}{S-LEFT/RIGHT\notetwo}
671\key{change timestamp to today}{>} 614\key{change timestamp to today}{>}
672\key{insert new entry into diary}{i} 615\key{insert new entry into diary}{i}
673\newcolumn 616\newcolumn
@@ -713,43 +656,6 @@ some other place.
713\key{toggle fixed width for entry or region}{C-c :} 656\key{toggle fixed width for entry or region}{C-c :}
714\key{toggle pretty display of scripts, entities}{C-c C-x {\tt\char`\\}} 657\key{toggle pretty display of scripts, entities}{C-c C-x {\tt\char`\\}}
715 658
716%{\bf HTML formatting}
717
718%\key{make words {\bf bold}}{*bold*}
719%\key{make words {\it italic}}{/italic/}
720%\key{make words \underbar{underlined}}{_underlined_}
721%\key{sub- and superscripts}{x\^{}3, J_dust}
722%\key{\TeX{}-like macros}{\\alpha, \\to}
723%\key{typeset lines in fixed width font}{start with :}
724%\key{tables are exported as HTML tables}{start with |}
725%\key{links become HTML links}{http:... etc}
726%\key{include html tags}{@<b>...@</b>}
727
728%{\bf Export options}
729%
730%Include additional information for export by putting these anywhere in the
731%org file. Use {\tt M-TAB} completion to make sure to get the right
732%keywords. {\tt M-TAB} again just after keyword is complete inserts examples.
733%
734%\key{the title to be shown}{\#+TITLE:}
735%\key{the author}{\#+AUTHOR:}
736%\key{authors email address}{\#+EMAIL:}
737%\key{language code for html}{\#+LANGUAGE:}
738%\key{free text description of file}{\#+TEXT:}
739%\key{... which can carry over multiple lines}{\#+TEXT:}
740%\key{settings for the export process}{\#+OPTIONS:}
741
742%\key{set number of headline levels for export}{H:2}
743%\key{turn on/off section numbers}{num:t}
744%\key{turn on/off table of contents}{toc:t}
745%\key{turn on/off linebreak preservation}{\\n:nil}
746%\key{turn on/off quoted html tags}{@:t}
747%\key{turn on/off fixed width sections}{::t}
748%\key{turn on/off tables}{|:t}
749%\key{turn on/off \TeX\ syntax for sub/super-scripts}{\^{}:t}
750%\key{turn on/off emphasised text}{*:nil}
751%\key{turn on/off \TeX\ macros}{TeX:t}
752
753{\bf Comments: Text not being exported} 659{\bf Comments: Text not being exported}
754 660
755Lines starting with \kbd{\#} and subtrees starting with COMMENT are 661Lines starting with \kbd{\#} and subtrees starting with COMMENT are
@@ -763,13 +669,10 @@ never exported.
763\metax{update all dynamic blocks}{C-u C-c C-x C-u} 669\metax{update all dynamic blocks}{C-u C-c C-x C-u}
764 670
765\section{Notes} 671\section{Notes}
766$^1$ This is only a suggestion for a binding of this command. Choose 672[1] This is only a suggestion for a binding of this command. Choose
767your own key as shown under INSTALLATION. 673your own key as shown under INSTALLATION.
768 674
769$^2$ After changing a \kbd{\#+KEYWORD} or \kbd{<<<target>>>} line, 675[2] Keybinding affected by {\tt org-support-shift-select} and also
770press \kbd{C-c C-c} with the cursor still in the line to update.
771
772$^3$ Keybinding affected by {\tt org-support-shift-select} and
773 {\tt org-replace-disputed-keys}. 676 {\tt org-replace-disputed-keys}.
774 677
775\copyrightnotice 678\copyrightnotice