From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nicolas Goaziou Subject: Re: Bug: org-capture template expansion "%x" stopped working Date: Fri, 29 Jul 2016 16:04:44 +0200 Message-ID: <871t2cczgj.fsf@saiph.selenimh> References: Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:32964) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bT8PP-0004e4-Ad for emacs-orgmode@gnu.org; Fri, 29 Jul 2016 10:05:08 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bT8PM-0008Qq-2a for emacs-orgmode@gnu.org; Fri, 29 Jul 2016 10:05:03 -0400 Received: from relay4-d.mail.gandi.net ([217.70.183.196]:47901) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bT8PL-0008PL-Rd for emacs-orgmode@gnu.org; Fri, 29 Jul 2016 10:04:59 -0400 In-Reply-To: (Humberto Nanni's message of "Wed, 27 Jul 2016 19:15:55 -0500") 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: Humberto Nanni Cc: emacs-orgmode@gnu.org Hello, Humberto Nanni writes: > starting from commit 6daad64277c43a6589de1c6a146ca8a72fe0e3b9 attempts to > use the org-capture template expansion "%x" results in the following > backtrace: > > Debugger entered--Lisp error: (error "Capture abort: (wrong-type-argument > char-or-string-p nil)") > signal(error ("Capture abort: (wrong-type-argument char-or-string-p > nil)")) > error("Capture abort: %s" (wrong-type-argument char-or-string-p nil)) > #[257 "\300\301!\203\n\302\301!\210\303\304\"\207" [get-buffer > "*Capture*" kill-buffer error "Capture abort: %s"] 4 "\n\n(fn > ERROR)"]((wrong-type-argument char-or-string-p nil)) > funcall(#[257 "\300\301!\203\n\302\301!\210\303\304\"\207" [get-buffer > "*Capture*" kill-buffer error "Capture abort: %s"] 4 "\n\n(fn ERROR)"] > (wrong-type-argument char-or-string-p nil)) > org-capture(nil) > call-interactively(org-capture nil nil) > command-execute(org-capture) Fixed. Thank you. Regards, -- Nicolas Goaziou