From mboxrd@z Thu Jan 1 00:00:00 1970 From: andrea Crotti Subject: Re: Exporting after executing code Date: Sat, 12 Sep 2009 17:38:35 +0000 (UTC) Message-ID: References: <20090911154802.7c0b7179@gaia> <28960.1252684429@gamaville.dokosmarshall.org> <87fxats6t3.fsf@gmx.de> <7A637FEC-325E-487C-A1D9-F03023FB26C5@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1MmWZ7-0004g5-F1 for emacs-orgmode@gnu.org; Sat, 12 Sep 2009 13:39:13 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MmWZ2-0004ad-SE for emacs-orgmode@gnu.org; Sat, 12 Sep 2009 13:39:13 -0400 Received: from [199.232.76.173] (port=40681 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MmWZ2-0004aa-LH for emacs-orgmode@gnu.org; Sat, 12 Sep 2009 13:39:08 -0400 Received: from lo.gmane.org ([80.91.229.12]:43625) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1MmWZ2-0006GQ-90 for emacs-orgmode@gnu.org; Sat, 12 Sep 2009 13:39:08 -0400 Received: from list by lo.gmane.org with local (Exim 4.50) id 1MmWYv-0004fG-9x for emacs-orgmode@gnu.org; Sat, 12 Sep 2009 19:39:01 +0200 Received: from host-78-14-255-249.cust-adsl.tiscali.it ([78.14.255.249]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sat, 12 Sep 2009 19:39:01 +0200 Received: from andrea.crotti.0 by host-78-14-255-249.cust-adsl.tiscali.it with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sat, 12 Sep 2009 19:39:01 +0200 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 Carsten Dominik gmail.com> writes: > > or, for a lighter solution > > http://repo.or.cz/w/org-mode.git?a=blob_plain;f=contrib/lisp/org-eval.el;hb=HEAD > > or > > http://orgmode.org/worg/org-contrib/org-eval-light.php > > But org-babel may really be the way to go. > > - Carsten > org-babel is really nice I think, there's only one thing I don't understand yet. If I want in the same file to have the source code and the output of the source code how should I do?? Once I enable org-babel it executes everything before exporting?? No finer settings possible?