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

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

[elpa] externals/org-contacts 4108493c9d 055/154: org-contacts.el , fix


From: ELPA Syncer
Subject: [elpa] externals/org-contacts 4108493c9d 055/154: org-contacts.el , fix bugs about 'tel and 'note properties
Date: Fri, 9 Sep 2022 15:58:26 -0400 (EDT)

branch: externals/org-contacts
commit 4108493c9d2eb60580ac94646db4cffb7212261b
Author: Feng Shu <tumashu@gmail.com>
Commit: Bastien Guerry <bzg@altern.org>

    org-contacts.el , fix bugs about 'tel and 'note properties
    
    * contrib/lisp/org-contacts.el (org-contacts-vcard-format): Fix bug by
    taking the "tel" and "note" properties into account.
---
 org-contacts.el | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/org-contacts.el b/org-contacts.el
index f529014fa8..65eeea8a47 100644
--- a/org-contacts.el
+++ b/org-contacts.el
@@ -834,6 +834,8 @@ to do our best."
         (name (org-contacts-vcard-escape (car contact)))
         (n (org-contacts-vcard-encode-name name))
         (email (cdr (assoc-string org-contacts-email-property properties)))
+        (tel  (cdr (assoc-string org-contacts-tel-property properties)))
+        (note (cdr (assoc-string org-contacts-note-property properties)))
         (bday (org-contacts-vcard-escape (cdr (assoc-string 
org-contacts-birthday-property properties))))
         (addr (cdr (assoc-string org-contacts-address-property properties)))
         (nick (org-contacts-vcard-escape (cdr (assoc-string 
org-contacts-nickname-property properties))))



reply via email to

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