Experimentally include plain lists in Org's visibility cycling

It's nice to be able to collapse plain lists easily, as I have some
quite large ones.  The comment advises to be careful with certain
situations yields strange results, though, which is why this setting is
deemed experimental for the time being.
This commit is contained in:
Daniel Borchmann 2024-04-11 19:01:04 +02:00
parent 9edd604d26
commit edb5d9119b
No known key found for this signature in database
GPG Key ID: 784AA8DF0CCDF625

View File

@ -783,7 +783,8 @@
(defvar org-time-was-given nil))) (defvar org-time-was-given nil)))
(use-package org-cycle (use-package org-cycle
:autoload (org-cycle-hide-drawers)) :autoload (org-cycle-hide-drawers)
:init (setq org-cycle-include-plain-lists 'integrate))
;; Drag-and-Drop images into org-mode buffer ;; Drag-and-Drop images into org-mode buffer
(use-package org-download (use-package org-download