From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jonathan BISSON Subject: Re: A python module for orgmode files Date: Tue, 14 Dec 2010 13:34:34 +0000 (UTC) Message-ID: References: <4d06530d.883edc0a.0ab2.fffff5f6SMTPIN_ADDED@mx.google.com> <4D06ACE3.2010007@gmail.com> <4D06B959.10404@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Return-path: Received: from [140.186.70.92] (port=33901 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PSV1l-00037D-PE for emacs-orgmode@gnu.org; Tue, 14 Dec 2010 08:34:50 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1PSV1k-0006sy-5R for emacs-orgmode@gnu.org; Tue, 14 Dec 2010 08:34:49 -0500 Received: from lo.gmane.org ([80.91.229.12]:58648) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1PSV1j-0006sC-QG for emacs-orgmode@gnu.org; Tue, 14 Dec 2010 08:34:48 -0500 Received: from list by lo.gmane.org with local (Exim 4.69) (envelope-from ) id 1PSV1h-0005Wc-9Y for emacs-orgmode@gnu.org; Tue, 14 Dec 2010 14:34:45 +0100 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 ; Tue, 14 Dec 2010 14:34:45 +0100 Received: from bissonjonathan by 147.210.71.83 with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 14 Dec 2010 14:34:45 +0100 List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: emacs-orgmode@gnu.org Jeff Horn gmail.com> writes: > I think what Chris was referring to is the fact that you can write > literate programs using org-mode and org-babel. You can mix > documentation and code, and then run some nifty functions that > separate them out. The advantage, of course, is that your source is > self-documenting. > Yes, but an org file with babel is not python native. So I needed for one of my projects an orgmode translator that is totally python native. org-babel is nice for orgfiles doing computations but not for software development. > I suppose most people comment their code when they open-source a > project, but I also suspect their are some real advantages to > organizing your source code using org-mode's hierachies. Yes, but I'm looking for a way to use org-mode kind of treating with text files but with a native python file. I need to look at this : http://tinyurl.com/2v26rsr