Re: [Emacs-orgmode] third export request

2006-05-21 Thread Austin Frank
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 .

Re: [Emacs-orgmode] third export request

2006-05-20 Thread Carsten Dominik
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