Alexis <flexibe...@gmail.com> writes: > Hi all, > > i'm pleased to announce the initial release of org-vcard, a package for > Org-based export and import of vCards: > > * Backwards-compatible with org-contacts.el. > > org-vcard comes with a built-in contacts style called 'flat', which > adheres to org-contacts' method of structuring contacts and contact > information. It not only supports the properties specified in > org-contacts.el, but many other properties as well. > > * Basic support for vCard 4.0, 3.0 and 2.1. > > org-vcard is working towards full compliance with the vCard 4.0 (RFC > 6350), 3.0 (RFC 2426 and RFC 4770) and 2.1 specifications. > > * New contacts style: 'tree'.
Is it possible support this style? #+begin_comment * People ** Joan Smith :PROPERTIES: :KIND: individual :FIELDTYPE: name :END: *** Cell :PROPERTIES: :FIELDTYPE: cell-folder :END: **** 0000 999 991 **** 0000 999 992 **** 0000 999 993 **** 0000 999 994 **** 0000 999 995 *** Email :PROPERTIES: :FIELDTYPE: emails-folder :END: **** address1@hidden **** address2@hidden **** address3@hidden **** address4@hidden **** address5@hidden #+end_comment