[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Define "Group" of mail recipients in Gnus?
From: |
Alan Schmitt |
Subject: |
Re: Define "Group" of mail recipients in Gnus? |
Date: |
Wed, 09 Nov 2016 13:42:15 +0100 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/25.1 (darwin) |
Hello,
On 2016-11-09 17:58, bvraghav@iitk.ac.in (B.V. Raghav) writes:
> "N. Raghavendra" <raghu@hri.res.in> writes:
>
>>
>> https://julien.danjou.info/projects/emacs-packages#org-contacts
>>
> It took me a little time to get to the author's page. And it was surely
> interesting to try.
>
> The package is also in org-plus-contrib package. The link to raw file is
> also available at:
> http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=contrib/lisp/org-contacts.el;hb=HEAD
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.
Best,
Alan
--
OpenPGP Key ID : 040D0A3B4ED2E5C7
Monthly Athmospheric CO₂, Mauna Loa Obs. 2016-09: 401.03, 2015-09: 397.63
signature.asc
Description: PGP signature
Re: Define "Group" of mail recipients in Gnus?, Rasmus, 2016/11/08
- Re: Define "Group" of mail recipients in Gnus?, N. Raghavendra, 2016/11/08
- Re: Define "Group" of mail recipients in Gnus?, B.V. Raghav, 2016/11/09
- Re: Define "Group" of mail recipients in Gnus?,
Alan Schmitt <=
- Re: Define "Group" of mail recipients in Gnus?, N. Raghavendra, 2016/11/09
- Re: Define "Group" of mail recipients in Gnus?, Alan Schmitt, 2016/11/10
- Re: Define "Group" of mail recipients in Gnus?, N. Raghavendra, 2016/11/10
- Re: Define "Group" of mail recipients in Gnus?, Alan Schmitt, 2016/11/10
- Re: Define "Group" of mail recipients in Gnus?, N. Raghavendra, 2016/11/10
- Re: Define "Group" of mail recipients in Gnus?, Alan Schmitt, 2016/11/10
Re: Define "Group" of mail recipients in Gnus?, Enrico Schumann, 2016/11/08