emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
From: Carsten Dominik <carsten.dominik@gmail.com>
To: Ulf Stegemann <ulf-news@zeitform.de>
Cc: emacs-orgmode@gnu.org
Subject: Re: Literal HTML export and paragraphs
Date: Mon, 29 Mar 2010 11:51:11 +0200	[thread overview]
Message-ID: <A77D9633-8453-48F0-AC93-FB59417716A3@gmail.com> (raw)
In-Reply-To: <zf.upnd3zwyuqa.fsf@zeitform.de>

Hi Ulf,

On Feb 23, 2010, at 1:58 PM, Ulf Stegemann wrote:

> Hi,
>
> not quite sure if that's a bug but I've just noticed that literal HTML
> export with `#+HTML' or `#+BEGIN_HTML ...' suppresses paragraph  
> markups
> whenever literal export appears at the end of a paragraph.  An org  
> file
> like this
>
> ,----
> | line 1
> | line 2
> |
> | line 3
> `----
>
> is exported to
>
> ,----
> | <p>
> | line 1
> | line 2
> | </p>
> | <p>
> | line 3
> | </p>
> `----
>
> while an org file like this
>
> ,----
> | line 1
> | #+HTML: <strong>line 2</strong>
> |
> | line 3
> `----
>
> is exported to
>
> ,----
> | <p>
> | line 1
> | <strong>line 2</strong>
> |
> | line 3
> | </p>
> `----
>
> This is probably not a major thing but it may lead to invalid HTML  
> code.
> Suppose `line 3' is replaced by e.g. an example block (which inserts  
> its
> own p element) then a p element would appear inside another p element
> which is not allowed.

I think your observation is correct.  However, it is very tricky
to get this right, and I don't have the time to look into this now.

- Carsten

      reply	other threads:[~2010-03-29 11:28 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-02-23 12:58 Literal HTML export and paragraphs Ulf Stegemann
2010-03-29  9:51 ` Carsten Dominik [this message]

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=A77D9633-8453-48F0-AC93-FB59417716A3@gmail.com \
    --to=carsten.dominik@gmail.com \
    --cc=emacs-orgmode@gnu.org \
    --cc=ulf-news@zeitform.de \
    /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).