From 804e6af51ca36745bb23551826ed11c6b702aa9e Mon Sep 17 00:00:00 2001 From: Marco Wahl Date: Tue, 3 Dec 2019 11:42:54 +0100 Subject: [PATCH] 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. --- lisp/org-agenda.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/org-agenda.el b/lisp/org-agenda.el index b14d6d637..5135aed17 100644 --- a/lisp/org-agenda.el +++ b/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)