org-list: Modify M-RET on a description tag
commit5a550938ce806ee88f62e6df774af47df83312a4
authorNicolas Goaziou <mail@nicolasgoaziou.fr>
Mon, 23 Mar 2015 22:35:57 +0000 (23 23:35 +0100)
committerNicolas Goaziou <mail@nicolasgoaziou.fr>
Mon, 23 Mar 2015 22:35:57 +0000 (23 23:35 +0100)
treecc622225a9d887f2acb9751b24007bac2edf1a28
parent830cf3e19355ec0dceff261b83cdd2d69d458e10
org-list: Modify M-RET on a description tag

* lisp/org-list.el (org-list-insert-item): On a description tag,
  insert item before current one.  However, past the colons, insert it
  after.
* testing/lisp/test-org-list.el (test-org-list/insert-item): Add
  tests.

Reported-by: Leo Ufimtsev <lufimtse@redhat.com>
<http://permalink.gmane.org/gmane.emacs.orgmode/96330>
lisp/org-list.el
testing/lisp/test-org-list.el