I would like to set some global export dir, e.g. ~/org/exports such that when I want to export a subtree like this:
* heading > ** subheading > :PROPERTIES: > :EXPORT_FILE_NAME: subheading_export > :END: > and run export the resulting file ends up in ~/org/exports/subheading_export.* I understand that I could just do * heading > ** subheading > :PROPERTIES: > :EXPORT_FILE_NAME: ~/org/exports/subheading_export > :END: > > but that's cumbersome and I suspect that this is a common enough desire that someone has figured out how to do it. Thoughts? A