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
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.
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
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 <-
>
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: