I would like to export Org-Mode subtrees to files with content-specific file names.
For that I'm currently specifying the :EXPORT_FILE_NAME:
in the PROPERTIES
drawer of each relevant subtree. The manually specified file names are mostly identical with the subtree heading (sometimes shortened).
* My Subtree Heading
:PROPERTIES:
:EXPORT_FILE_NAME: My Subtree Heading
:END:
My content
Can I make modifications to my file settings such that :EXPORT_FILE_NAME:
information are generated automagically only within the export process while using the built-in Org-Export-Dispatcher?
This question is related to the questions How to export top-level headings of org-mode buffer to separate files? and Include subtree header in filename when exporting subtree from org-mode.
The solutions for the first question uses a separate function to export all top level subtrees in bulk. The solutions for the second question also uses a separate function which mimics the Org-Export-Dispatcher.