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

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

[elpa] externals/org c5ea195c76: Merge branch 'bugfix'


From: ELPA Syncer
Subject: [elpa] externals/org c5ea195c76: Merge branch 'bugfix'
Date: Wed, 23 Mar 2022 18:57:38 -0400 (EDT)

branch: externals/org
commit c5ea195c76c62dc0cce3040a7d8763a1fc5dceba
Merge: c9c0b9d004 667fa06646
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
Commit: Nicolas Goaziou <mail@nicolasgoaziou.fr>

    Merge branch 'bugfix'
---
 lisp/oc-biblatex.el | 7 +------
 1 file changed, 1 insertion(+), 6 deletions(-)

diff --git a/lisp/oc-biblatex.el b/lisp/oc-biblatex.el
index 80d4093b10..0031ec48b8 100644
--- a/lisp/oc-biblatex.el
+++ b/lisp/oc-biblatex.el
@@ -258,12 +258,7 @@ INFO is the export state, as a property list."
             (mapconcat (lambda (r)
                          (org-cite-biblatex--atomic-arguments (list r) info))
                        (org-cite-get-references citation)
-                       "")
-            ;; According to BibLaTeX manual, left braces or brackets
-            ;; following a multicite command could be parsed as other
-            ;; arguments. So we stop any further parsing by inserting
-            ;; a \relax unconditionally.
-            "\\relax")))
+                       ""))))
 
 (defun org-cite-biblatex--command (citation info name &optional multi no-opt)
   "Return BibLaTeX command NAME for CITATION object.



reply via email to

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