From mboxrd@z Thu Jan 1 00:00:00 1970 From: Juan Pechiar Subject: Re: Parsing org files with python Date: Sat, 23 Apr 2011 12:58:23 -0300 Message-ID: <20110423155823.GA4334@soloJazz.com> References: <4DB2F054.1040705@racinet.fr> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from eggs.gnu.org ([140.186.70.92]:46662) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QDfED-0008GO-3l for emacs-orgmode@gnu.org; Sat, 23 Apr 2011 11:58:38 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1QDfE6-0000zv-G5 for emacs-orgmode@gnu.org; Sat, 23 Apr 2011 11:58:37 -0400 Received: from oproxy5-pub.bluehost.com ([67.222.39.38]:44691) by eggs.gnu.org with smtp (Exim 4.71) (envelope-from ) id 1QDfE6-0000zn-4i for emacs-orgmode@gnu.org; Sat, 23 Apr 2011 11:58:30 -0400 Content-Disposition: inline In-Reply-To: <4DB2F054.1040705@racinet.fr> 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: Georges Racinet Cc: emacs-orgmode@gnu.org NEO (No Emacs Org) has just been announced: http://lists.gnu.org/archive/html/emacs-orgmode/2011-04/msg00598.html Regards, .j. On Sat, Apr 23, 2011 at 05:29:24PM +0200, Georges Racinet wrote: > Now the question : are you aware of a python library to parse org files ? > The ultimate goal would be to write an importer for OpenERP, which is > itself written in python, and of course I'd prefer not to reinvent the > wheel. > > A simple search on the web returned a project called OrgNode or orgtils, > hosted at Google Code : > http://members.optusnet.com.au/~charles57/GTD/orgnode.html > http://code.google.com/p/orgtils/ > but it lacks as far as I can tell the capability of understanding CLOCK > markers and is not published on pypi.python.org either. > > Perhaps is the author on this list, too ? Are there other known > libraries around that may prove useful ?