[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[O] Possible bug in org-cycle with property drawer
From: |
Nick Dokos |
Subject: |
[O] Possible bug in org-cycle with property drawer |
Date: |
Wed, 25 Jan 2012 10:48:36 -0500 |
I start emacs with a minimal .emacs and an empty org file, insert
a headline and insert a property drawer with org-insert-property-drawer.
The drawer starts out folded and TAB does not unfold it. I fold the headline
and unfold it: the property drawer is now unfolded and TAB does *not* fold it.
In addition, the fontification of :PROPERTIES: is wrong: there is no face
specified when I check with C-u C-x =, whereas if I add another drawer
its "front" has an org-special-keyword face. Other drawers behave normally.
IIRC, I had this problem last night, before the recent drawer changes went in,
but I didn't try it with a minimal .emacs then.
I single-stepped through org-cycle and did not find a place where the property
drawer is dealt with: is it supposed to be lumped together with other drawers?
If so, it does not seem to work.
I did not try any other "special" drawers (LOGBOOK, CLOCK, RESULTS).
Can somebody test and confirm/deny?
Thanks,
Nick
Org-mode version 7.8.03 (release_7.8.03.238.g96cd)
(NB: includes a few unrelated local patches)
GNU Emacs 24.0.92.1 (x86_64-unknown-linux-gnu, GTK+ Version 2.24.4) of
2012-01-24
- [O] Possible bug in org-cycle with property drawer,
Nick Dokos <=
- Re: [O] Possible bug in org-cycle with property drawer, Carsten Dominik, 2012/01/25
- Re: [O] Possible bug in org-cycle with property drawer, Bastien, 2012/01/25
- Re: [O] Possible bug in org-cycle with property drawer, Nick Dokos, 2012/01/25
- Re: [O] Possible bug in org-cycle with property drawer, Bastien, 2012/01/26
- Re: [O] Possible bug in org-cycle with property drawer, Nick Dokos, 2012/01/26
- Re: [O] Possible bug in org-cycle with property drawer, Achim Gratz, 2012/01/26
- Re: [O] Possible bug in org-cycle with property drawer, Bastien, 2012/01/28
- Re: [O] Possible bug in org-cycle with property drawer, Achim Gratz, 2012/01/29
- Re: [O] Possible bug in org-cycle with property drawer, Bastien, 2012/01/29