emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [O] insert evaluation results in place


From: Zhihao Ding
Subject: Re: [O] insert evaluation results in place
Date: Wed, 28 Mar 2018 15:36:54 +0000

Thank you!

Zhihao


On Wed, Mar 28, 2018 at 4:28 PM Berry, Charles <address@hidden> wrote:


> 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

reply via email to

[Prev in Thread] Current Thread [Next in Thread]