Re: [O] ob-R, about :results value verbatim drawer

2014-09-26 Thread Rainer M Krug
Grant Rettke writes: > On Wed, Sep 24, 2014 at 2:52 AM, Rainer M Krug wrote: >> would there be interest in pursuing this? > > Yes. > > I'm interested in working with other serious babel users to pool our > efforts, provide a meaningful contribution, and do it in a way that > works best for the m

Re: [O] ob-R, about :results value verbatim drawer

2014-09-25 Thread Grant Rettke
On Wed, Sep 24, 2014 at 2:52 AM, Rainer M Krug wrote: > would there be interest in pursuing this? Yes. I'm interested in working with other serious babel users to pool our efforts, provide a meaningful contribution, and do it in a way that works best for the maintainers.

Re: [O] ob-R, about :results value verbatim drawer

2014-09-24 Thread Rainer M Krug
Aaron Ecay writes: > Hi Feng, > > 2014ko irailak 23an, Feng Shu-ek idatzi zuen: >> but when I add a #+PROPERTY, it show error like below, how to deal with >> it ? thanks ... >> >> #+PROPERTY: header-args:R :colnames yes :rownames no :exports both >> #+BEGIN_SRC R :results value verb

Re: [O] ob-R, about :results value verbatim drawer

2014-09-23 Thread Aaron Ecay
Hi Feng, 2014ko irailak 23an, Feng Shu-ek idatzi zuen: > but when I add a #+PROPERTY, it show error like below, how to deal with > it ? thanks ... > > #+PROPERTY: header-args:R :colnames yes :rownames no :exports both > #+BEGIN_SRC R :results value verbatim drawer > data <- >

[O] ob-R, about :results value verbatim drawer

2014-09-23 Thread Feng Shu
When I run follow code, it just work: #+begin_comment #+BEGIN_SRC R :results value verbatim drawer data <- list(a="[[./test1.org]]",b="[[./test2.org]]",c="[[./test3.org]]") c(data$a,data$b,data$c) #+END_SRC #+RESULTS: :RESULTS: