소스 검색

agenda: Fix filter for day/week agenda

* lisp/org-agenda.el (org-agenda-filter-apply): Use the org-hd-marker
  to identify headlines instead of org-marker.
Marco Wahl 5 년 전
부모
커밋
804e6af51c
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      lisp/org-agenda.el

+ 1 - 1
lisp/org-agenda.el

@@ -7731,7 +7731,7 @@ tags in the FILTER if any of the tags in FILTER are grouptags."
     (save-excursion
       (goto-char (point-min))
       (while (not (eobp))
-	(if (org-get-at-bol 'org-marker)
+	(if (org-get-at-bol 'org-hd-marker)
 	    (progn
 	      (setq tags (org-get-at-bol 'tags)
 		    cat (org-agenda-get-category)