From mboxrd@z Thu Jan 1 00:00:00 1970 From: SabreWolfy Subject: Re: Exporting output and graphics from R Date: Fri, 31 May 2013 12:15:24 +0000 (UTC) Message-ID: References: <86li6wvenc.fsf@somewhere.org> <87li6wzlab.fsf@krugs.de> <87txlklibj.fsf@news.tumashu-localhost.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:57594) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UiOJV-000429-26 for emacs-orgmode@gnu.org; Fri, 31 May 2013 08:20:11 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UiOJQ-00045l-Bf for emacs-orgmode@gnu.org; Fri, 31 May 2013 08:20:09 -0400 Received: from plane.gmane.org ([80.91.229.3]:54895) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UiOJQ-00043y-5x for emacs-orgmode@gnu.org; Fri, 31 May 2013 08:20:04 -0400 Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1UiOJP-0006me-JE for emacs-orgmode@gnu.org; Fri, 31 May 2013 14:20:03 +0200 Received: from ss0.wits.ac.za ([146.141.1.90]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 31 May 2013 14:20:03 +0200 Received: from sabrewolfy by ss0.wits.ac.za with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 31 May 2013 14:20:03 +0200 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 Feng Shu gmail.com> writes: > #+BEGIN_SRC R :results output :exports both > pngname <- "testout.png" > png(pngname) > plot(1:10, 1:10) > dev.off() > x <- 1:10 > paste("[[./", pngname, "]]",sep="") > #+END_SRC Thanks. This is a great suggestion.