Fix false positives in TODO keywords
commitc9ac8f6956446ad196f4d1f2b8ac0f58993379aa
authorNicolas Goaziou <mail@nicolasgoaziou.fr>
Sun, 9 Aug 2015 21:56:57 +0000 (9 23:56 +0200)
committerNicolas Goaziou <mail@nicolasgoaziou.fr>
Sun, 9 Aug 2015 21:56:57 +0000 (9 23:56 +0200)
tree4a04c8ebfbcd0a0811842ce518755bb763c95a7e
parent46f3f4c626d6dfe48c0101e3c994a929b542ba77
Fix false positives in TODO keywords

* lisp/org.el (org-entry-properties): Make sure case is meaningful when
  matching a TODO keyword.
* testing/lisp/test-org.el (test-org/entry-properties): Add test.

Reported-by: Samuel Wales <samologist@gmail.com>
<http://permalink.gmane.org/gmane.emacs.orgmode/99756>
lisp/org.el
testing/lisp/test-org.el