remove text properties from tags before insertion into sql

This commit is contained in:
ndwarshuis 2018-12-27 13:59:07 -05:00
parent a8071b395a
commit dff2ed108a
1 changed files with 1 additions and 1 deletions

View File

@ -3369,7 +3369,7 @@ offset of the property's parent headline in the org file."
(new-acc (nd/plist-put-list acc 'tags tags-data)))
(funcall insert-tags rem a h i new-acc) new-acc))))
;; first insert all headline tags into acc
(tags (org-element-property :tags headline))
(tags (mapcar #'nd/strip-string (org-element-property :tags headline)))
(new-acc (funcall insert-tags
tags
archive-file-path