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
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
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
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
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
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