Allow white spaces between the counter and the check-box in an item
commit934aae88129b7e2d9c34c7141be234bec2f934d5
authorNicolas Goaziou <n.goaziou@gmail.com>
Thu, 30 Jun 2011 20:55:05 +0000 (30 22:55 +0200)
committerNicolas Goaziou <n.goaziou@gmail.com>
Thu, 30 Jun 2011 20:57:18 +0000 (30 22:57 +0200)
tree17ce4578f1b3f3007a999b953f1f2d8ad2637fd0
parente070ebe6b094281dd88039ffcc466791db838f60
Allow white spaces between the counter and the check-box in an item

* lisp/org-list.el (org-list-full-item-re): allow counter and
  check-box to be separated by white spaces.
(org-list-struct-apply-struct): reflect changes made to
`org-list-full-item-re'.
* lisp/org-html.el (org-html-export-list-line): recognize spaces
  between counter and check-boxes as valid.
* lisp/org-docbook.el (org-export-docbook-list-line): ditto.
lisp/org-docbook.el
lisp/org-html.el
lisp/org-list.el