aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorCarsten Dominik2006-02-22 07:15:38 +0000
committerCarsten Dominik2006-02-22 07:15:38 +0000
commit616ae0b93a039de7d64d34211b58c07d4ba4d06c (patch)
treef82897bc8ad840aa560d3dcec074710117efe477
parent6bae0337cc443d3216e947271fccb1ecf7e41ed3 (diff)
downloademacs-616ae0b93a039de7d64d34211b58c07d4ba4d06c.tar.gz
emacs-616ae0b93a039de7d64d34211b58c07d4ba4d06c.zip
(section{Links}): Rewritten to cover the modified
link system.
-rw-r--r--etc/orgcard.tex74
1 files changed, 31 insertions, 43 deletions
diff --git a/etc/orgcard.tex b/etc/orgcard.tex
index 064d9decc95..caccb7622eb 100644
--- a/etc/orgcard.tex
+++ b/etc/orgcard.tex
@@ -1,11 +1,11 @@
1% Reference Card for Org Mode 4.04 1% Reference Card for Org Mode 4.05
2% 2%
3%**start of header 3%**start of header
4\newcount\columnsperpage 4\newcount\columnsperpage
5 5
6% This file can be printed with 1, 2, or 3 columns per page (see below). 6% This file can be printed with 1, 2, or 3 columns per page (see below).
7% At the moment this card works quite nicely in 3 column format and 7% At the moment this card works quite nicely in 3 column format and
8% currently takes 2 full pages. It is thus suited to producing one 8% currently takes 2 full pages. It is thus suited to producing one
9% double-side page when printed. 9% double-side page when printed.
10 10
11% There are a couple of tweaks in the format of this card which make it work 11% There are a couple of tweaks in the format of this card which make it work
@@ -18,8 +18,7 @@
18 18
19\columnsperpage=3 19\columnsperpage=3
20 20
21% Copyright (C) 2005, 2006 Free Software Foundation, Inc. 21% Copyright (c) 2004 Philip Rooke, 2005, 2006 Free Software Foundation
22% Copyright (c) 2004 Philip Rooke
23 22
24% GNU Emacs is free software; you can redistribute it and/or modify 23% GNU Emacs is free software; you can redistribute it and/or modify
25% it under the terms of the GNU General Public License as published by 24% it under the terms of the GNU General Public License as published by
@@ -59,7 +58,7 @@
59% Thanks to Paul Rubin, Bob Chassell, Len Tower, and Richard Mlynarik 58% Thanks to Paul Rubin, Bob Chassell, Len Tower, and Richard Mlynarik
60% for their many good ideas. 59% for their many good ideas.
61 60
62\def\orgversionnumber{4.04} 61\def\orgversionnumber{4.05}
63\def\year{2006} 62\def\year{2006}
64 63
65\def\shortcopyrightnotice{\vskip 1ex plus 2 fill 64\def\shortcopyrightnotice{\vskip 1ex plus 2 fill
@@ -89,7 +88,7 @@ are preserved on all copies.
89 88
90\def\ncolumns{\the\columnsperpage} 89\def\ncolumns{\the\columnsperpage}
91 90
92\message{[\ncolumns\space 91\message{[\ncolumns\space
93 column\if 1\ncolumns\else s\fi\space per page]} 92 column\if 1\ncolumns\else s\fi\space per page]}
94 93
95\def\scaledmag#1{ scaled \magstep #1} 94\def\scaledmag#1{ scaled \magstep #1}
@@ -174,7 +173,7 @@ are preserved on all copies.
174 \def\bye{\par\vfill\supereject 173 \def\bye{\par\vfill\supereject
175 \if a\abc \else\null\vfill\eject\fi 174 \if a\abc \else\null\vfill\eject\fi
176 \if a\abc \else\null\vfill\eject\fi 175 \if a\abc \else\null\vfill\eject\fi
177 \end} 176 \end}
178\fi 177\fi
179 178
180% we won't be using math mode much, so redefine some of the characters 179% we won't be using math mode much, so redefine some of the characters
@@ -356,18 +355,8 @@ To set archive location for current file, add a line like$^3$:
356\key{raise priority of current item}{S-UP$^4$} 355\key{raise priority of current item}{S-UP$^4$}
357\key{lower priority of current item}{S-DOWN$^4$} 356\key{lower priority of current item}{S-DOWN$^4$}
358 357
359\vskip 1mm 358\key{\kbd{\#+SEQ_TODO: TODO TRY BLUFF DONE}}{\rm todo workflow}
360per-file TODO workflow states: add line(s) like$^3$: 359\key{\kbd{\#+TYP_TODO: Phil home work DONE}}{\rm todo types}
361\vskip -1mm
362\beginexample%
363\#+SEQ_TODO: TODO PROCRASTINATE BLUFF DONE
364\endexample
365\vskip -1mm
366per-file TODO keywords: add line(s) like$^3$:
367\vskip -1mm
368\beginexample%
369\#+TYP_TODO: Phil home work DONE
370\endexample
371 360
372\section{Timestamps} 361\section{Timestamps}
373 362
@@ -398,21 +387,26 @@ per-file TODO keywords: add line(s) like$^3$:
398\key{insert a link (TAB completes stored links)}{C-c C-l} 387\key{insert a link (TAB completes stored links)}{C-c C-l}
399\key{insert file link with file name completion}{C-u C-c C-l} 388\key{insert file link with file name completion}{C-u C-c C-l}
400 389
401\key{open link at point}{C-c C-o} 390\key{open file links in emacs (\kbd{C-u} : in emacs)}{C-c C-o}
402\key{open file links in emacs}{C-u C-c C-o} 391\key{open link at point (3: in emacs)}{mouse-2/3}
403\key{open link at point}{mouse-2} 392%\key{open file links in emacs}{mouse-3}
404\key{open file links in emacs}{mouse-3} 393\key{record a position in mark ring}{C-c \%}
394\key{jump back to last followed link(s)}{C-c \&}
395
396{\bf Internal Links}
397
398\key{\kbd{<<My Target>>}}{\rm target}
399\key{\kbd{<<<My Target>>>}}{\rm radio target$^3$}
400\key{\kbd{[[*this text]]}}{\rm find headline}
401\metax{\kbd{[[this text]]}}{\rm find target or text in buffer}
405 402
406{\bf Link types} 403{\bf External Links}
407 404
408\key{\kbd{*CamelCaseWord}}{\rm search headline}
409\key{\kbd{CamelCaseWord}}{\rm search in buffer}
410\key{\kbd{<file:/home/dominik/img/mars.jpg>}}{\rm file, absolute} 405\key{\kbd{<file:/home/dominik/img/mars.jpg>}}{\rm file, absolute}
411\key{\kbd{<file:papers/last.pdf>}}{\rm file, relative} 406\key{\kbd{<file:papers/last.pdf>}}{\rm file, relative}
412\key{\kbd{<file:~/code/main.c:255>}}{\rm file with line nr.} 407\key{\kbd{<file:projects.org::*that text>}}{\rm find headline}
413\key{\kbd{<file:projects.org::*CamelCaseWord>}}{\rm search headline} 408\key{\kbd{<file:projects.org::find me>}}{\rm find tgt/string}
414\key{\kbd{<file:projects.org::find me>}}{\rm search string} 409\key{\kbd{<file:projects.org::/regexp/>}}{\rm regexp search}
415\key{\kbd{<file:projects.org::/regexp/>}}{\rm search regexp}
416\key{\kbd{<http://www.astro.uva.nl/~dominik>}}{\rm on the web} 410\key{\kbd{<http://www.astro.uva.nl/~dominik>}}{\rm on the web}
417\key{\kbd{<mailto:adent@galaxy.net>}}{\rm EMail address} 411\key{\kbd{<mailto:adent@galaxy.net>}}{\rm EMail address}
418\key{\kbd{<news:comp.emacs>}}{\rm Usenet group} 412\key{\kbd{<news:comp.emacs>}}{\rm Usenet group}
@@ -420,15 +414,9 @@ per-file TODO keywords: add line(s) like$^3$:
420\key{\kbd{<shell:ls *.org>}}{\rm shell command} 414\key{\kbd{<shell:ls *.org>}}{\rm shell command}
421\key{\kbd{<gnus:group>}}{\rm GNUS group} 415\key{\kbd{<gnus:group>}}{\rm GNUS group}
422\key{\kbd{<gnus:group\#id>}}{\rm GNUS message} 416\key{\kbd{<gnus:group\#id>}}{\rm GNUS message}
423\key{\kbd{<vm:folder>}}{\rm VM folder} 417\key{\kbd{<vm|wl|mhe|rmail:folder>}}{\rm Mail folder}
424\key{\kbd{<vm:folder\#id>}}{\rm VM message} 418\key{\kbd{<vm|wl|mhe|rmail:folder\#id>}}{\rm Mail message}
425% FIXME: would like to get this back in.
426%\key{\kbd{<vm://myself@some.where.org/folder\#id>}}{\rm VM remote} 419%\key{\kbd{<vm://myself@some.where.org/folder\#id>}}{\rm VM remote}
427Wanderlust \kbd{<wl:...>} and RMAIL \kbd{<rmail:...>} like VM
428%\key{\kbd{<wl:folder>}}{\rm Wanderlust f.}
429%\key{\kbd{<wl:folder\#id>}}{\rm Wanderlust m.}
430%\key{\kbd{<rmail:folder>}}{\rm RMAIL folder}
431%\key{\kbd{<rmail:folder\#id>}}{\rm RMAIL msg}
432 420
433\section{Tables} 421\section{Tables}
434 422
@@ -711,7 +699,7 @@ an org file. In the file, find a location with:
711\key{next heading}{DOWN} 699\key{next heading}{DOWN}
712\key{previous heading}{UP} 700\key{previous heading}{UP}
713 701
714Insert the note with one of the following: 702Insert the note with one of the following:
715 703
716\key{as sublevel of heading at cursor}{RET} 704\key{as sublevel of heading at cursor}{RET}
717\key{right here (cursor not on heading)}{RET} 705\key{right here (cursor not on heading)}{RET}
@@ -741,8 +729,8 @@ Emacs, or an XEmacs package.
741$^2$ This is only a suggestion for a binding of this command. Choose 729$^2$ This is only a suggestion for a binding of this command. Choose
742you own key as shown under INSTALLATION. 730you own key as shown under INSTALLATION.
743 731
744$^3$ After changing a \kbd{\#+KEYWORD} line, press \kbd{C-c C-c} with 732$^3$ After changing a \kbd{\#+KEYWORD} or \kbd{<<<target>>>} line,
745the cursor still in a line to make Org-mode notice the change. 733press \kbd{C-c C-c} with the cursor still in the line to update.
746 734
747$^4$ Keybinding affected by {\tt org-CUA-compatibility}. 735$^4$ Keybinding affected by {\tt org-CUA-compatibility}.
748 736
@@ -753,7 +741,7 @@ $^4$ Keybinding affected by {\tt org-CUA-compatibility}.
753 741
754% arch-tag: 139f6750-5cfc-49ca-92b5-237fe5795290 742% arch-tag: 139f6750-5cfc-49ca-92b5-237fe5795290
755 743
756%%% Local Variables: 744%%% Local Variables:
757%%% mode: latex 745%%% mode: latex
758%%% TeX-master: t 746%%% TeX-master: t
759%%% End: 747%%% End: