From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bastien Subject: Re: phone links... Date: Sat, 06 Apr 2013 22:58:24 +0200 Message-ID: <87obdr74wf.fsf@bzg.ath.cx> References: <5156228C.4010400@sift.info> <871uaq7aqy.fsf@bzg.ath.cx> <515DE4E2.2010704@gmx.de> <87r4iptr5g.fsf@bzg.ath.cx> <516010BC.2070006@gmx.de> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([208.118.235.92]:43236) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UOaBx-0002Pi-Kd for emacs-orgmode@gnu.org; Sat, 06 Apr 2013 16:58:31 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UOaBv-0002at-TH for emacs-orgmode@gnu.org; Sat, 06 Apr 2013 16:58:29 -0400 Received: from mail-wg0-f44.google.com ([74.125.82.44]:47126) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UOaBv-0002al-NH for emacs-orgmode@gnu.org; Sat, 06 Apr 2013 16:58:27 -0400 Received: by mail-wg0-f44.google.com with SMTP id z12so4652945wgg.11 for ; Sat, 06 Apr 2013 13:58:26 -0700 (PDT) In-Reply-To: <516010BC.2070006@gmx.de> (Simon Thum's message of "Sat, 06 Apr 2013 14:10:36 +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: Simon Thum Cc: Org Mode , Robert Goldman Hi Simon, Simon Thum writes: > (setq org-contacts-matcher "BIRTHDAY<>\"\"|ADR<>\"\"|EMAIL<>\"\"|TEL<>\"\"") > > to be able to find contacts not having an email. Something like it would > need to become the new default. This now uses (mapconcat 'identity (list org-contacts-email-property org-contacts-tel-property org-contacts-address-property org-contacts-birthday-property) "<>\"\"|") Thanks for suggesting this, -- Bastien