From mboxrd@z Thu Jan 1 00:00:00 1970 From: Le Wang Subject: Re: org-contacts and birthdays without year Date: Fri, 20 May 2011 10:55:12 +0800 Message-ID: References: <87sjsds4fu.fsf@keller.adm.naquadah.org> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([140.186.70.92]:35773) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QNFru-0005ef-HG for emacs-orgmode@gnu.org; Thu, 19 May 2011 22:55:15 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1QNFrt-0004c3-Fp for emacs-orgmode@gnu.org; Thu, 19 May 2011 22:55:14 -0400 Received: from mail-vw0-f41.google.com ([209.85.212.41]:35298) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QNFrt-0004bz-9w for emacs-orgmode@gnu.org; Thu, 19 May 2011 22:55:13 -0400 Received: by vws4 with SMTP id 4so3101998vws.0 for ; Thu, 19 May 2011 19:55:12 -0700 (PDT) In-Reply-To: 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: Orgmode Mailing List On Thu, May 19, 2011 at 1:46 PM, Le Wang wrote: > You mean `org-contacts-matcher'? =A0How does org-make-tags-matcher work? > =A0After googling and looking during some cursory investigation, it's > still not clear to me how to match EMAIL or BIRTHDAY. Found the tags and properties matcher section in manual: http://orgmode.org/manual/Matching-tags-and-properties.html What I needed was: (setq org-contacts-matcher "EMAIL<>\"\"|BIRTHDAY<>\"\"|PHONE<>\"\"") --=20 Le