emacs-orgmode
[Top][All Lists]
Advanced

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

[Orgmode] Problems with drawers export


From: Bastien
Subject: [Orgmode] Problems with drawers export
Date: Wed, 31 Oct 2007 02:10:41 +0000
User-agent: Gnus/5.110007 (No Gnus v0.7) Emacs/23.0.0 (gnu/linux)

Hi Carsten,

there seem to be quite a few problems with drawers export (Org 5.13h)

Here is a test file: 

========================================================================
#+TITLE:     Test drawers export
#+DRAWERS:   HIDE TEST

:TEST:
This is not a drawer.
:END:

:HIDE:
This text is hidden.
:END:
========================================================================

Setting `org-export-with-drawers' nil/t seems to have no effect on the
export.  The lines starting with a column are always export as <pre>.

Then I tried setting (setq org-export-with-drawers '("HIDE")) so that
:HIDE: drawer's content would be exported.. but it removed the :HIDE:
drawer instead.

BTW, the d:(HIDE) seems not to be taken into account right now.  Did I
miss something?  Can you reproduce these problems?

Thanks!

-- 
Bastien




reply via email to

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