Re: [O] org-babel R, export, and :result value raw

2011-09-15 Thread Eric Schulte
Hi Christophe, This issue of result wrappers (e.g., raw org html) not playing well with result types (e.g., vector, scalar) came up a couple of months ago on this mailing list and was not resolved. I've just pushed up a change which should fix this problem, along with an R-specific fix so that R

Re: [O] org-babel R, export, and :result value raw

2011-09-15 Thread Nick Dokos
Christophe Rhodes wrote: > Hi, > > Consider the following org-mode file, assuming that org-babel support > for emacs lisp and R is active: > > --- begin --- > #+TITLE: Foo > > #+begin_src emacs-lisp :exports results :results value raw > "[[file:foo.png]]" > #+end_src > > #+results: > [[foo.pn

[O] org-babel R, export, and :result value raw

2011-09-15 Thread Christophe Rhodes
Hi, Consider the following org-mode file, assuming that org-babel support for emacs lisp and R is active: --- begin --- #+TITLE: Foo #+begin_src emacs-lisp :exports results :results value raw "[[file:foo.png]]" #+end_src #+results: [[foo.png]] #+begin_src R :exports results :results value raw