From mboxrd@z Thu Jan 1 00:00:00 1970 From: Carsten Dominik Subject: Re: Possible bug in org-cycle with property drawer Date: Wed, 25 Jan 2012 16:03:33 +0000 Message-ID: <1C99B39E-9DF2-44E1-A978-A20F18269AD8@gmail.com> References: <8502.1327506516@alphaville> Mime-Version: 1.0 (Apple Message framework v1084) Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([140.186.70.92]:60425) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Rq5K1-0004Cx-Pt for emacs-orgmode@gnu.org; Wed, 25 Jan 2012 11:03:47 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Rq5K0-0003CJ-2N for emacs-orgmode@gnu.org; Wed, 25 Jan 2012 11:03:41 -0500 Received: from mail-ww0-f49.google.com ([74.125.82.49]:34992) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Rq5Jz-0003CA-Sm for emacs-orgmode@gnu.org; Wed, 25 Jan 2012 11:03:40 -0500 Received: by wgbds1 with SMTP id ds1so3282018wgb.30 for ; Wed, 25 Jan 2012 08:03:38 -0800 (PST) In-Reply-To: <8502.1327506516@alphaville> 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 Do you have a newline after the :END: line? - Carsten On 25.1.2012, at 15:48, Nick Dokos wrote: > 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. >=20 > 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 =3D, whereas if I add another = drawer > its "front" has an org-special-keyword face. Other drawers behave = normally. >=20 > 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. >=20 > 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. >=20 > I did not try any other "special" drawers (LOGBOOK, CLOCK, RESULTS). >=20 > Can somebody test and confirm/deny? >=20 > Thanks, > Nick >=20 > 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 >=20