Hello,

"Bruce D'Arcus" <bdar...@gmail.com> writes:

> In general (conceptually), if you have one footnote in text, and one
> in a footnote, with a note style, both will be rendered as footnotes.
>
> So in an adapted version from earlier:
>
> ----
> Text 1 [@cite:@a].
> Text 2[fn:1].
>
> [fn:1] This is [cite:@b].
> ----
>
> Output would put both citations in respective footnotes.

So it would produce the same output as

---
Text 1 [fn::[@cite:@a]].
Text 2[fn:1].

[fn:1] This is [cite:@b].
---

?

If that's correct, this requires a specific tool in "oc.el", for example 

  (defun org-cite-wrap-footnote (citation)
   "Wrap CITATION object within an anonymous footnote."
   ...)

which can be used upon "exporting" the footnote, after having done
appropriate checks.

Regards,
-- 
Nicolas Goaziou

Reply via email to