Fix multiple TODO keywords
commit03745338277e450e5989a29850114c735b19cf7a
authorNicolas Goaziou <mail@nicolasgoaziou.fr>
Wed, 15 Oct 2014 08:49:40 +0000 (15 10:49 +0200)
committerNicolas Goaziou <mail@nicolasgoaziou.fr>
Tue, 28 Oct 2014 13:23:53 +0000 (28 14:23 +0100)
treef3d24823dad6e035dbbb55ef74d1a24c1c74f1c3
parent705a2cdeab8da1a9a736039886ee8f46f5bc5358
Fix multiple TODO keywords

* lisp/org.el (org--setup-collect-keywords): Correctly collect
  multiple TODO lines.
* testing/lisp/test-org.el (test-org/set-regexps-and-options): Add
test.

Thanks to Eric Abrahamsen for reporting it.
lisp/org.el
testing/lisp/test-org.el