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 17:14:17 +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]:43391) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Ti6hT-0004MT-PQ for emacs-orgmode@gnu.org; Mon, 10 Dec 2012 11:59:38 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Ti6hL-0002yk-St for emacs-orgmode@gnu.org; Mon, 10 Dec 2012 11:59:27 -0500 Received: from mail4-relais-sop.national.inria.fr ([192.134.164.105]:36955) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Ti6hL-0002uH-MN for emacs-orgmode@gnu.org; Mon, 10 Dec 2012 11:59:19 -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: Eric Schulte Cc: Sebastien Vauban , Alan Schmitt , emacs-orgmode@gnu.org 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