This commit is contained in:
Bastien 2021-09-29 14:17:04 +02:00
parent 1344911585
commit 80b2aa41e1
1 changed files with 3 additions and 0 deletions

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.