summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEric Schulte <schulte.eric@gmail.com>2010-09-08 00:21:46 -0600
committerEric Schulte <schulte.eric@gmail.com>2010-09-08 00:21:46 -0600
commit14fc5cc1b9335cbc4fce0a619faaa4a70f5159b5 (patch)
tree52d83560c5f2d975636ffb951217d7c6c4014eb0
parent7dd72699a932fb93de28ee902b7f48b15606ba87 (diff)
downloadorg-mode-14fc5cc1b9335cbc4fce0a619faaa4a70f5159b5.tar.gz
adding new Babel key sequences to the org refcard
* doc/orgcard.tex: adding new Babel key sequences to the org refcard
-rw-r--r--doc/orgcard.tex2
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/orgcard.tex b/doc/orgcard.tex
index 810850e..2430c33 100644
--- a/doc/orgcard.tex
+++ b/doc/orgcard.tex
@@ -480,8 +480,10 @@ formula, \kbd{:=} a field formula.
\key{view expanded body of code block at point}{C-c C-v v}
\key{go to named code block}{C-c C-v g}
\key{go to named result}{C-c C-v r}
+\key{go to the head of the current code block}{C-c C-v u}
\key{go to the next code block}{C-c C-v n}
\key{go to the previous code block}{C-c C-v p}
+\key{execute the next key sequence in the code edit buffer}{C-c C-v x}
\key{execute all code blocks in current buffer}{C-c C-v b}
\key{execute all code blocks in current subtree}{C-c C-v s}
\key{tangle code blocks in current file}{C-c C-v t}