aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--etc/orgcard.tex196
1 files changed, 99 insertions, 97 deletions
diff --git a/etc/orgcard.tex b/etc/orgcard.tex
index 5a019328a1f..646a03b0277 100644
--- a/etc/orgcard.tex
+++ b/etc/orgcard.tex
@@ -1,5 +1,5 @@
1% Reference Card for Org Mode 1% Reference Card for Org Mode
2\def\orgversionnumber{4.36} 2\def\orgversionnumber{4.37}
3\def\year{2006} 3\def\year{2006}
4% 4%
5%**start of header 5%**start of header
@@ -336,83 +336,6 @@ To set archive location for current file, add a line like$^2$:
336\key{create sparse tree with matching tags}{C-c \\} 336\key{create sparse tree with matching tags}{C-c \\}
337\key{globally (agenda) match tags at cursor}{C-c C-o} 337\key{globally (agenda) match tags at cursor}{C-c C-o}
338 338
339\section{TODO Items}
340
341\key{rotate the state of the current item}{C-c C-t}
342\key{view TODO items in a sparse tree}{C-c C-v}
343\key{view 3rd TODO keyword's sparse tree}{C-3 C-c C-v}
344
345\key{set the priority of the current item}{C-c , [ABC]}
346\key{remove priority cookie from current item}{C-c , SPC}
347\key{raise priority of current item}{S-UP$^3$}
348\key{lower priority of current item}{S-DOWN$^3$}
349
350\key{\kbd{\#+SEQ_TODO: TODO TRY BLUFF DONE}}{\rm todo workflow}
351\key{\kbd{\#+TYP_TODO: Phil home work DONE}}{\rm todo types}
352
353\section{Timestamps}
354
355\key{prompt for date and insert timestamp}{C-c .}
356\key{like \kbd{C-c} . but insert date and time format}{C-u C-c .}
357\key{Like \kbd{C-c .} but make stamp inactive}{C-c !} % FIXME
358\key{insert DEADLINE timestamp}{C-c C-d}
359\key{insert SCHEDULED timestamp}{C-c C-s}
360\key{create sparse tree with all deadlines due}{C-c C-w}
361\key{the time between 2 dates in a time range}{C-c C-y}
362\key{change timestamp at cursor by $\pm 1$ day}{S-RIGHT/LEFT$^3$}
363\key{change year/month/day at cursor by $\pm 1$}{S-UP/DOWN$^3$}
364\key{access the calendar for the current date}{C-c >}
365\key{insert timestamp matching date in calendar}{C-c <}
366\key{access agenda for current date}{C-c C-o}
367\key{Select date while prompted}{mouse-1/RET}
368%\key{... select date in calendar}{mouse-1/RET}
369%\key{... scroll calendar back/forward one month}{< / >}
370%\key{... forward/backward one day}{S-LEFT/RIGHT}
371%\key{... forward/backward one week}{S-UP/DOWN}
372%\key{... forward/backward one month}{M-S-LEFT/RIGT}
373
374\section{Links}
375
376\key{globally store link to the current location}{C-c l$^1$}
377\key{insert a link (TAB completes stored links)}{C-c C-l}
378\key{insert file link with file name completion}{C-u C-c C-l}
379\key{edit (also hidden part of) link at point}{C-c C-l}
380
381\key{open file links in emacs (\kbd{C-u} : in emacs)}{C-c C-o}
382\key{open link at point (3: in emacs)}{mouse-2/3}
383%\key{open file links in emacs}{mouse-3}
384%\key{record a position in mark ring}{C-c \%}
385\key{jump back to last followed link(s)}{C-c \&}
386
387{\bf Internal Links}
388
389\key{\kbd{<<My Target>>}}{\rm target}
390\key{\kbd{<<<My Target>>>}}{\rm radio target$^2$}
391\key{\kbd{[[*this text]]}}{\rm find headline}
392\metax{\kbd{[[this text]]}}{\rm find target or text in buffer}
393\metax{\kbd{[[this text][description]]}}{\rm optional link text}
394
395{\bf External Links}
396
397\key{\kbd{file:/home/dominik/img/mars.jpg}}{\rm file, absolute}
398\key{\kbd{file:papers/last.pdf}}{\rm file, relative}
399\key{\kbd{file:projects.org::*that text}}{\rm find headline}
400\key{\kbd{file:projects.org::find me}}{\rm find tgt/string}
401%\key{\kbd{file:projects.org::/regexp/}}{\rm regexp search}
402\key{\kbd{http://www.astro.uva.nl/~dominik}}{\rm on the web}
403\key{\kbd{mailto:adent@galaxy.net}}{\rm EMail address}
404\key{\kbd{news:comp.emacs}}{\rm Usenet group}
405\key{\kbd{bbdb:Richard Stallman}}{\rm BBDB person}
406\key{\kbd{gnus:group}}{\rm GNUS group}
407\key{\kbd{gnus:group\#id}}{\rm GNUS message}
408\key{\kbd{vm|wl|mhe|rmail:folder}}{\rm Mail folder}
409\key{\kbd{vm|wl|mhe|rmail:folder\#id}}{\rm Mail message}
410\key{\kbd{info:emacs:Regexps}}{\rm Info file:node}
411\key{\kbd{shell:ls *.org}}{\rm shell command}
412\key{\kbd{elisp:(calendar)}}{\rm elisp form}
413\metax{\kbd{[[external link][description]]}}{\rm optional link text}
414%\key{\kbd{vm://myself@some.where.org/folder\#id}}{\rm VM remote}
415
416\section{Tables} 339\section{Tables}
417 340
418%Org-mode has its own built-in intuitive table editor with unique 341%Org-mode has its own built-in intuitive table editor with unique
@@ -500,11 +423,98 @@ formula, \kbd{:=} a named-field formula.
500\key{recognize existing table.el table}{C-c C-c} 423\key{recognize existing table.el table}{C-c C-c}
501\key{convert table (Org-mode $\leftrightarrow$ table.el)}{C-c ~} 424\key{convert table (Org-mode $\leftrightarrow$ table.el)}{C-c ~}
502 425
426\section{Links}
427
428\key{globally store link to the current location}{C-c l$^1$}
429\key{insert a link (TAB completes stored links)}{C-c C-l}
430\key{insert file link with file name completion}{C-u C-c C-l}
431\key{edit (also hidden part of) link at point}{C-c C-l}
432
433\key{open file links in emacs (\kbd{C-u} : in emacs)}{C-c C-o}
434\key{open link at point (3: in emacs)}{mouse-2/3}
435%\key{open file links in emacs}{mouse-3}
436%\key{record a position in mark ring}{C-c \%}
437\key{jump back to last followed link(s)}{C-c \&}
438
439{\bf Internal Links}
440
441\key{\kbd{<<My Target>>}}{\rm target}
442\key{\kbd{<<<My Target>>>}}{\rm radio target$^2$}
443\key{\kbd{[[*this text]]}}{\rm find headline}
444\metax{\kbd{[[this text]]}}{\rm find target or text in buffer}
445\metax{\kbd{[[this text][description]]}}{\rm optional link text}
446
447{\bf External Links}
448
449\key{\kbd{file:/home/dominik/img/mars.jpg}}{\rm file, absolute}
450\key{\kbd{file:papers/last.pdf}}{\rm file, relative}
451\key{\kbd{file:projects.org::*that text}}{\rm find headline}
452\key{\kbd{file:projects.org::find me}}{\rm find tgt/string}
453%\key{\kbd{file:projects.org::/regexp/}}{\rm regexp search}
454\key{\kbd{http://www.astro.uva.nl/~dominik}}{\rm on the web}
455\key{\kbd{mailto:adent@galaxy.net}}{\rm EMail address}
456\key{\kbd{news:comp.emacs}}{\rm Usenet group}
457\key{\kbd{bbdb:Richard Stallman}}{\rm BBDB person}
458\key{\kbd{gnus:group}}{\rm GNUS group}
459\key{\kbd{gnus:group\#id}}{\rm GNUS message}
460\key{\kbd{vm|wl|mhe|rmail:folder}}{\rm Mail folder}
461\key{\kbd{vm|wl|mhe|rmail:folder\#id}}{\rm Mail message}
462\key{\kbd{info:emacs:Regexps}}{\rm Info file:node}
463\key{\kbd{shell:ls *.org}}{\rm shell command}
464\key{\kbd{elisp:(calendar)}}{\rm elisp form}
465\metax{\kbd{[[external link][description]]}}{\rm optional link text}
466%\key{\kbd{vm://myself@some.where.org/folder\#id}}{\rm VM remote}
467
468
469\section{TODO Items}
470
471\key{rotate the state of the current item}{C-c C-t}
472\key{view TODO items in a sparse tree}{C-c C-v}
473\key{view 3rd TODO keyword's sparse tree}{C-3 C-c C-v}
474
475\key{set the priority of the current item}{C-c , [ABC]}
476\key{remove priority cookie from current item}{C-c , SPC}
477\key{raise priority of current item}{S-UP$^3$}
478\key{lower priority of current item}{S-DOWN$^3$}
479
480\key{\kbd{\#+SEQ_TODO: TODO TRY BLUFF DONE}}{\rm todo workflow}
481\key{\kbd{\#+TYP_TODO: Phil home work DONE}}{\rm todo types}
482
483\section{Timestamps}
484
485\key{prompt for date and insert timestamp}{C-c .}
486\key{like \kbd{C-c} . but insert date and time format}{C-u C-c .}
487\key{Like \kbd{C-c .} but make stamp inactive}{C-c !} % FIXME
488\key{insert DEADLINE timestamp}{C-c C-d}
489\key{insert SCHEDULED timestamp}{C-c C-s}
490\key{create sparse tree with all deadlines due}{C-c C-w}
491\key{the time between 2 dates in a time range}{C-c C-y}
492\key{change timestamp at cursor by $\pm 1$ day}{S-RIGHT/LEFT$^3$}
493\key{change year/month/day at cursor by $\pm 1$}{S-UP/DOWN$^3$}
494\key{access the calendar for the current date}{C-c >}
495\key{insert timestamp matching date in calendar}{C-c <}
496\key{access agenda for current date}{C-c C-o}
497\key{Select date while prompted}{mouse-1/RET}
498%\key{... select date in calendar}{mouse-1/RET}
499%\key{... scroll calendar back/forward one month}{< / >}
500%\key{... forward/backward one day}{S-LEFT/RIGHT}
501%\key{... forward/backward one week}{S-UP/DOWN}
502%\key{... forward/backward one month}{M-S-LEFT/RIGT}
503
504
503\newcolumn 505\newcolumn
504\title{Org-Mode Reference Card (2/2)} 506\title{Org-Mode Reference Card (2/2)}
505 507
506\centerline{(for version \orgversionnumber)} 508\centerline{(for version \orgversionnumber)}
507 509
510\section{Clocking Time}
511
512\key{start clock on current item}{C-c C-x C-i}
513\key{stop clock on current item}{C-c C-x C-o}
514\key{cancel current clock}{C-c C-x C-x}
515\key{display total subtree times}{C-c C-x C-d}
516\key{remove displayed times}{C-c C-c}
517
508\section{Agenda Views} 518\section{Agenda Views}
509 519
510\key{add/move current file to front of agenda}{C-c [} 520\key{add/move current file to front of agenda}{C-c [}
@@ -563,6 +573,12 @@ To set categories, add lines like$^2$:
563\key{change timestamp to today}{>} 573\key{change timestamp to today}{>}
564\key{insert new entry into diary}{i} 574\key{insert new entry into diary}{i}
565 575
576\key{Start the clock on current item (clock-in)}{I}
577\key{Stop the clock (clock-out)}{O}
578\key{Cancel current clock}{X}
579
580\newcolumn
581
566{\bf Calendar commands} 582{\bf Calendar commands}
567 583
568\key{find agenda cursor date in calendar}{c} 584\key{find agenda cursor date in calendar}{c}
@@ -577,23 +593,16 @@ To set categories, add lines like$^2$:
577\key{quit agenda, remove agenda buffer}{q} 593\key{quit agenda, remove agenda buffer}{q}
578\key{exit agenda, remove all agenda buffers}{x} 594\key{exit agenda, remove all agenda buffers}{x}
579 595
580\section{Exporting} 596\section{Exporting and Publishing}
581 597
582Exporting creates files with extensions {\it .txt\/} and {\it .html\/} 598Exporting creates files with extensions {\it .txt\/} and {\it .html\/}
583in the current directory. 599in the current directory. Publishing puts the resulting file into
584 600some other place.
585\key{export as ASCII file}{C-c C-x a}
586\key{export visible text only (e.g. for printing)}{C-c C-x v}
587\key{export as HTML file}{C-c C-x h}
588\key{export as HTML and open in browser}{C-c C-x b}
589\key{prefix arg sets nb. of headline levels, e.g.}{C-3 C-c C-x h}
590 601
591\key{export as iCalendar file}{C-c C-x i} 602\key{export/publish dispatcher}{C-c C-e}
592\key{export all agenda files as iCalendar files}{C-c C-x C-i}
593\key{combine all agenda files to single iCal file}{C-c C-x C-c}
594 603
604\key{export visible part only}{C-c C-e v}
595\key{insert template of export options}{C-c C-x t} 605\key{insert template of export options}{C-c C-x t}
596
597\key{toggle fixed width for entry or region}{C-c :} 606\key{toggle fixed width for entry or region}{C-c :}
598 607
599{\bf HTML formatting} 608{\bf HTML formatting}
@@ -642,13 +651,6 @@ Subtrees whose header starts with COMMENT are never exported.
642 651
643\key{toggle COMMENT keyword on entry}{C-c ;} 652\key{toggle COMMENT keyword on entry}{C-c ;}
644 653
645
646\section{Publishing (requires org-publish.el)}
647\key{publishcurrent file}{C-c C-e C-f}
648\key{publish current project}{C-c C-e C-p}
649\key{publish project (prompted for)}{C-c C-e C-c}
650\key{publish all projects}{C-c C-e C-a}
651
652\section{Completion} 654\section{Completion}
653 655
654In-buffer completion completes TODO keywords at headline start, TeX 656In-buffer completion completes TODO keywords at headline start, TeX