From mboxrd@z Thu Jan 1 00:00:00 1970 From: Simon Thum Subject: Re: capture templates and org-contacts Date: Fri, 07 Sep 2012 19:49:29 +0200 Message-ID: <504A33A9.2010909@gmx.de> References: <50467CC0.6030307@gmx.de> <87bohjdokf.fsf@Rainer.invalid> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8bit Return-path: Received: from eggs.gnu.org ([208.118.235.92]:40410) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TA2gQ-0002id-E6 for emacs-orgmode@gnu.org; Fri, 07 Sep 2012 13:49:35 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TA2gP-0005vR-FQ for emacs-orgmode@gnu.org; Fri, 07 Sep 2012 13:49:34 -0400 Received: from mailout-de.gmx.net ([213.165.64.22]:57999) by eggs.gnu.org with smtp (Exim 4.71) (envelope-from ) id 1TA2gP-0005ud-5H for emacs-orgmode@gnu.org; Fri, 07 Sep 2012 13:49:33 -0400 In-Reply-To: <87bohjdokf.fsf@Rainer.invalid> List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: Achim Gratz Cc: emacs-orgmode@gnu.org 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.