From mboxrd@z Thu Jan 1 00:00:00 1970 From: Tom Subject: Re: goto does not accept remote references for local targets Date: Tue, 8 Mar 2011 16:48:15 +0000 (UTC) Message-ID: References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Return-path: Received: from [140.186.70.92] (port=34755 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Px05H-0007UA-Pw for emacs-orgmode@gnu.org; Tue, 08 Mar 2011 11:48:32 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Px05G-00083b-HE for emacs-orgmode@gnu.org; Tue, 08 Mar 2011 11:48:31 -0500 Received: from lo.gmane.org ([80.91.229.12]:60856) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Px05G-00083S-2Y for emacs-orgmode@gnu.org; Tue, 08 Mar 2011 11:48:30 -0500 Received: from list by lo.gmane.org with local (Exim 4.69) (envelope-from ) id 1Px05D-0001T1-7h for emacs-orgmode@gnu.org; Tue, 08 Mar 2011 17:48:27 +0100 Received: from 94-21-242-64.pool.digikabel.hu ([94.21.242.64]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 08 Mar 2011 17:48:27 +0100 Received: from adatgyujto by 94-21-242-64.pool.digikabel.hu with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 08 Mar 2011 17:48:27 +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: emacs-orgmode@gnu.org Tom gmail.com> writes: > The problem is if I'm in todo.org then goto accepts local targets > only by their name (without the (todo.org) qualifier), so it > accepts the target only as "test", but not as "test (todo.org)". > BTW, in org 7.5 this "test (todo.org)" is offered as the default target location, since it was the last goto target and it's quite convenient. The only problem is that due to the above mentioned problem it throws the error "Invalid target location" if I press Enter on this offered default target and I'm already in todo.org. The correct fix for that is not the removal of the (todo.org) specifier from the target in this case, but to make it accept the "test (todo.org)" format even if I'm already in todo.org