From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nicolas Goaziou Subject: Re: top headline's visibility property blocked by subheadline's property Date: Mon, 08 Jan 2018 17:56:37 +0100 Message-ID: <87r2r047cq.fsf@nicolasgoaziou.fr> References: <87efn9wgx5.fsf@nicolasgoaziou.fr> <87shbomkiw.fsf@nicolasgoaziou.fr> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:49052) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1eYaj3-00079X-Qw for emacs-orgmode@gnu.org; Mon, 08 Jan 2018 11:56:42 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1eYaj3-0001WE-3X for emacs-orgmode@gnu.org; Mon, 08 Jan 2018 11:56:41 -0500 Received: from relay4-d.mail.gandi.net ([2001:4b98:c:538::196]:46257) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1eYaj2-0001VE-Tn for emacs-orgmode@gnu.org; Mon, 08 Jan 2018 11:56:41 -0500 In-Reply-To: (Michael Maurer's message of "Mon, 8 Jan 2018 17:36:49 +0100") 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: Michael Maurer Cc: emacs-orgmode@gnu.org Hello, Michael Maurer writes: > I installed the latest version of org, but now all my > visibility/folded properties get ignored What version? > 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 > .... With the following document * 2017 :PROPERTIES: :VISIBILITY: folded :END: ** december :PROPERTIES: :VISIBILITY: folded :END: *** 31 *** 30 ** november :PROPERTIES: :VISIBILITY: folded :END: using C-u C-u TAB displays * 2017... Regards, -- Nicolas Goaziou