Chris Malone <chris.m.mal...@gmail.com> writes:
>
> I added your suggestion to my .emacs but upon export it removed the
> entire block, which is odd based on the source code for the
> function...

Hmm... That's not my experience.

When I export the following file...

--8<---------------cut here---------------start------------->8---
* Preliminary material                                               :prelim:

Some preliminary material

* Point one

Text in point one

* Point two                                                          :prelim:

Text in point two.

* Point three

Text in point three.
--8<---------------cut here---------------end--------------->8---

The resulting html looks like this (rendered in w3m)...

--8<---------------cut here---------------start------------->8---
Some preliminary material

Table of Contents

  * 1 Point one
  * 2 Point three

1 Point one

Text in point one

Text in point two.

2 Point three

Text in point three.

Date: 2011-05-04 18:22:09 EDT

Author: Matt Lundin

Org version 7.5 with Emacs version 24

Validate XHTML 1.0
--8<---------------cut here---------------end--------------->8---

Best,
Matt

Reply via email to