Fix highlighting in sparse-tree

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

`org-get-heading' uses `org-heading-regexp' introduced by
dfcb6faef1 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>.
This commit is contained in:
David Maus 2012-02-12 19:38:20 +01:00 committed by Eric Schulte
parent 79105c48e2
commit 37e35d2bb5
1 changed files with 1 additions and 1 deletions

View File

@ -12879,7 +12879,7 @@ headlines matching this string."
(and org-highlight-sparse-tree-matches (and org-highlight-sparse-tree-matches
(org-get-heading) (match-end 0) (org-get-heading) (match-end 0)
(org-highlight-new-match (org-highlight-new-match
(match-beginning 0) (match-beginning 1))) (match-beginning 1) (match-end 1)))
(org-show-context 'tags-tree)) (org-show-context 'tags-tree))
((eq action 'agenda) ((eq action 'agenda)
(setq txt (org-agenda-format-item (setq txt (org-agenda-format-item