From mboxrd@z Thu Jan 1 00:00:00 1970 From: Olivier Schwander Subject: Re: [ANN] neo - No Emacs Org in Python Date: Tue, 19 Apr 2011 22:34:18 +0200 Message-ID: <20110419203418.GA13477@buga.lan> References: <20110419175951.GA9667@buga.lan> <87y636x9yk.fsf@dustycloud.org> Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit Return-path: Received: from eggs.gnu.org ([140.186.70.92]:41755) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QCHcv-0005cX-0N for emacs-orgmode@gnu.org; Tue, 19 Apr 2011 16:34:25 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1QCHct-0002LK-Hq for emacs-orgmode@gnu.org; Tue, 19 Apr 2011 16:34:24 -0400 Received: from ns27638.ovh.net ([91.121.87.85]:60005) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QCHct-0002L3-8m for emacs-orgmode@gnu.org; Tue, 19 Apr 2011 16:34:23 -0400 Content-Disposition: inline In-Reply-To: <87y636x9yk.fsf@dustycloud.org> 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: Christopher Allan Webber Cc: emacs-orgmode@gnu.org Le 19 Apr 2011 15:28, Christopher Allan Webber a écrit: > > One comment: it seems strange that the package name is neo and > yet I'm "import org"'ing. Maybe the namespace should be neoorg? > Yes, this disturbs me too. Maybe it should be better to simply do 'import org' on Python side and 'org agenda/todo/capture/etc' on the shell side. Olivier