From mboxrd@z Thu Jan 1 00:00:00 1970 From: Dominique Dumont Subject: Re: org-babel strange html print in R Date: Fri, 07 Feb 2020 13:53:16 +0100 Message-ID: <3215656.Ko1QCt5if5@ylum> References: <875zgjh8wn.fsf@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Return-path: Received: from eggs.gnu.org ([2001:470:142:3::10]:50615) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1j038Q-0000uS-FB for emacs-orgmode@gnu.org; Fri, 07 Feb 2020 07:53:27 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1j038P-0001V9-JU for emacs-orgmode@gnu.org; Fri, 07 Feb 2020 07:53:26 -0500 Received: from smtp5-g21.free.fr ([2a01:e0c:1:1599::14]:18716) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1j038P-0001Mj-Ck for emacs-orgmode@gnu.org; Fri, 07 Feb 2020 07:53:25 -0500 Received: from ylum.localnet (unknown [IPv6:2a01:e34:edf7:4710:1615:a316:eca1:edef]) (Authenticated sender: domi.dumont) by smtp5-g21.free.fr (Postfix) with ESMTPSA id 8E2445FF27 for ; Fri, 7 Feb 2020 13:53:19 +0100 (CET) In-Reply-To: <875zgjh8wn.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-mx.org@gnu.org Sender: "Emacs-orgmode" To: emacs-orgmode@gnu.org On Thursday, 6 February 2020 19:23:36 CET Jeremie Juste wrote: > I've found that some strange results when outputing html from R. > Do you have some insights on a potential solution? On my system, org-mode 3.6.1 provides the expected table. All the best