Hello, András Simonyi <andras.simo...@gmail.com> 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-element-lineage citation > + '(footnote-definition > footnote-reference)))) I removed `footnote-definition', which cannot happen after a call to `org-cite-wrap-citation'. Regards, -- Nicolas Goaziou