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

2012-11-11 Thread Bill Jackson
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}

[O] Bug inserting preamble from function in org-export-as-html

2012-01-09 Thread Bill Jackson
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

[O] Function for html-preamble and html-postamble in org-publish

2011-12-11 Thread Bill Jackson
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

Re: [O] Version 7.5: org-export-html-preamble no longer supports function

2011-03-09 Thread Bill Jackson
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

Re: [O] Version 7.5: org-export-html-preamble no longer supports function

2011-03-09 Thread Bill Jackson
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

[O] Version 7.5: org-export-html-preamble no longer supports function

2011-03-08 Thread Bill Jackson
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

[Orgmode] Bug: Exporting commands with angle brackets [6.34a]

2010-01-16 Thread Bill Jackson
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

[Orgmode] Bug: Inconsistency exporting \LaTeX and \TeX [6.34a]

2010-01-16 Thread Bill Jackson
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