emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[elpa] externals/ebdb 0300dfe 02/11: Use org-tags-history when reading o


From: Eric Abrahamsen
Subject: [elpa] externals/ebdb 0300dfe 02/11: Use org-tags-history when reading org tags fields
Date: Wed, 19 Dec 2018 13:47:53 -0500 (EST)

branch: externals/ebdb
commit 0300dfe5580ae69a23e00e8684612780681c7d30
Author: Eric Abrahamsen <address@hidden>
Commit: Eric Abrahamsen <address@hidden>

    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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]