From mboxrd@z Thu Jan 1 00:00:00 1970 From: Alexander Vorobiev Subject: Klipse change removed line breaks in html export of code blocks Date: Fri, 15 Sep 2017 00:04:44 -0500 Message-ID: Mime-Version: 1.0 Content-Type: multipart/alternative; boundary="001a1141673c9fe5770559335660" Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:41601) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1dsioY-0001K2-9c for emacs-orgmode@gnu.org; Fri, 15 Sep 2017 01:05:19 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1dsioX-0003Zd-CU for emacs-orgmode@gnu.org; Fri, 15 Sep 2017 01:05:18 -0400 Received: from mail-vk0-x236.google.com ([2607:f8b0:400c:c05::236]:46171) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1dsioX-0003TX-6h for emacs-orgmode@gnu.org; Fri, 15 Sep 2017 01:05:17 -0400 Received: by mail-vk0-x236.google.com with SMTP id v203so599445vkv.3 for ; Thu, 14 Sep 2017 22:05:15 -0700 (PDT) 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: emacs-orgmode --001a1141673c9fe5770559335660 Content-Type: text/plain; charset="UTF-8" Hi, I noticed that at some point source code blocks lost the line breaks in the html export. Closer investigation revealed that the reason was the change ( https://www.mail-archive.com/emacs-orgmode@gnu.org/msg113099.html) which started using
 html tags instead of 
 so setting
(setq org-html-keep-old-src t) fixed the issue for me.

My question is why is this behavior not the default? It looks like Klipse
supports very few languages (of which I use none) but the change affects
every single language supported by Org mode.

Thanks,
Alex

--001a1141673c9fe5770559335660
Content-Type: text/html; charset="UTF-8"
Content-Transfer-Encoding: quoted-printable

Hi,

I noticed that at some point source= code blocks lost the line breaks in the html export. Closer investigation = revealed that the reason was the change (https://www.mail-archive.com/em= acs-orgmode@gnu.org/msg113099.html) which started using=C2=A0
<pre><code class =3D ...> html tags instead of <pre class = =3D ...> so setting (setq org-html-keep-old-src t) fixed the issue for m= e.=C2=A0

My question is why is this behavior not t= he default? It looks like Klipse supports very few languages (of which I us= e none) but the change affects every single language supported by Org mode.=

Thanks,
Alex
--001a1141673c9fe5770559335660--