0
0
Fork 1
mirror of https://git.savannah.gnu.org/git/emacs/org-mode.git synced 2024-09-29 20:07:46 +00:00

Merge branch 'bugfix'

This commit is contained in:
Nicolas Goaziou 2021-11-02 18:40:04 +01:00
commit 2e99997830
2 changed files with 4 additions and 3 deletions

View file

@ -506,8 +506,7 @@ 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)
(setq footnote (org-element-lineage citation '(footnote-reference))))
(setq footnote (org-cite-wrap-citation citation info)))
;; Return structure.
(apply #'citeproc-citation-create
`(:note-index

View file

@ -872,7 +872,9 @@ When non-nil, the return value if the footnote container."
INFO is the export state, as a property list.
White space before the citation, if any, are removed. The parse tree is
modified by side-effect."
modified by side-effect.
Return newly created footnote object."
(let ((footnote
(list 'footnote-reference
(list :label nil