Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
2198eb4e
Commit
2198eb4e
authored
Feb 27, 2007
by
Carsten Dominik
Browse files
(org-agenda-get-todos): Make sure skip properties are checked correctly.
parent
e1ff6789
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
0 deletions
+1
-0
lisp/textmodes/org.el
lisp/textmodes/org.el
+1
-0
No files found.
lisp/textmodes/org.el
View file @
2198eb4e
...
...
@@ -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)))
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment