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}
I believe that a bug was introduced into org-export-as-html sometime
after version 7.7, and is still present in 7.8.03. In the file
org-html.el, the section of org-export-as-html that inserts the HTML
preamble is broken in the case were a function is passed for the
preamble. The following cha
In version 7.7, a function provided to org-publish via :html-preamble or
:html-postamble no longer accepts a property list of export options. I
do not know if this change is a bug, or if it is deliberate.
I pass functions to :html-preamble and :html-postamble to integrate
generated HTML pages
Bastien wrote, On 3/9/2011 8:19 AM:
Bill Jackson writes:
In version 7.4, org-export-html-preamble and org-export-html-postamble
could be set to the name of a function that was passed an option plist.
See my last patch. It allows to set org-export-html-pre/postamble to a
function that will
source file. Am I missing something?
Jeff Horn wrote, On 3/8/2011 7:35 PM:
See http://article.gmane.org/gmane.emacs.orgmode/37360/match=preamble
On Tue, Mar 8, 2011 at 9:12 PM, Bill Jackson wrote:
In version 7.4, org-export-html-preamble and org-export-html-postamble could
be set to the name of
In version 7.4, org-export-html-preamble and org-export-html-postamble
could be set to the name of a function that was passed an option plist.
This appears to no longer be supported in 7.5.
I used this functionality when publishing to generate a preamble and
postamble to integrate the generat
When exporting to LaTeX, curly brackets in a command will be escaped
if that command also contains angle brackets. This can be a problem
when using beamer. An example input file:
#+LaTeX_CLASS: beamer
* The One and Only
When exporting to LaTeX, the commands \LaTeX and \TeX are not
processed consistently. In particular, the backslash for \LaTeX is
escaped. This might not be a bug, but it is a bit confusing. An
example input file:
* The O