branch: master
commit 4443a8bef9791e3be1e301ce82d3478cc9f3ba90
Author: Oleh Krehel <[email protected]>
Commit: Oleh Krehel <[email protected]>
counsel.el (org-last-tags-completion-table): Declare
Re #179
---
counsel.el | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/counsel.el b/counsel.el
index e56d628..68b930f 100644
--- a/counsel.el
+++ b/counsel.el
@@ -809,6 +809,7 @@ Usable with `ivy-resume', `ivy-next-line-and-call' and
(mapconcat #'identity counsel-org-tags ", ")))
(defvar org-setting-tags)
+(defvar org-last-tags-completion-table)
;;;###autoload
(defun counsel-org-tag ()