VISIBILITY property: Is it mixed children and content?

2024-09-30 Thread Kepa
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

Elecrtic-pair-mode works incorrectly in code blocks

2024-09-30 Thread the_wurfkreuz
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