From mboxrd@z Thu Jan 1 00:00:00 1970 From: Michael Maurer Subject: Re: latest org-mode ignores visibility property selectively Date: Sat, 2 Feb 2019 11:15:40 +0100 Message-ID: References: Mime-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Return-path: Received: from eggs.gnu.org ([209.51.188.92]:36331) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gpsKv-0001fv-V7 for emacs-orgmode@gnu.org; Sat, 02 Feb 2019 05:15:46 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1gpsKt-00065Z-JC for emacs-orgmode@gnu.org; Sat, 02 Feb 2019 05:15:45 -0500 Received: from mail-oi1-x234.google.com ([2607:f8b0:4864:20::234]:46619) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1gpsKq-0005xw-4o for emacs-orgmode@gnu.org; Sat, 02 Feb 2019 05:15:41 -0500 Received: by mail-oi1-x234.google.com with SMTP id x202so7894484oif.13 for ; Sat, 02 Feb 2019 02:15:35 -0800 (PST) In-Reply-To: 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" To: emacs-orgmode@gnu.org On Tue, 29 Jan 2019 at 17:39, Michael Maurer wrote: > > I'm currently using org-mode version 9.1.14, where everything > seemingly works fine. > > The problem is, when I upgrade to the latest version via the packaging > system, one particular headline no longer folds and hides its > children, although the visiblity properties are identical to other > headlines, and the way its children are structured as well. > > On startup the custom property gets ignored, it's not folded, and all > its children are visible. I've upgraded to the latest emacs version, > to see if that makes a difference, but the problem persists. Not sure > where or how I should start to track this problem down. > > Here's the offending headline. > > * DONE 2017 [462/462] abc,cde, efg, hij, klm > :PROPERTIES: > :VISIBILITY: folded > :END: > ** DONE Dezember [34/34] abc, eds > :PROPERTIES: > :VISIBILITY: folded > :END: > CLOSED: [2017-12-31 So 00:19] > - CLOSING NOTE [2017-12-31 So 00:19] Ok, I figured it out. If the top headline has a "visibility: folded" property, and one of its children has that property as well, the parents property gets disabled, for some reason. Guess it's a bug?