From mboxrd@z Thu Jan 1 00:00:00 1970 From: Subject: Spurious source-code output? Date: Thu, 5 May 2011 10:24:28 -0500 Message-ID: Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([140.186.70.92]:49658) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QI0Pt-0001Vu-55 for emacs-orgmode@gnu.org; Thu, 05 May 2011 11:24:38 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1QI0Ps-0005tn-3A for emacs-orgmode@gnu.org; Thu, 05 May 2011 11:24:37 -0400 Received: from mailout1-trp.thomsonreuters.com ([163.231.6.6]:47008) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QI0Pr-0005tN-Tr for emacs-orgmode@gnu.org; Thu, 05 May 2011 11:24:36 -0400 Received: from trpusmneagrly01.int.westgroup.com (relay1 [163.231.22.97]) by mailout1-trp.thomsonreuters.com (Sentrion-MTA-4.0.5/Sentrion-MTA-4.0.5) with ESMTP id p45FOXuB019204 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=FAIL) for ; Thu, 5 May 2011 15:24:33 GMT Received: from TLRUSMNEAGHUB01.ERF.THOMSON.COM (TLRUSMNEAGHUB01.erf.thomson.com [163.231.22.181]) by trpusmneagrly01.int.westgroup.com (Sentrion-MTA-4.0.5/Sentrion-MTA-4.0.5) with ESMTP id p45FOWx1013202 (version=TLSv1/SSLv3 cipher=AES128-SHA bits=128 verify=FAIL) for ; Thu, 5 May 2011 15:24:33 GMT Content-Language: en-US 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 Hi, I've got the following source-code section in a sample org-mode document: #+BEGIN_SRC R :exports output :results graphics :file t.png plot(1:10, 1:10) #+END_SRC My intention is to show just the figure, not the source code, when I export= to HTML. But when I do 'C-c C-c' to evaluate the code (which produces a "= #+results:" section as expected) and then 'C-c C-e b' to produce the HTML, = I'm getting both the source code and the plot in the output. I must be misunderstanding the BEGIN_SRC parameters? Could anyone correct = me? I'm using Org-mode 7.5 with Aquamacs 2.2 (GNU Emacs 23.3.1). Thanks. -- Ken Williams Senior Research Scientist Thomson Reuters http://labs.thomsonreuters.com