org-vcard icon indicating copy to clipboard operation
org-vcard copied to clipboard

Use `org-entry-*-multivalued-property` functions to handle vCard properties with multiple values

Open flexibeast opened this issue 7 years ago • 0 comments

Adonay "adfeno" Felipe Nogueira suggested using the org-entry-*-multivalued-property functions to handle vCard properties with multiple values. These functions have been available since at least 2008, so it's reasonable to make use of them.

All three vCard specs specify that the EMAIL vCard property should only have one value (4.0, 3.0, 2.1). Thus, multiple email values for an Org EMAIL* property - including those specified via the EMAIL*+ syntax - should be split into distinct vCard EMAIL properties.

flexibeast avatar Apr 02 '17 10:04 flexibeast