From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nicolas Goaziou Subject: Re: Capture template stopped working: nil Date: Sun, 25 Jun 2017 21:09:37 +0200 Message-ID: <87d19r51fy.fsf@nicolasgoaziou.fr> References: <7d3e8e78-24ff-f8ba-8931-38014f109b66@xgm.de> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:45059) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1dPCuo-0002Qf-3h for emacs-orgmode@gnu.org; Sun, 25 Jun 2017 15:09:47 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1dPCuj-0007hJ-Kb for emacs-orgmode@gnu.org; Sun, 25 Jun 2017 15:09:46 -0400 Received: from relay4-d.mail.gandi.net ([217.70.183.196]:51207) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1dPCuj-0007gj-Da for emacs-orgmode@gnu.org; Sun, 25 Jun 2017 15:09:41 -0400 In-Reply-To: <7d3e8e78-24ff-f8ba-8931-38014f109b66@xgm.de> (Florian Lindner's message of "Sun, 25 Jun 2017 21:04:23 +0200") 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" To: Florian Lindner Cc: emacs-orgmode@gnu.org Hello, Florian Lindner writes: > since recently, one of my capture templates stopped working. Message is: > > Template key: > org-capture: Capture template =E2=80=98j=E2=80=99: nil > > and: > > - %? > > is added to journal.org. I have also tried some other template text like = "foo" (without any keys), but the message is the same. > > value of org-capture-templates is: > ("j" "Journal" item > (file+datetree > (concat org-directory "/journal.org")) It should be (lambda () (concat org-directory "/journal.org")). See ORG-NEWS. Regards, --=20 Nicolas Goaziou