[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [O] Multiple (identical) RESULTS blocks of one code block?
From: |
Nicolas Goaziou |
Subject: |
Re: [O] Multiple (identical) RESULTS blocks of one code block? |
Date: |
Mon, 09 Mar 2015 17:34:59 +0100 |
Hello,
Rainer M Krug <address@hidden> 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
Re: [O] Multiple (identical) RESULTS blocks of one code block?,
Nicolas Goaziou <=
Re: [O] Multiple (identical) RESULTS blocks of one code block?, Aaron Ecay, 2015/03/09