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}
------------------------------

_______________________________________________
Emacs-orgmode mailing list
Please use `Reply All' to send replies to the list.
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode

Reply via email to