In each org file I usually put several configuration lines such as #+STARTUP, #+OPTIONS, #+LINK, etc. Is there a way to keep these configurations in a single file and then "include" this file in each org file I want? This would be particularly useful for projects.
What I have in mind is something like a #+INCLUDE_CONF keyword similar to #+INCLUDE, but while #+INCLUDE includes the content of one org-file into another, the #+INCLUDE_CONF would include the configuration comments while ignoring the content (so that we could use headings to separate the configuration comments, for instance). -- Darlan