branch: externals/ebdb
commit 0300dfe5580ae69a23e00e8684612780681c7d30
Author: Eric Abrahamsen <[email protected]>
Commit: Eric Abrahamsen <[email protected]>
Use org-tags-history when reading org tags fields
* ebdb-org.el (ebdb-read): Slightly nicer.
---
ebdb-org.el | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/ebdb-org.el b/ebdb-org.el
index 5f6c3f6..71ff087 100644
--- a/ebdb-org.el
+++ b/ebdb-org.el
@@ -130,7 +130,7 @@ italicized, in all other cases it is left unchanged."
(when ebdb-tags
(mapcar #'list ebdb-tags)))
nil nil
- (when obj (ebdb-string obj)))))
+ (when obj (ebdb-string obj)) 'org-tags-history)))
(cl-call-next-method field (plist-put slots :tags val))))
;;;###autoload