* org-list.el (org-cycle-item-indentation): Do return t if and only if cycling is possible and succeded.
@@ -920,8 +920,8 @@ Assumes cursor in item line."
(cond
((ignore-errors (org-indent-item 1)))
((ignore-errors (org-indent-item -1)))
- (t (error "Cannot move item"))))))
- t)
+ (t (error "Cannot move item"))))
+ t)))
;;; Bullets