org-cycle-list-bullet

org-cycle-list-bullet is an interactive compiled Lisp function in `org-list.el'.


(org-cycle-list-bullet &optional WHICH)

Cycle through the different itemize/enumerate bullets.
This cycle the entire list level through the sequence:

`-' -> `+' -> `*' -> `1.' -> `1)'

If WHICH is a valid string, use that as the new bullet. If WHICH
is an integer, 0 means `-', 1 means `+' etc. If WHICH is
`previous', cycle backwards.