Add: (blocked) predicate

This commit is contained in:
Akira Komamura 2021-07-28 17:31:29 +09:00 committed by Adam Porter
parent e5e9daab07
commit 6afe3be572
2 changed files with 6 additions and 0 deletions

View file

@ -254,6 +254,7 @@ Arguments are listed next to predicate names, where applicable.
+ =tags-regexp (&rest regexps)= :: Return non-nil if current heading has tags matching one or more of ~REGEXPS~. Tests both inherited and local tags.
- Aliases: ~tags*~.
+ =todo (&optional keywords)= :: Return non-nil if current heading is a ~TODO~ item. With ~KEYWORDS~, return non-nil if its keyword is one of ~KEYWORDS~ (a list of strings). When called without arguments, only matches non-done tasks (i.e. does not match keywords in ~org-done-keywords~).
+ =blocked= :: Return non-nil if current heading is blocked.
*** Ancestor/descendant predicates