From mboxrd@z Thu Jan 1 00:00:00 1970 From: Adam Porter Subject: Re: Capture with org-directory not working? Date: Tue, 20 Sep 2016 10:00:52 -0500 Message-ID: <87zin2ty3f.fsf@alphapapa.net> References: <87vaxr51t3.fsf@gmail.com> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:47754) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bmNER-0002Su-LH for emacs-orgmode@gnu.org; Tue, 20 Sep 2016 11:45:16 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bmNEO-0005cY-SM for emacs-orgmode@gnu.org; Tue, 20 Sep 2016 11:45:15 -0400 Received: from [195.159.176.226] (port=46384 helo=blaine.gmane.org) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bmNEO-0005aT-M8 for emacs-orgmode@gnu.org; Tue, 20 Sep 2016 11:45:12 -0400 Received: from list by blaine.gmane.org with local (Exim 4.84_2) (envelope-from ) id 1bmMbX-0006i8-U5 for emacs-orgmode@gnu.org; Tue, 20 Sep 2016 17:05:03 +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: emacs-orgmode@gnu.org Rainer M Krug writes: > Thanks! the problem was the missing comma, as I had the backquote > already there. This must have changed some time ago, as I used these > templates before. This is working now. > > But now I realized that my other in-file capture templates are giving > the same message. This might be like heresy to some Emacs users, but if you put org-capture-templates in custom-set-variables, you can skip the backquoting and comma-quoting. Makes it a bit simpler. :)