branch: master
commit 1f0c79b1051cad0d45e8ebba7019045671dcc501
Author: Oleh Krehel <[email protected]>
Commit: Oleh Krehel <[email protected]>
counsel.el (org-setting-tags): Declare dynamic var
Re #179
---
counsel.el | 2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
diff --git a/counsel.el b/counsel.el
index b5ad6a0..e56d628 100644
--- a/counsel.el
+++ b/counsel.el
@@ -808,6 +808,8 @@ Usable with `ivy-resume', `ivy-next-line-and-call' and
(format "Tags (%s): "
(mapconcat #'identity counsel-org-tags ", ")))
+(defvar org-setting-tags)
+
;;;###autoload
(defun counsel-org-tag ()
"Add or remove tags in org-mode."