From mboxrd@z Thu Jan 1 00:00:00 1970 From: Austin Frank Subject: Re: third export request Date: Sun, 21 May 2006 11:02:30 -0400 Message-ID: <44708106.90802@gmail.com> References: <446E2923.2030302@gmail.com> <9f33cf84961b7fddd5a8a7f099ddd9d3@science.uva.nl> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1FhpRs-0000ls-DA for emacs-orgmode@gnu.org; Sun, 21 May 2006 11:02:28 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1FhpRr-0000lR-OR for emacs-orgmode@gnu.org; Sun, 21 May 2006 11:02:27 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1FhpRr-0000lM-HK for emacs-orgmode@gnu.org; Sun, 21 May 2006 11:02:27 -0400 Received: from [128.151.80.2] (helo=cvs.rochester.edu) by monty-python.gnu.org with esmtp (Exim 4.52) id 1FhpVe-0001Pu-7D for emacs-orgmode@gnu.org; Sun, 21 May 2006 11:06:22 -0400 In-Reply-To: <9f33cf84961b7fddd5a8a7f099ddd9d3@science.uva.nl> List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: Carsten Dominik Cc: emacs-orgmode@gnu.org 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 . "html/"))) > > Something along those lines. This looks good. Will ical be included in the same alist even though it is not an org-export-as-* function? If not, will there be a way to set an export directory for icalendar-export-* ? Thanks, /au