Skip to content

Commit

Permalink
ox-latex: Change lost in conflict resolution
Browse files Browse the repository at this point in the history
* lisp/ox-latex.el (org-latex-generate-engraved-preamble): Amends
795783d 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.
  • Loading branch information
tecosaur committed Sep 18, 2022
1 parent 4d8d7d6 commit be2246a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lisp/ox-latex.el
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit be2246a

Please sign in to comment.