From mboxrd@z Thu Jan 1 00:00:00 1970 From: Feng Shu Subject: Re: [PATCH] org-contacts.el: add expire feature Date: Fri, 31 May 2013 12:22:38 +0800 Message-ID: <87li6vlqwh.fsf@news.tumashu-localhost.org> References: <87li6yx8u9.fsf@news.tumashu-localhost.org> <87wqqhlchq.fsf@tanger.home> <8738t5xpwe.fsf@news.tumashu-localhost.org> <87ip20vjnp.fsf@tanger.home> <871u8on1oe.fsf@news.tumashu-localhost.org> <87d2s89fy8.fsf@tanger.home> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:53125) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UiGsc-00076t-C6 for emacs-orgmode@gnu.org; Fri, 31 May 2013 00:23:55 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UiGsb-00055u-K9 for emacs-orgmode@gnu.org; Fri, 31 May 2013 00:23:54 -0400 Received: from mail-pa0-x230.google.com ([2607:f8b0:400e:c03::230]:46815) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UiGsb-000552-CC for emacs-orgmode@gnu.org; Fri, 31 May 2013 00:23:53 -0400 Received: by mail-pa0-f48.google.com with SMTP id kp6so105133pab.35 for ; Thu, 30 May 2013 21:23:52 -0700 (PDT) In-Reply-To: <87d2s89fy8.fsf@tanger.home> (daimrod@gmail.com's message of "Fri, 31 May 2013 01:59:59 +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: Daimrod Cc: emacs-orgmode@gnu.org Daimrod writes: > Feng Shu writes: > >> Hi Daimrod! >> This is the 3 updated patch, if possible, please include it to master. > > It's merged and pushed. I've also pushed another commit to fix the > formatting in some parts of the code and I've found a bug in > `org-contacts-split-property', but it should be fixed now. Thanks! Now I want to code a function: (defun org-contacts-add-value-to-ignore-property (value) "Create agenda view for contacts matching NAME." (interactive (list (read-string "Ignored email or phone: "))) ... ) 1. find a contact which email or phone property include the value ,If the result is two or more different contacts, message: "Two or more contacts, abort!". 2. add the value to the ignore property of the result contact Any suggestion? Thanks! > >> Thanks for your help! --