Fix TODO case-sensitivity in `org-get-heading'
commit1f3d72e8b450172218b728b57004837db5d1f1ee
authorNicolas Goaziou <mail@nicolasgoaziou.fr>
Wed, 1 Jun 2016 12:49:59 +0000 (1 14:49 +0200)
committerNicolas Goaziou <mail@nicolasgoaziou.fr>
Wed, 1 Jun 2016 12:49:59 +0000 (1 14:49 +0200)
treec66806c1acf844836c9c3d2ebb1aa035f7434eb0
parenta1df8cfe715c56a20b400104aab5c4a3d262c97e
Fix TODO case-sensitivity in `org-get-heading'

* lisp/org.el (org-get-heading): Prevent removing false-positive TODO
  keywords due to case-insensitivity.
* testing/lisp/test-org.el (test-org/get-heading): New test.
lisp/org.el
testing/lisp/test-org.el