Silence `writegood-mode' more
This commit is contained in:
parent
2149aee72d
commit
4be22ebb06
@ -4251,13 +4251,13 @@ in [[info:org#Export Settings][#+INCLUDE: <FILE>]] files.
|
|||||||
|
|
||||||
(defun org-babel-execute:latex-extra-header (body _params)
|
(defun org-babel-execute:latex-extra-header (body _params)
|
||||||
"Execute a block of LaTeX extra header lines with org-babel.
|
"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: \"."
|
prefixes all lines with \"#+latex_extra_header: \"."
|
||||||
(prefix-all-lines "#+latex_extra_header: " body))
|
(prefix-all-lines "#+latex_extra_header: " body))
|
||||||
|
|
||||||
(defun org-babel-execute:latex-header (body _params)
|
(defun org-babel-execute:latex-header (body _params)
|
||||||
"Execute a block of LaTeX header lines with org-babel.
|
"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: \"."
|
prefixes all lines with \"#+latex_header: \"."
|
||||||
(prefix-all-lines "#+latex_header: " body))
|
(prefix-all-lines "#+latex_header: " body))
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user