From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jonathan BISSON Subject: Re: A python module for orgmode files Date: Tue, 14 Dec 2010 13:22:06 +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=47333 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PSUsT-0006rF-0r for emacs-orgmode@gnu.org; Tue, 14 Dec 2010 08:25:13 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1PSUsR-0003pv-Ny for emacs-orgmode@gnu.org; Tue, 14 Dec 2010 08:25:12 -0500 Received: from lo.gmane.org ([80.91.229.12]:54225) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1PSUsR-0003pb-FT for emacs-orgmode@gnu.org; Tue, 14 Dec 2010 08:25:11 -0500 Received: from list by lo.gmane.org with local (Exim 4.69) (envelope-from ) id 1PSUsL-0001AY-Qc for emacs-orgmode@gnu.org; Tue, 14 Dec 2010 14:25:05 +0100 Received: from 147.210.71.83 ([147.210.71.83]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 14 Dec 2010 14:25:05 +0100 Received: from bissonjonathan by 147.210.71.83 with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 14 Dec 2010 14:25:05 +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 Charles Cave gmail.com> writes: > 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 > Yes I have seen this project, but the way it was done doesn't suit what I am looking for (totally object interface, possibility to add any kind of objects type in Nodes, writing files). I made my module first for being able to write org-mode files and it grows larger. I hope we could find a way to get the best of each others solutions ! Feel free to tell me what you are using your module for to see how it could be interfaced with my module (and which things need to be added).