[Orgmode] Org-Mode API?

2010-09-15 Thread [AvataR]
Hi! I want to write simple desktop widget for my todo list in org. I can parse output of org-agenda, but this way sucks. Is there any clear way to enumerate all events in file/buffer/whatelse with their properties (like todo state, deadline etc)? ___

Re: [Orgmode] Org-Mode API?

2010-09-15 Thread Olivier Schwander
Le 15 Sep 2010 17:24, [AvataR] a écrit: I want to write simple desktop widget for my todo list in org. I can parse output of org-agenda, but this way sucks. Is there any clear way to enumerate all events in file/buffer/whatelse with their properties (like todo state, deadline etc)? I am not

Re: [Orgmode] Org-Mode API?

2010-09-15 Thread Puneeth
On Wed, Sep 15, 2010 at 9:51 PM, Olivier Schwander olivier.schwan...@chadok.info wrote: I am currently writing a Python library for parsing org-file. The main goal is to build a kind of mobile-org for N900 and Maemo but it's designed to be enough generic for web applications or desktop

Re: [Orgmode] Org-Mode API?

2010-09-15 Thread [AvataR]
I am currently writing a Python library for parsing org-file. The main goal is to build a kind of mobile-org for N900 and Maemo but it's designed to be enough generic for web applications or desktop applications. Heh. I do same shit for n810 :] But I have emacs there, and it works ok. I wrote