---Original---
From: "Aaron Ecay"<aarone...@gmail.com>
Date: 2014/08/13 14:19:01
To: "Feng Shu"<tuma...@gmail.com>;"emacs-orgmode"<emacs-orgmode@gnu.org>;
Subject: Re: [O] "#+begin_src R :results output drawer" doesn't work.
Hi Feng, 2014ko abuztuak 9an, Feng Shu-ek idatzi zuen: > > #+begin_src R :results output drawer > "1" > "2" > #+end_src > > #+RESULTS: > : 2 > Like Eric, I cannot reproduce this behavior. Can you send us the output of the following code block, to check the exact version of org that is giving you this unexpected result? #+BEGIN_SRC emacs-lisp (org-version nil t) #+END_SRC Thanks, -- Aaron Ecay