From mboxrd@z Thu Jan 1 00:00:00 1970 From: Aaron Ecay Subject: Re: "#+begin_src R :results output drawer" doesn't work. Date: Wed, 13 Aug 2014 02:19:01 -0400 Message-ID: <8738d0rjxm.fsf@gmail.com> References: <87ppg9w6k1.fsf@gmail.com> <87oavttbr9.fsf@news.tumashu-localhost.org> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:58767) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XHRty-0005MM-Ix for emacs-orgmode@gnu.org; Wed, 13 Aug 2014 02:19:23 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XHRtp-0005gx-J3 for emacs-orgmode@gnu.org; Wed, 13 Aug 2014 02:19:14 -0400 Received: from mail-qg0-x231.google.com ([2607:f8b0:400d:c04::231]:48437) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XHRtp-0005gm-DQ for emacs-orgmode@gnu.org; Wed, 13 Aug 2014 02:19:05 -0400 Received: by mail-qg0-f49.google.com with SMTP id j107so10453717qga.22 for ; Tue, 12 Aug 2014 23:19:05 -0700 (PDT) In-Reply-To: <87oavttbr9.fsf@news.tumashu-localhost.org> List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: Feng Shu , emacs-orgmode@gnu.org 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