emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
* :var problems with R
@ 2012-06-21  6:14 Neuwirth Erich
  2012-06-21  7:04 ` suvayu ali
  2012-06-21 16:02 ` Thomas S. Dye
  0 siblings, 2 replies; 4+ messages in thread
From: Neuwirth Erich @ 2012-06-21  6:14 UTC (permalink / raw)
  To: emacs-orgmode

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?

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2012-06-21 18:26 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-06-21  6:14 :var problems with R Neuwirth Erich
2012-06-21  7:04 ` suvayu ali
2012-06-21 18:26   ` Neuwirth Erich
2012-06-21 16:02 ` Thomas S. Dye

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).