From 33c0c897886d88b58eaad3798d618fa8cd12ca02 Mon Sep 17 00:00:00 2001 From: Tom Willemse Date: Fri, 1 Feb 2019 13:33:33 -0800 Subject: Fix warning from latest Org --- emacs/.emacs.d/init/oni-org-init.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'emacs/.emacs.d') 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)) -- cgit v1.2.3-54-g00ecf