Hi all, I'd like to change the LaTeX header per subtree. Is that possible?
Use case: I have two documents that I want to export from a single orgmode file. Each in its own subtree. One of them should use the endfloat package, the other should not. Like this: ,---- | * Document 1 | #+LATEX_HEADER: \usepackage[nomarkers,nolists,heads,tablesfirst]{endfloat} | | * Document 2 | | * Code `---- Regards, Andreas