From mboxrd@z Thu Jan 1 00:00:00 1970 From: Carsten Dominik Subject: Re: Is org-export's hard coded dispatching on purpose? Date: Wed, 6 May 2009 09:38:29 +0200 Message-ID: References: Mime-Version: 1.0 (Apple Message framework v930.3) Content-Type: text/plain; charset=US-ASCII; format=flowed; delsp=yes Content-Transfer-Encoding: 7bit Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1M1biD-0005qJ-Re for emacs-orgmode@gnu.org; Wed, 06 May 2009 03:38:41 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1M1bi9-0005nV-0d for emacs-orgmode@gnu.org; Wed, 06 May 2009 03:38:41 -0400 Received: from [199.232.76.173] (port=60863 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1M1bi8-0005nL-Sp for emacs-orgmode@gnu.org; Wed, 06 May 2009 03:38:36 -0400 Received: from mx20.gnu.org ([199.232.41.8]:43868) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1M1bi6-0006j1-7F for emacs-orgmode@gnu.org; Wed, 06 May 2009 03:38:34 -0400 Received: from mail-ew0-f162.google.com ([209.85.219.162]) by mx20.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1M1bi5-0006cG-5f for emacs-orgmode@gnu.org; Wed, 06 May 2009 03:38:33 -0400 Received: by ewy6 with SMTP id 6so5888560ewy.42 for ; Wed, 06 May 2009 00:38:32 -0700 (PDT) In-Reply-To: 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: eric johnson Cc: emacs-orgmode@gnu.org On May 6, 2009, at 4:28 AM, eric johnson wrote: > Hi - > > I was looking at org-export and realized that the dispatching for > that is all hardcoded > in the assignment to cmds. > > Is that on purpose? Seems like it would be more useful if we could > get some control > over there. Yes, one more reason to re-write the exporter, which will, unfortunately, never happen. > > In my case, I was going to add in an option to email the html'ized > version of the agenda > back to myself. That has nothing to do with the export dispatcher. You can simply call org-write-agenda with a file name with extension html. Then mail this file. - Carsten > > -Eric > _______________________________________________ > Emacs-orgmode mailing list > Remember: use `Reply All' to send replies to the list. > Emacs-orgmode@gnu.org > http://lists.gnu.org/mailman/listinfo/emacs-orgmode