summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEric Schulte <schulte.eric@gmail.com>2010-05-26 16:55:48 -0600
committerEric Schulte <schulte.eric@gmail.com>2010-05-26 16:55:48 -0600
commit8d78778c89f45f70948b9041dd4bc88c53d58346 (patch)
treeb50fd409060e14f57b92775a010f80a19fa7966d
parentbb912d6d7cd2f73bdabd65197feebe8c5990e004 (diff)
downloadorg-mode-8d78778c89f45f70948b9041dd4bc88c53d58346.tar.gz
babel: updated key bindings in refcard
and removed a binding which was shadowing the `keyboard-quit'
-rw-r--r--contrib/babel/lisp/org-babel-keys.el1
-rw-r--r--doc/orgcard.tex18
2 files changed, 9 insertions, 10 deletions
diff --git a/contrib/babel/lisp/org-babel-keys.el b/contrib/babel/lisp/org-babel-keys.el
index 651ea40..85b7ff8 100644
--- a/contrib/babel/lisp/org-babel-keys.el
+++ b/contrib/babel/lisp/org-babel-keys.el
@@ -56,7 +56,6 @@ functions.")
(defvar org-babel-key-bindings
'(("\C-p" . org-babel-expand-src-block)
("p" . org-babel-expand-src-block)
- ("\C-g" . org-babel-goto-named-source-block)
("g" . org-babel-goto-named-source-block)
("\C-b" . org-babel-execute-buffer)
("b" . org-babel-execute-buffer)
diff --git a/doc/orgcard.tex b/doc/orgcard.tex
index 8420d38..d16c0a0 100644
--- a/doc/orgcard.tex
+++ b/doc/orgcard.tex
@@ -477,15 +477,15 @@ formula, \kbd{:=} a field formula.
\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}
+\key{preview body of code block at point}{C-c C-v p}
+\key{go to named code block}{C-c C-v g}
+\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}
+\key{tangle code blocks in supplied file}{C-c C-v f}
+\key{ingest all code blocks in supplied file into the Library of Babel}{C-c C-v l}
+\key{switch to the session of the current code block}{C-c C-v z}
+\key{view sha1 hash of the current code block}{C-c C-v a}
% \section{Remember-mode Integration}