Thank you!

Zhihao


On Wed, Mar 28, 2018 at 4:28 PM Berry, Charles <ccberry@ucsd.edu> wrote:


> On Mar 28, 2018, at 7:42 AM, Zhihao Ding <zhihao.ding@gmail.com> 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