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