emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
From: Lawrence Bottorff <borgauf@gmail.com>
To: emacs-orgmode Mailinglist <emacs-orgmode@gnu.org>
Subject: quote block interrupts text?
Date: Sun, 3 Jan 2016 21:12:08 +0000	[thread overview]
Message-ID: <CAFAhFSXOe7wfO53TY+ndgT2R+zXk5HQ9p_m_nZ=EbLm6043f5g@mail.gmail.com> (raw)

[-- Attachment #1: Type: text/plain, Size: 1007 bytes --]

I've got this

** The quick red fox

   #+BEGIN_QUOTE
   red foxes are great
   #+END_QUOTE

   jumped over the lazy brown dog.

But when I export to HTML I see the

<div id="outline-container-orgheadline5" class="outline-3">
   <h3 id="orgheadline5">
      <span class="section-number-3">1.5</span>
           The quick red fox
    </h3>
    <div id="text-1-5" class="outline-text-3">
       <blockquote>
            <p>Red foxes are great.</p>
       </blockquote>
       <p> jumped over the lazy brown dog.</p>
   </div>
</div>

That is, the export is introducing <p> when the level's text resumes after
the quote, forcing me to pick through my style.css and change everything
individually, e.g., font-size. What I need is for the "jumped over the lazy
dog." to not be in <p></p> under the <div id="text-1-5"
class="outline-text-3"> but outside it, i.e., at the same level as the
first block of text. Basically, I want a way to insert quotes, code blocks,
whatever and not have it twist up the HTML.

LB

[-- Attachment #2: Type: text/html, Size: 3284 bytes --]

             reply	other threads:[~2016-01-03 21:12 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-01-03 21:12 Lawrence Bottorff [this message]
2016-01-21  9:35 ` quote block interrupts text? 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='CAFAhFSXOe7wfO53TY+ndgT2R+zXk5HQ9p_m_nZ=EbLm6043f5g@mail.gmail.com' \
    --to=borgauf@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).