emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Orgmode] Re: HTML export problems


From: Jesse Alama
Subject: [Orgmode] Re: HTML export problems
Date: Sat, 23 Aug 2008 13:17:21 -0700
User-agent: Gnus/5.110007 (No Gnus v0.7) Emacs/22.2 (darwin)

David O'Toole <address@hidden> 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 (address@hidden)





reply via email to

[Prev in Thread] Current Thread [Next in Thread]