|
From: | Zhihao Ding |
Subject: | Re: [O] insert evaluation results in place |
Date: | Wed, 28 Mar 2018 15:36:54 +0000 |
> On Mar 28, 2018, at 7:42 AM, Zhihao Ding <address@hidden> wrote:
>
> I was wondering if anyone could share an example for referencing the results of a source code block in place.
>
See
(info "(org) Evaluating code blocks")
Example
#+Name: put_in_para
#+BEGIN_SRC R :exports none
n_value=10
n_value
#+END_SRC
This is the result: call_put_in_para() of the above.
HTH,
Chuck
[Prev in Thread] | Current Thread | [Next in Thread] |