* Local visibility makes header always visible
@ 2022-04-09 20:27 Eduardo Suarez
2022-04-18 5:59 ` Eduardo Suarez-Santana
0 siblings, 1 reply; 4+ messages in thread
From: Eduardo Suarez @ 2022-04-09 20:27 UTC (permalink / raw)
To: emacs-orgmode
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?
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: Local visibility makes header always visible
2022-04-09 20:27 Local visibility makes header always visible Eduardo Suarez
@ 2022-04-18 5:59 ` Eduardo Suarez-Santana
2022-04-19 2:45 ` Ihor Radchenko
0 siblings, 1 reply; 4+ messages in thread
From: Eduardo Suarez-Santana @ 2022-04-18 5:59 UTC (permalink / raw)
To: emacs-orgmode
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?
>
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2022-10-12 5:50 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-04-09 20:27 Local visibility makes header always visible Eduardo Suarez
2022-04-18 5:59 ` Eduardo Suarez-Santana
2022-04-19 2:45 ` Ihor Radchenko
2022-10-12 5:50 ` Ihor Radchenko
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/emacs.git
https://git.savannah.gnu.org/cgit/emacs/org-mode.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.