From mboxrd@z Thu Jan 1 00:00:00 1970 From: Carsten Dominik Subject: Re: Re: no SPACE allowed in new node/item name created during refiling Date: Fri, 22 Jan 2010 10:35:11 +0100 Message-ID: <7F806129-BB82-471B-86AD-51F52AA40376@gmail.com> References: <87my085j1o.fsf@gollum.intra.norang.ca> Mime-Version: 1.0 (Apple Message framework v936) Content-Type: text/plain; charset=US-ASCII; format=flowed; delsp=yes Content-Transfer-Encoding: 7bit Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1NYFvE-0004OK-MG for emacs-orgmode@gnu.org; Fri, 22 Jan 2010 04:35:20 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1NYFvA-0004LJ-L7 for emacs-orgmode@gnu.org; Fri, 22 Jan 2010 04:35:20 -0500 Received: from [199.232.76.173] (port=39894 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NYFvA-0004L2-CZ for emacs-orgmode@gnu.org; Fri, 22 Jan 2010 04:35:16 -0500 Received: from mail-fx0-f209.google.com ([209.85.220.209]:55437) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1NYFv9-0007kR-5v for emacs-orgmode@gnu.org; Fri, 22 Jan 2010 04:35:15 -0500 Received: by fxm1 with SMTP id 1so1034297fxm.16 for ; Fri, 22 Jan 2010 01:35:13 -0800 (PST) In-Reply-To: <87my085j1o.fsf@gollum.intra.norang.ca> 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: Bernt Hansen Cc: Org-Mode On Jan 21, 2010, at 2:43 AM, Bernt Hansen wrote: > Manish writes: > >> Hello Carsten, >> A SPACE is not allowed in the name when creating a new node/item >> while >> refiling, is it a bug, restriction or configuration issue? > > I think I've gotten around that with C-q SPC when creating the new > refile entry but I'm not on the tip of the master branch currently. Yes, this is always a possible solution. This problem goes back to the fact that Emacs completion functions use SPACE as a command character doing completion. I have turned that off in most contexts where spaces might be interesting, but apparently I did miss one. Still need to find time to follow this up. - Carsten P.S. Any particular reason why you are not on the tip? > > -Bernt > > > _______________________________________________ > Emacs-orgmode mailing list > Please use `Reply All' to send replies to the list. > Emacs-orgmode@gnu.org > http://lists.gnu.org/mailman/listinfo/emacs-orgmode - Carsten