From mboxrd@z Thu Jan 1 00:00:00 1970 From: Igor Sosa Mayor Subject: Re: Small bug? org-narrow-to-subtree and open file link Date: Fri, 06 Mar 2015 19:52:35 +0100 Message-ID: <87y4nac618.fsf@gmail.com> References: <874mpydt3g.fsf@gmail.com> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:53877) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YTxJv-00009o-69 for emacs-orgmode@gnu.org; Fri, 06 Mar 2015 13:50:00 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YTxJr-0006Gp-3K for emacs-orgmode@gnu.org; Fri, 06 Mar 2015 13:49:59 -0500 Received: from plane.gmane.org ([80.91.229.3]:51551) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YTxJq-0006Gg-T4 for emacs-orgmode@gnu.org; Fri, 06 Mar 2015 13:49:55 -0500 Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1YTxJo-0002Ia-AF for emacs-orgmode@gnu.org; Fri, 06 Mar 2015 19:49:52 +0100 Received: from nat-wlan2.uni-erfurt.de ([193.175.204.97]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 06 Mar 2015 19:49:52 +0100 Received: from joseleopoldo1792 by nat-wlan2.uni-erfurt.de with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 06 Mar 2015 19:49:52 +0100 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-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: emacs-orgmode@gnu.org James K. Lin writes: > org-narrow-to-subtree creates a subtree buffer. Your org-return call within > that new subtree buffer command operates on the base buffer. Many of Org's > link navigation commands operate this way because they use the base buffer > as their context. thanks for your answer... I did not know about this... there is also little to do?