mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-03 12:27:26 -05:00
tweak(org): org-startup-folded = nil
'nil' behaves the same as 'showeverything' in every other way, except it respects visibility options (like 'hideblocks').
This commit is contained in:
@ -122,7 +122,12 @@ Is relative to `org-directory', unless it is absolute. Is used in Doom's default
|
|||||||
(?C . success))
|
(?C . success))
|
||||||
org-startup-indented t
|
org-startup-indented t
|
||||||
org-tags-column 0
|
org-tags-column 0
|
||||||
org-use-sub-superscripts '{})
|
org-use-sub-superscripts '{}
|
||||||
|
;; `showeverything' is org's default, but it doesn't respect
|
||||||
|
;; `org-hide-block-startup' (#+startup: hideblocks), archive trees,
|
||||||
|
;; hidden drawers, or VISIBILITY properties. `nil' is equivalent, but
|
||||||
|
;; respects these settings.
|
||||||
|
org-startup-folded nil)
|
||||||
|
|
||||||
(setq org-refile-targets
|
(setq org-refile-targets
|
||||||
'((nil :maxlevel . 3)
|
'((nil :maxlevel . 3)
|
||||||
|
Reference in New Issue
Block a user