org.texi: Split the table to fix the display of items.
* org.texi (Plain lists): Split the table to fix the display of items. Thanks to Elias Assarsson for spotting this, and to Takaaki ISHIKAWA for providing a preliminary patch.
This commit is contained in:
parent
2898391bad
commit
131e3a278a
23
doc/org.texi
23
doc/org.texi
|
@ -1664,12 +1664,15 @@ new item@footnote{If you do not want the item to be split, customize the
|
||||||
variable @code{org-M-RET-may-split-line}.}. If this command is executed
|
variable @code{org-M-RET-may-split-line}.}. If this command is executed
|
||||||
@emph{before item's body}, the new item is created @emph{before} the current
|
@emph{before item's body}, the new item is created @emph{before} the current
|
||||||
one.
|
one.
|
||||||
|
@end table
|
||||||
|
|
||||||
|
@table @kbd
|
||||||
@kindex M-S-@key{RET}
|
@kindex M-S-@key{RET}
|
||||||
@item M-S-@key{RET}
|
@item M-S-RET
|
||||||
Insert a new item with a checkbox (@pxref{Checkboxes}).
|
Insert a new item with a checkbox (@pxref{Checkboxes}).
|
||||||
@kindex S-@key{down}
|
@kindex S-@key{down}
|
||||||
@item S-@key{up}
|
@item S-up
|
||||||
@itemx S-@key{down}
|
@itemx S-down
|
||||||
@cindex shift-selection-mode
|
@cindex shift-selection-mode
|
||||||
@vindex org-support-shift-select
|
@vindex org-support-shift-select
|
||||||
@vindex org-list-use-circular-motion
|
@vindex org-list-use-circular-motion
|
||||||
|
@ -1681,21 +1684,21 @@ jumping commands like @kbd{C-@key{up}} and @kbd{C-@key{down}} to quite
|
||||||
similar effect.
|
similar effect.
|
||||||
@kindex M-@key{up}
|
@kindex M-@key{up}
|
||||||
@kindex M-@key{down}
|
@kindex M-@key{down}
|
||||||
@item M-@key{up}
|
@item M-up
|
||||||
@itemx M-@key{down}
|
@itemx M-down
|
||||||
Move the item including subitems up/down@footnote{See
|
Move the item including subitems up/down@footnote{See
|
||||||
@code{org-liste-use-circular-motion} for a cyclic behavior.} (swap with
|
@code{org-liste-use-circular-motion} for a cyclic behavior.} (swap with
|
||||||
previous/next item of same indentation). If the list is ordered, renumbering
|
previous/next item of same indentation). If the list is ordered, renumbering
|
||||||
is automatic.
|
is automatic.
|
||||||
@kindex M-@key{left}
|
@kindex M-@key{left}
|
||||||
@kindex M-@key{right}
|
@kindex M-@key{right}
|
||||||
@item M-@key{left}
|
@item M-left
|
||||||
@itemx M-@key{right}
|
@itemx M-right
|
||||||
Decrease/increase the indentation of an item, leaving children alone.
|
Decrease/increase the indentation of an item, leaving children alone.
|
||||||
@kindex M-S-@key{left}
|
@kindex M-S-@key{left}
|
||||||
@kindex M-S-@key{right}
|
@kindex M-S-@key{right}
|
||||||
@item M-S-@key{left}
|
@item M-S-left
|
||||||
@itemx M-S-@key{right}
|
@itemx M-S-right
|
||||||
Decrease/increase the indentation of the item, including subitems.
|
Decrease/increase the indentation of the item, including subitems.
|
||||||
Initially, the item tree is selected based on current indentation. When
|
Initially, the item tree is selected based on current indentation. When
|
||||||
these commands are executed several times in direct succession, the initially
|
these commands are executed several times in direct succession, the initially
|
||||||
|
@ -1738,7 +1741,7 @@ Turn the whole plain list into a subtree of the current heading. Checkboxes
|
||||||
(resp. checked).
|
(resp. checked).
|
||||||
@kindex S-@key{left}
|
@kindex S-@key{left}
|
||||||
@kindex S-@key{right}
|
@kindex S-@key{right}
|
||||||
@item S-@key{left}/@key{right}
|
@item S-left/right
|
||||||
@vindex org-support-shift-select
|
@vindex org-support-shift-select
|
||||||
This command also cycles bullet styles when the cursor in on the bullet or
|
This command also cycles bullet styles when the cursor in on the bullet or
|
||||||
anywhere in an item line, details depending on
|
anywhere in an item line, details depending on
|
||||||
|
|
Loading…
Reference in New Issue