From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jambunathan K Subject: Re: [PATCH][ANN] org-html/org-odt Date: Mon, 21 Mar 2011 15:21:13 +0530 Message-ID: <81k4fs94z2.fsf@gmail.com> References: Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from [140.186.70.92] (port=60848 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Q1blo-0008O2-2x for emacs-orgmode@gnu.org; Mon, 21 Mar 2011 05:51:29 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Q1blm-0003xP-7Q for emacs-orgmode@gnu.org; Mon, 21 Mar 2011 05:51:27 -0400 Received: from mail-iw0-f169.google.com ([209.85.214.169]:60922) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Q1blm-0003xL-04 for emacs-orgmode@gnu.org; Mon, 21 Mar 2011 05:51:26 -0400 Received: by iwl42 with SMTP id 42so7872688iwl.0 for ; Mon, 21 Mar 2011 02:51:25 -0700 (PDT) In-Reply-To: (Rustom Mody's message of "Mon, 21 Mar 2011 15:02:36 +0530") 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: Rustom Mody Cc: emacs-orgmode > How does this relate to the docbook exporter? (In principle), Docbook exporter can move to the new core. This would considerably reduce the size of the org-docbook.el. > I ask because I needed a generic exporter (this was more than a year > ago) and I made do with the docbook exporter for that purpose There are lots of generic exporters for Org. There is a Wes's generic exporter C-c C-e g and Bastien's very own org-export.el. There is this new one. With my new patches, org-html.el and org-odt.el share a common core to which they plug in using callbacks. This common core is right now part of my new org-html.el. If you are a developer and have some use-cases in mind may be you could help with refining the new core. The exporter is line-oriented (unlike the LaTeX exporter) - whatever that means :-). Jambunathan K. --