From mboxrd@z Thu Jan 1 00:00:00 1970 From: Igor Sosa Mayor Subject: Small bug? org-narrow-to-subtree and open file link Date: Fri, 06 Mar 2015 16:49:07 +0100 Message-ID: <874mpydt3g.fsf@gmail.com> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:37542) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YTuSN-0001xF-Sk for emacs-orgmode@gnu.org; Fri, 06 Mar 2015 10:46:32 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YTuSJ-0006PO-N6 for emacs-orgmode@gnu.org; Fri, 06 Mar 2015 10:46:31 -0500 Received: from plane.gmane.org ([80.91.229.3]:35768) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YTuSJ-0006Ow-Fr for emacs-orgmode@gnu.org; Fri, 06 Mar 2015 10:46:27 -0500 Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1YTuSG-0002Nb-Pj for emacs-orgmode@gnu.org; Fri, 06 Mar 2015 16:46:24 +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 16:46:24 +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 16:46:24 +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 Hi, maybe this is a small bug or something wrong in my config... But: if I use org-narrow-to-subtree and then use org-return to open a file link the narrowed function get lost and I get the whole buffer again. This happens at least if I get a question because the file is too big and I have to decide whether I want to open it (this by the way divides the window very unexpectedly...). I'm using Org-mode version 8.2.10. Any hint? Many thanks in advance!