Hi Simon,

Simon Thum <simon.t...@gmx.de> 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

Reply via email to