org-list-use-circular-motion

org-list-use-circular-motion is a variable defined in `org-list.el'.
Its value is
nil


Documentation:
Non-nil means commands implying motion in lists should be cyclic.

In that case, the item following the last item is the first one,
and the item preceding the first item is the last one.

This affects the behavior of M-x org-move-item-up,
M-x org-move-item-down, M-x org-next-item and
M-x org-previous-item.

You can customize this variable.

This variable was introduced, or its default value was changed, in version 24.1 of Emacs.