emacs-orgmode
[Top][All Lists]
Advanced

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

[Orgmode] [BUG] Latex export fails to include drawers


From: Christian Moe
Subject: [Orgmode] [BUG] Latex export fails to include drawers
Date: Wed, 03 Nov 2010 21:01:18 +0100
User-agent: Mozilla/5.0 (Macintosh; U; PPC Mac OS X 10.5; en-US; rv:1.9.2.12) Gecko/20101027 Thunderbird/3.1.6

The Latex exporter seems to fail to include drawers when asked to.
The HTML exporter, however, includes them as expected (as verbatim example).

I've looked at org-exp.el to try to understand why, but I don't.

I'm using 7.02trans on GNU Emacs 23.2.1.

Minimal example:

---------------------------
#+TITLE: Drawers
#+DRAWERS: NOTES
#+OPTIONS: d:t

A drawer should follow.

:NOTES:
This is a note in a drawer.
:END:
---------------------------

What I expect to see (skipping title etc.)

------------------------------
A drawer should follow.

\begin{verbatim}
 NOTES
 This is a note in a drawer.
\end{verbatim}

\end{document}
------------------------------

What I get:

------------------------------
A drawer should follow.



\end{document}
------------------------------



reply via email to

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