From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bastien Subject: Re: New feature branch: org-xhtml-and-org-odt Date: Wed, 16 Nov 2011 10:09:15 +0100 Message-ID: <87zkfw77t0.fsf@gnu.org> References: <81lirjdsu3.fsf@gmail.com> <87obwd89ac.fsf@gnu.org> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([140.186.70.92]:42391) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RQbTh-0002oR-6i for emacs-orgmode@gnu.org; Wed, 16 Nov 2011 04:08:24 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1RQbTf-0004Pq-H9 for emacs-orgmode@gnu.org; Wed, 16 Nov 2011 04:08:21 -0500 Received: from mail-ww0-f49.google.com ([74.125.82.49]:47238) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RQbTf-0004Nh-AN for emacs-orgmode@gnu.org; Wed, 16 Nov 2011 04:08:19 -0500 Received: by wwe32 with SMTP id 32so222341wwe.30 for ; Wed, 16 Nov 2011 01:08:18 -0800 (PST) In-Reply-To: (joakim@verona.se's message of "Wed, 16 Nov 2011 09:51:21 +0100") List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: joakim@verona.se Cc: emacs-orgmode@gnu.org Hi Joakim, joakim@verona.se writes: > Interesting. Is this available in a branch somewhere? Meanwhile I'll > have a look at org-lparse. Not yet. org-lparse is a line parser, currently used for the ODT exporter, and planned to be used for the HTML exporter (which is already based on line parsing, but does not use an external parser.) The parser from Nicolas stores an Org buffer (or region) into a list, reflecting the structure of all the elements and their properties. Maybe you saw the slides I presented at the GNU Hackers meeting, I presented an sneak preview of an early prototype by Nicolas - see http://lumiere.ens.fr/~guerry/emacs-orgmode-gnu-hackers-meeting-2011.html See slide 19. HTH, -- Bastien