From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bernt Hansen Subject: Re: here's a working version of org-generic Date: Wed, 15 Apr 2009 15:59:14 -0400 Message-ID: <87bpqxn0x9.fsf@gollum.intra.norang.ca> References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1LuBGb-0005F4-8h for emacs-orgmode@gnu.org; Wed, 15 Apr 2009 15:59:29 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1LuBGX-0005B0-Mg for emacs-orgmode@gnu.org; Wed, 15 Apr 2009 15:59:28 -0400 Received: from [199.232.76.173] (port=49175 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LuBGX-0005Ae-2w for emacs-orgmode@gnu.org; Wed, 15 Apr 2009 15:59:25 -0400 Received: from mho-02-ewr.mailhop.org ([204.13.248.72]:56856) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1LuBGW-0008ML-DU for emacs-orgmode@gnu.org; Wed, 15 Apr 2009 15:59:24 -0400 In-Reply-To: (Wes Hardaker's message of "Wed\, 15 Apr 2009 12\:23\:56 -0700") 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: Wes Hardaker Cc: emacs-orgmode@gnu.org Wes Hardaker writes: > I have a bunch of random things that I'd like to export org stuff too > and it seemed to me that much of the work of writing code to export > stuff from org-mode into external documents could be conquered by simple > string specifiers. So yesterday I hacked something together that is > actually working enough I should be able to use it to other random xml > formats, etc. It's far from complete but it's usable by the average > elisp hacker. See the todo list at the top for all the things it > *doesn't* do (sigh). > Isn't the filename (org-generic.el) well, um, too generic? If it's export-related wouldn't something like org-export-generic.el be better? (or maybe even org-export-tools.el? ) Regards, Bernt