From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jonathan BISSON Subject: Re: [ANN] neo - No Emacs Org in Python Date: Wed, 20 Apr 2011 16:27:46 +0000 (UTC) Message-ID: References: <20110419175951.GA9667@buga.lan> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Return-path: Received: from eggs.gnu.org ([140.186.70.92]:33816) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QCaG2-0004hZ-6x for emacs-orgmode@gnu.org; Wed, 20 Apr 2011 12:28:03 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1QCaG1-0006u6-5v for emacs-orgmode@gnu.org; Wed, 20 Apr 2011 12:28:02 -0400 Received: from lo.gmane.org ([80.91.229.12]:57943) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QCaG1-0006to-0V for emacs-orgmode@gnu.org; Wed, 20 Apr 2011 12:28:01 -0400 Received: from list by lo.gmane.org with local (Exim 4.69) (envelope-from ) id 1QCaFy-0005gl-Ot for emacs-orgmode@gnu.org; Wed, 20 Apr 2011 18:27:58 +0200 Received: from 147.210.71.83 ([147.210.71.83]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 20 Apr 2011 18:27:58 +0200 Received: from bissonjonathan by 147.210.71.83 with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 20 Apr 2011 18:27:58 +0200 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: emacs-orgmode@gnu.org Olivier Schwander 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 > Hi Olivier, nice to see a new project about org and python. Maybe you should have a look at my project too: https://github.com/bjonnh/PyOrgMode that supports reading and writing of org-files, drawers,… Don't know if it can be of some help to you (or maybe just inspiring you). Cheers, Jonathan