emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
From: Jesse Alama <alama@stanford.edu>
To: emacs-orgmode@gnu.org
Subject: Re: HTML export problems
Date: Sat, 23 Aug 2008 13:17:21 -0700	[thread overview]
Message-ID: <m2prnzlc4u.fsf@stanford.edu> (raw)
In-Reply-To: 1219519648.27880.3.camel@pod.lab

David O'Toole <dto@gnu.org> writes:

> The first paragraph before any heading is exported, but without
> surrounding P paragraph tags; the remaining paragraphs (whether before
> other headings, or after those headings) all have P tags and this is
> messing up the styling. I'm using org-version 6.06b.
>
> #+OPTIONS skip:nil is on.

Perhaps surprisingly, that is valid XHTML 1.0 Transitional:

  <h1>Big Header</h1>
  
  Blah, blah.
  
  <p>A paragraph unlike the previous one.</p>

I think that is malformed according to XHTML 1.1.

Jesse

-- 
Jesse Alama (alama@stanford.edu)

  reply	other threads:[~2008-08-23 20:17 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-08-23 19:27 HTML export problems David O'Toole
2008-08-23 20:17 ` Jesse Alama [this message]
2008-08-23 21:36   ` David O'Toole
2008-08-23 22:22     ` Jesse Alama
2008-08-23 20:35 ` Sebastian Rose
2008-09-07 15:41 ` Carsten Dominik

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=m2prnzlc4u.fsf@stanford.edu \
    --to=alama@stanford.edu \
    --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).