Hi Christopher, Christopher Schmidt <christop...@ch.ristopher.com> writes:
> Org-mode version 7.9.2 (release_7.9.2-52-g921998) > > C-x b test RET > insert "* dub" > M-: (org-export-region-as-latex (point-min) (point-max) nil 'string) RET > > org-export-region-as-latex returns > > "\\section{dub}\n\\label{sec-1}\n\n\\end{document}\n" > > This does not look right to me. Where is the header? Using 'string as the value for `to-buffer' does produce a string with no LaTeX header (i.e. it implicitely set body-only to t.) I've fixed the docstring wrt this. Thanks, -- Bastien