0
0
Fork 1
mirror of https://git.savannah.gnu.org/git/emacs/org-mode.git synced 2024-08-24 10:19:14 +00:00

ox-latex: Change lost in conflict resolution

* lisp/ox-latex.el (org-latex-generate-engraved-preamble): Amends
795783d644 where the number of arguments
`org-latex-generate-engraved-preamble' takes was reduced to 1, but the
change to the defun line was lost during conflict resolution.
This commit is contained in:
Timothy 2022-09-18 21:43:32 +08:00
parent 4d8d7d6cb4
commit be2246a550
Signed by: tec
SSH key fingerprint: SHA256:eobz41Mnm0/iYWBvWThftS0ElEs1ftBr6jamutnXc/A

View file

@ -1253,7 +1253,7 @@ used. When nil, no theme is applied."
:group 'org-export-latex
:type 'symbol)
(defun org-latex-generate-engraved-preamble (info syntax-colours-p)
(defun org-latex-generate-engraved-preamble (info)
"Generate the preamble to setup engraved code.
The result is constructed from the :latex-engraved-preamble and
:latex-engraved-optionsn export options, the default values of