Merge branch 'master' of orgmode.org:org-mode

This commit is contained in:
Bastien Guerry 2011-12-31 09:30:59 +01:00
commit 64e8b941a8
1 changed files with 1 additions and 0 deletions

View File

@ -12780,6 +12780,7 @@ headlines matching this string."
(org-overview)
(org-remove-occur-highlights))
(while (re-search-forward re nil t)
(setq org-map-continue-from nil)
(catch :skip
(setq todo (if (match-end 1) (org-match-string-no-properties 2))
tags (if (match-end 4) (org-match-string-no-properties 4)))