浏览代码

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 年之前
父节点
当前提交
cd2b108d22
共有 1 个文件被更改,包括 5 次插入6 次删除
  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
 #+vindex: org-startup-folded
 When Emacs first visits an Org file, the global state is set to
 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
 #+cindex: @samp{STARTUP}, keyword
 #+begin_example
 #+begin_example
@@ -18871,8 +18870,8 @@ changes.
   #+vindex: org-startup-folded
   #+vindex: org-startup-folded
   The first set of options deals with the initial visibility of the
   The first set of options deals with the initial visibility of the
   outline tree.  The corresponding variable for global default
   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.  |
   | =overview=       | Top-level headlines only.  |
   | =content=        | All headlines.             |
   | =content=        | All headlines.             |