From mboxrd@z Thu Jan 1 00:00:00 1970 From: Charles Millar Subject: Bug: Capture prompt - white space throws a [no match] Date: Mon, 11 Jan 2016 10:05:03 -0500 Message-ID: <5693C49F.8030606@verizon.net> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:37647) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aIe2V-0004DJ-82 for emacs-orgmode@gnu.org; Mon, 11 Jan 2016 10:05:52 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1aIe2R-00064U-5O for emacs-orgmode@gnu.org; Mon, 11 Jan 2016 10:05:47 -0500 Received: from vms173021pub.verizon.net ([206.46.173.21]:42953) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aIe2R-000634-0r for emacs-orgmode@gnu.org; Mon, 11 Jan 2016 10:05:43 -0500 Received: from [192.168.1.59] ([24.39.254.154]) by vms173021.mailsrvcs.net (Oracle Communications Messaging Server 7.0.5.32.0 64bit (built Jul 16 2014)) with ESMTPA id <0O0S007U4N8LEV20@vms173021.mailsrvcs.net> for emacs-orgmode@gnu.org; Mon, 11 Jan 2016 09:05:11 -0600 (CST) 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: emacs-orgmode@gnu.org Given the following template "\| %(org-read-date)\| %^{InputSomething}" org-read-date works fine , but any attempt to enter a space character in "InputSomething" gives the following in the minibuffer [No match] Charlie Millar