Announcements and discussions for Gnus, the GNU Emacs Usenet newsreader
 help / color / mirror / Atom feed
From: "N. Raghavendra" <raghu@hri.res.in>
To: Alan Schmitt <alan.schmitt@polytechnique.org>
Cc: info-gnus-english@gnu.org
Subject: Re: Define "Group" of mail recipients in Gnus?
Date: Wed, 09 Nov 2016 19:09:06 +0530	[thread overview]
Message-ID: <m2y40su611.fsf@hri.res.in> (raw)
In-Reply-To: <m2oa1osu3c.fsf@charm-wifi.irisa.fr> (Alan Schmitt's message of "Wed, 09 Nov 2016 13:42:15 +0100")

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	other threads:[~2016-11-09 13:39 UTC|newest]

Thread overview: 18+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-11-08  9:58 Rainer M Krug
2016-11-08 10:53 ` B.V. Raghav
2016-11-08 11:54   ` Rainer M Krug
2016-11-08 13:39     ` Dan Christensen
2016-11-08 17:11       ` Rainer M Krug
2016-11-08 21:58         ` Dan Christensen
2016-11-08 11:25 ` Rasmus
2016-11-08 11:54   ` N. Raghavendra
2016-11-09 12:28     ` B.V. Raghav
2016-11-09 12:42       ` Alan Schmitt
2016-11-09 13:39         ` N. Raghavendra [this message]
2016-11-10  8:09           ` Alan Schmitt
2016-11-10  8:19             ` N. Raghavendra
2016-11-10  8:21               ` Alan Schmitt
2016-11-10 11:10                 ` N. Raghavendra
2016-11-10 12:49                   ` Alan Schmitt
2016-11-08 11:41 ` Enrico Schumann
2016-11-08 13:34   ` Alan Schmitt

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

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=m2y40su611.fsf@hri.res.in \
    --to=raghu@hri.res.in \
    --cc=alan.schmitt@polytechnique.org \
    --cc=info-gnus-english@gnu.org \
    /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.
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 NNTP newsgroup(s).