From 8ff32dfbf2e14419eb542d58ee39c1545f34354b Mon Sep 17 00:00:00 2001 From: TEC Date: Fri, 19 Mar 2021 20:01:03 +0800 Subject: [PATCH] doc/org-manual.org: clarify #+startup behaviour * doc/org-manual.org: clarify the behaviour that each #+startup option implies. --- doc/org-manual.org | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/doc/org-manual.org b/doc/org-manual.org index e8763ff17..a005cce52 100644 --- a/doc/org-manual.org +++ b/doc/org-manual.org @@ -598,6 +598,19 @@ *** Initial visibility is requested by startup options and =VISIBILITY= properties in individual entries. +A summary of each keyword's behaviour may be seen in the table below. +| #+startup: | org-startup-folded | VISIBILITY | shows headings | shows body | +|---------------------+--------------------+------------+----------------+------------| +| overview (or fold) | t | x | lvl1 | | +| content | 'content | x | all | | +| show2levels | 'show2levels | x | lvl1-2 | | +| ... | 'showNlevels | x | lvl1-N | | +| show5levels | 'show5levels | x | lvl1-5 | | +| showall (or nofold) | nil | x | all | x | +| showeverything | 'showeverything | | all | x | +| | 'showeverything | | all | x | + + *** Catching invisible edits :PROPERTIES: :DESCRIPTION: Preventing mistakes when editing invisible parts. -- 2.30.1