Re: [O] capture templates and org-contacts

2012-09-14 Thread Bastien
Hi Achim,

Achim Gratz  writes:

> Actually,
> this function really should be autoloaded by Gnus but isn't.

Can you tell the Gnus developers about this?

Thanks!

-- 
 Bastien



Re: [O] capture templates and org-contacts

2012-09-07 Thread Simon Thum

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.





Re: [O] capture templates and org-contacts

2012-09-06 Thread Achim Gratz
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.
-- 
+<[Q+ Matrix-12 WAVE#46+305 Neuron microQkb Andromeda XTk Blofeld]>+

Samples for the Waldorf Blofeld:
http://Synth.Stromeko.net/Downloads.html#BlofeldSamplesExtra




[O] capture templates and org-contacts

2012-09-04 Thread Simon Thum

Hi all,

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?

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

Cheers,

Simon