emacs-orgmode
[Top][All Lists]
Advanced

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

Re: [O] capture templates and org-contacts


From: Simon Thum
Subject: Re: [O] capture templates and org-contacts
Date: Fri, 07 Sep 2012 19:49:29 +0200
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:10.0.6esrpre) Gecko/20120807 Thunderbird/10.0.6

Hi Achim,

that fixes it, thank you very much!

Cheers,

Simon


On 09/06/2012 07:54 PM, Achim Gratz wrote:
Simon Thum writes:
recently my org-contacts template broke; I get

%![Error: (void-function gnus-alive-p)]

in the capture buffer where the name should have been.

The template is

("c" "Kontakt" entry (file+headline my-org-contacts-file "Neu") "*
%(org-contacts-template-name)"))


The setup worked before - wanyone an idea what could be the cause?

gnus-util must be loaded for this function to be available.  This
requirement is missing from both org-capture and org-gnus.  Actually,
this function really should be autoloaded by Gnus but isn't.

I'm using org-fixup to generate my autoloads.

Sure, but certainly not for Gnus…  I've just pushed up a fix that
adds (require 'gnus-util) to both files.


Regards,
Achim.




reply via email to

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