On Thu, May 19, 2011 at 1:46 PM, Le Wang <l26w...@gmail.com> wrote: > You mean `org-contacts-matcher'? How does org-make-tags-matcher work? > After 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<>\"\"") -- Le