From mboxrd@z Thu Jan 1 00:00:00 1970 From: Charles Cave Subject: Re: A python module for orgmode files Date: Tue, 14 Dec 2010 06:42:12 +0000 (UTC) Message-ID: References: <4d06530d.883edc0a.0ab2.fffff5f6SMTPIN_ADDED@mx.google.com> <4D06ACE3.2010007@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Return-path: Received: from [140.186.70.92] (port=37752 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PSOai-0006e2-G1 for emacs-orgmode@gnu.org; Tue, 14 Dec 2010 01:42:29 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1PSOah-0003om-4v for emacs-orgmode@gnu.org; Tue, 14 Dec 2010 01:42:28 -0500 Received: from lo.gmane.org ([80.91.229.12]:44047) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1PSOag-0003oh-UG for emacs-orgmode@gnu.org; Tue, 14 Dec 2010 01:42:27 -0500 Received: from list by lo.gmane.org with local (Exim 4.69) (envelope-from ) id 1PSOae-0007hs-6r for emacs-orgmode@gnu.org; Tue, 14 Dec 2010 07:42:24 +0100 Received: from 203.166.111.206 ([203.166.111.206]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 14 Dec 2010 07:42:24 +0100 Received: from charles.cave by 203.166.111.206 with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 14 Dec 2010 07:42:24 +0100 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: emacs-orgmode@gnu.org Jonathan BISSON gmail.com> writes: > > Hi all, > > A new project : A python module for orgmode files > > https://github.com/bjonnh/PyOrgMode I wrote a Python Orgnode module at least a year ago. Have a look at this and feel free to adapt what you find of interest. My module is designed to read an orgmode file into a list of Orgnode objects. http://members.optusnet.com.au/~charles57/GTD/orgnode.html Charles