summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEric Schulte <schulte.eric@gmail.com>2010-05-12 11:40:32 -0600
committerEric Schulte <schulte.eric@gmail.com>2010-05-12 23:53:04 -0600
commitd0fcc199c7420f93c6b1fa776b60633364e7156f (patch)
treee6aef3b62eeef14ae1abcb28b241160a3b91a188
parentb7555ae433005fedf697879cbb4426c36fd234d3 (diff)
downloadorg-mode-d0fcc199c7420f93c6b1fa776b60633364e7156f.tar.gz
babel: adding org-babel key bindings to the org reference card orgcard
-rw-r--r--doc/orgcard.tex16
1 files changed, 13 insertions, 3 deletions
diff --git a/doc/orgcard.tex b/doc/orgcard.tex
index 4a565dd..e2cdee2 100644
--- a/doc/orgcard.tex
+++ b/doc/orgcard.tex
@@ -473,9 +473,19 @@ formula, \kbd{:=} a field formula.
% \metax{\kbd{[[external link][description]]}}{\rm optional link text}
% %\key{\kbd{vm://myself@some.where.org/folder\#id}}{\rm VM remote}
-\section{Working with Source Code (Babel)}
-
-
+\section{Working with Code (Babel)}
+
+\key{execute code block at point}{C-c C-c}
+\key{open results of code block at point}{C-c C-o}
+\key{preview body of code block at point}{C-c C-v C-p}
+\key{go to named code block}{C-c C-v C-g}
+\key{execute all code blocks in current buffer}{C-c C-v C-b}
+\key{execute all code blocks in current subtree}{C-c C-v C-s}
+\key{tangle code blocks in current file}{C-c C-v C-t}
+\key{tangle code blocks in supplied file}{C-c C-v C-T}
+\key{ingest all code blocks in supplied file into the Library of Babel}{C-c C-v C-l}
+\key{switch to the session of the current code block}{C-c C-v C-z}
+\key{view sha1 hash of the current code block}{C-c C-v C-h}
% \section{Remember-mode Integration}