Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

11
  • Not that I know of: you'll have to delete (or comment out) the #+SETUPFILE: lines in all the included files. Commented Mar 26, 2024 at 19:15
  • I was sort of hoping for some clever elisp trick to do that on the fly. I've seen some in the context of this SE, only I don't understand them. Commented Mar 27, 2024 at 4:04
  • If you provide links, I can take a look at them. Commented Mar 27, 2024 at 14:22
  • You can of course use tools to delete (or comment out) those lines: either on the command line with find and sed (on Linux or other *nix systems) or using Emacs search and replace facitilities Commented Mar 28, 2024 at 1:43
  • 1
    Perhaps you could leverage `org-export-before-parsing-functions' here. The Advanced Export Configuration of the manual shows this being used to delete content before processing. Commented May 1 at 15:48