From mboxrd@z Thu Jan 1 00:00:00 1970 From: Alan Schmitt Subject: Re: including the result of a block in several places? Date: Mon, 10 Dec 2012 20:32:43 +0100 Message-ID: References: , <8038zh3eil.fsf@somewhere.org>, , , , <80a9tmrzz4.fsf@somewhere.org>, , <871ueyaqio.fsf@gmail.com> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([208.118.235.92]:47100) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Ti95u-0004Pm-MC for emacs-orgmode@gnu.org; Mon, 10 Dec 2012 14:32:51 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Ti95q-0005TT-P6 for emacs-orgmode@gnu.org; Mon, 10 Dec 2012 14:32:50 -0500 Received: from mail4-relais-sop.national.inria.fr ([192.134.164.105]:1729) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Ti95q-0005TM-Iz for emacs-orgmode@gnu.org; Mon, 10 Dec 2012 14:32:46 -0500 In-reply-to: <871ueyaqio.fsf@gmail.com> 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: Org Mode Eric Schulte writes: > Alan Schmitt writes: > >> "Sebastien Vauban" writes: >> >>> In a hurry, to repeat the code: >>> >>> - use named blocks >>> - use Noweb expansion >>> > > Another option would be, > > 1. use named blocks > 2. use call lines Thanks for the suggestion. I tried using a call line, but it does not allow me to include the source code again (it's great to re-run the code once more, though). Alan