From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nick Dokos Subject: Possible bug in org-cycle with property drawer Date: Wed, 25 Jan 2012 10:48:36 -0500 Message-ID: <8502.1327506516@alphaville> Reply-To: nicholas.dokos@hp.com Return-path: Received: from eggs.gnu.org ([140.186.70.92]:33498) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Rq56Y-0004Ir-LF for emacs-orgmode@gnu.org; Wed, 25 Jan 2012 10:49:55 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Rq56U-00014d-Be for emacs-orgmode@gnu.org; Wed, 25 Jan 2012 10:49:46 -0500 Received: from g4t0016.houston.hp.com ([15.201.24.19]:8998) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Rq56U-0000ov-8G for emacs-orgmode@gnu.org; Wed, 25 Jan 2012 10:49:42 -0500 Received: from g4t0009.houston.hp.com (g4t0009.houston.hp.com [16.234.32.26]) by g4t0016.houston.hp.com (Postfix) with ESMTP id F1D2414762 for ; Wed, 25 Jan 2012 15:48:37 +0000 (UTC) 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: emacs-orgmode@gnu.org Cc: nicholas.dokos@hp.com 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