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

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

[elpa] externals/org 7d76961 1/2: Merge branch 'bugfix'


From: ELPA Syncer
Subject: [elpa] externals/org 7d76961 1/2: Merge branch 'bugfix'
Date: Tue, 2 Nov 2021 13:57:38 -0400 (EDT)

branch: externals/org
commit 7d769615fd39ce2af97c38e04461fac4d70d329b
Merge: 266a151 16dcfdf
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
Commit: Nicolas Goaziou <mail@nicolasgoaziou.fr>

    Merge branch 'bugfix'
---
 lisp/oc-csl.el | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/lisp/oc-csl.el b/lisp/oc-csl.el
index 42886dc..bcd043e 100644
--- a/lisp/oc-csl.el
+++ b/lisp/oc-csl.el
@@ -506,7 +506,8 @@ INFO is the export state, as a property list."
     ;; a footnote, but isn't yet.
     (when (and (not footnote) (org-cite-csl--note-style-p info))
       (org-cite-adjust-note citation info)
-      (org-cite-wrap-citation citation info))
+      (org-cite-wrap-citation citation info)
+      (setq footnote (org-element-lineage citation '(footnote-reference))))
     ;; Return structure.
     (apply #'citeproc-citation-create
            `(:note-index



reply via email to

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