contrib/lisp/org-contacts.el (org-contacts-vcard-format): Silence byte-compiler
* contrib/lisp/org-contacts.el (org-contacts-vcard-format): Silence byte-compiler.
This commit is contained in:
parent
271ec25b43
commit
a3c24bc7c8
1 changed files with 2 additions and 1 deletions
|
@ -873,7 +873,8 @@ to do our best."
|
|||
(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))))
|
||||
(head (format "BEGIN:VCARD\nVERSION:3.0\nN:%s\nFN:%s\n" n name)))
|
||||
(head (format "BEGIN:VCARD\nVERSION:3.0\nN:%s\nFN:%s\n" n name))
|
||||
emails-list result phones-list)
|
||||
(concat head
|
||||
(when email (progn
|
||||
(setq emails-list (org-contacts-split-property email))
|
||||
|
|
Loading…
Reference in a new issue