org-list: Fix bugs relative to item indentation
commit97b0696212515479f95a3354c9131443ab4a0bc7
authorNicolas Goaziou <n.goaziou@gmail.com>
Wed, 18 Apr 2012 11:01:44 +0000 (18 13:01 +0200)
committerBastien Guerry <bzg@altern.org>
Sat, 21 Apr 2012 10:13:49 +0000 (21 12:13 +0200)
treeaccdc0de2800ece31501657e688c99b87cd0cd32
parent60b84d7f4bbe22f314278736536f6a425a6ac376
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