mirror of
https://git.savannah.gnu.org/git/emacs/org-mode.git
synced 2024-12-01 08:17:34 +00:00
ox-latex: Pass on custom-env with src blocks
* lisp/ox-latex.el (org-latex-src-block): Fix an earlier oversight where the custom environment was not passed on from `org-latex-src-block' to `org-latex-src-block--custom'.
This commit is contained in:
parent
ea05f43435
commit
30953bd7b7
@ -3286,7 +3286,8 @@ contextual information."
|
||||
:num-start num-start
|
||||
:retain-labels retain-labels
|
||||
:attributes attributes
|
||||
:float float))))
|
||||
:float float
|
||||
:custom-env custom-env))))
|
||||
|
||||
(cl-defun org-latex-src-block--verbatim
|
||||
(&key src-block info caption caption-above-p float &allow-other-keys)
|
||||
|
Loading…
Reference in New Issue
Block a user