Philipp Kroos <philipp.kr...@t-online.de> writes: > currently the support for subtree export is somewhat limited due to the > fact that individual EXPORT_* options are allowed only once. > I.e., in the following the second latex-header-property will be ignored: > > * Some subtree > :PROPERTIES: > :LATEX_CLASS: scrartcl > :EXPORT_OPTIONS: toc:nil > :EXPORT_LATEX_HEADER: \usepackage[ngerman]{babel} > :EXPORT_LATEX_HEADER: \usepackage{xcolor} > :END:
We discussed this recently. A simple workaround is to create a new export class with the headers you need. Another workaround is to put all the headres in a very long line. Alan