Hello, Richard Hansen <rhan...@bbn.com> writes:
> The intended meanings of #+INCLUDE and #+SETUPFILE have never been clear > to me, so I have a couple of questions: INCLUDE is only expanded during export. SETUPFILE are parsed when refreshing document properties (e.g., when using C-c C-c on a keyword). > * What is supposed to happen if you have a #+SETUPFILE that has > an #+INCLUDE? Org will SETUPFILE when refreshing document properties, but will parse it when exporting the document. > * What is supposed to happen if you have an #+INCLUDE file that > has a #+SETUPFILE line? Nothing. Contents of a SETUPFILE are not inserted in the current document. INCLUDE keywords are not read when refreshing properties. Regards,