Re: [O] Implementing Org-mode tools in languages other than ELISP

2014-01-06 Thread François Pinard
Daniel Clemente writes: >> I dream of having a general Python parser for Org mode files, knowing >> every bit about the current syntax for Org files, surrounded by enough >> Python machinery to make it useful. > Try PyOrgMode (https://github.com/bjonnh/PyOrgMode), it works for some > files (but

Re: [O] Implementing Org-mode tools in languages other than ELISP

2014-01-05 Thread Daniel Clemente
> > I dream of having a general Python parser for Org mode files, knowing > every bit about the current syntax for Org files, surrounded by enough > Python machinery to make it useful. > Try PyOrgMode (https://github.com/bjonnh/PyOrgMode), it works for some files (but still needs corrections: i

Re: [O] Implementing Org-mode tools in languages other than ELISP

2014-01-04 Thread François Pinard
Bastien writes: > Karl Voit writes: >> Therefore, I develop all my Org-mode tools with Python which I am >> comfortably with. I have done various things and put it on >> http://github.com/novoid > FWIW, I think it's good to develop tools for Org not only in Elisp but > also in other languages:

Re: [O] Implementing Org-mode tools in languages other than ELISP

2014-01-04 Thread Bastien
Karl Voit writes: > Therefore, I develop all my Org-mode tools with Python which I am > comfortably with. I have done various things and put it on > http://github.com/novoid FWIW, I think it's good to develop tools for Org not only in Elisp but also in other languages: Org is not just an Emacs m