From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bastien Subject: Re: Possible bug in org-cycle with property drawer Date: Wed, 25 Jan 2012 17:07:51 +0100 Message-ID: <87aa5bdaug.fsf@gnu.org> References: <8502.1327506516@alphaville> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([140.186.70.92]:35623) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Rq5Mz-0006i3-Mz for emacs-orgmode@gnu.org; Wed, 25 Jan 2012 11:06:51 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Rq5Mt-0003lU-Pl for emacs-orgmode@gnu.org; Wed, 25 Jan 2012 11:06:45 -0500 Received: from mail-bk0-f41.google.com ([209.85.214.41]:53439) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Rq5Mt-0003lM-HS for emacs-orgmode@gnu.org; Wed, 25 Jan 2012 11:06:39 -0500 Received: by bkbzx1 with SMTP id zx1so5130298bkb.0 for ; Wed, 25 Jan 2012 08:06:37 -0800 (PST) In-Reply-To: <8502.1327506516@alphaville> (Nick Dokos's message of "Wed, 25 Jan 2012 10:48:36 -0500") 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: nicholas.dokos@hp.com Cc: emacs-orgmode@gnu.org 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? -- Bastien