(org-agenda-get-todos): Make sure skip properties are checked correctly.

This commit is contained in:
Carsten Dominik 2007-02-27 07:26:57 +00:00
parent e1ff678915
commit 2198eb4ef1

View file

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