emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Orgmode] Bug: Strange behavior with export options


From: Daniel J. Sinder
Subject: [Orgmode] Bug: Strange behavior with export options
Date: Fri, 08 Feb 2008 18:16:25 -0800
User-agent: Thunderbird 2.0.0.9 (X11/20071031)

The following file erroneously includes the first drawer in the exported HTML. Removing '@:t' from the export #+OPTIONS fixes the problem. Both with and without '@:t', 'Text before first headline' is properly included, and the second drawer are properly suppressed.

------------------------------
:PROPERTIES:
#+TITLE:   Intro/Drawer Test
#+OPTIONS: skip:nil d:nil @:t
:END:

Text before first headline.
* First Headline
  :PROPERTIES:
  :prop1: value
  :END:
* Second Headline
------------------------------

Org-mode version 5.19a
GNU Emacs 22.1.50.1 (i686-pc-linux-gnu, X toolkit) of 2007-06-18

Dan




reply via email to

[Prev in Thread] Current Thread [Next in Thread]