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

Export and import vCards from within GNU Emacs' Org mode.

Results 21 org-vcard issues
Sort by recently updated
recently updated
newest added

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" ....

enhancement
vCard 2.1
vCard 3.0
vCard 4.0

[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...

help wanted

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 ::...

enhancement

enhancement
vCard 2.1
vCard 3.0
vCard 4.0
importing
exporting

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...

enhancement
help wanted

Currently supported languages are en, en_AU and en_US.

enhancement
help wanted

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...

help wanted

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...