From mboxrd@z Thu Jan 1 00:00:00 1970 From: Tassilo Horn Subject: Re: [PATCH] Use and show default refiling location. Date: Sat, 05 Mar 2011 21:35:01 +0100 Message-ID: <87ipvx71ca.fsf@member.fsf.org> References: <87wrkh4oua.fsf@member.fsf.org> <871v2lhjo7.fsf@gnu.org> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from [140.186.70.92] (port=60481 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PvyBv-0008OA-9l for emacs-orgmode@gnu.org; Sat, 05 Mar 2011 15:35:08 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1PvyBt-0008Ep-0m for emacs-orgmode@gnu.org; Sat, 05 Mar 2011 15:35:07 -0500 Received: from out1.smtp.messagingengine.com ([66.111.4.25]:41632) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1PvyBs-0008EM-Uh for emacs-orgmode@gnu.org; Sat, 05 Mar 2011 15:35:04 -0500 In-Reply-To: <871v2lhjo7.fsf@gnu.org> (Bastien's message of "Sat, 05 Mar 2011 12:48:56 +0100") 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: Bastien Cc: emacs-orgmode@gnu.org Bastien writes: Hi Bastien, > I've applied your patch. Great! > Thanks for this neat addition! You're welcome. BTW, I just noticed that I made a wording error in the docstring of `org-refile-get-location': Prompt the user for a refile location, using PROMPT. PROMPT should not be prefixed with a colon and a space, because ^^^^^^^^ this function prepends the default value from ^^^^^^^^ `org-refile-history' automatically, if that is not empty. Of course, that has to be "suffixed" and "appends". Bye, Tassilo