From mboxrd@z Thu Jan 1 00:00:00 1970 From: Carsten Dominik Subject: Re: Mismatched div in html export Date: Sat, 15 Nov 2008 15:40:36 +0100 Message-ID: <8DDE3F0A-3444-480C-9FE4-9D12EAF4D86C@uva.nl> References: Mime-Version: 1.0 (Apple Message framework v929.2) Content-Type: text/plain; charset=US-ASCII; format=flowed; delsp=yes Content-Transfer-Encoding: 7bit Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1L1MKJ-0008Uo-79 for emacs-orgmode@gnu.org; Sat, 15 Nov 2008 09:40:43 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1L1MKH-0008Uc-2K for emacs-orgmode@gnu.org; Sat, 15 Nov 2008 09:40:42 -0500 Received: from [199.232.76.173] (port=36547 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1L1MKG-0008UZ-Sz for emacs-orgmode@gnu.org; Sat, 15 Nov 2008 09:40:40 -0500 Received: from nf-out-0910.google.com ([64.233.182.191]:24134) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1L1MKG-0000Q4-9Z for emacs-orgmode@gnu.org; Sat, 15 Nov 2008 09:40:40 -0500 Received: by nf-out-0910.google.com with SMTP id c7so1030877nfi.26 for ; Sat, 15 Nov 2008 06:40:39 -0800 (PST) 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: Matthew Lundin Cc: emacs-orgmode@gnu.org Fixed, thanks. - Carsten On Nov 14, 2008, at 10:13 PM, Matthew Lundin wrote: > > I believe I've found an unmatched div tag in html export. > > The problem occurs when the headlines of an export are set to 0, as > in: > > #+OPTIONS: h:0 toc:nil > > Here's a sample org source file: > > ----------org source begins--------- > #+TITLE: Test > #+OPTIONS: h:0 toc:nil > > * Bullet point > > Here is some text. > > * Another Bullet point > ** A sub point > > Some more text. > ----------org source ends------------ > > The source above exports as the following html: > > ----------html output begins------- > ... > >

Test

> >
    >
  • Bullet point
    > >

    > Here is some text. >

    >
  • >
  • Another Bullet point
    >
      >
    • A sub point
      > >

      > Some more text. >

    • >
    >
  • >
> > >
> ... > ----------html output ends------- > > Thanks, > > Matt > > > _______________________________________________ > 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