From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jack Kamm Subject: Re: Bug: R src blocks fail to produce link to graphics file [9.3 org-plus-contrib-20200127] Date: Mon, 27 Jan 2020 09:29:35 -0800 Message-ID: <874kwgg64g.fsf@gmail.com> References: <38232967-8656-40be-89de-30a7fd180838@www.fastmail.com> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:470:142:3::10]:47679) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1iw8Ch-0004Z6-LG for emacs-orgmode@gnu.org; Mon, 27 Jan 2020 12:29:40 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1iw8Cg-0003Vb-Lw for emacs-orgmode@gnu.org; Mon, 27 Jan 2020 12:29:39 -0500 Received: from mail-pg1-x533.google.com ([2607:f8b0:4864:20::533]:42173) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1iw8Cg-0003TJ-Em for emacs-orgmode@gnu.org; Mon, 27 Jan 2020 12:29:38 -0500 Received: by mail-pg1-x533.google.com with SMTP id s64so5479592pgb.9 for ; Mon, 27 Jan 2020 09:29:37 -0800 (PST) In-Reply-To: <38232967-8656-40be-89de-30a7fd180838@www.fastmail.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-mx.org@gnu.org Sender: "Emacs-orgmode" To: Tyler Smith , Emacs Org-Mode Help > #+begin_src R :results graphics :file test.jpg > plot (1:10) > #+end_src It should now be ":results graphics file". This behavior changed in Org 9.3, see https://orgmode.org/Changes.html (:file header argument no longer assume "file" :results).