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 08:36:36 -0500 Message-ID: <4C0CF5E4.9030306@ccbr.umn.edu> References: <20100606225802.GC13859@thinkpad.adamsinfoserv.com> <87k4qbyc5p.fsf@stats.ox.ac.uk> <20100607080434.GD13859@thinkpad.adamsinfoserv.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=41890 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OLcUl-0007XQ-B4 for emacs-orgmode@gnu.org; Mon, 07 Jun 2010 09:36:08 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1OLcUg-0007it-1c for emacs-orgmode@gnu.org; Mon, 07 Jun 2010 09:36:03 -0400 Received: from pegasus.biostat.wisc.edu ([144.92.73.35]:46919) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OLcUf-0007iS-Sl for emacs-orgmode@gnu.org; Mon, 07 Jun 2010 09:35:58 -0400 In-Reply-To: <20100607080434.GD13859@thinkpad.adamsinfoserv.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: Dan Davison , emacs-orgmode > The idea is I want to be able to see the inline PNG image of my graph > while writing, and when I export I'll point the latex exporter to the > PDF. This provides a vector format for Latex, instead of a low > resolution bitmap. Yes you can use PDF's as includes, and they look > great because they are a vector format. I have this exact same issue. One idea I haven't explored, but that might be possible, is to generate PDFs in org-babel, and then display the pdf using emacs doc-view, which converts to png for display in an emacs buffer, if I understand correctly.