emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
* [BUG] Latex export fails to include drawers
@ 2010-11-03 20:01 Christian Moe
  0 siblings, 0 replies; only message in thread
From: Christian Moe @ 2010-11-03 20:01 UTC (permalink / raw)
  To: Org Mode

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

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2010-11-03 19:59 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2010-11-03 20:01 [BUG] Latex export fails to include drawers Christian Moe

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).