fixup! org-startup-folded: Make values consistent with #+STARTUP keyword

This commit is contained in:
Ihor Radchenko 2024-02-11 15:10:48 +01:00
parent c2a58bbd53
commit ce1da4d201
No known key found for this signature in database
GPG Key ID: 6470762A7DA11D8B
1 changed files with 1 additions and 1 deletions

View File

@ -3318,7 +3318,7 @@ Lets stop here
(list org-priority-highest org-priority-lowest org-priority-default))))
;; STARTUP keyword.
(should
(equal '(t t)
(equal '(fold t)
(org-test-with-temp-text "#+STARTUP: fold odd"
(org-mode-restart)
(list org-startup-folded org-odd-levels-only))))