org-element: Fix "*" itemized plain lists interpretation
commite5630add2768bee27351fcec06cb395aa9e61d31
authorNicolas Goaziou <n.goaziou@gmail.com>
Fri, 5 Jul 2013 19:09:23 +0000 (5 21:09 +0200)
committerNicolas Goaziou <n.goaziou@gmail.com>
Fri, 5 Jul 2013 19:12:47 +0000 (5 21:12 +0200)
tree6d31327e88f1559623f7518be079ff891515a661
parent848240c1cfad186421a4be1e07816e1617371e3b
org-element: Fix "*" itemized plain lists interpretation

* lisp/org-element.el (org-element-item-interpreter): Correctly
  interpret back plain lists with "*" items.  This fixes "This is not
  a list" error returned in this case.
* testing/lisp/test-org-element.el: Add test.
lisp/org-element.el
testing/lisp/test-org-element.el