From mboxrd@z Thu Jan 1 00:00:00 1970 From: Charles Cave Subject: Remember string prompt won't accept spaces %^{Prompt text} Date: Tue, 01 Jan 2008 21:08:06 +1100 Message-ID: <477A1106.4010407@optusnet.com.au> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1J9e2o-00067j-O3 for emacs-orgmode@gnu.org; Tue, 01 Jan 2008 05:08:22 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1J9e2k-00062o-QD for emacs-orgmode@gnu.org; Tue, 01 Jan 2008 05:08:21 -0500 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1J9e2k-00062Y-Ed for emacs-orgmode@gnu.org; Tue, 01 Jan 2008 05:08:18 -0500 Received: from mail34.syd.optusnet.com.au ([211.29.133.218]) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1J9e2j-0000DR-KE for emacs-orgmode@gnu.org; Tue, 01 Jan 2008 05:08:18 -0500 Received: from [192.168.1.100] (c220-239-237-182.thorn1.nsw.optusnet.com.au [220.239.237.182]) (authenticated sender charles_cave) by mail34.syd.optusnet.com.au (8.13.1/8.13.1) with ESMTP id m01A8AGX000595 for ; Tue, 1 Jan 2008 21:08:10 +1100 List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: emacs-orgmode@gnu.org I have set up Remember with org-mode and found that the prompt directive doesn't allow spaces in the input. This is the directive (to capture Internet banking receipts) ..... '(("Receipt" ?r "** %^{BriefDesc} %U %^g\n%?" "~/GTD/GTD/finances.org") After I issue the command C-c r and choose r (for Receipt) I see the new window for Remember filled in like this: ** [2008-01-01 Tue 21:02] %^g %? And in the minibuffer, a prompt: BriefDesc: As soon as I type a space I get a message [No Match]. Why can't I enter a space? I am running org-mode 5.17a on GNU Emacs 22.1.1 on Windows XP. Thanks Charles