From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nick Dokos Subject: Re: Drawers and HTML Export Date: Fri, 22 May 2009 18:25:48 -0400 Message-ID: <9588.1243031148@alphaville.usa.hp.com> References: <4A1721C8.4010304@gmail.com> Reply-To: nicholas.dokos@hp.com Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1M7dD8-0005kT-Di for emacs-orgmode@gnu.org; Fri, 22 May 2009 18:27:30 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1M7dD2-0005jS-UH for emacs-orgmode@gnu.org; Fri, 22 May 2009 18:27:30 -0400 Received: from [199.232.76.173] (port=34415 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1M7dD2-0005jP-Oz for emacs-orgmode@gnu.org; Fri, 22 May 2009 18:27:24 -0400 Received: from g1t0028.austin.hp.com ([15.216.28.35]:2452) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1M7dD2-0000IQ-Fk for emacs-orgmode@gnu.org; Fri, 22 May 2009 18:27:24 -0400 In-Reply-To: Message from srandby@gmail.com of "Fri, 22 May 2009 18:06:00 EDT." <4A1721C8.4010304@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: srandby@gmail.com Cc: "[Orgmode]" srandby@gmail.com wrote: > I just discovered that if I put HTML source code into a drawer, it is > not exported. The following example illustrates a situation where only > the headline is exported. > > #+DRAWERS: DUCK > * Ducks Quack > :DUCK: > #+BEGIN_HTML >

> The quack ducks. >

> #+END_HTML > :END: > > Is this behavior intended or is it a bug? I would like to put HTML > code in a drawer to keep it out of the way. I am using Org-Mode > 6.26trans in Emacs 22. > I haven't tried it but this should help: ,---- | org-export-with-drawers is a variable defined in `org-exp.el'. | Its value is nil | | Documentation: | Non-nil means, export with drawers like the property drawer. | When t, all drawers are exported. This may also be a list of | drawer names to export. | | You can customize this variable. `---- Does it? Nick