From mboxrd@z Thu Jan 1 00:00:00 1970 From: Steven Delean Subject: Bug: HTML not formatted correctly from R source code block [9.3.6 (9.3.6-23-g01ee25-elpaplus @ /home/opdfa/.emacs.d/elpa/org-plus-contrib-20200309/)] Date: Mon, 9 Mar 2020 14:42:57 +0000 Message-ID: <20200310011255.2d045f82@t460> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:470:142:3::10]:55687) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1jBJca-0004Fp-Aj for emacs-orgmode@gnu.org; Mon, 09 Mar 2020 10:43:09 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1jBJcZ-0004ml-0F for emacs-orgmode@gnu.org; Mon, 09 Mar 2020 10:43:08 -0400 Received: from mta-dc2-n0.services.adelaide.edu.au ([129.127.208.21]:54346) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1jBJcY-0004gQ-Ez for emacs-orgmode@gnu.org; Mon, 09 Mar 2020 10:43:06 -0400 Content-Language: en-US Content-ID: 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" Hi, HTML table produced from a source code block (using R code) does not displa= y because html code is not formatted correctly in the exported html output. T= he source code block uses: #+begin_src R :results output html :exports both zd <- data.frame(a =3D 1:3, b =3D letters[1:3]) knitr:::kable(zd) #+end_src Each line in the html table that is produced is broken mid-line where a > symbol is replaced with a line feed. The html code that is produced shows t= hat there is a line feed where there should be a > symbol after the ;" for each= th header tag in the table.
Thanks for your time, Best regards, Steve Emacs : GNU Emacs 26.3 (build 2, x86_64-pc-linux-gnu, GTK+ Version 3.22.30= ) of 2019-09-17 Package: Org mode version 9.3.6 (9.3.6-23-g01ee25-elpaplus @ /home/opdfa/.emacs.d/elpa/org-plus-contrib-20200309/)