org.texi (Plain lists): Fix misplaced explantion.
* org.texi (Plain lists): Fix misplaced explantion. Thanks to Takaaki ISHIKAWA for spotting this and for a patch to this effect.
This commit is contained in:
parent
a0f2396f8f
commit
314e2647d7
14
doc/org.texi
14
doc/org.texi
|
@ -1648,9 +1648,12 @@ Items can be folded just like headline levels. Normally this works only if
|
||||||
the cursor is on a plain list item. For more details, see the variable
|
the cursor is on a plain list item. For more details, see the variable
|
||||||
@code{org-cycle-include-plain-lists}. If this variable is set to
|
@code{org-cycle-include-plain-lists}. If this variable is set to
|
||||||
@code{integrate}, plain list items will be treated like low-level
|
@code{integrate}, plain list items will be treated like low-level
|
||||||
headlines. The level of an item is then given by the
|
headlines. The level of an item is then given by the indentation of the
|
||||||
indentation of the bullet/number. Items are always subordinate to real
|
bullet/number. Items are always subordinate to real headlines, however; the
|
||||||
headlines, however; the hierarchies remain completely separated.
|
hierarchies remain completely separated. In a new item with no text yet, the
|
||||||
|
first @key{TAB} demotes the item to become a child of the previous
|
||||||
|
one. Subsequent @key{TAB}s move the item to meaningful levels in the list
|
||||||
|
and eventually get it back to its initial position.
|
||||||
@orgcmd{M-@key{RET},org-insert-heading}
|
@orgcmd{M-@key{RET},org-insert-heading}
|
||||||
@vindex org-M-RET-may-split-line
|
@vindex org-M-RET-may-split-line
|
||||||
@vindex org-list-automatic-rules
|
@vindex org-list-automatic-rules
|
||||||
|
@ -1664,11 +1667,6 @@ one.
|
||||||
@kindex M-S-@key{RET}
|
@kindex M-S-@key{RET}
|
||||||
@item M-S-@key{RET}
|
@item M-S-@key{RET}
|
||||||
Insert a new item with a checkbox (@pxref{Checkboxes}).
|
Insert a new item with a checkbox (@pxref{Checkboxes}).
|
||||||
@orgcmd{@key{TAB},org-cycle}
|
|
||||||
In a new item with no text yet, the first @key{TAB} demotes the item to
|
|
||||||
become a child of the previous one. Subsequent @key{TAB}s move the item to
|
|
||||||
meaningful levels in the list and eventually get it back to its initial
|
|
||||||
position.
|
|
||||||
@kindex S-@key{down}
|
@kindex S-@key{down}
|
||||||
@item S-@key{up}
|
@item S-@key{up}
|
||||||
@itemx S-@key{down}
|
@itemx S-@key{down}
|
||||||
|
|
Loading…
Reference in New Issue