Merge branch 'maint'

This commit is contained in:
Marco Wahl 2019-12-03 11:45:42 +01:00
commit 3342e26f32
1 changed files with 1 additions and 1 deletions

View File

@ -8004,7 +8004,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)