From mboxrd@z Thu Jan 1 00:00:00 1970 From: Daimrod Subject: Re: org-contacts email completion by tags Date: Thu, 05 Jun 2014 13:51:55 +0900 Message-ID: <87oay8ez6c.fsf@tanger.home> References: Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:50192) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WsPeu-0005c2-OW for emacs-orgmode@gnu.org; Thu, 05 Jun 2014 00:52:17 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WsPep-000132-PY for emacs-orgmode@gnu.org; Thu, 05 Jun 2014 00:52:12 -0400 Received: from mail-pd0-x233.google.com ([2607:f8b0:400e:c02::233]:47622) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WsPep-00012M-Hx for emacs-orgmode@gnu.org; Thu, 05 Jun 2014 00:52:07 -0400 Received: by mail-pd0-f179.google.com with SMTP id fp1so530334pdb.10 for ; Wed, 04 Jun 2014 21:52:06 -0700 (PDT) In-Reply-To: (John Kitchin's message of "Wed, 4 Jun 2014 19:16:17 -0400") 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: John Kitchin Cc: "emacs-orgmode@gnu.org" John Kitchin writes: > Hi all, > > I have setup org-contacts and completion of emails in message mode. I have some contacts that are tagged :group: and some tagged :group:ms: > > If I put +group in the email To field, it completes to all of the entries (awesome!) > > But +group-ms does not work. Is that a bug, or a known limit of org-contacts? That search works fine with C-c am. An unknown limitation of org-contacts. ;) org-contacts doesn't use `org-tags-view', that's why it doesn't support this match syntax. ATM, it is unclear to me how such syntax could be integrated with the completion mechanism. Also, I haven't look at the code that handles this in org-mode so I don't know how easy or hard it would be to use it with org-contacts. An alternative would be to provide a way to store the addresses of contacts in a sparse tree or in the *org-agenda* buffer. e.g. C-x b contacts.org RET C-c a m foo+bar RET M-x org-contacts-copy-contacts RET C-x b *Group* RET ;; Switch to Gnus m ;; compose a message C-c C-f ;; goto From C-y WDYT? Best, -- Daimrod/Greg