Fix highlighting in sparse-tree
commit37e35d2bb55dd5d478f43d87f188731f725a2946
authorDavid Maus <dmaus@ictsoc.de>
Sun, 12 Feb 2012 18:38:20 +0000 (12 19:38 +0100)
committerEric Schulte <eric.schulte@gmx.com>
Sun, 19 Feb 2012 15:05:57 +0000 (19 08:05 -0700)
tree9a77711e24599241e676e164dc486743627a5d9b
parent79105c48e2ce7273cc38f523dd4b1b0b70450b00
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