diff options
| author | Carsten Dominik | 2010-11-11 22:10:19 -0600 |
|---|---|---|
| committer | Carsten Dominik | 2010-11-11 22:10:19 -0600 |
| commit | afe98dfa700de5cf0493e8bf95b7d894e2734e47 (patch) | |
| tree | 92a812b353bb09c1286e8a44fb552de9f1af3384 /etc | |
| parent | df26e1f58a7e484b7ed500ea48d0e1c49345ffbf (diff) | |
| download | emacs-afe98dfa700de5cf0493e8bf95b7d894e2734e47.tar.gz emacs-afe98dfa700de5cf0493e8bf95b7d894e2734e47.zip | |
Install org-mode version 7.3
Diffstat (limited to 'etc')
| -rw-r--r-- | etc/ChangeLog | 5 | ||||
| -rw-r--r-- | etc/refcards/orgcard.tex | 8 |
2 files changed, 11 insertions, 2 deletions
diff --git a/etc/ChangeLog b/etc/ChangeLog index 49e5b70d192..1b6fa77bfbd 100644 --- a/etc/ChangeLog +++ b/etc/ChangeLog | |||
| @@ -1,3 +1,8 @@ | |||
| 1 | 2010-11-11 Eric Schulte <schulte.eric@gmail.com> | ||
| 2 | |||
| 3 | * refcards/orgcard.tex: adding new Babel key sequences to the | ||
| 4 | org refcard | ||
| 5 | |||
| 1 | 2010-10-26 Glenn Morris <rgm@gnu.org> | 6 | 2010-10-26 Glenn Morris <rgm@gnu.org> |
| 2 | 7 | ||
| 3 | * images/README: Add (un)checked.xpm | 8 | * images/README: Add (un)checked.xpm |
diff --git a/etc/refcards/orgcard.tex b/etc/refcards/orgcard.tex index c1f604a64dd..cd1a2d9c1a4 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.01} | 2 | \def\orgversionnumber{7.3} |
| 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 | ||
| @@ -480,14 +480,18 @@ formula, \kbd{:=} a field formula. | |||
| 480 | \key{view expanded body of code block at point}{C-c C-v v} | 480 | \key{view expanded body of code block at point}{C-c C-v v} |
| 481 | \key{go to named code block}{C-c C-v g} | 481 | \key{go to named code block}{C-c C-v g} |
| 482 | \key{go to named result}{C-c C-v r} | 482 | \key{go to named result}{C-c C-v r} |
| 483 | \key{go to the head of the current code block}{C-c C-v u} | ||
| 483 | \key{go to the next code block}{C-c C-v n} | 484 | \key{go to the next code block}{C-c C-v n} |
| 484 | \key{go to the previous code block}{C-c C-v p} | 485 | \key{go to the previous code block}{C-c C-v p} |
| 486 | \key{demarcate a code block}{C-c C-v d} | ||
| 487 | \key{execute the next key sequence in the code edit buffer}{C-c C-v x} | ||
| 485 | \key{execute all code blocks in current buffer}{C-c C-v b} | 488 | \key{execute all code blocks in current buffer}{C-c C-v b} |
| 486 | \key{execute all code blocks in current subtree}{C-c C-v s} | 489 | \key{execute all code blocks in current subtree}{C-c C-v s} |
| 487 | \key{tangle code blocks in current file}{C-c C-v t} | 490 | \key{tangle code blocks in current file}{C-c C-v t} |
| 488 | \key{tangle code blocks in supplied file}{C-c C-v f} | 491 | \key{tangle code blocks in supplied file}{C-c C-v f} |
| 489 | \key{ingest all code blocks in supplied file into the Library of Babel}{C-c C-v l} | 492 | \key{ingest all code blocks in supplied file into the Library of Babel}{C-c C-v i} |
| 490 | \key{switch to the session of the current code block}{C-c C-v z} | 493 | \key{switch to the session of the current code block}{C-c C-v z} |
| 494 | \key{load expanded body of the current code block into a session}{C-c C-v l} | ||
| 491 | \key{view sha1 hash of the current code block}{C-c C-v a} | 495 | \key{view sha1 hash of the current code block}{C-c C-v a} |
| 492 | 496 | ||
| 493 | % \section{Remember-mode Integration} | 497 | % \section{Remember-mode Integration} |