Explorar o código

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

Bastien Guerry %!s(int64=13) %!d(string=hai) anos
pai
achega
64e8b941a8
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  1. 1 0
      lisp/org.el

+ 1 - 0
lisp/org.el

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