Re: [O] Bug: Error upon HTML export of LaTeX source code [8.3.4 (release_8.3.4-831-gbf93e1 @ /home/dominik/.emacs.d/org-mode/lisp/)]

2016-05-28 Thread Dominik Schrempf
Hello, you are right. I found the problem. I had the following code in my initialization file to treat latex beamer \frametitle commands as sections. (defun my-reftex-mode-hook () "Tell reftex to treat \frametitle as section commands." (add-to-list 'reftex-section-levels '("f

Re: [O] Bug: Error upon HTML export of LaTeX source code [8.3.4 (release_8.3.4-831-gbf93e1 @ /home/dominik/.emacs.d/org-mode/lisp/)]

2016-05-23 Thread Nicolas Goaziou
Hello, Dominik Schrempf writes: > I try to export a fontified LaTeX source code listing with HTML export. > It boils down to an error that is thrown upon execution of the following > function during HTML export: > > (org-html-fontify-code "\\begin{tabular}{@{} l @{}}\n\\hline\nno leading > spac

[O] Bug: Error upon HTML export of LaTeX source code [8.3.4 (release_8.3.4-831-gbf93e1 @ /home/dominik/.emacs.d/org-mode/lisp/)]

2016-05-21 Thread Dominik Schrempf
Hello, I try to export a fontified LaTeX source code listing with HTML export. It boils down to an error that is thrown upon execution of the following function during HTML export: (org-html-fontify-code "\\begin{tabular}{@{} l @{}}\n\\hline\nno leading space\n\\hline\n\\end{tabular}\n" "lat