From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Koch Subject: Re: org-mode moves point in other window Date: Mon, 17 Dec 2012 20:43:07 +0100 Message-ID: <201212172043.09004.thomas@koch.ro> References: <201212081434.41607.thomas@koch.ro> <877golwpej.fsf@bzg.ath.cx> Reply-To: thomas@koch.ro Mime-Version: 1.0 Content-Type: Text/Plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: Received: from eggs.gnu.org ([208.118.235.92]:40955) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Tkgau-0004uP-Mx for emacs-orgmode@gnu.org; Mon, 17 Dec 2012 14:43:21 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Tkgat-0004SH-E7 for emacs-orgmode@gnu.org; Mon, 17 Dec 2012 14:43:20 -0500 Received: from koch.ro ([88.198.2.104]:45082) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Tkgat-0004R1-77 for emacs-orgmode@gnu.org; Mon, 17 Dec 2012 14:43:19 -0500 In-Reply-To: <877golwpej.fsf@bzg.ath.cx> 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: Bastien Cc: emacs-orgmode@gnu.org Bastien: > Thomas Koch writes: > > I've got a large org-mode (7.9.2, emacs 24.2.1) table and two windows, > > top and bottom. I shrink the upper window to only show the headline of > > my table and work in the lower window. > > > > When I move with tab in the lower window or recalculate the formula, the > > upper window moves its point to the formula. > > > > How can I make the upper window to remain as it is? > > Instead of splitting the window, you can create an indirect buffer. > > It will visually be equivalent, and the point in the upper window > will not move when C-cC-c'ing on the formulas. Hi Bastien, thank you. First I tried to narrow the indirect buffer only to the headline of the table but then the point still jumped to the end of the table and enlarged the narrowing to the full table when the column width changed. Now I left the narrowing to include the full table and the point seem to remain where it is even on column resizes. Regards, Thomas Koch, http://www.koch.ro