Fix warning from latest Org

This commit is contained in:
Tom Willemse 2019-02-01 13:33:33 -08:00
parent 6a967836fb
commit 33c0c89788

View file

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