From mboxrd@z Thu Jan 1 00:00:00 1970 From: =?utf-8?Q?Fran=C3=A7ois_Pinard?= Subject: Re: Parsing Org-mode in Python Date: Wed, 08 Jan 2014 07:33:17 -0500 Message-ID: <87k3easlf6.fsf@iro.umontreal.ca> References: <2013-11-22T17-28-29@devnull.Karl-Voit.at> <3414130.xOGDSAomuL@descartes> <2013-11-22T17-57-08@devnull.Karl-Voit.at> <81482742.cUeHUGJmrV@descartes> <2013-11-24T13-29-07@devnull.Karl-Voit.at> <878uuvssi8.fsf@bzg.ath.cx> <87fvp3snof.fsf@iro.umontreal.ca> <87zjnaidlz.wl%n142857@gmail.com> <2014-01-06T11-23-40@devnull.Karl-Voit.at> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:58555) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1W0sK4-0004A6-8U for emacs-orgmode@gnu.org; Wed, 08 Jan 2014 07:33:28 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1W0sJz-00078x-Pl for emacs-orgmode@gnu.org; Wed, 08 Jan 2014 07:33:24 -0500 Received: from 206-248-137-202.dsl.teksavvy.com ([206.248.137.202]:61985 helo=mercure.progiciels-bpi.ca) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1W0sJz-00078t-L0 for emacs-orgmode@gnu.org; Wed, 08 Jan 2014 07:33:19 -0500 In-Reply-To: (Brett Viren's message of "Tue, 07 Jan 2014 11:09:35 -0500") 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: emacs-orgmode@gnu.org Brett Viren writes: > I'm also (slowly) working toward some Python-based org processing. My > strategy is to produce an intermediate file in JSON format which is > designed to capture the full org document structure. I am calling > this a "shunt" export as it is meant to do as little interpretation of > the document as possible. Might be interesting, indeed! > http://permalink.gmane.org/gmane.emacs.orgmode/79838 This yields: ,---- | Not Found |=20 | The requested URL /gmane.emacs.orgmode/79838 was not found on this server. `---- > At the end of the day one will have a DOM-style data structure > representing the initial org document. Keep me (us!) posted! :-) Fran=C3=A7ois