Hello, are you looking for, e.g.,
#+latex_header: \addbibresource{bibliography.bib} #+latex_header_extra: do some stuff #+latex_header_extra: and even more I don't use the EXPORT keyword at the beginning, I am not sure if it is needed. Best, Dominik Alan Schmitt <alan.schm...@polytechnique.org> writes: > Hello, > > I would like to have a multi-line export header when exporting a > subtree. I tried this: > > :EXPORT_LATEX_HEADER: \makeatletter > :EXPORT_LATEX_HEADER+: \@setplength{refvpos}{\useplength{toaddrvpos}} > :EXPORT_LATEX_HEADER+: \makeatother > > The problem is that it's exported on a single line, and as such it does > not work. Is there a way to have the multiple properties exported as > multiple lines, or to specify in the property there is a line break? > > Thanks, > > Alan