From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Charles C. Berry" Subject: Re: export of src block ignores :results Date: Thu, 29 Sep 2016 09:25:09 -0700 Message-ID: References: <87r383ky0w.fsf@biostat.ku.dk> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII; format=flowed Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:57845) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bpe9B-0004Br-IS for emacs-orgmode@gnu.org; Thu, 29 Sep 2016 12:25:22 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bpe95-0004rU-Gs for emacs-orgmode@gnu.org; Thu, 29 Sep 2016 12:25:20 -0400 Received: from iport-acv2-out.ucsd.edu ([132.239.0.174]:22550) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bpe95-0004qj-8w for emacs-orgmode@gnu.org; Thu, 29 Sep 2016 12:25:15 -0400 In-Reply-To: <87r383ky0w.fsf@biostat.ku.dk> 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" To: Thomas Alexander Gerds Cc: emacs-orgmode@gnu.org On Thu, 29 Sep 2016, Thomas Alexander Gerds wrote: > Hi > > org's development version (I am using the one updated yesterday: 2b22d50 > Nicolas Go 2016-09-28) seems to ignore the :results setting of a src > block. more specifically, the export of this > > #+BEGIN_SRC R :results output :exports code :session *R* :cache yes > 2+2 > #+END_SRC > > #+RESULTS[<2016-09-29 08:32:48> e8e7ff579309fc6cacb1e75a0c1c671366c2eaf8]: > : [1] 4 > > should *not* include the results, but it does. Using latest (release_8.3.6-1178-g2b22d5), I cannot reproduce. Does `org-babel-sha1-hash' (C-c C-v a with point in the src block) really yield "<2016-09-29 08:32:48> e8e7ff..." ?? I get "e8e7ff..." which causes no problems. HTH, Chuck