Browse Source

manual: Update for change in org-startup-folded default

* doc/org-manual.org (Initial visibility):
(Summary of In-Buffer Settings): Update description of
org-startup-folded default, which changed in 88f5ed91c.

Reported-by: Charles Millar <millarc@verizon.net>
<708b3f3d-147b-a798-52cf-a13809c7470f@verizon.net>
Kyle Meyer 5 years ago
parent
commit
cd2b108d22
1 changed files with 5 additions and 6 deletions
  1. 5 6
      doc/org-manual.org

+ 5 - 6
doc/org-manual.org

@@ -566,10 +566,9 @@ Org uses just two commands, bound to {{{kbd(TAB)}}} and
 
 #+vindex: org-startup-folded
 When Emacs first visits an Org file, the global state is set to
-OVERVIEW, i.e., only the top level headlines are visible[fn:6].  This
-can be configured through the variable ~org-startup-folded~, or on
-a per-file basis by adding one of the following lines anywhere in the
-buffer:
+SHOWEVERYTHING, i.e., all file content is visible[fn:6].  This can be
+configured through the variable ~org-startup-folded~, or on a per-file
+basis by adding one of the following lines anywhere in the buffer:
 
 #+cindex: @samp{STARTUP}, keyword
 #+begin_example
@@ -18871,8 +18870,8 @@ changes.
   #+vindex: org-startup-folded
   The first set of options deals with the initial visibility of the
   outline tree.  The corresponding variable for global default
-  settings is ~org-startup-folded~ with a default value of ~t~, which
-  is the same as ~overview~.
+  settings is ~org-startup-folded~ with a default value of
+  ~showeverything~.
 
   | =overview=       | Top-level headlines only.  |
   | =content=        | All headlines.             |