0
0
Fork 1
mirror of https://git.savannah.gnu.org/git/emacs/org-mode.git synced 2024-09-29 18:36:26 +00:00
This commit is contained in:
Bastien 2021-09-29 14:17:04 +02:00
parent 1344911585
commit 80b2aa41e1

View file

@ -691,6 +691,9 @@ a list with the following pattern:
(`(:file-desc) result)
(`(:file-desc . ,(and (pred stringp) val)) val)))
(defvar *this*) ; Dynamically bound in `org-babel-execute-src-block'
; and `org-babel-read'
;;;###autoload
(defun org-babel-execute-src-block (&optional arg info params)
"Execute the current source code block.