emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[O] Bug: Exporting table with footnote to LaTeX [7.9.2]


From: Bill Jackson
Subject: [O] Bug: Exporting table with footnote to LaTeX [7.9.2]
Date: Sun, 11 Nov 2012 15:45:09 -0800
User-agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:16.0) Gecko/20121026 Thunderbird/16.0.2

When exporting to LaTeX, any footnotes inside a table are missing the closing curly brace.

For example, a footnote such as:
   | Field 1[fn:: A footnote.] | Field 2 |
is exported to LaTeX as:
\begin{center}
\begin{tabular}{l}
 Field 1\footnote{A footnote.  \\
\end{tabular}
\end{center}
Note that the closing curly brace is missing from the footnote.

The code for generating the LaTeX appears to be in org-latex.el at line 2,463, and looks correct to me.  Perhaps the closing brace is removed later?

reply via email to

[Prev in Thread] Current Thread [Next in Thread]