emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
From: Carsten Dominik <dominik@science.uva.nl>
To: Matthew Lundin <mdl@imapmail.org>
Cc: emacs-orgmode@gnu.org
Subject: Re: Mismatched div in html export
Date: Sat, 15 Nov 2008 15:40:36 +0100	[thread overview]
Message-ID: <8DDE3F0A-3444-480C-9FE4-9D12EAF4D86C@uva.nl> (raw)
In-Reply-To: <m2od0im2ok.fsf@fastmail.fm>

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-------
> ...
> </head><body>
> <h1 class="title">Test</h1>
>                        <!-- note: no beginning div tag here -->
> <ul>
> <li id="sec-1">Bullet point<br/>
>
> <p>
> Here is some text.
> </p>
> </li>
> <li id="sec-2">Another Bullet point<br/>
> <ul>
> <li id="sec-2.1">A sub point<br/>
>
> <p>
> Some more text.
> </p></li>
> </ul>
> </li>
> </ul>
>
> </div>                   <!-- here is the unmatched div tag-->
> <div id="postamble">
> ...
> ----------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

      reply	other threads:[~2008-11-15 14:40 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-11-14 21:13 Mismatched div in html export Matthew Lundin
2008-11-15 14:40 ` Carsten Dominik [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://www.orgmode.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=8DDE3F0A-3444-480C-9FE4-9D12EAF4D86C@uva.nl \
    --to=dominik@science.uva.nl \
    --cc=emacs-orgmode@gnu.org \
    --cc=mdl@imapmail.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).