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

[Emacs-orgmode] third export request

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