Browse Source

babel: typo

Eric Schulte 15 years ago
parent
commit
2a2a76c2a3
1 changed files with 1 additions and 1 deletions
  1. 1 1
      contrib/babel/lisp/org-babel-keys.el

+ 1 - 1
contrib/babel/lisp/org-babel-keys.el

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