* insert evaluation results in place
@ 2018-03-28 14:42 Zhihao Ding
2018-03-28 15:28 ` Berry, Charles
0 siblings, 1 reply; 3+ messages in thread
From: Zhihao Ding @ 2018-03-28 14:42 UTC (permalink / raw)
To: emacs-orgmode@gnu.org
[-- Attachment #1: Type: text/plain, Size: 604 bytes --]
Hi there,
I was wondering if anyone could share an example for referencing the
results of a source code block in place.
For example, a source code block could be defined as below
#+HEADER: n_value
#+HEADER: :results value
#+HEADER: :noweb yes
#+BEGIN_SRC R
n_value=10
n_value
#+END_SRC
and I want to insert the result value after evaluation into a paragraph of
text.
I currently evaluate the source code block first, then copy the stuff under
"#+RESULTS:" to the target location. I want to make it in one go,
especially when the output is just a single number.
Thank you,
Zhihao
[-- Attachment #2: Type: text/html, Size: 918 bytes --]
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: insert evaluation results in place
2018-03-28 14:42 insert evaluation results in place Zhihao Ding
@ 2018-03-28 15:28 ` Berry, Charles
2018-03-28 15:36 ` Zhihao Ding
0 siblings, 1 reply; 3+ messages in thread
From: Berry, Charles @ 2018-03-28 15:28 UTC (permalink / raw)
To: Zhihao Ding; +Cc: emacs-orgmode@gnu.org
> 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
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: insert evaluation results in place
2018-03-28 15:28 ` Berry, Charles
@ 2018-03-28 15:36 ` Zhihao Ding
0 siblings, 0 replies; 3+ messages in thread
From: Zhihao Ding @ 2018-03-28 15:36 UTC (permalink / raw)
To: Berry, Charles; +Cc: emacs-orgmode@gnu.org
[-- Attachment #1: Type: text/plain, Size: 534 bytes --]
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
>
[-- Attachment #2: Type: text/html, Size: 986 bytes --]
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2018-03-28 15:37 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-03-28 14:42 insert evaluation results in place Zhihao Ding
2018-03-28 15:28 ` Berry, Charles
2018-03-28 15:36 ` Zhihao Ding
Code repositories for project(s) associated with this public inbox
https://git.savannah.gnu.org/cgit/emacs/org-mode.git
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).