org-list-indent-item-generic
org-list-indent-item-generic is a compiled Lisp function in `org-list.el
'.
(org-list-indent-item-generic ARG NO-SUBTREE STRUCT)
Indent a local list item including its children.
When number ARG is a negative, item will be outdented, otherwise
it will be indented.
If a region is active, all items inside will be moved.
If NO-SUBTREE is non-nil, only indent the item itself, not its
children.
STRUCT is the list structure.
Return t if successful.