From mboxrd@z Thu Jan 1 00:00:00 1970 From: Feng Shu Subject: Re: Handling outdated contact information Date: Fri, 31 May 2013 21:15:59 +0800 Message-ID: <87txlj5lyo.fsf@news.tumashu-localhost.org> References: <87li6yx8u9.fsf@news.tumashu-localhost.org> <87wqqhlchq.fsf@tanger.home> <2013-05-30T19-33-07@devnull.Karl-Voit.at> <874ndk9fov.fsf@tanger.home> <2013-05-31T11-39-01@devnull.Karl-Voit.at> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:41795) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UiPCm-0004G2-Bc for emacs-orgmode@gnu.org; Fri, 31 May 2013 09:17:17 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UiPCh-0007OM-DZ for emacs-orgmode@gnu.org; Fri, 31 May 2013 09:17:16 -0400 Received: from mail-pb0-x231.google.com ([2607:f8b0:400e:c01::231]:51312) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UiPCh-0007OI-6f for emacs-orgmode@gnu.org; Fri, 31 May 2013 09:17:11 -0400 Received: by mail-pb0-f49.google.com with SMTP id rp8so2171401pbb.8 for ; Fri, 31 May 2013 06:17:10 -0700 (PDT) Received: from tumashu ([110.97.94.251]) by mx.google.com with ESMTPSA id iq2sm12206258pbb.19.2013.05.31.06.17.07 for (version=TLSv1.2 cipher=RC4-SHA bits=128/128); Fri, 31 May 2013 06:17:09 -0700 (PDT) Received: from feng by tumashu with local (Exim 4.80) (envelope-from ) id 1UiPBX-0006nD-6s for emacs-orgmode@gnu.org; Fri, 31 May 2013 21:15:59 +0800 In-Reply-To: <2013-05-31T11-39-01@devnull.Karl-Voit.at> (Karl Voit's message of "Fri, 31 May 2013 11:42:38 +0200") 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-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: emacs-orgmode@gnu.org Karl Voit writes: > * Daimrod wrote: >> >> Hi Karl, > > Hi Daimrod! > >>> This is a very good patch, fixing an issue I also do have currently. >> >> I am curious, what was the issue? > > Sure: I do use contacts.org by myself and I tend to collect data > about people and never delete any. For example, previously used > phone numbers are quite handy in order to get a connection between > old text messages or phone call logs and a person. > > However, I do not want to mess up current phone numbers with old > ones. > > With this ignore feature, I am able to address this issue (in the > future). For now, I do not export contact information from Org-mode > to somewhere else (except: lbdb -> mutt). In the future, I plan to > add a workflow that gets contact information form Org-mode (my > central point of information) to my phone and so forth. If you use android phone, you can write a function "org-contacts-export-to-sqlite3" which can export org-contacts to android contacts.db --