emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [O] phone links...


From: Bastien
Subject: Re: [O] phone links...
Date: Sat, 06 Apr 2013 22:58:24 +0200
User-agent: Gnus/5.130006 (Ma Gnus v0.6) Emacs/24.3.50 (gnu/linux)

Hi Simon,

Simon Thum <address@hidden> 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

[Prev in Thread] Current Thread [Next in Thread]