From ce1da4d2017a3a2530e94ca9ba53aa88a3a95302 Mon Sep 17 00:00:00 2001 From: Ihor Radchenko Date: Sun, 11 Feb 2024 15:10:48 +0100 Subject: [PATCH] fixup! org-startup-folded: Make values consistent with #+STARTUP keyword --- testing/lisp/test-org.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/testing/lisp/test-org.el b/testing/lisp/test-org.el index fc38cc666..2e4516536 100644 --- a/testing/lisp/test-org.el +++ b/testing/lisp/test-org.el @@ -3318,7 +3318,7 @@ Let’s 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))))