From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jeremie Juste Subject: Re: org-babel strange html print in R Date: Sat, 08 Feb 2020 00:54:12 +0100 Message-ID: <87pneqnecb.fsf@gmail.com> References: <875zgjh8wn.fsf@gmail.com> <3215656.Ko1QCt5if5@ylum> <878sle1mec.fsf@gmail.com> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:470:142:3::10]:37447) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1j0DRy-0005Z2-A5 for emacs-orgmode@gnu.org; Fri, 07 Feb 2020 18:54:19 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1j0DRx-000476-26 for emacs-orgmode@gnu.org; Fri, 07 Feb 2020 18:54:18 -0500 Received: from mail-wm1-x333.google.com ([2a00:1450:4864:20::333]:33870) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1j0DRw-00046n-Qx for emacs-orgmode@gnu.org; Fri, 07 Feb 2020 18:54:17 -0500 Received: by mail-wm1-x333.google.com with SMTP id s144so4161404wme.1 for ; Fri, 07 Feb 2020 15:54:16 -0800 (PST) In-Reply-To: <878sle1mec.fsf@gmail.com> (Jack Kamm's message of "Fri, 07 Feb 2020 06:51:07 -0800") 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: Jack Kamm Cc: emacs-orgmode@gnu.org Hello, Jack Kamm writes: > Dominique Dumont writes: > >> On my system, org-mode 3.6.1 provides the expected table. > > My system produces the expected table as well (org 9.3.2, R 3.6.2). > > --Jack Thanks for the info. Unfortunately I couldn't identify the issue I updated R and org (org 9.3.2, R 3.6.2). launched > emacs -Q - executed the following commands (add-to-list 'load-path "/home/djj/.emacs.d/elpa/ess-20200115.225") (add-to-list 'load-path "/home/djj/.emacs.d/elpa/julia-mode-20180816.2117") (require 'ess-site) (org-babel-do-load-languages 'org-babel-load-languages '( (R . t) )) but I'm still getting #+begin_src R :results output :cache no :session "R2" library(xtable) x <- rnorm(100) y <- x + rnorm(100) a <- summary(lm(y ~ x)) print(xtable(a),type="html") #+end_src #+RESULTS: #+begin_example < < <
<
#+end_example Best regards, Jeremie