org-vcard
org-vcard copied to clipboard
Export and import vCards from within GNU Emacs' Org mode.
UIDs in vcards should be mapped to IDs in org headings, that is the following should be the default: ``` (setq org-vcard-styles-languages-mappings '(("flat" (("en" (("4.0" (("ADDRESS" . "ADR") ("ADDRESS_HOME" ....
[Adonay "adfeno" Felipe Nogueira](https://libreplanet.org/wiki/User:Adfeno) 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...
Hi, what about a style like the one below? It closely ressembles what [khard](https://github.com/scheibler/khard) displays. ``` Org * Name - Prefix :: - First name :: John - Additional ::...
Many further tests need to be created - not only to check that existing functionality works as expected, but also to help increase compliance with the vCard 4.0, 3.0 and...
Currently supported languages are en, en_AU and en_US.
When one selects the "Org Vcard Styles Languages Mappings" setting in Customize, it takes several seconds for the current values to be displayed. Ideally, this setting should be destructured into...
After upgrading to Emacs 29.4 and org 9.7 calling `org-vcard-export` returns the following error: `Wrong type argument: stringp, [org-element-deferred org-element--headline-parse-title (nil) t]` Does this have anything to do with the...
Hi, I tried to import my vcard file by using the interactive vcard import function in emacs 29.3. Unfortunatelly the output (I tried both, to file and to buffer) does...