Let org-contacts.el has the ability which can export email-address list
commitbb6237c937945ecf7b53785645c11b46eea5f05e
authorFeng Shu <tumashu@gmail.com>
Fri, 5 Apr 2013 01:47:04 +0000 (5 09:47 +0800)
committerBastien Guerry <bzg@altern.org>
Fri, 5 Apr 2013 06:40:03 +0000 (5 08:40 +0200)
treefc2acc084b3d4692460592b81766139e07a0153b
parentc0589aa63a1ce6593ecd12e2f2d69c44815cbc7d
Let org-contacts.el has the ability which can export email-address list

* org-contacts.el (org-contacts-vcard-format): let the function
   work with email-address list.

The org-contact file is :

* Name
:PROPERTIES:
:EMAIL:  name1@test.org; name2@test.org, name3@test.org name4@test.org
:END:

The export result is like:

BEGIN:VCARD
VERSION:3.0
N:Name;;;
FN:Name
EMAIL:name1@test.org
EMAIL:name2@test.org
EMAIL:name3@test.org
EMAIL:name4@test.org
END:VCARD
contrib/lisp/org-contacts.el