From mboxrd@z Thu Jan 1 00:00:00 1970 From: Skip Collins Subject: verse html export Date: Tue, 7 Mar 2017 14:38:48 -0500 Message-ID: Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:60805) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1clKwy-0005Tp-B6 for emacs-orgmode@gnu.org; Tue, 07 Mar 2017 14:39:13 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1clKwx-0007lq-IF for emacs-orgmode@gnu.org; Tue, 07 Mar 2017 14:39:12 -0500 Received: from mail-ot0-x234.google.com ([2607:f8b0:4003:c0f::234]:36247) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1clKwx-0007l7-Cq for emacs-orgmode@gnu.org; Tue, 07 Mar 2017 14:39:11 -0500 Received: by mail-ot0-x234.google.com with SMTP id i1so14964322ota.3 for ; Tue, 07 Mar 2017 11:39:09 -0800 (PST) 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-org list The following block exports to LaTeX/PDF as expected, with a break between the first and second line: #+BEGIN_VERSE First line Second line #+END_VERSE The HTML export does not have a line break, so the text runs together on the same line when shown in the browser:

First line Second line

I expect that there should be a
tag at the end of the first line.