Hello, Kaushal Modi <kaushal.m...@gmail.com> writes:
> I'm just bumping this email as it could have got missed. Indeed. >> Here is a minimum working example: >> >> ===== >> | abcd | efgh[fn:1] | >> | ijkl | mnop[fn:1] | >> | qrst | uvwx | >> | y | z | >> * Footnotes >> >> [fn:1] Some interesting footnote >> >> ===== >> >> When I export it to PDF, this is the generated intermediate .tex file: [...] >> \begin{center} >> \begin{tabular}{ll} >> abcd & efgh\footnotemark\\ >> ijkl & mnop\textsuperscript{\ref{org76fc583}}\\ >> qrst & uvwx\\ >> y & z\\ >> \end{tabular} >> \end{center}\footnotetext[1]{Some interesting footnote} >> \end{document} >> ===== >> >> Notice that the second reference to the same footnote is some random >> reference: \ref{org76fc583} >> >> As a result, the second reference to the exact same footnote looks like >> this (question marks: ??): >> >> [image: pasted1] >> >> Is there a fix for this? Or a workaround in org/latex? Footnotes in tables are quite to solve on the LaTeX side. Anyway, I think this issue is now fixed in master. Thank you. Regards, -- Nicolas Goaziou