From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jack Kamm Subject: Re: Refresher on including R/ggplot2 output via latex/pdf? Date: Sat, 30 Nov 2019 11:21:15 -0800 Message-ID: <87blstrx04.fsf@gmail.com> References: <87sgndlcbe.fsf@gmail.com> <87imo9lavb.fsf@gmail.com> <875zk9qtta.fsf@gmail.com> <08172A54-EF30-43BB-84E2-C573C7EA14B2@ucsd.edu> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:470:142:3::10]:50746) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1ib8Iy-0007SM-RO for emacs-orgmode@gnu.org; Sat, 30 Nov 2019 14:21:21 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ib8Iy-0004XF-0o for emacs-orgmode@gnu.org; Sat, 30 Nov 2019 14:21:20 -0500 Received: from mail-pg1-x530.google.com ([2607:f8b0:4864:20::530]:40305) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1ib8Ix-0004Wy-S4 for emacs-orgmode@gnu.org; Sat, 30 Nov 2019 14:21:19 -0500 Received: by mail-pg1-x530.google.com with SMTP id k25so237810pgt.7 for ; Sat, 30 Nov 2019 11:21:19 -0800 (PST) In-Reply-To: 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: John Hendy , "Berry, Charles" Cc: emacs-orgmode > 2) why does this [still] work for Jack? (Jack, what's M-x org-version for you?) This thread is old, but I finally realized why we were having discrepant results. It's because I was installing org-plus-contrib from org-mode ELPA via package.el, which pulls from "maint" branch. Since I've switched to pulling from git "master" branch, I've found that I need to specify ":results file" in order to get the link to the plot inserted.