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

2014-08-20 Thread tumashu
wheniremoverecentfcatchfile,it'sok.thank.---Original---From: Aaron Ecayaarone...@gmail.comDate: 2014/08/13 14:19:01To: Feng Shutuma...@gmail.com;emacs-orgmodeemacs-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


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

2014-08-13 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 you this unexpected result?

#+BEGIN_SRC emacs-lisp
  (org-version nil t)
#+END_SRC

Thanks,

-- 
Aaron Ecay



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

2014-08-10 Thread Charles Berry
Feng Shu tumashu at 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



--