From mboxrd@z Thu Jan 1 00:00:00 1970 From: Rainer M Krug Subject: Multiple (identical) RESULTS blocks of one code block? Date: Mon, 09 Mar 2015 11:04:36 +0100 Message-ID: Mime-Version: 1.0 Content-Type: multipart/signed; boundary="=-=-="; micalg=pgp-sha1; protocol="application/pgp-signature" Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:43699) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YUuYW-0007c2-0Y for emacs-orgmode@gnu.org; Mon, 09 Mar 2015 06:05:00 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YUuYS-0000ux-RC for emacs-orgmode@gnu.org; Mon, 09 Mar 2015 06:04:59 -0400 Received: from plane.gmane.org ([80.91.229.3]:36416) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YUuYS-0000up-KI for emacs-orgmode@gnu.org; Mon, 09 Mar 2015 06:04:56 -0400 Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1YUuYR-0004wt-7p for emacs-orgmode@gnu.org; Mon, 09 Mar 2015 11:04:55 +0100 Received: from arn78-1-88-186-171-7.fbx.proxad.net ([88.186.171.7]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 09 Mar 2015 11:04:55 +0100 Received: from Rainer by arn78-1-88-186-171-7.fbx.proxad.net with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 09 Mar 2015 11:04:55 +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: emacs-orgmode@gnu.org --=-=-= Content-Type: text/plain Content-Transfer-Encoding: quoted-printable Hi Consider the following: =2D-8<---------------cut here---------------start------------->8--- * 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 =2D-8<---------------cut here---------------end--------------->8--- 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? Thanks, Rainer =2D-=20 Rainer M. Krug email: Rainerkrugsde PGP: 0x0F52F982 --=-=-= Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- Version: GnuPG/MacGPG2 v2.0.22 (Darwin) iQEcBAEBAgAGBQJU/XA5AAoJENvXNx4PUvmCr40H/01zRhTrI59+Lgvosii0xOE7 W934mghhWo1svGimPD4K8rsd6JkNxBOHR5CTcPV4THLQnDUyqkI93H4G3uTk8L/+ uhEKp9F+B75+1Oit4OEovRBez8Atr97R0a8ILhrZ5MoA9ehEIUTjwdCVKLcPHDKl bJm0xEBIpsv5NqWg44T/6RxnFaKYtnRLJW5YdBJDyJevDRqFteDSOhXMV5jOzRBU RqQhILy7Jp0SMEdNPxHdHGh4OC/+UIUZQPYu9Khg+aUw6hOZkaMDnJ0sAjgEZjiD V7IYXPWFqtWWogiepcL+ZHV43EkhrUzVgIudJAyIZPvSVKHZYGvxme+ilWnYTFU= =pq/T -----END PGP SIGNATURE----- --=-=-=--