소스 검색

Merge branch 'maint'

Nicolas Goaziou 8 년 전
부모
커밋
c6a74d4a58
1개의 변경된 파일2개의 추가작업 그리고 1개의 파일을 삭제
  1. 2 1
      lisp/org-agenda.el

+ 2 - 1
lisp/org-agenda.el

@@ -4945,7 +4945,8 @@ of what a project is and how to check if it stuck, customize the variable
 	  `(lambda ()
 	     (and (save-excursion
 		    (let ((case-fold-search nil))
-		      (re-search-forward ,skip-re (org-end-of-subtree t) t)))
+		      (re-search-forward
+		       ,skip-re (save-excursion (org-end-of-subtree t)) t)))
 		  (progn (outline-next-heading) (point))))))
     (org-tags-view nil matcher)
     (setq org-agenda-buffer-name (buffer-name))