org-list-insert-item

org-list-insert-item is a compiled Lisp function in `org-list.el'.

(org-list-insert-item POS STRUCT PREVS &optional CHECKBOX AFTER-BULLET)

Insert a new list item at POS and return the new structure.
If POS is before first character after bullet of the item, the
new item will be created before the current one.

STRUCT is the list structure. PREVS is the alist of previous
items, as returned by `org-list-prevs-alist'.

Insert a checkbox if CHECKBOX is non-nil, and string AFTER-BULLET
after the bullet. Cursor will be after this text once the
function ends.

This function modifies STRUCT.