|
@@ -9210,7 +9210,7 @@ only lines with a TODO keyword are included in the output."
|
|
|
(if org-tags-match-list-sublevels
|
|
|
(make-string (1- level) ?.) "")
|
|
|
(org-get-heading))
|
|
|
- category tags-list)
|
|
|
+ category (org-get-tags-at))
|
|
|
priority (org-get-priority txt))
|
|
|
(goto-char lspos)
|
|
|
(setq marker (org-agenda-new-marker))
|