org-element: Fix item parsing with an empty first line and a child below
commita623767a90f8ff8353752ff864377a2c6a879f0b
authorNicolas Goaziou <n.goaziou@gmail.com>
Mon, 30 Jan 2012 19:43:09 +0000 (30 20:43 +0100)
committerNicolas Goaziou <n.goaziou@gmail.com>
Mon, 30 Jan 2012 19:43:09 +0000 (30 20:43 +0100)
tree44e24afc9a93658080e1f0683af789993a5724c6
parentae87b6e5f2a143bb69ab512515dc85b41ff0cd1e
org-element: Fix item parsing with an empty first line and a child below

* contrib/lisp/org-element.el (org-element-item-parser): If item's
  first line is empty, ensure contents start at a beginning of line so
  that child can be correctly parsed.
contrib/lisp/org-element.el