Re: [O] Parsing org files with python

2011-04-23 Thread Juan Pechiar
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 ?



Re: [O] Parsing org files with python

2011-04-23 Thread Georges Racinet
On 04/23/2011 05:58 PM, Juan Pechiar wrote:
 NEO (No Emacs Org) has just been announced:
 
   http://lists.gnu.org/archive/html/emacs-orgmode/2011-04/msg00598.html

Ah, indeed, should have searched the archives in reverse chronological order

Thanks, and sorry for the noise

-- 
Georges Racinet, http://www.racinet.fr
Zope/CPS expertise, assistance  development
GPG: 0x4862FFF7 identi.ca  twitter: gracinet



signature.asc
Description: OpenPGP digital signature


Re: [O] Parsing org files with python

2011-04-23 Thread Jonathan BISSON

You have PyOrgMode also (https://github.com/bjonnh/PyOrgMode)







Re: [O] Parsing org files with python

2011-04-23 Thread Matt Lundin
Jonathan BISSON bissonjonat...@gmail.com writes:

 You have PyOrgMode also (https://github.com/bjonnh/PyOrgMode)

And there is a list of the various tools on Worg:

http://orgmode.org/worg/org-tools/index.html

Best,
Matt