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

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

[elpa] externals/org 196aae4: Merge branch 'maint'


From: ELPA Syncer
Subject: [elpa] externals/org 196aae4: Merge branch 'maint'
Date: Tue, 6 Apr 2021 07:57:10 -0400 (EDT)

branch: externals/org
commit 196aae41c58c355822bc09e7c2c02f0a3d8eefa3
Merge: 5a91a23 7575678
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
Commit: Nicolas Goaziou <mail@nicolasgoaziou.fr>

    Merge branch 'maint'
---
 lisp/ox-latex.el | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/lisp/ox-latex.el b/lisp/ox-latex.el
index f492ebb..c3fc83b 100644
--- a/lisp/ox-latex.el
+++ b/lisp/ox-latex.el
@@ -1963,8 +1963,8 @@ holding contextual information."
                ;; commands (like \section, etc.), and this causes compilation 
to fail.
                ;; So, within headings it's a good idea to replace any 
instances of \verb
                ;; with \texttt.
-               (code . (lambda (_ c _) (org-latex--protect-texttt c)))
-               (verbatim . (lambda (_ c _) (org-latex--protect-texttt c))))))
+               (code . (lambda (o _ _) (org-latex--protect-texttt 
(org-element-property :value o))))
+               (verbatim . (lambda (o _ _) (org-latex--protect-texttt 
(org-element-property :value o)))))))
           (text
            (org-export-data-with-backend
             (org-element-property :title headline) section-back-end info))



reply via email to

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