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: Sun, 08 Mar 2015 10:34:38 +0100 Message-ID: <878uf725ox.fsf@gmail.com> References: <874mpydt3g.fsf@gmail.com> <87y4nac618.fsf@gmail.com> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:58778) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YUXbl-0002A4-LV for emacs-orgmode@gnu.org; Sun, 08 Mar 2015 05:34:50 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YUXbh-0006Wr-To for emacs-orgmode@gnu.org; Sun, 08 Mar 2015 05:34:49 -0400 Received: from plane.gmane.org ([80.91.229.3]:40071) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YUXbh-0006WW-Nm for emacs-orgmode@gnu.org; Sun, 08 Mar 2015 05:34:45 -0400 Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1YUXbg-0007oW-6w for emacs-orgmode@gnu.org; Sun, 08 Mar 2015 10:34:44 +0100 Received: from 95.90.214.205 ([95.90.214.205]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sun, 08 Mar 2015 10:34:44 +0100 Received: from joseleopoldo1792 by 95.90.214.205 with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sun, 08 Mar 2015 10:34:44 +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: > By default, Org mode does not work well with indirect buffers. You could get > around this by rolling your own version of functions on your own to ignore > the base buffer. This is no small feat because the link navigation commands > are nested. I understand... thanks for your answer.