Re: [O] org-contacts email completion by tags

2014-07-13 Thread Daimrod
Daimrod daim...@gmail.com writes: Thanks, but I'm refactoring org-contacts a bit, and I think I have found a slightly better way to do that, but in the meantime you can use the aforementioned hook for your function. It turns out that my idea was wrong, so I have used a version very similar to

Re: [O] org-contacts email completion by tags

2014-06-17 Thread Daimrod
John Kitchin jkitc...@andrew.cmu.edu writes: Hi, First, sorry for the late reply. Here is what I finally ended up with to allow completion with tag expressions. I did not figure out how to avoid overwriting an org-contacts function. I thought I could find the right hooks to use, but I could

Re: [O] org-contacts email completion by tags

2014-06-06 Thread John Kitchin
Here is what I finally ended up with to allow completion with tag expressions. I did not figure out how to avoid overwriting an org-contacts function. I thought I could find the right hooks to use, but I could not figure it out. It is only a one line modification to the org-contacts function. This

Re: [O] org-contacts email completion by tags

2014-06-05 Thread John Kitchin
On Thu, Jun 5, 2014 at 7:50 AM, Daimrod daim...@gmail.com wrote: org-contacts-complete-group Here is a better function I think. It uses the builtin org-contacts database: (defun insert-emails-from-tags (tag-expression) insert emails from org-contacts that match the tags expression. For