summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarco Wahl <marcowahlsoft@gmail.com>2019-12-03 11:49:16 +0100
committerMarco Wahl <marcowahlsoft@gmail.com>2019-12-03 11:49:16 +0100
commit0ce8d372b00fa18d19fbb4cb01eda37b8d887452 (patch)
treea601c1977e7730a7be56bcb258c9b6b7b7731aeb
parentaeaaf39381c896b624e00ceb5374e6feb6094561 (diff)
parent3342e26f32390d683e3a25213a15d8ea6420001f (diff)
downloadorg-mode-0ce8d372b00fa18d19fbb4cb01eda37b8d887452.tar.gz
Merge branch 'master' into next
-rw-r--r--lisp/org-agenda.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/org-agenda.el b/lisp/org-agenda.el
index 3df8af6..090e632 100644
--- a/lisp/org-agenda.el
+++ b/lisp/org-agenda.el
@@ -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)