From mboxrd@z Thu Jan 1 00:00:00 1970 From: Vikas Rawal Subject: Re: R code block produces no output Date: Tue, 17 Dec 2019 19:41:40 +0530 Message-ID: References: Mime-Version: 1.0 Content-Type: multipart/alternative; boundary="000000000000f7a43b0599e6e8a2" Return-path: Received: from eggs.gnu.org ([2001:470:142:3::10]:51155) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1ihDZs-0008Vi-L4 for emacs-orgmode@gnu.org; Tue, 17 Dec 2019 09:11:57 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ihDZr-0006Ql-HW for emacs-orgmode@gnu.org; Tue, 17 Dec 2019 09:11:56 -0500 Received: from mail-lf1-x134.google.com ([2a00:1450:4864:20::134]:43602) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1ihDZr-0006OC-A0 for emacs-orgmode@gnu.org; Tue, 17 Dec 2019 09:11:55 -0500 Received: by mail-lf1-x134.google.com with SMTP id 9so7053087lfq.10 for ; Tue, 17 Dec 2019 06:11:55 -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: William Denton Cc: org-mode mailing list --000000000000f7a43b0599e6e8a2 Content-Type: text/plain; charset="UTF-8" On Tue, 17 Dec 2019 at 18:13, William Denton wrote: > On 17 December 2019, Vikas Rawal wrote: > > > A simple code block like the following does not create the graph. > > > > #+NAME: test > > #+BEGIN_SRC R :results output graphics :exports results :file temp.jpg > :width 2400 :height 1200 :res 300 :session temp > > That should be ":results file graphics". > > Thanks very much. This works. I guess this has recently changed. I have always used ":results output graphics" Vikas --000000000000f7a43b0599e6e8a2 Content-Type: text/html; charset="UTF-8" Content-Transfer-Encoding: quoted-printable


=
On Tue, 17 Dec 2019 at 18:13, William= Denton <wtd@pobox.com> wrote:
On 17 December 20= 19, Vikas Rawal wrote:

> A simple code block like the following does not create the graph.
>
> #+NAME: test
> #+BEGIN_SRC R :results output graphics :exports results :file temp.jpg= :width 2400 :height 1200=C2=A0 :res 300 :session temp

That should be ":results file graphics".


Thanks very much. This works. I guess = this has recently changed. I have always used ":results output graphic= s"

Vikas
--000000000000f7a43b0599e6e8a2--