From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nicolas Goaziou Subject: Re: Bug: org-capture template expansion "%x" stopped working Date: Sat, 21 Apr 2018 11:27:36 +0200 Message-ID: <87o9icewon.fsf@nicolasgoaziou.fr> References: <20180416023206.04F4510297@mailuser.nyi.internal> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:36777) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1f9oo3-0001dv-AN for emacs-orgmode@gnu.org; Sat, 21 Apr 2018 05:27:46 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1f9oo0-0004ex-7Y for emacs-orgmode@gnu.org; Sat, 21 Apr 2018 05:27:43 -0400 Received: from relay6-d.mail.gandi.net ([217.70.183.198]:40241) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1f9oo0-0004dz-08 for emacs-orgmode@gnu.org; Sat, 21 Apr 2018 05:27:40 -0400 In-Reply-To: <20180416023206.04F4510297@mailuser.nyi.internal> (Brady Trainor's message of "Sun, 15 Apr 2018 19:32:04 -0700") 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: Brady Trainor Cc: emacs-orgmode@gnu.org Hello, Brady Trainor writes: > The issue at following thread seems to have resurfaced > > https://lists.gnu.org/archive/html/emacs-orgmode/2016-07/msg00490.html > > If I run the following > > emacs -Q -nw --eval "(progn (setq org-capture-templates '((\"t\" > \"Task\" entry (file \"/tmp/test.org\") \"%x\"))) (org-capture nil > \"t\"))" > > I see in Messages > > org-capture: Capture abort: (wrong-type-argument char-or-string-p > nil) > > > Emacs and org versions > > GNU Emacs 27.0.50 (build 1, x86_64-apple-darwin17.4.0, NS > appkit-1561.20 Version 10.13.3 (Build 17D102)) of 2018-04-11 > Org mode version 9.1.9 (release_9.1.9-65-g5e4542 @ > /usr/local/Cellar/emacs/HEAD-57442b6/share/emacs/27.0.50/lisp/org/) I think this is now fixed. Thank you. Regards, -- Nicolas Goaziou