info-gnus-english
[Top][All Lists]
Advanced

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

Re: Define "Group" of mail recipients in Gnus?


From: N. Raghavendra
Subject: Re: Define "Group" of mail recipients in Gnus?
Date: Wed, 09 Nov 2016 19:09:06 +0530
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/25.1.50 (darwin)

At 2016-11-09T13:42:15+01:00, Alan Schmitt wrote:

> I'm also giving it a try, and as I found very little documentation, here
> is what I did to make it work (I had to read the code to find the
> gnus-insinuate part):
>
> (require 'org-contacts)
> (setq org-contacts-files (list "~/Documents/Org/contacts.org"))
> (add-to-list 'org-capture-templates
>            '("c" "Contacts" entry (file "~/Documents/Org/contacts.org")
>              "* %(org-contacts-template-name)
> :PROPERTIES:
> :EMAIL: %(org-contacts-template-email)
> :END:"))
> (org-contacts-gnus-insinuate)
>
> I have found a bug in tags completion, and contacted the author, who
> told me he is no longer maintaining this. I asked the org list about
> this bug
> (https://lists.gnu.org/archive/html/emacs-orgmode/2016-11/msg00172.html),
> hopefully they will know what is going on.

Perhaps the function org-contacts-gnus-insinuate is not being evaluated
when you start Gnus?  I use

(add-hook 'gnus-startup-hook 'org-contacts-gnus-insinuate)

and tag completion (+foo TAB) is working with my configuration.

Cheers,
Raghu.

-- 
N. Raghavendra <raghu@hri.res.in>, http://www.retrotexts.net/
Harish-Chandra Research Institute, http://www.hri.res.in/



reply via email to

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