From mboxrd@z Thu Jan 1 00:00:00 1970 From: Eric Abrahamsen Subject: Re: org-vcard -- possible to convert .vcf files to .org ? Date: Tue, 28 Feb 2017 08:12:03 -0800 Message-ID: <87d1e270rw.fsf@ericabrahamsen.net> References: <87d1ee5c6f.fsf@ucl.ac.uk> <87h93ixdd0.fsf@atmarama.com> <87innyghqj.fsf@slip> <87a899jkki.fsf@atmarama.com> <87innwkg8c.fsf@ericabrahamsen.net> <87poi3aogh.fsf@atmarama.com> <87k28bbfbf.fsf@ericabrahamsen.net> <8737eytzhx.fsf@gmx.us> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:45949) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1cikO3-0001SP-7W for emacs-orgmode@gnu.org; Tue, 28 Feb 2017 11:12:28 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1cikNz-0000EK-Co for emacs-orgmode@gnu.org; Tue, 28 Feb 2017 11:12:27 -0500 Received: from [195.159.176.226] (port=57936 helo=blaine.gmane.org) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1cikNz-0000EB-5z for emacs-orgmode@gnu.org; Tue, 28 Feb 2017 11:12:23 -0500 Received: from list by blaine.gmane.org with local (Exim 4.84_2) (envelope-from ) id 1cikNl-0006C3-Ii for emacs-orgmode@gnu.org; Tue, 28 Feb 2017 17:12:09 +0100 List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: "Emacs-orgmode" To: emacs-orgmode@gnu.org Rasmus writes: > Eric Abrahamsen writes: > >> Saša Janiška writes: >> >>> Eric Abrahamsen writes: >>> >>>> Glad to know you're enthusiastic, and patches are always welcome! >>> >>> What can you recommend for learning Elisp which might be also useful for >>> špssobče contributibution to EBDB? >> >> What would be great is having more country-specific parsing and display >> functions. EBDB can display phone numbers, etc, differently depending on >> the country code. You can look at ebdb-i18n, and also ebdb-chn, which is >> the only country-specific library I've written, which is why I'm hoping >> people will pitch in here :) Basically look at your contacts and see if >> any them have field data that should be read or displayed in >> country-specific ways, and see if you can tackle that. > > Perhaps the data from libphonenumber can be used. > > https://github.com/googlei18n/libphonenumber That's handy, thanks! And turns out I already had it installed.