Re: [O] Exporting to HTML, LaTeX header is not recovered in the Org buffer

2013-12-13 Thread Mosè Giordano
Hi Nicolas, I'm sorry for the late reply. 2013/12/3 Nicolas Goaziou : > This should be fixed. Thank you for the detailed report. Yes, I confirm that it's fixed now, thanks a lot! Though, I have another problem: the `ltxpng/' directory isn't copied when publishing the whole project. Do I need t

[O] Exporting to HTML, LaTeX header is not recovered in the Org buffer

2013-12-02 Thread Mosè Giordano
Hi folks, in order to export to HTML LaTeX fragments (not necessarily math fragments) as PNG pictures, I set --8<---cut here---start->8--- #+LATEX_HEADER: \newenvironment{dummy}{}{} #+OPTIONS: tex:dvipng --8<---cut here---end-