From mboxrd@z Thu Jan 1 00:00:00 1970 From: David O'Toole Subject: HTML export problems Date: Sat, 23 Aug 2008 15:27:28 -0400 Message-ID: <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 1KWylq-0005vU-9I for emacs-orgmode@gnu.org; Sat, 23 Aug 2008 15:27:34 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1KWylo-0005uE-4Q for emacs-orgmode@gnu.org; Sat, 23 Aug 2008 15:27:33 -0400 Received: from [199.232.76.173] (port=35590 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KWyln-0005u9-V4 for emacs-orgmode@gnu.org; Sat, 23 Aug 2008 15:27:31 -0400 Received: from yx-out-1718.google.com ([74.125.44.157]:48684) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1KWyln-0002jK-Nz for emacs-orgmode@gnu.org; Sat, 23 Aug 2008 15:27:31 -0400 Received: by yx-out-1718.google.com with SMTP id 34so487054yxf.66 for ; Sat, 23 Aug 2008 12:27:30 -0700 (PDT) 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: Orgmode Mailing List 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.