From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nick Dokos Subject: Re: Possible bug in org-cycle with property drawer Date: Wed, 25 Jan 2012 11:17:53 -0500 Message-ID: <8796.1327508273@alphaville> References: <8502.1327506516@alphaville> <87aa5bdaug.fsf@gnu.org> Reply-To: nicholas.dokos@hp.com Return-path: Received: from eggs.gnu.org ([140.186.70.92]:35343) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Rq5h0-0007AS-T1 for emacs-orgmode@gnu.org; Wed, 25 Jan 2012 11:27:31 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Rq5Ym-0005u5-Du for emacs-orgmode@gnu.org; Wed, 25 Jan 2012 11:19:01 -0500 Received: from g4t0014.houston.hp.com ([15.201.24.17]:2023) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Rq5Ym-0005WT-AM for emacs-orgmode@gnu.org; Wed, 25 Jan 2012 11:18:56 -0500 In-Reply-To: Message from Bastien of "Wed, 25 Jan 2012 17:07:51 +0100." <87aa5bdaug.fsf@gnu.org> List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: Bastien Cc: nicholas.dokos@hp.com, emacs-orgmode@gnu.org Bastien wrote: > Hi Nick, > > Nick Dokos writes: > > > 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. > > What is the value of `org-drawers' in your file/setup? > That's it: I had a #+DRAWERS: JUNK GARBAGE TRASH line in the file (and I didn't report it in the original email: blush! sorry about that). Without it, the property drawer behaves normally. Thanks, Nick