Re: [O] [ANN] neo - No Emacs Org in Python

2011-04-20 Thread OSiRiS
El mar, 19 abr 2011, Olivier Schwander decía: Dear Org users, I am pleased to do the first announce of neo, which stands for No Emacs Org. The goal of this project is to provide a full implementation of Org usable in Python. Excelent!! but find some errors: - Fix setup.py for install:

Re: [O] [ANN] neo - No Emacs Org in Python

2011-04-20 Thread Jonathan BISSON
Olivier Schwander olivier.schwander at chadok.info writes: Limitations - Read-only (no org file modifications support) - No drawers parsing - No exporters - No formaters parsing (like ==, //, ** and so on, it will wait for exporters) - No filtering support

[O] [ANN] neo - No Emacs Org in Python

2011-04-19 Thread Olivier Schwander
Dear Org users, I am pleased to do the first announce of neo, which stands for No Emacs Org. The goal of this project is to provide a full implementation of Org usable in Python. Current features ~ - Org file parser - Agenda builder - Todo-list builder - Custom todo

Re: [O] [ANN] neo - No Emacs Org in Python

2011-04-19 Thread Jeff Horn
I think the biggest benefit of a project like this is the doors it opens for web development and mobile applications. Good luck! On Tue, Apr 19, 2011 at 1:59 PM, Olivier Schwander olivier.schwan...@chadok.info wrote: Dear Org users, I am pleased to do the first announce of neo, which stands

Re: [O] [ANN] neo - No Emacs Org in Python

2011-04-19 Thread Christopher Allan Webber
Oliver, Neat! Only browsed it briefly but looks like it has some cool ideas :)q bikeshed One comment: it seems strange that the package name is neo and yet I'm import org'ing. Maybe the namespace should be neoorg? /bikeshed A nice start! Look forward to seeing more! Olivier Schwander

Re: [O] [ANN] neo - No Emacs Org in Python

2011-04-19 Thread Olivier Schwander
Le 19 Apr 2011 15:28, Christopher Allan Webber a écrit: bikeshed One comment: it seems strange that the package name is neo and yet I'm import org'ing. Maybe the namespace should be neoorg? /bikeshed Yes, this disturbs me too. Maybe it should be better to simply do 'import org' on Python

Re: [O] [ANN] neo - No Emacs Org in Python

2011-04-19 Thread Xiao-Yong Jin
Keep up the good work! PS. I actually wish there were a html/javascript implementation that can pull org files directly from some online storage places (google docs or dropbox...). It looks to me, by reading the code, that it might be possible to directly port the python code to javascript? On

Re: [O] [ANN] neo - No Emacs Org in Python

2011-04-19 Thread Olivier Schwander
Le 19 Apr 2011 16:36, Xiao-Yong Jin a écrit: Keep up the good work! PS. I actually wish there were a html/javascript implementation that can pull org files directly from some online storage places (google docs or dropbox...). It looks to me, by reading the code, that it might be possible

Re: [O] [ANN] neo - No Emacs Org in Python

2011-04-19 Thread Jeff Horn
On Tue, Apr 19, 2011 at 4:52 PM, Olivier Schwander olivier.schwan...@chadok.info wrote: What seems more feasible in the current state is a web application which use my python library on the server side and some js/web2.0/buzzword in a fancy web page for the frontend. In this case, you may use

Re: [O] [ANN] neo - No Emacs Org in Python

2011-04-19 Thread Jude DaShiell
There is an orgmode app for the iphone that can do imports. No idea what was used to write it though.On Tue, 19 Apr 2011, Xiao-Yong Jin wrote: Keep up the good work! PS. I actually wish there were a html/javascript implementation that can pull org files directly from some online storage