From mboxrd@z Thu Jan 1 00:00:00 1970 From: Fred Hansen Subject: agenda window shift Date: Tue, 20 May 2014 07:56:52 -0700 (PDT) Message-ID: <1400597812.62679.YahooMailNeo@web162406.mail.bf1.yahoo.com> Reply-To: Fred Hansen Mime-Version: 1.0 Content-Type: multipart/alternative; boundary="-747684034-1731011314-1400597812=:62679" Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:48734) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WmlWQ-0006jK-SY for emacs-orgmode@gnu.org; Tue, 20 May 2014 11:00:15 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WmlW3-0002Ub-Dt for emacs-orgmode@gnu.org; Tue, 20 May 2014 11:00:06 -0400 Received: from nm46.bullet.mail.ne1.yahoo.com ([98.138.120.53]:41467) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WmlW3-0002UV-41 for emacs-orgmode@gnu.org; Tue, 20 May 2014 10:59:43 -0400 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" ---747684034-1731011314-1400597812=:62679 Content-Type: text/plain; charset=us-ascii I recently rebuilt my computer, and after reinstalling emacs and orgmode the agenda window has a new, undesirable, behavior. After making any change, the window moves to place the previously edited location at the top of the window. For instance, if I complete a task on line 5, the window adjusts so that line 5 is now the first line at the top of the window. I've tried to illustrate below: __________ L1: TODO task 1 L2: TODO task 2 L3: TODO task 3 L4: TODO task 4 L5: TODO task 5 L6: TODO task 6 ______________ after completing task 5 the window looks like this: __________ L5: DONE task 5 L6: TODO task 6 ______________ Any ideas? Thanks. ---747684034-1731011314-1400597812=:62679 Content-Type: text/html; charset=us-ascii
I recently rebuilt my computer, and after reinstalling emacs and orgmode the agenda window has a new, undesirable, behavior. After making any change, the window moves to place the previously edited location at the top of the window. For instance, if I complete a task on line 5, the window adjusts so that line 5 is now the first line at the top of the window. I've tried to illustrate below:
__________
L1: TODO task 1
L2: TODO task 2
L3: TODO task 3
L4: TODO task 4
L5: TODO task 5
L6: TODO task 6
______________

after completing task 5 the window looks like this:

__________
L5: DONE task 5
L6: TODO task 6
______________


Any ideas? Thanks.
---747684034-1731011314-1400597812=:62679-- From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bastien Subject: Re: agenda window shift Date: Tue, 20 May 2014 17:24:22 +0200 Message-ID: <87r43o4gnt.fsf@bzg.ath.cx> References: <1400597812.62679.YahooMailNeo@web162406.mail.bf1.yahoo.com> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:56319) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Wmlu7-0006rO-O0 for emacs-orgmode@gnu.org; Tue, 20 May 2014 11:24:44 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Wmlty-0002wX-Ft for emacs-orgmode@gnu.org; Tue, 20 May 2014 11:24:35 -0400 Received: from mail-wi0-x22a.google.com ([2a00:1450:400c:c05::22a]:35045) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Wmlty-0002vw-1P for emacs-orgmode@gnu.org; Tue, 20 May 2014 11:24:26 -0400 Received: by mail-wi0-f170.google.com with SMTP id bs8so6995667wib.3 for ; Tue, 20 May 2014 08:24:25 -0700 (PDT) In-Reply-To: <1400597812.62679.YahooMailNeo@web162406.mail.bf1.yahoo.com> (Fred Hansen's message of "Tue, 20 May 2014 07:56:52 -0700 (PDT)") 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: Fred Hansen Cc: "emacs-orgmode@gnu.org" Hi Fred, Fred Hansen writes: > I recently rebuilt my computer, and after reinstalling emacs and > orgmode the agenda window has a new, undesirable, behavior. After > making any change, the window moves to place the previously edited > location at the top of the window. For instance, if I complete a task > on line 5, the window adjusts so that line 5 is now the first line at > the top of the window. This error has been fixed and is not in the latest stable version. What is your Emacs and Org version? Thanks, -- Bastien