You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
a complete address as mentioned in the description (separation of street, zip code and city).
May I ask what do you mean by that? Should the script concatenate the already existing values or do you like to have an :address: property which then gets processed for the output?
Maybe you want to give me an example Org snippet together with an example output that reflects the situation you want to have (instead of describing the current situation)? Thanks!
Indeed, maybe I wasn't clear. I try to keep the detail in the .org file.
One line for :STREET:
One for :POSTALCODE:
etc
But I want the addresses to be concatenated in the output .vcf file so that it is readable by the phone. I understand that's what you're doing?
Also, I find the :NOTE: field very useful, and I would also like to find it in the .vcf file.
BEGIN:VCARD
VERSION:4.0
N:Name;Firstname;;;
ORG:Company
TITLE:Fonction
ADDRESS: 20 street of love 76543 Heaven
TEL;CELL:12096754323
TEL:123 678 45 67
NOTE:Meet this person in a plane
EMAIL: toto@titi.org
END:VCARD
Just to make sure: there are other export functions from org-contacts to vcard what deal with as many information as possible. Did you try them as well?
My tool provides a minimum set of exported data on purpose since I try to keep my level of privacy as high as possible. Therefore, I only export a minimum set of data to my phone.
Hi,
I'm not comfortable with python but I think it could be interesting that the export allowed by this script integrates :
Currently, an entry like this :
Gives an export like this:
The text was updated successfully, but these errors were encountered: