org-element: Fix parsing for headlines with only a COMMENT or QUOTE keyword
commit9c92312d927314699c72fc17f23e01bcef75601f
authorNicolas Goaziou <n.goaziou@gmail.com>
Sat, 29 Sep 2012 06:54:46 +0000 (29 08:54 +0200)
committerNicolas Goaziou <n.goaziou@gmail.com>
Sat, 29 Sep 2012 06:54:46 +0000 (29 08:54 +0200)
tree49a77e3a9388f68a587c59f022dae497d570bec7
parent7a06ed790a6f387e96b722e1142173fb839ba25b
org-element: Fix parsing for headlines with only a COMMENT or QUOTE keyword

* lisp/org-element.el (org-element-headline-parser): Fix parsing for
  headlines with a single COMMENT or QUOTE keyword.
* testing/lisp/test-org-element.el: Add tests.
lisp/org-element.el
testing/lisp/test-org-element.el