Rasmus wrote:
> Andreas Leha <andreas.l...@med.uni-goettingen.de> writes:
>>
>> If there are `#+latex_header:' entries in a section and that section is
>> `COMMENT'ed out, I'd expect the #+latex_header entries to be
>> uneffective.  As they are when I comment them out one by one as in
>> `# #+latex_header:'.
>>
>> Is this a bug? (I'd say, yes....)
>
> Why?  I guess you can still archive 

I'd also say that this is a bug, as -- in my understanding --
COMMENT'ing a subtree is exactly equivalent to commenting every line of
it, that is:

--8<---------------cut here---------------start------------->8---
* COMMENT Section
Some text
Some code
Some text
--8<---------------cut here---------------end--------------->8---

should be equivalent to:

--8<---------------cut here---------------start------------->8---
# * Section
# Some text
# Some code
# Some text
--8<---------------cut here---------------end--------------->8---

Best regards,
  Seb

-- 
Sebastien Vauban


Reply via email to