branch: externals/org-gnosis
commit e0e60a86f880893be4a86dbeb5ff81903119b64d
Author: Thanos Apollo <pub...@thanosapollo.org>
Commit: Thanos Apollo <pub...@thanosapollo.org>

    update-file: Fix tag insertion
---
 org-gnosis.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/org-gnosis.el b/org-gnosis.el
index 87cc52cd40..d778b06a7b 100644
--- a/org-gnosis.el
+++ b/org-gnosis.el
@@ -333,7 +333,7 @@ If JOURNAL is non-nil, update file as a journal entry."
                              (setq counter (1+ counter)))
                            (setq title (format "%s (%d)" title counter))
                            (message "Duplicate title found, renamed to: %s" 
title)))
-                       (org-gnosis--insert-into table `([,id ,filename ,title 
,level ,tags]))
+                       (org-gnosis--insert-into table `([,id ,filename ,title 
,level ,(prin1-to-string tags)]))
                        ;; Insert tags
                        (cl-loop for tag in tags
                                 do

Reply via email to