[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
Re: [O] phone links..., Robert P. Goldman, 2013/04/04
- Re: [O] phone links..., Michael Strey, 2013/04/08
- Re: [O] phone links..., Robert Goldman, 2013/04/08
- Re: [O] phone links..., Michael Strey, 2013/04/08
- Re: [O] phone links..., Robert Goldman, 2013/04/08
- Re: [O] phone links..., Michael Strey, 2013/04/09
- Re: [O] phone links..., Robert Goldman, 2013/04/09
- Re: [O] phone links..., Michael Strey, 2013/04/09
Re: [O] phone links..., Feng Shu, 2013/04/13
Re: [O] phone links..., Feng Shu, 2013/04/14