branch: externals/ebdb
commit b371784ae0e27892f9a2c6a7c4c67a88c2a5fc73
Author: Eric Abrahamsen <e...@ericabrahamsen.net>
Commit: Eric Abrahamsen <e...@ericabrahamsen.net>

    Change ebdb-vcard to use generic ebdb-field-tags
    
    * ebdb-vcard.el: Don't reference ebdb-org-field-tags, that's not
      loaded. It should work the same, though.
---
 ebdb-vcard.el | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/ebdb-vcard.el b/ebdb-vcard.el
index 882a9a4..9d12e76 100644
--- a/ebdb-vcard.el
+++ b/ebdb-vcard.el
@@ -71,7 +71,7 @@
                            ebdb-field-relation
                            ebdb-field-phone
                            ebdb-field-notes
-                           ebdb-org-field-tags)
+                           ebdb-field-tags)
                 :header nil)
   "The default formatter for VCard 4.0 exportation."
   :group 'ebdb-vcard
@@ -93,7 +93,7 @@
                            ebdb-field-relation
                            ebdb-field-phone
                            ebdb-field-notes
-                           ebdb-org-field-tags)
+                           ebdb-field-tags)
                 :header nil)
   "The default formatter for VCard 3.0 exportation."
   :group 'ebdb-vcard
@@ -107,7 +107,7 @@
     ("EMAIL" . ebdb-field-mail)
     ("TEL" . ebdb-field-phone)
     ("RELATED" . ebdb-field-relation)
-    ("CATEGORIES" . ebdb-org-field-tags)
+    ("CATEGORIES" . ebdb-field-tags)
     ("BDAY" . ebdb-field-anniversary)
     ("ANNIVERSARY" . ebdb-field-anniversary)
     ("URL" . ebdb-field-url)
@@ -371,7 +371,7 @@ method is just responsible for formatting the record name."
   (concat "urn:uuid:" (slot-value rel 'rel-uuid)))
 
 (cl-defmethod ebdb-fmt-field ((_f ebdb-formatter-vcard)
-                             (tags ebdb-org-field-tags)
+                             (tags ebdb-field-tags)
                              _style
                              _record)
   (ebdb-concat "," (slot-value tags 'tags)))

Reply via email to