From mboxrd@z Thu Jan 1 00:00:00 1970 From: Carsten Dominik Subject: Re: Bug: Strange behavior with export options Date: Sat, 9 Feb 2008 08:26:53 +0100 Message-ID: References: <47AD0CF9.1010706@gmail.com> Mime-Version: 1.0 (Apple Message framework v915) 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 1JNk72-0001FE-Ol for emacs-orgmode@gnu.org; Sat, 09 Feb 2008 02:27:00 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1JNk70-0001Ep-UE for emacs-orgmode@gnu.org; Sat, 09 Feb 2008 02:27:00 -0500 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JNk70-0001Em-QZ for emacs-orgmode@gnu.org; Sat, 09 Feb 2008 02:26:58 -0500 Received: from fg-out-1718.google.com ([72.14.220.154]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1JNk70-0001dv-Ir for emacs-orgmode@gnu.org; Sat, 09 Feb 2008 02:26:58 -0500 Received: by fg-out-1718.google.com with SMTP id d23so3428293fga.30 for ; Fri, 08 Feb 2008 23:26:57 -0800 (PST) In-Reply-To: <47AD0CF9.1010706@gmail.com> 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: "Daniel J. Sinder" Cc: emacs-orgmode Fixed, thanks. - Carsten On Feb 9, 2008, at 3:16 AM, Daniel J. Sinder wrote: > 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 > > > _______________________________________________ > 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