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.
This commit is contained in:
Marco Wahl 2019-12-03 11:42:54 +01:00
parent f2d03cb6b4
commit 804e6af51c

View file

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