Re: [O] top headline's visibility property blocked by subheadline's property

2018-01-09 Thread Nicolas Goaziou
Hello,

Michael Maurer  writes:

> Nope. And I think I figured it out. When I remove
>
>  CLOSED: [2017-12-31 So 00:17]
> - CLOSING NOTE [2017-12-31 So 00:17]
>
> and the :PROPERTIES: specification is the only thing underneath the
> headline, it works.

Per Org syntax, the properties drawer should be the first thing below
the headline, barring any planning info line (scheduled, deadline,
closed).

In ORG-NEWS, there's a function to fix your documents.

Regards,

-- 
Nicolas Goaziou



Re: [O] top headline's visibility property blocked by subheadline's property

2018-01-09 Thread Michael Maurer
On Mon, Jan 8, 2018 at 6:22 PM, Nicolas Goaziou  wrote:
> Michael Maurer  writes:
>
>> On Mon, Jan 8, 2018 at 5:56 PM, Nicolas Goaziou  
>> wrote:
>>> Hello,
>>>
>>> Michael Maurer  writes:
>>>
 I installed the latest version of org, but now all my
 visibility/folded properties get ignored
>>>
>>> What version?
>>
>> org-plus-contrib-20180108
>
> It should be fine.
>
> And you don't obtain the same view with the given example?

Nope. And I think I figured it out. When I remove

 CLOSED: [2017-12-31 So 00:17]
- CLOSING NOTE [2017-12-31 So 00:17]

and the :PROPERTIES: specification is the only thing underneath the
headline, it works.



Re: [O] top headline's visibility property blocked by subheadline's property

2018-01-08 Thread Nicolas Goaziou
Michael Maurer  writes:

> On Mon, Jan 8, 2018 at 5:56 PM, Nicolas Goaziou  
> wrote:
>> Hello,
>>
>> Michael Maurer  writes:
>>
>>> I installed the latest version of org, but now all my
>>> visibility/folded properties get ignored
>>
>> What version?
>
> org-plus-contrib-20180108

It should be fine.

And you don't obtain the same view with the given example?



Re: [O] top headline's visibility property blocked by subheadline's property

2018-01-08 Thread Michael Maurer
On Mon, Jan 8, 2018 at 5:56 PM, Nicolas Goaziou  wrote:
> Hello,
>
> Michael Maurer  writes:
>
>> I installed the latest version of org, but now all my
>> visibility/folded properties get ignored
>
> What version?

org-plus-contrib-20180108



Re: [O] top headline's visibility property blocked by subheadline's property

2018-01-08 Thread Nicolas Goaziou
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



Re: [O] top headline's visibility property blocked by subheadline's property

2018-01-08 Thread Michael Maurer
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.



Re: [O] top headline's visibility property blocked by subheadline's property

2018-01-02 Thread Nicolas Goaziou
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



Re: [O] top headline's visibility property blocked by subheadline's property

2018-01-02 Thread Michael Maurer
On Mon, Jan 1, 2018 at 7:52 PM, Nicolas Goaziou  wrote:
> Hello,
>
> Michael Maurer  writes:
>
>> I'm not sure if this is a feature, or I'm missing something, but if I
>> set up an outline like this:
>>
>> * 2017
>> :PROPERTIES:
>> :VISIBILITY: folded
>> :END:
>> ** december
>> :PROPERTIES:
>> :VISIBILITY: folded
>> :END:
>> *** 31
>> *** 30
>> ** november
>> :PROPERTIES:
>> :VISIBILITY: folded
>> :END:
>>
>> 
>>
>> the headlines underneath 2016 don't get folded.
>
> I'm not sure to understand. Where is headline "2016"? What do you get
> upon opening the document (or pressing C-u C-u )? What did you
> expect instead?
>
> Regards,
>
> --
> Nicolas Goaziou

2016 was a typo, I meant 2017.

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


Doing a #STARTUP: overview isn't really an option, since I want to see
the content unless I specifiy otherwise.



Re: [O] top headline's visibility property blocked by subheadline's property

2018-01-01 Thread Nicolas Goaziou
Hello,

Michael Maurer  writes:

> I'm not sure if this is a feature, or I'm missing something, but if I
> set up an outline like this:
>
> * 2017
> :PROPERTIES:
> :VISIBILITY: folded
> :END:
> ** december
> :PROPERTIES:
> :VISIBILITY: folded
> :END:
> *** 31
> *** 30
> ** november
> :PROPERTIES:
> :VISIBILITY: folded
> :END:
>
> 
>
> the headlines underneath 2016 don't get folded.

I'm not sure to understand. Where is headline "2016"? What do you get
upon opening the document (or pressing C-u C-u )? What did you
expect instead?

Regards,

-- 
Nicolas Goaziou



[O] top headline's visibility property blocked by subheadline's property

2018-01-01 Thread Michael Maurer
hello,

I'm not sure if this is a feature, or I'm missing something, but if I
set up an outline like this:

* 2017
:PROPERTIES:
:VISIBILITY: folded
:END:
** december
:PROPERTIES:
:VISIBILITY: folded
:END:
*** 31
*** 30
** november
:PROPERTIES:
:VISIBILITY: folded
:END:



the headlines underneath 2016 don't get folded. If I manually delete
the visibility property of the months, it gets folded. Reason for this
setup is that after each done year, I'd like to hide all its children
without manually going through each month and deleting the property.