From mboxrd@z Thu Jan 1 00:00:00 1970 From: William Denton Subject: Recent bug in R source blocks generating images Date: Thu, 7 Apr 2016 22:50:23 -0400 (EDT) Message-ID: Mime-Version: 1.0 Content-Type: MULTIPART/MIXED; BOUNDARY="658601964-1817907041-1460083823=:9305" Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:58932) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aoMVB-0003lI-Vw for emacs-orgmode@gnu.org; Thu, 07 Apr 2016 22:50:30 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1aoMV8-0007dF-OA for emacs-orgmode@gnu.org; Thu, 07 Apr 2016 22:50:29 -0400 Received: from shell.miskatonic.org ([65.39.236.119]:58691) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aoMV8-0007br-Kv for emacs-orgmode@gnu.org; Thu, 07 Apr 2016 22:50:26 -0400 Received: from localhost (localhost [127.0.0.1]) by shell.miskatonic.org (Postfix) with ESMTP id C876EFA0CE3 for ; Thu, 7 Apr 2016 22:50:23 -0400 (EDT) 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: emacs-orgmode@gnu.org This message is in MIME format. The first part should be readable text, while the remaining parts are likely unreadable without MIME-aware tools. --658601964-1817907041-1460083823=:9305 Content-Type: TEXT/PLAIN; format=flowed; charset=UTF-8 Content-Transfer-Encoding: quoted-printable This is #+BEGIN_SRC R :session :results graphics :file example.png :width 800 :he= ight 400 library(ggplot2) ggplot(mpg, aes(class)) + geom_bar() #+END_SRC --=20 William Denton =E2=86=94 Toronto, Canada =E2=86=94 https://www.miskaton= ic.org/ --658601964-1817907041-1460083823=:9305--