Hi
Using :VISIBILITY: in a headline PROPERTIES drawer:
It seems ":visibility: children" shows the headline content and children.
While ":visibility: content" shows just headline's children
Intuitively I'd say it should be the opposite way.
Org mode version 9.8-pre-28b631
Best regards
Reproduction:
1. emacs -Q
2. In the scratch buffer enable to org-mode.
3. Enable electric-pair-mode.
4. Paste this code:
#+begin_src emacs-lisp
;; (if (eq major-mode 'org-mode)
;; (org-cycle)
;; (yas-expand)))
;; ;; (my-completion-preview-insert)))
#+end_src
5. Then in the first line of the co