Re: [Orgmode] A python module for orgmode files

2011-02-03 Thread Bastien
Hi Jonathan, Jonathan BISSON writes: > A new project : A python module for orgmode files > > https://github.com/bjonnh/PyOrgMode > > Hope someone would find this useful/helpful. > > You can also contribute as much as you wish/can ;) > > The code is not really clean (I'm working on docstrings and

Re: [Orgmode] A python module for orgmode files

2010-12-13 Thread Jeff Horn
On Mon, Dec 13, 2010 at 7:24 PM, Jonathan BISSON wrote: > On 12/14/2010 01:03 AM, Chris Malone wrote: >> I guess the real question is: did you write the org-mode-parsing Python >> code using org-mode? ;-) > > No but I was thinking that would be nice to fold classes and get TODO items > (and even s

Re: [Orgmode] A python module for orgmode files

2010-12-13 Thread Jonathan BISSON
On 12/14/2010 01:03 AM, Chris Malone wrote: > I guess the real question is: did you write the org-mode-parsing Python > code using org-mode? ;-) No but I was thinking that would be nice to fold classes and get TODO items (and even scheduled ones) Maybe using # as a "star". I don't know if it it

Re: [Orgmode] A python module for orgmode files

2010-12-13 Thread Chris Malone
I guess the real question is: did you write the org-mode-parsing Python code using org-mode? ;-) Looks promising, and I'll see if there is anything I can contribute, although I am currently more familiar with Python than org-mode. Chris On Mon, Dec 13, 2010 at 6:57 PM, Jeff Horn wrote: > Thank

Re: [Orgmode] A python module for orgmode files

2010-12-13 Thread Jeff Horn
Thanks for sharing! I'm just learning Python, but grok org-mode well enough to use it everyday. I'll take a look and contribute if I can! Jeff On Mon, Dec 13, 2010 at 6:31 PM, Jonathan BISSON wrote: > Hi all, > > A new project : A python module for orgmode files > > https://github.com/bjonnh/PyO

[Orgmode] A python module for orgmode files

2010-12-13 Thread Jonathan BISSON
Hi all, A new project : A python module for orgmode files https://github.com/bjonnh/PyOrgMode Hope someone would find this useful/helpful. You can also contribute as much as you wish/can ;) The code is not really clean (I'm working on docstrings and cleaning-up) but should be usable. Please