Carsten Dominik wrote:
> This is no problem. I will probably not make separate variables for
> this, but allow an alist value for org-publishing-directory that can
> look like this:
>
>
> (setq org-publishing-directory
> '((:html . "./html/")
>(:ascii . "../text/")
>(:xoxo .
This is no problem. I will probably not make separate variables for
this, but allow an alist value for org-publishing-directory that can
look like this:
(setq org-publishing-directory
'((:html . "./html/")
(:ascii . "../text/")
(:xoxo . "html/")))
Something along those
Last one on this topic, I think :)
I don't know if this is more of an org-export or an org-publish request,
but I'd like to be able to do something like
(setq org-export-as-ascii-directory "~/notes/text/")
and have any org-export-as-ascii files sent to that directory. Likewise
for the o