(org-agenda-get-todos): Make sure skip properties are checked correctly.
This commit is contained in:
parent
e1ff678915
commit
2198eb4ef1
1 changed files with 1 additions and 0 deletions
|
@ -14466,6 +14466,7 @@ the documentation of `org-diary'."
|
|||
(goto-char beg)
|
||||
(or org-agenda-todo-list-sublevels (org-end-of-subtree 'invisible))
|
||||
(throw :skip nil)))
|
||||
(goto-char beg)
|
||||
(org-agenda-skip)
|
||||
(goto-char (match-beginning 1))
|
||||
(setq marker (org-agenda-new-marker (1+ (match-beginning 0)))
|
||||
|
|
Loading…
Add table
Reference in a new issue