summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKyle Meyer <kyle@kyleam.com>2020-05-14 00:00:27 -0400
committerKyle Meyer <kyle@kyleam.com>2020-05-14 00:00:27 -0400
commitcd2b108d22ca59638bae836e4709ec9e8d08675a (patch)
treebf2924c636213fc1702413968b12ae5db2da0b0b
parent8d3f9e4de2764b24409aea650ff5a13d9043a452 (diff)
downloadorg-mode-cd2b108d22ca59638bae836e4709ec9e8d08675a.tar.gz
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>
-rw-r--r--doc/org-manual.org11
1 files changed, 5 insertions, 6 deletions
diff --git a/doc/org-manual.org b/doc/org-manual.org
index f57a975..a7bdbab 100644
--- a/doc/org-manual.org
+++ b/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. |