From mboxrd@z Thu Jan 1 00:00:00 1970 From: Erik Iverson Subject: Re: Re: org-babel-R export parameters Date: Mon, 07 Jun 2010 14:56:30 -0500 Message-ID: <4C0D4EEE.9090105@ccbr.umn.edu> References: <20100606225802.GC13859@thinkpad.adamsinfoserv.com> <87k4qbyc5p.fsf@stats.ox.ac.uk> <20100607080434.GD13859@thinkpad.adamsinfoserv.com> <871vcjp631.fsf@stats.ox.ac.uk> <20100607103100.GE13859@thinkpad.adamsinfoserv.com> <4C0D3D20.7020304@ccbr.umn.edu> <20100607185119.GG13859@thinkpad.adamsinfoserv.com> <87eigilj9w.fsf@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Return-path: Received: from [140.186.70.92] (port=44744 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OLiR1-0006Ai-Ka for emacs-orgmode@gnu.org; Mon, 07 Jun 2010 15:56:36 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1OLiR0-0005Cf-LB for emacs-orgmode@gnu.org; Mon, 07 Jun 2010 15:56:35 -0400 Received: from walleye.ccbr.umn.edu ([128.101.116.11]:3644) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OLiR0-0005CQ-FS for emacs-orgmode@gnu.org; Mon, 07 Jun 2010 15:56:34 -0400 In-Reply-To: <87eigilj9w.fsf@gmail.com> 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: Eric Schulte Cc: emacs-orgmode@gnu.org > I personally find this useful because it allows me to use code blocks to > generate results, and then when I'm content with the file I can set > ":exports none" to avoid re-generating the file on every export -- while > retaining the existing link keeps the file included in my export. > > I do see how this could be confusing, and maybe it would be appropriate > to begin stripping out the results of code blocks on export. 1 vote for that from me, for the exact same situation as this thread describes, i.e., I want to preview graphics in emacs, but have PDFs included in LaTeX upon export. I have cobbled together something this afternoon that uses doc-view to overlay a png over a PDF results file. There are a couple things to sort out, but I'll post that when I get home, it could possibly help here, at least with not having to generate both types of files from R/org-mode.