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 some web pages that were valid XHTML 1.0 Transitional
documents, but transformation of them to another format proved to be
problematic for the same reason that you mention.

David O'Toole <[EMAIL PROTECTED]> writes:

> 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 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-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 ([EMAIL PROTECTED])


_______________________________________________
Emacs-orgmode mailing list
Remember: use `Reply All' to send replies to the list.
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode

Reply via email to