From mboxrd@z Thu Jan 1 00:00:00 1970 From: Michael Maurer Subject: Re: top headline's visibility property blocked by subheadline's property Date: Mon, 8 Jan 2018 17:36:49 +0100 Message-ID: References: <87efn9wgx5.fsf@nicolasgoaziou.fr> <87shbomkiw.fsf@nicolasgoaziou.fr> Mime-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:39126) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1eYaPs-0005im-6g for emacs-orgmode@gnu.org; Mon, 08 Jan 2018 11:36:53 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1eYaPr-00038m-Bi for emacs-orgmode@gnu.org; Mon, 08 Jan 2018 11:36:52 -0500 Received: from mail-qk0-x229.google.com ([2607:f8b0:400d:c09::229]:37227) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1eYaPr-00038W-6L for emacs-orgmode@gnu.org; Mon, 08 Jan 2018 11:36:51 -0500 Received: by mail-qk0-x229.google.com with SMTP id p13so14871967qke.4 for ; Mon, 08 Jan 2018 08:36:50 -0800 (PST) In-Reply-To: <87shbomkiw.fsf@nicolasgoaziou.fr> 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, Jan 2, 2018 at 2:56 PM, Nicolas Goaziou wrote: > Hello, > > Michael Maurer writes: > >> Basically what I expect is to see 2017 folded, with none of its >> children visible (because I added the visibility/folded property). >> Instead I see all the children, apparently because they themselves >> have a visibility/folded property. When I delete the children's >> visibility/folded property, the 2017 visibility/folded property gets >> respected and they are all folded. >> >> What I want to see >> >> * 2017 >> * 2016 >> >> What I get >> >> * 2017 >> ** January >> ** February >> .... >> * 2016 >> ** January >> ** February >> .... > > I see. Fixed. Thank you. > > Regards, > > -- > Nicolas Goaziou I installed the latest version of org, but now all my visibility/folded properties get ignored so with 8.2.10 I get * 2017 ** January ** February .... * 2016 ** January ** February but with the latest I get * 2017 ** January ***1 ***2 ***3 ... ** February ***1 ***2 ***3 .... * 2016 ** January ***1 ***2 ***3 .... ** February ***1 ***2 ***3 .... Maybe something fundamentally changed how properties get parsed, I don't know.