From: Skip Collins <skip.collins@gmail.com>
To: emacs-org list <emacs-orgmode@gnu.org>
Subject: verse html export
Date: Tue, 7 Mar 2017 14:38:48 -0500 [thread overview]
Message-ID: <CABUh-77FwY6B-5B_R7HbaX3L9RY3xouKhXuNA+qHy7txB9vwUw@mail.gmail.com> (raw)
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:
<p class="verse">
First line
Second line
</p>
I expect that there should be a <br /> tag at the end of the first line.
next reply other threads:[~2017-03-07 19:39 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-03-07 19:38 Skip Collins [this message]
2017-03-07 23:15 ` verse html export Nicolas Goaziou
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
List information: https://www.orgmode.org/
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=CABUh-77FwY6B-5B_R7HbaX3L9RY3xouKhXuNA+qHy7txB9vwUw@mail.gmail.com \
--to=skip.collins@gmail.com \
--cc=emacs-orgmode@gnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
Code repositories for project(s) associated with this public inbox
https://git.savannah.gnu.org/cgit/emacs/org-mode.git
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).