emacs-orgmode
[Top][All Lists]
Advanced

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

[O] Output of R babel blocks with quotes is mangled/truncated


From: Viktor Rosenfeld
Subject: [O] Output of R babel blocks with quotes is mangled/truncated
Date: Sun, 8 Jul 2012 05:22:10 +0200
User-agent: Mutt/1.5.21 (2010-09-15)

Hi,

if a value outputted by R in a Babel block contains quotes only the
quoted parted is exported.

Consider this:

#+BEGIN_SRC R
q = 'cat="S"'
q
#+END_SRC

#+RESULTS:
: S

The expected result would be entire string, i.e. 'cat="S"' (without
single quotes). Is there a workaround? I've tried escaping with
backslashes to no avail.

Cheers,
Viktor



reply via email to

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