diff --git a/emacs/.emacs.d/init/oni-org-init.el b/emacs/.emacs.d/init/oni-org-init.el index e6df476..04bb759 100644 --- a/emacs/.emacs.d/init/oni-org-init.el +++ b/emacs/.emacs.d/init/oni-org-init.el @@ -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))