]> git.eshelyaron.com Git - emacs.git/commitdiff
(org-agenda-get-todos): Make sure skip properties are checked correctly.
authorCarsten Dominik <dominik@science.uva.nl>
Tue, 27 Feb 2007 07:26:57 +0000 (07:26 +0000)
committerCarsten Dominik <dominik@science.uva.nl>
Tue, 27 Feb 2007 07:26:57 +0000 (07:26 +0000)
lisp/textmodes/org.el

index 5e3e9e968b83c02304e36c04e8af9a629334b707..d98f346d01fa4a7cc73e5779b984271132453854 100644 (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)))