Merge branch 'master' of git+ssh://repo.or.cz/srv/git/org-mode

This commit is contained in:
Carsten Dominik 2010-01-02 08:46:36 +01:00
commit 33ab72ab65
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)