From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nicolas Goaziou Subject: Re: Multiple (identical) RESULTS blocks of one code block? Date: Mon, 09 Mar 2015 17:34:59 +0100 Message-ID: <878uf63z9o.fsf@nicolasgoaziou.fr> References: Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:47586) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YV0cs-0007qK-0c for emacs-orgmode@gnu.org; Mon, 09 Mar 2015 12:33:54 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YV0cm-0005RN-LN for emacs-orgmode@gnu.org; Mon, 09 Mar 2015 12:33:53 -0400 Received: from relay3-d.mail.gandi.net ([2001:4b98:c:538::195]:40304) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YV0cm-0005R8-GA for emacs-orgmode@gnu.org; Mon, 09 Mar 2015 12:33:48 -0400 In-Reply-To: (Rainer M. Krug's message of "Mon, 09 Mar 2015 11:04:36 +0100") 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: Rainer M Krug Cc: emacs-orgmode@gnu.org Hello, Rainer M Krug writes: > Consider the following: > > * The calculation > #+NAME: testcode :exports both > #+begin_src R :session test > runif(10) > #+end_src > > > * summary of the results > First time > #+RESULTS: testcode :exports both > | 0.772744940361008 | > | 0.170518629485741 | > | 0.0833237133920193 | > | 0.149035625392571 | > | 0.698798568220809 | > | 0.627075897762552 | > | 0.177144371205941 | > | 0.0476319056469947 | > | 0.289851602632552 | > | 0.0296813279855996 | > > * and another > testthingy > #+RESULTS: testcode :exports both > > > If I update the calculation, the first results block is updated, but > not the second one. I would like to have two RESULTS blocks which > are both updated when the code block is evaluated. > > Is this possible? It isn't, but I think it is a reasonable expectation. Would you like to provide a patch for that? Regards, -- Nicolas Goaziou