emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
* Problems with drawers export
@ 2007-10-31  2:10 Bastien
  2007-11-04  7:22 ` Carsten Dominik
  0 siblings, 1 reply; 2+ messages in thread
From: Bastien @ 2007-10-31  2:10 UTC (permalink / raw)
  To: emacs-orgmode

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

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: Problems with drawers export
  2007-10-31  2:10 Problems with drawers export Bastien
@ 2007-11-04  7:22 ` Carsten Dominik
  0 siblings, 0 replies; 2+ messages in thread
From: Carsten Dominik @ 2007-11-04  7:22 UTC (permalink / raw)
  To: Bastien; +Cc: emacs-orgmode


On  31Oct2007, at 3:10 AM, Bastien wrote:

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

Fixed for 5.14, thanks.

- Carsten

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2007-11-04  7:22 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2007-10-31  2:10 Problems with drawers export Bastien
2007-11-04  7:22 ` Carsten Dominik

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).