Re: [O] Setting The Output Directory for Markdown Export.

2015-01-19 Thread Dieter Van Eessen
Hello, Just something which might be usefull as a workaround. I know org-babel-tangle allows you to tangle blocks to certain location, and there is also a hook available for post-processing. Now what if you'd put your whole file in a source block, with language 'org', tangle it to the location

[O] Setting The Output Directory for Markdown Export.

2015-01-19 Thread Ian Barton
I want to export a single file to somewhere other than its current directory. Using publish seems to be over the top for this simple use case. I can't find a variable or in buffer option that lets me set the output directory. Searching the list turns up org-export-publishing-directory, but

Re: [O] Setting The Output Directory for Markdown Export.

2015-01-19 Thread Ian Barton
Thanks, that's a good idea. However, half an hour after posting my message I discovered #+EXPORT_FILENAME, which does exactly what want! Ian. On 19/01/15 11:06, Dieter Van Eessen wrote: Hello, Just something which might be usefull as a workaround. I know org-babel-tangle allows you to