Fix highlighting in sparse-tree
commit1fd0234a303ec76786ded89b3fc39a81a8fc9af5
authorDavid Maus <dmaus@ictsoc.de>
Sun, 12 Feb 2012 18:38:20 +0000 (12 19:38 +0100)
committerDavid Maus <dmaus@ictsoc.de>
Sun, 12 Feb 2012 18:38:20 +0000 (12 19:38 +0100)
tree78be83b3f19911c08b71eab2ad303e26fd155e21
parenteda5eb1f3a34bc56e4bbf3cb519c4d93884ad2c9
Fix highlighting in sparse-tree

* org.el (org-scan-tags): Fix highlighting in sparse-tree.

`org-get-heading' uses `org-heading-regexp' introduced by
dfcb6faef11a2439b56b18a6289803361d402130 but `org-scan-tags' assumed
match groups of the old regular expression.

This should fix a bug reported by Suvayu Ali in
<20120209032255.431e8197@kuru.dyndns-at-home.com>.
lisp/org.el