From mboxrd@z Thu Jan 1 00:00:00 1970 From: Feng Shu Subject: "#+begin_src R :results output drawer" doesn't work. Date: Sun, 10 Aug 2014 08:43:38 +0800 Message-ID: <87oavttbr9.fsf@news.tumashu-localhost.org> References: <87ppg9w6k1.fsf@gmail.com> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:48905) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XGHLl-0001M6-Be for emacs-orgmode@gnu.org; Sat, 09 Aug 2014 20:51:14 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XGHLc-0000Dg-BA for emacs-orgmode@gnu.org; Sat, 09 Aug 2014 20:51:05 -0400 Received: from mail-pa0-x235.google.com ([2607:f8b0:400e:c03::235]:62629) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XGHLc-0000Bu-3C for emacs-orgmode@gnu.org; Sat, 09 Aug 2014 20:50:56 -0400 Received: by mail-pa0-f53.google.com with SMTP id rd3so9186786pab.12 for ; Sat, 09 Aug 2014 17:50:54 -0700 (PDT) Received: from news.tumashu-localhost.org ([120.4.252.255]) by mx.google.com with ESMTPSA id op10sm7078571pbb.88.2014.08.09.17.50.51 for (version=TLSv1.2 cipher=RC4-SHA bits=128/128); Sat, 09 Aug 2014 17:50:53 -0700 (PDT) Received: from feng by news.tumashu-localhost.org with local (Exim 4.80) (envelope-from ) id 1XGHEY-0006db-63 for emacs-orgmode@gnu.org; Sun, 10 Aug 2014 08:43:38 +0800 In-Reply-To: <87ppg9w6k1.fsf@gmail.com> (jenia ivlev's message of "Sat, 09 Aug 2014 20:07:42 -0400") 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: emacs-orgmode@gnu.org #+begin_src R :results output drawer "1" "2" #+end_src #+RESULTS: : 2 --