Hi, I think there is a regression bug in latex export. The
#+LATEX_CLASS_OPTIONS: a4paper directive is supposed to generate the following latex code: \documentclass{a4paper,article} Instead it generates: \documentclassa4paper{article} A minimal example is attached. Thanks, -- Suvayu Open source is the future. It sets us free.
#+LATEX_CLASS: article #+LATEX_CLASS_OPTIONS: a4paper #+LATEX_HEADER: \setmainfont{Linux Libertine} * Top heading ** Meeting :PROPERTIES: :LaTeX_CLASS: article :EXPORT_FILE_NAME: report.pdf :EXPORT_TITLE: Report :EXPORT_OPTIONS: H:1 num:nil toc:nil ^:{} :END: *** Things + Some item + Item 2 + Last item * Last heading
bug.tex
Description: TeX document