Silence `writegood-mode' more

This commit is contained in:
Gerard Vermeulen 2024-01-28 14:29:59 +01:00
parent 2149aee72d
commit 4be22ebb06
1 changed files with 2 additions and 2 deletions

View File

@ -4251,13 +4251,13 @@ in [[info:org#Export Settings][#+INCLUDE: <FILE>]] 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))