branch: externals/org-gnosis
commit 090cce6563748173ee24b070fd76a7b6be7af373
Author: Thanos Apollo <[email protected]>
Commit: Thanos Apollo <[email protected]>

    [fix] insert-tags: remove redundant expression.
---
 org-gnosis.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/org-gnosis.el b/org-gnosis.el
index fe5045b3a0..3620a0c5c7 100644
--- a/org-gnosis.el
+++ b/org-gnosis.el
@@ -659,7 +659,7 @@ If JOURNAL-P is non-nil, retrieve/create node as a journal 
entry."
    (list (completing-read-multiple
          "Select tags (separated by ,): "
          (org-gnosis-select 'tag 'tags nil t))))
-  (let ((id (and (org-gnosis-get-id))))
+  (let ((id (org-gnosis-get-id)))
     (org-id-goto id)
     (if (org-current-level)
        (org-set-tags tags)

Reply via email to