emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Strip out #+title in #+include


From: Risto Stevcev
Subject: Strip out #+title in #+include
Date: Wed, 12 Jun 2024 14:14:32 +0200

There doesn't seem to be a way to strip out the `#+title` from an `#+include`d org file. As a result, for complex org documents, if you end up `#+include`ing multiple org files that have `#+title`s, it ends up appending them all, which can often not be what you want, which is true in my case.

There's this solution I found, but it strips out the title entirely, rather than controlling which `#+title`s get exported, such as only the title of the root doc:
https://emacs.stackexchange.com/questions/18420/unwanted-concatenation-of-multiple-title-and-author-when-using-include

reply via email to

[Prev in Thread] Current Thread [Next in Thread]