org-vcard
org-vcard copied to clipboard
Export and import vCards from within GNU Emacs' Org mode.
I was able to import `contacts.vcf` file into `contacts.org` from google contacts. But I can't export to vcard from the `contacts.org` I think org-vcard needs to test converting back and...
My `vcf` file is exported from icloud. It has entries like this one: ``` BEGIN:VCARD VERSION:3.0 PRODID:-//Apple Inc.//iOS 15.5//EN N:Dr;Name;Name;; FN:Name Name Dr TEL;type=CELL;type=VOICE;type=pref:0123456789 item1.TEL:0123456789 item1.X-ABLabel:X-Name item2.TEL:0123456789 item2.X-ABLabel:X-Private REV:2022-06-15T01:00:46Z END:VCARD...
For entries with several emails, they are imported, .e.g, as: ``` :EMAIL: email1 :EMAIL_WORK: email2 ``` But this format is not searchable by `org-contcts` nor `gnus`. I think the only...
Currently `org-vcard-export` and `org-vcard-import` know not to prompt the user for the version/language/style depending on the prefix argument. However, they still unconditionally prompt for the source and destination. Similary, `org-vcard-transfer-helper`,...
Inlining the icon property causes `org-element--current-element: Stack overflow in regexp matcher`
I get the error `org-element--current-element: Stack overflow in regexp matcher` when I activate org-mode on the imported file. I think this happens because the images are just put in an...
...and n900 creates those. BEGIN:VCARD^M VERSION:3.0^M UID:osso-abook-tmc1^M X-SKYPE;TYPE=skype;X-OSSO-VALID=yes:echo123^M END:VCARD
Hi all, I wrote a plain old [vcard parsing library](https://elpa.gnu.org/packages/vcard.html), originally for use in EBDB, but I wanted something that other people could use for their purposes if they want....
I need the exporter to support some more properties in order to make it usable for me in a business environment. The properties are CATEGORIES, ROLE, ORG, URL and NOTE...
I want to facilitate navigation and modification of [vdir](https://vdirsyncer.readthedocs.org/en/stable/vdir.html) repositories. I though `org-vcard` could help me. But I miss some high-level functions such as `org-vcard-fullname` which would return the fullname...