Fix Sparse trees properties matches
commitdb078f4764ab075a7df38849720a5d0a854fd0e5
authorNicolas Goaziou <mail@nicolasgoaziou.fr>
Sat, 6 Dec 2014 20:20:55 +0000 (6 21:20 +0100)
committerNicolas Goaziou <mail@nicolasgoaziou.fr>
Sat, 6 Dec 2014 20:20:55 +0000 (6 21:20 +0100)
treea1ab6c62c07ef2a4868df4b39eb11cb6a973d340
parentc10ae1a1bb9bb7498eaa90f3c9acdd719a81744c
Fix Sparse trees properties matches

* lisp/org.el (org-cached-entry-get): Matches against properties names
  are case-insensitive.

* testing/lisp/test-org.el (test-org/match-sparse-tree): New test.

Reported-by: Puneeth Chaganti <punchagan@gmail.com>
<http://permalink.gmane.org/gmane.emacs.orgmode/93171>
lisp/org.el
testing/lisp/test-org.el