From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Charles C. Berry" Subject: avoiding source block prompts Date: Mon, 26 Jul 2010 11:28:23 -0700 Message-ID: Mime-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed Return-path: Received: from [140.186.70.92] (port=43247 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OdSPZ-0007dG-Oe for emacs-orgmode@gnu.org; Mon, 26 Jul 2010 14:28:26 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1OdSPY-00072f-HO for emacs-orgmode@gnu.org; Mon, 26 Jul 2010 14:28:25 -0400 Received: from tajo.ucsd.edu ([137.110.122.165]:42292) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OdSPY-00072Z-B1 for emacs-orgmode@gnu.org; Mon, 26 Jul 2010 14:28:24 -0400 Received: from cberry (helo=localhost) by tajo.ucsd.edu with local-esmtp (Exim 4.72) (envelope-from ) id 1OdSPX-0004dx-2c for emacs-orgmode@gnu.org; Mon, 26 Jul 2010 11:28:23 -0700 List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: emacs-orgmode@gnu.org I think this is a new feature or perhaps a bug, which I noticed when upgrading to version 7.01. The newline and the two prompts '> >' in the results block below did not show up in the earlier versions I used. If this is a 'feature', is there a clean way to change this behavior? If this is a bug, is there a simple patch to fix it? #+begin_src R :session :results output ### create x x <- rnorm(1) ### now print the result x #+end_src #+results: : : > > [1] 2.186783 What I would have liked is to have something that looks like this: #+results: : [1] 2.186783 Thanks, Chuck Charles C. Berry (858) 534-2098 Dept of Family/Preventive Medicine E mailto:cberry@tajo.ucsd.edu UC San Diego http://famprevmed.ucsd.edu/faculty/cberry/ La Jolla, San Diego 92093-0901