Re: [Orgmode] Re: HTML export problems

2008-08-25 Thread Jesse Alama
I'm on your side: I agree that it's a bug either in org-mode or the XHTML 1.0 Transitional specification (if not both). I imagine it's straightforward to fix the problem. I mentioned standards because I came across this problem in another context (not related to org-mode) . I was working with som

Re: [Orgmode] Re: HTML export problems

2008-08-23 Thread David O'Toole
Specification conformance is beside the point, it is still a bug. We are unable to properly style this first paragraph because it has no P tag, and therefore the styles that apply to the P tag in our css don't work. On Sat, 2008-08-23 at 13:17 -0700, Jesse Alama wrote: > David O'Toole <[EMAIL PROT

[Orgmode] Re: HTML export problems

2008-08-23 Thread Jesse Alama
David O'Toole <[EMAIL PROTECTED]> 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-versio