emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Local visibility makes header always visible


From: Eduardo Suarez-Santana
Subject: Re: Local visibility makes header always visible
Date: Mon, 18 Apr 2022 06:59:07 +0100

Would you consider this as a bug?

On Sat, Apr 09, 2022 at 09:27:36PM +0100, Eduardo Suarez wrote:
> Say next org file, where I want the content of entry ABA not to be shown (e.g.
> because it is not important).
> 
> --- BEGIN ORG FILE ---
> #+STARTUP: content
> * A
> ** AA
> ** AB
> *** ABA
> :PROPERTIES:
> :VISIBILITY: folded
> :END:
> **** ABAA
> **** ABAB
> **** ABAC
> ** AC
> * B
> * C
> --- END ORG FILE
> 
> This works as expected an entries ABAA, ABAB and ABAC are not shown at 
> startup.
> 
> However, if I change startup visibility from 'content' to 'overview', I would
> expect only first level headers to be shown. However, what I get is:
> 
> --- BEGIN ORG BUFFER (VISIBLE) ---
> #+STARTUP: overview
> * A...
> ** AB
> *** ABA...
> * B
> * C
> --- END ORG BUFFER (VISIBLE) ---
> 
> Is this intended behaviour?
> 




reply via email to

[Prev in Thread] Current Thread [Next in Thread]