summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEric Schulte <schulte.eric@gmail.com>2010-04-15 23:35:50 -0600
committerEric Schulte <schulte.eric@gmail.com>2010-04-23 10:09:59 -0600
commit9ff31a51100911b35afbf798e982c6657a096268 (patch)
tree45f7cb43d2e528f09717324af34bb63089b16aa4
parent0734bf96ba24c44be088bfdbb7f04c5fd80e0588 (diff)
downloadorg-mode-9ff31a51100911b35afbf798e982c6657a096268.tar.gz
babel: bound `org-babel-expand-src-block' to (C-c M-b p)
-rw-r--r--contrib/babel/lisp/org-babel-keys.el3
1 files changed, 2 insertions, 1 deletions
diff --git a/contrib/babel/lisp/org-babel-keys.el b/contrib/babel/lisp/org-babel-keys.el
index 14083e1..a1ddbae 100644
--- a/contrib/babel/lisp/org-babel-keys.el
+++ b/contrib/babel/lisp/org-babel-keys.el
@@ -48,7 +48,8 @@ interactive babel functions which are assigned key bindings.")
("h" . org-babel-sha1-hash)
("g" . org-babel-goto-named-source-block)
("l" . org-babel-lob-ingest)
- ("z" . org-babel-switch-to-session))
+ ("z" . org-babel-switch-to-session)
+ ("p" . org-babel-expand-src-block))
"Org-babel keybindings. This list associates interactive
org-babel functions with keys. Each element of this list will
add an entry to the `org-mode-map' using the letter key which is