diff --git a/README.org b/README.org index d5f81ea..1932676 100644 --- a/README.org +++ b/README.org @@ -4251,13 +4251,13 @@ in [[info:org#Export Settings][#+INCLUDE: ]] files. (defun org-babel-execute:latex-extra-header (body _params) "Execute a block of LaTeX extra header lines with org-babel. -This function is called by `org-babel-execute-src-block' and +Calling `org-babel-execute-src-block' calls this function and prefixes all lines with \"#+latex_extra_header: \"." (prefix-all-lines "#+latex_extra_header: " body)) (defun org-babel-execute:latex-header (body _params) "Execute a block of LaTeX header lines with org-babel. -This function is called by `org-babel-execute-src-block' and +Calling `org-babel-execute-src-block' calls this function and prefixes all lines with \"#+latex_header: \"." (prefix-all-lines "#+latex_header: " body))