org-list: Use export back-ends to transform radio lists
commit40fc9e869f5c45964383b45fbb66942fd47fb1f6
authorNicolas Goaziou <n.goaziou@gmail.com>
Mon, 4 Mar 2013 09:51:54 +0000 (4 10:51 +0100)
committerNicolas Goaziou <n.goaziou@gmail.com>
Mon, 4 Mar 2013 11:33:04 +0000 (4 12:33 +0100)
tree675f1b71a16d141750e5e43902f9063224b0df3f
parent51ab145e36a4405f8c1f3a1e0416771154d10af1
org-list: Use export back-ends to transform radio lists

* lisp/org-list.el (org-list-send-list): Do not rely on
  `org-list-parse-list'.
(org-list-to-latex, org-list-to-html, org-list-to-texinfo): Use
appropriate export back-end instead of using `org-list-to-generic'.
* testing/lisp/test-org-list.el: Add tests.
lisp/org-list.el
testing/lisp/test-org-list.el