emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[elpa] externals/org 30953bd7b7: ox-latex: Pass on custom-env with src b


From: ELPA Syncer
Subject: [elpa] externals/org 30953bd7b7: ox-latex: Pass on custom-env with src blocks
Date: Wed, 29 Jun 2022 11:57:52 -0400 (EDT)

branch: externals/org
commit 30953bd7b701c870152cd60f52f2d484970caeb9
Author: TEC <tec@tecosaur.com>
Commit: TEC <tec@tecosaur.com>

    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'.
---
 lisp/ox-latex.el | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/lisp/ox-latex.el b/lisp/ox-latex.el
index 32b48a4839..4de89bc785 100644
--- a/lisp/ox-latex.el
+++ b/lisp/ox-latex.el
@@ -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)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]