Explorar o código

babel: Make `org-babel-execute-subtree' support prefix arg

	* ob.el (org-babel-execute-subtree): Pass prefix arg through
	to `org-babel-execute-src-block'
Dan Davison %!s(int64=15) %!d(string=hai) anos
pai
achega
d9ca67496f
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      lisp/ob.el

+ 1 - 1
lisp/ob.el

@@ -583,7 +583,7 @@ the current subtree."
   (save-restriction
     (save-excursion
       (org-narrow-to-subtree)
-      (org-babel-execute-buffer)
+      (org-babel-execute-buffer arg)
       (widen))))
 
 ;;;###autoload