From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jeff Horn Subject: Re: [ANN] neo - No Emacs Org in Python Date: Tue, 19 Apr 2011 14:24:33 -0400 Message-ID: References: <20110419175951.GA9667@buga.lan> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([140.186.70.92]:42483) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QCFbd-0004QC-Vh for emacs-orgmode@gnu.org; Tue, 19 Apr 2011 14:24:58 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1QCFbc-00053d-Nu for emacs-orgmode@gnu.org; Tue, 19 Apr 2011 14:24:57 -0400 Received: from mail-fx0-f41.google.com ([209.85.161.41]:36038) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QCFbc-00053V-JR for emacs-orgmode@gnu.org; Tue, 19 Apr 2011 14:24:56 -0400 Received: by fxm18 with SMTP id 18so3242fxm.0 for ; Tue, 19 Apr 2011 11:24:55 -0700 (PDT) In-Reply-To: <20110419175951.GA9667@buga.lan> List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: Olivier Schwander Cc: emacs-orgmode@gnu.org 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 wrote: > 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 > ~~~~~~~~~~~~~~~~~ > =A0- Org file parser > =A0- Agenda builder > =A0- Todo-list builder > =A0- Custom todo keywords > =A0- Command line interface for agenda and todo-lists > > Limitations > ~~~~~~~~~~~~ > =A0- Read-only (no org file modifications support) > =A0- No drawers parsing > =A0- No exporters > =A0- No formaters parsing (like =3D=3D, //, ** and so on, it will wait fo= r exporters) > =A0- No filtering support > > Roadmap > ~~~~~~~~ > =A0- Filtering based on tags > =A0- Write support for changing todo keywords > =A0- Capture action in the cli > =A0- Exporter for HTML > > Ideas of possible applications > ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ > =A0- Command line interface > =A0- Web applications (for GTD like http://hiveminder.com, or even a wiki= ) > =A0- Batch export on a server without emacs > =A0- Integration with others tools (like vim) > =A0- Qt/Gtk user interface > > This is not a release (I need to do more tests, and add some > documentation), but more a request for comments, ideas or possible > improvement. You can fetch the sources with > > > =A0darcs get http://chadok.info/darcs/neo > > and have a look at the repository on http://redmine.chadok.info/projects/= neo > > The package can be installed with the usual Python tools (python > setup.py build/install). Then launch the command 'neo' to see the help (o= r > simply launch neo in the sources directory). > > Cheers, > > Olivier > > > --=20 Jeffrey Horn http://www.failuretorefrain.com/jeff/