babel: fixed type in org-babel-keys

This commit is contained in:
Eric Schulte 2010-01-01 15:55:11 -07:00
parent 8f17ffae37
commit 0d82a1f2bc
1 changed files with 1 additions and 1 deletions

View File

@ -42,7 +42,7 @@ interactive babel functions which are assigned key bindings.")
(defvar org-babel-key-bindings
'(("t" . org-babel-tangle)
("T" . org-babel-tangle-file)
("e" . org-babel-execute)
("e" . org-babel-execute-src-block)
("s" . org-babel-execute-subtree)
("b" . org-babel-execute-buffer)
("h" . org-babel-sha1-hash)