|
@@ -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
|