emacs-orgmode
[Top][All Lists]
Advanced

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

Re: [O] inline R code evaluation?


From: Eric Schulte
Subject: Re: [O] inline R code evaluation?
Date: Thu, 03 Mar 2011 15:54:11 -0700
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.0.50 (gnu/linux)

Hi Erik,

I just pushed up a fix, this was indeed introduced in one of the recent
inline code block changes.  Thanks for catching this.

Best -- Eric

Erik Iverson <address@hidden> writes:

> Hello list!
>
> I haven't used inline code evaluation in R too much,
> but I thought the following used to work.  Can anyone
> tell me if I'm doing something wrong, or maybe it's
> temporarily broken in git?  I just pulled.
>
> ### begin org example ###
>
> * testing inline R/org-mode evaluation
> Here I test inline code evaluation in R.
>
> #+begin_src R :session *R*
> x <- 100
> #+end_src
>
>
>
> Now I want to export the value of x, which should be
> src_R[:session *R*]{x} .
>
> Did the number 100 show up at the end of the previous sentence on export?
>
> ### End org example ###
>
> There may have been some relatively recent list traffic about this,
> but I wasn't able to track it down.
> Thanks!
> --Erik



reply via email to

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