1
0
mirror of https://git.savannah.gnu.org/git/emacs/org-mode.git synced 2024-11-21 06:55:35 +00:00

doc/org-guide.org (Visibility Cycling): Fix incorrect statement

Fix incorrect assertion that initial visibility is overview.  It is
showeverything.

Reported-by: Matt M <home42@protonmail.com>
Link: https://orgmode.org/list/waxLE927Qoblcy_1hGRBGaOJjKgQ2K7NTFS9wFnEqHuW0BHAZYDkpGndbubOWtvpcJ06R378Mod8GsfA1UnuqLyT9QbQZFM8uaDxKHGPJhc=@protonmail.com
This commit is contained in:
Ihor Radchenko 2024-08-04 20:13:04 +02:00
parent 233a0ced97
commit 2f572779e5
No known key found for this signature in database
GPG Key ID: 6470762A7DA11D8B

View File

@ -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 =show<n>levels= (n = 2..5) like this: