pinoaffe / org-vcard

Export and import vCards from within GNU Emacs' Org mode.
63 stars 7 forks source link

Fax is ignored #6

Closed sg2002 closed 10 years ago

sg2002 commented 10 years ago

I synchronize my contacts with my obsolete phone using MyPhoneExplorer. It has 5 fields for phone numbers. One of which is fax. Nobody uses fax anymore, but for certain contacts I really have 5 phone numbers.

When imported it is ignored. Here's my example vcard again: BEGIN:VCARD VERSION:2.1 N;CHARSET=UTF-8:Пупкин;Василий TEL;HOME:+74951234568 TEL;WORK:+74951234569 TEL;FAX:+74951234560 TEL;CELL:+74951234567 TEL:+74951234561 ADR;HOME;CHARSET=UTF-8:;;Кремль;;;; END:VCARD

Also, not sure if it's something with MyPhoneExplorer or with vcard 2.1 support here, but if you import this as 2.1 vcard, TEL;HOME and TEL;WORK would not get imported...

flexibeast commented 10 years ago

i'll certainly add fax support to the default mappings.

The mappings currently include TEL;VOICE;HOME and TEL;VOICE;WORK, but not TEL;HOME and TEL;WORK; i'll add these in.

flexibeast commented 10 years ago

It turns out that the problem with TEL;HOME and TEL;WORK is that they're not being canonicalised appropriately; i've opened issue #9 for this.

flexibeast commented 10 years ago

i believe both this issue and issue #9 are now fixed - could you please verify this?

sg2002 commented 10 years ago

Can confirm that this was fixed along with #9.

flexibeast commented 10 years ago

Thanks! Closed #9.