[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Orgmode] Re: [BUG] some nasty bugs with PROPERTIES drawers
From: |
Paul Sexton |
Subject: |
[Orgmode] Re: [BUG] some nasty bugs with PROPERTIES drawers |
Date: |
Tue, 31 Aug 2010 19:05:56 +0000 (UTC) |
User-agent: |
Loom/3.14 (http://gmane.org/) |
Erik Iverson <eriki <at> ccbr.umn.edu> writes:
> See the :exports argument, the default is code only.
>
> http://orgmode.org/org.html#exports
That was my initial assumption, which is why I had BEGIN_SRC blocks in the file.
But then I found that it crashed during export with these blocks, and stopped
crashing once I changed them to BEGIN_EXAMPLE, which made me question my
initial
assumption and suspect that the BEGIN_SRC blocks were being evaluated/executed
somehow.
Paul