From 2f572779e53d8f0dc4df2dda9ec44b56d932dd47 Mon Sep 17 00:00:00 2001 From: Ihor Radchenko Date: Sun, 4 Aug 2024 20:13:04 +0200 Subject: [PATCH] doc/org-guide.org (Visibility Cycling): Fix incorrect statement Fix incorrect assertion that initial visibility is overview. It is showeverything. Reported-by: Matt M Link: https://orgmode.org/list/waxLE927Qoblcy_1hGRBGaOJjKgQ2K7NTFS9wFnEqHuW0BHAZYDkpGndbubOWtvpcJ06R378Mod8GsfA1UnuqLyT9QbQZFM8uaDxKHGPJhc=@protonmail.com --- doc/org-guide.org | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/org-guide.org b/doc/org-guide.org index b526f55ed..599707c15 100644 --- a/doc/org-guide.org +++ b/doc/org-guide.org @@ -167,7 +167,7 @@ visibility in the buffer. Show all, including drawers. When Emacs first visits an Org file, the global state is set to -OVERVIEW, i.e., only the top level headlines are visible. This can be +~showeverything~, i.e., all file content is visible. This can be configured through the variable ~org-startup-folded~, or on a per-file basis by adding a =STARTUP= keyword to =overview=, =content=, =showall=, =showeverything= or =showlevels= (n = 2..5) like this: