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
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
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
#+begin_src R :results output drawer
"1"
"2"
#+end_src
#+RESULTS:
: 2
--