org-list: Fix bugs relative to item indentation
commit7d6309f132363266ce607eea87c04ba235e3d7d0
authorNicolas Goaziou <n.goaziou@gmail.com>
Wed, 18 Apr 2012 11:01:44 +0000 (18 13:01 +0200)
committerNicolas Goaziou <n.goaziou@gmail.com>
Wed, 18 Apr 2012 11:01:44 +0000 (18 13:01 +0200)
treed2152f29b7f4a031eed075656d8b8b68eb2e50b2
parentac2cb80ec0d013b8b70f69d085cee8066de3acb4
org-list: Fix bugs relative to item indentation

* lisp/org-list.el (org-list-struct-indent): Follow
  `org-list-demote-modify-bullet' specifications for ordered bullets.
(org-list-indent-item-generic, org-indent-item-tree,
org-outdent-item-tree): Fix bug when operating on a region.
(org-outdent-item, org-indent-item): Allow to operate on a region.
* lisp/org.el (org-shiftmetaleft, org-shiftmetaright): Allow to
  operate on a region.
* testing/lisp/test-org-list.el: Add tests.
lisp/org-list.el
lisp/org.el
testing/lisp/test-org-list.el