mirror of
https://git.savannah.gnu.org/git/emacs/org-mode.git
synced 2025-01-16 17:19:49 +00:00
org-list.el (org-cycle-include-plain-lists): Docstring enhancement
* org-list.el (org-cycle-include-plain-lists): Docstring enhancement. Thanks to James Harkins for raising this issue.
This commit is contained in:
parent
98cd4687a2
commit
f1067fb47c
@ -144,15 +144,15 @@ item. When the cursor is on an outline heading, plain lists are
|
|||||||
treated as text. This is the most stable way of handling this,
|
treated as text. This is the most stable way of handling this,
|
||||||
which is why it is the default.
|
which is why it is the default.
|
||||||
|
|
||||||
When this is the symbol `integrate', then during cycling, plain
|
When this is the symbol `integrate', then integrate plain list
|
||||||
list items will *temporarily* be interpreted as outline headlines
|
items when cycling, as if they were children of outline headings.
|
||||||
with a level given by 1000+i where i is the indentation of the
|
|
||||||
bullet. This setting can lead to strange effects when switching
|
This setting can lead to strange effects when switching visibility
|
||||||
visibility to `children', because the first \"child\" in a
|
to `children', because the first \"child\" in a subtree decides
|
||||||
subtree decides what children should be listed. If that first
|
what children should be listed. If that first \"child\" is a
|
||||||
\"child\" is a plain list item with an implied large level
|
plain list item with an implied large level number, all true
|
||||||
number, all true children and grand children of the outline
|
children and grand children of the outline heading will be
|
||||||
heading will be exposed in a children' view."
|
exposed in a children' view."
|
||||||
:group 'org-plain-lists
|
:group 'org-plain-lists
|
||||||
:type '(choice
|
:type '(choice
|
||||||
(const :tag "Never" nil)
|
(const :tag "Never" nil)
|
||||||
|
Loading…
Reference in New Issue
Block a user