Re: [O] "#+begin_src R :results output drawer" doesn't work.

2014-08-20 Thread tumashu
when i remove recentf catch file, it's ok. thank.---Original---From: "Aaron Ecay"Date: 2014/08/13 14:19:01To: "Feng Shu";"emacs-orgmode";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 outpu

Re: [O] "#+begin_src R :results output drawer" doesn't work.

2014-08-12 Thread Aaron Ecay
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 y

Re: [O] "#+begin_src R :results output drawer" doesn't work.

2014-08-10 Thread Charles Berry
Feng Shu gmail.com> writes: > > > #+begin_src R :results output drawer > "1" > "2" > #+end_src > > #+RESULTS: > : 2 > I get: #+RESULTS: :RESULTS: [1] "1" [1] "2" :END: #+BEGIN_SRC emacs-lisp :results drawer (org-version) #+END_SRC #+RESULTS: :RESULTS: 8.3beta :END: HTH, Chuck

[O] "#+begin_src R :results output drawer" doesn't work.

2014-08-09 Thread Feng Shu
#+begin_src R :results output drawer "1" "2" #+end_src #+RESULTS: : 2 --