Open
Description
Does this feature exist in Emacs orgmode core?
Yes
Orgmode link
https://emacs.stackexchange.com/questions/65146/how-to-have-folding-and-unfolding-of-headers-in-orgmode-file-persist-through-ema/65149#65149
https://orgmode.org/manual/Initial-visibility.html
Feature value
It's useful to keep some headlines always folded, and using things like
#+VISIBILITY: folded
And things like this:
* Headline
:PROPERTIES:
:VISIBILITY: all
:END:
* Foo
* BAR
Additional context
No response