Fix warning from latest Org
This commit is contained in:
parent
6a967836fb
commit
33c0c89788
1 changed files with 1 additions and 1 deletions
|
@ -73,7 +73,7 @@ predecessor if there is a non-DONE sibling defined before it."
|
|||
"Skip over tasks I don't want to see right now.
|
||||
Tasks being skipped over include ones with the \"ex\" tag and
|
||||
ones that have a predecessor."
|
||||
(let ((tags (org-get-tags-at (point))))
|
||||
(let ((tags (org-get-tags (point))))
|
||||
(when (or (and (not (oni-org-init-looking-for-tag-p "ex"))
|
||||
(member "ex" tags))
|
||||
(oni-org-init-heading-has-predecessor-p))
|
||||
|
|
Loading…
Reference in a new issue