From mboxrd@z Thu Jan 1 00:00:00 1970 From: John Hendy Subject: Re: Refresher on including R/ggplot2 output via latex/pdf? Date: Tue, 29 Oct 2019 09:39:39 -0500 Message-ID: References: <87sgndlcbe.fsf@gmail.com> <87imo9lavb.fsf@gmail.com> <875zk9qtta.fsf@gmail.com> <08172A54-EF30-43BB-84E2-C573C7EA14B2@ucsd.edu> <87o8y0g3us.fsf@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Return-path: Received: from eggs.gnu.org ([2001:470:142:3::10]:35457) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1iPSf3-0008Io-7N for emacs-orgmode@gnu.org; Tue, 29 Oct 2019 10:39:54 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1iPSf2-0001u0-67 for emacs-orgmode@gnu.org; Tue, 29 Oct 2019 10:39:53 -0400 Received: from mail-qk1-x72e.google.com ([2607:f8b0:4864:20::72e]:40320) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1iPSf2-0001th-0I for emacs-orgmode@gnu.org; Tue, 29 Oct 2019 10:39:52 -0400 Received: by mail-qk1-x72e.google.com with SMTP id y81so12419481qkb.7 for ; Tue, 29 Oct 2019 07:39:51 -0700 (PDT) In-Reply-To: <87o8y0g3us.fsf@gmail.com> 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: Jack Kamm Cc: emacs-orgmode , "Berry, Charles" On Mon, Oct 28, 2019 at 12:46 PM Jack Kamm wrote: > > > 2) why does this [still] work for Jack? (Jack, what's M-x org-version for you?) > > I tested on my laptop and desktop, both work for me, they are running the following 2 versions of org: > > Org mode version 9.2.4 (9.2.4-13-g9a543b-elpaplus @ /home/jack/.emacs.d/elpa/org-plus-contrib-20190729/) > Org mode version 9.2.6 (9.2.6-4-ge30905-elpaplus @ /home/jack/.emacs.d/elpa/org-plus-contrib-20190930/) Closing the loop. I can confirm that my example works on this commit (one before the relevant change) (thanks, Chuck!). commit ed9bdfd220b75233e5bae2ef39164d14624060fa (HEAD) Merge: 0954d4c25 0ae2e656d Author: Marco Wahl Date: Fri Oct 5 00:54:19 2018 +0200 Completely stumped on how that works for you. My final question; is the documentation accurate, or more accurately, is it unambiguous? 14.8.2.2 :results file Interpret as path to a file. Inserts a link to the file. Usage example: :results value file. 14.8.2.3 :file An external :file that saves the results of execution of the code block... A link to the file is inserted. As written, using :results file and :file both claim to insert a link to the file. Should this be clarified? Thanks all, John