Ihor Radchenko writes:
> Eduardo Suarez-Santana writes:
>
>> Would you consider this as a bug?
>
> Yep.
>
> Confirmed.
Fixed on main.
https://git.savannah.gnu.org/cgit/emacs/org-mode.git/commit/?id=eb15341b3c0c0dc82eab7edf3b634bc211bfa797
--
Ihor Radchenko // yantar92,
Org mode contributor,
L
Eduardo Suarez-Santana writes:
> Would you consider this as a bug?
Yep.
Confirmed.
Best,
Ihor
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
> :PRO
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