From mboxrd@z Thu Jan 1 00:00:00 1970 From: David O'Toole Subject: Re: Re: HTML export problems Date: Sat, 23 Aug 2008 17:36:53 -0400 Message-ID: <1219527413.28696.2.camel@pod.lab> References: <1219519648.27880.3.camel@pod.lab> Mime-Version: 1.0 Content-Type: text/plain Content-Transfer-Encoding: 7bit Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1KX0n7-00056Y-Q8 for emacs-orgmode@gnu.org; Sat, 23 Aug 2008 17:37:01 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1KX0n5-00053p-Sf for emacs-orgmode@gnu.org; Sat, 23 Aug 2008 17:37:01 -0400 Received: from [199.232.76.173] (port=44154 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KX0n5-00053Z-LM for emacs-orgmode@gnu.org; Sat, 23 Aug 2008 17:36:59 -0400 Received: from yx-out-1718.google.com ([74.125.44.156]:7071) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1KX0n5-0002XT-1H for emacs-orgmode@gnu.org; Sat, 23 Aug 2008 17:36:59 -0400 Received: by yx-out-1718.google.com with SMTP id 34so501539yxf.66 for ; Sat, 23 Aug 2008 14:36:55 -0700 (PDT) In-Reply-To: List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: Jesse Alama Cc: emacs-orgmode@gnu.org 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 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: > >

Big Header

> > Blah, blah. > >

A paragraph unlike the previous one.

> > I think that is malformed according to XHTML 1.1. > > Jesse >