emacs-orgmode
[Top][All Lists]
Advanced

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

[O] :var problems with R


From: Neuwirth Erich
Subject: [O] :var problems with R
Date: Thu, 21 Jun 2012 08:14:11 +0200

The following works
#+name: xvar
#+begin_src emacs-lisp
"ahaRx"
#+end_src

#+RESULTS: xvar
: ahaR

#+name: myblock
#+begin_src R :var xxx=xvar
xxx
#+end_src

#+RESULTS: myblock
: ahaRx

But when I replace emacs-lisp with R in the first code block, it does not work 
any more.
I think it should because R also returns the character value in that case.

Any ideas?


reply via email to

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