From: Daimrod <daimrod@gmail.com>
To: John Kitchin <jkitchin@andrew.cmu.edu>
Cc: "emacs-orgmode@gnu.org" <emacs-orgmode@gnu.org>
Subject: Re: org-contacts email completion by tags
Date: Thu, 05 Jun 2014 20:50:40 +0900 [thread overview]
Message-ID: <87bnu7fucv.fsf@tanger.home> (raw)
In-Reply-To: <CAJ51EToMBzcpw9ybwyWEAjCzRwtJWAn-_CV-uq8bdPdc_WrEAg@mail.gmail.com> (John Kitchin's message of "Thu, 5 Jun 2014 07:33:20 -0400")
John Kitchin <jkitchin@andrew.cmu.edu> writes:
> neat idea. This code does exactly what I need for the completion for a
> whole tag query. It should be possible to integrate that into
> completion.
>
> (defun insert-emails-from-tags (tags)
> (interactive "sTags: ")
> (insert
> (save-window-excursion
> (find-file "contacts-bbdb.org")
> (mapconcat
> 'identity
> (let ((todo-only nil))
> (org-scan-tags
> (lambda ()
> (org-entry-get (point) "EMAIL")) ; action
> (cdr (org-make-tags-matcher tags)) ; matcher
> nil)) ", "))))
>
> It should be possible to integrate this into the org-contacts database
> to get this with completion. I will look into this later today. Thanks
> for the ideas.
The completion for group based on tags is done in the function
`org-contacts-complete-group'.
It's been a long time since I played with the completion mechanism, so I
don't remember exactly how it worked. Maybe you can replace the mapcar
with your function, but it might a bit more tricky than that, especially
to handle empty result.
Thanks for your work :)
Best,
--
Daimrod/Greg
next prev parent reply other threads:[~2014-06-05 11:50 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-06-04 23:16 org-contacts email completion by tags John Kitchin
2014-06-05 4:51 ` Daimrod
2014-06-05 11:33 ` John Kitchin
2014-06-05 11:50 ` Daimrod [this message]
2014-06-05 16:54 ` John Kitchin
2014-06-07 1:39 ` John Kitchin
2014-06-17 7:45 ` Daimrod
2014-07-13 10:48 ` Daimrod
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
List information: https://www.orgmode.org/
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=87bnu7fucv.fsf@tanger.home \
--to=daimrod@gmail.com \
--cc=emacs-orgmode@gnu.org \
--cc=jkitchin@andrew.cmu.edu \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
Code repositories for project(s) associated with this public inbox
https://git.savannah.gnu.org/cgit/emacs/org-mode.git
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).