Re: [Orgmode] Drawers and HTML Export

2009-05-22 Thread Carsten Dominik
On May 23, 2009, at 2:31 AM, sran...@gmail.com wrote: Nick Dokos wrote: sran...@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

Re: [Orgmode] Drawers and HTML Export

2009-05-22 Thread srandby
Nick Dokos wrote: sran...@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_HTM

Re: [Orgmode] Drawers and HTML Export

2009-05-22 Thread Nick Dokos
sran...@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_

[Orgmode] Drawers and HTML Export

2009-05-22 Thread srandby
Greetings: 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 inten