Hello,
Charles Millar <[email protected]> writes:
> I have a #+SETUPFILE which starts as follows
>
> #+LATEX_HEADER: \usepackage{lastpage}
[...]
> "mysetup" class is
>
> (add-to-list 'org-latex-classes
> '("mysetup"
> "\\documentclass[fontsize=11pt,letterpaper,twoside=false]{scrartcl}
[...]
> \\newcommand\\foo{bar}
> [NO-DEFAULT-PACKAGES]
> [NO-PACKAGES]
> [EXTRA]"
[...]
> \newcommand\foo{bar}
> \usepackage{lastpage}
Your template includes indentation before "[EXTRA]". This indentation
appears in the output, in this case, before the first LATEX_HEADER
directive.
Regards,
--
Nicolas Goaziou