From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Daniel J. Sinder" Subject: Bug: Strange behavior with export options Date: Fri, 08 Feb 2008 18:16:25 -0800 Message-ID: <47AD0CF9.1010706@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1JNfGZ-0006qi-1y for emacs-orgmode@gnu.org; Fri, 08 Feb 2008 21:16:31 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1JNfGW-0006oT-OY for emacs-orgmode@gnu.org; Fri, 08 Feb 2008 21:16:29 -0500 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JNfGW-0006oO-K3 for emacs-orgmode@gnu.org; Fri, 08 Feb 2008 21:16:28 -0500 Received: from balanced.mail.policyd.dreamhost.com ([208.97.132.119] helo=randymail-a7.g.dreamhost.com) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1JNfGW-0008Nn-D9 for emacs-orgmode@gnu.org; Fri, 08 Feb 2008 21:16:28 -0500 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: emacs-orgmode 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