From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nicolas Goaziou Subject: Re: [PATCH 2/2] org-refile: Fix inconsistency when listing refile targets Date: Wed, 17 May 2017 14:54:16 +0200 Message-ID: <87efvnr6dj.fsf@nicolasgoaziou.fr> References: <20170515125455.18251-1-seb@wirrsal.net> <20170515125455.18251-2-seb@wirrsal.net> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:48549) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1dAyT9-0007TA-Bj for emacs-orgmode@gnu.org; Wed, 17 May 2017 08:54:24 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1dAyT6-0006wW-8K for emacs-orgmode@gnu.org; Wed, 17 May 2017 08:54:23 -0400 Received: from relay7-d.mail.gandi.net ([217.70.183.200]:32843) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1dAyT6-0006ux-2d for emacs-orgmode@gnu.org; Wed, 17 May 2017 08:54:20 -0400 In-Reply-To: <20170515125455.18251-2-seb@wirrsal.net> ("Sebastian =?utf-8?Q?Reu=C3=9Fe=22's?= message of "Mon, 15 May 2017 14:54:55 +0200") 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: Sebastian =?utf-8?Q?Reu=C3=9Fe?= Cc: emacs-orgmode@gnu.org Hello, Sebastian Reu=C3=9Fe writes: > * org.el (org-refile-get-targets): Setting org-refile-use-outline-path > to `file' or `buffer-name' causes an additional target for the file=E2=80= =99s > root node to be inserted. This functionality was absent when using > `full-file-path'. We now add this since it is convenient and makes the > behavior more consistent. Applied. Thank you. Regards, --=20 Nicolas Goaziou