From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jonathan BISSON Subject: Re: Re: A python module for orgmode files Date: Tue, 14 Dec 2010 16:46:34 +0100 Message-ID: <4D07915A.2010400@gmail.com> References: <90e6ba53a57cfa19a304975f7313@google.com> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Return-path: Received: from [140.186.70.92] (port=46168 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PSWsZ-0003mE-8w for emacs-orgmode@gnu.org; Tue, 14 Dec 2010 10:33:28 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1PSWsY-00071k-1l for emacs-orgmode@gnu.org; Tue, 14 Dec 2010 10:33:27 -0500 Received: from mail-wy0-f169.google.com ([74.125.82.169]:46683) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1PSWsX-00071e-Th for emacs-orgmode@gnu.org; Tue, 14 Dec 2010 10:33:26 -0500 Received: by wyj26 with SMTP id 26so614238wyj.0 for ; Tue, 14 Dec 2010 07:33:25 -0800 (PST) In-Reply-To: <90e6ba53a57cfa19a304975f7313@google.com> 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: chris.m.malone@gmail.com Cc: emacs-orgmode@gnu.org On 12/14/2010 03:15 PM, chris.m.malone@gmail.com wrote: >> > Jeff Horn gmail.com> writes: > >> What about tangling? When you tangle your org file, you get a source > >> file for that language. > > > > Tangling is what I had in mind for my comment. It seems like an easy way > to have literate programming... > > Chris > Wonderful, exactly what I was looking for ! So now, we can work with this org file : https://github.com/bjonnh/PyOrgMode/raw/master/PyOrgMode.org Need to work on HTML and LaTeX export also. But it tangles correctly.