> In a nutshell, I'm sure that it will work in your use case, and I can
> even perceive the interest in having footnotes within captions. However,
> handling all the implied corner cases is going to be some tedious work,
> if doable at all. We might try, nonetheless, to introduce footnotes in
> ca
Hello,
Arun Isaac writes:
> In my use case, I can guarantee that all captions will be exported. So,
> could footnotes in captions be implemented as an optional feature that
> the user can enable by setting some variable?
That's not an option, because this is forbidden at the syntax level,
i.e.,
> I think it is a can of worms. For example, you cannot properly number
> footnotes anymore since there's no guarantee a caption is going to be
> exported.
In my use case, I can guarantee that all captions will be exported. So,
could footnotes in captions be implemented as an optional feature tha
Hello,
Arun Isaac writes:
> Footnotes in image captions are not picked up and published. Is this
> intended behaviour?
Yes, it is.
> If it is intended behaviour, would it not be nice to allow footnotes
> in image captions too?
I think it is a can of worms. For example, you cannot properly num
Footnotes in image captions are not picked up and published. Is this
intended behaviour? If it is intended behaviour, would it not be nice to
allow footnotes in image captions too?
I am using the html backend, and the following org code:
#+CAPTION: Foo [fn::bar]
[[./foo.png]]
Regards,
Arun Isaa