Re: [PATCH] oc-csl: Fix footnote status reporting for wrapped citations

2021-11-02 Thread Nicolas Goaziou
Hello, András Simonyi writes: > the attached simple patch fixes a problem in oc-csl.el which led to > missing footnote number information for citations that were > automatically footnote-wrapped based on the used CSL style. Applied with a small change. Thank you. > + (setq footnote (org-e

[PATCH] oc-csl: Fix footnote status reporting for wrapped citations

2021-11-02 Thread András Simonyi
: =?UTF-8?q?Andr=C3=A1s=20Simonyi?= Date: Tue, 2 Nov 2021 16:44:37 +0100 Subject: [PATCH] oc-csl: Fix footnote status reporting for wrapped citations * lisp/oc-csl.el (org-cite-csl--create-structure): Update footnote information when citation is wrapped in a footnote. --- lisp/oc-csl.el | 4 +++- 1