From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bastien Subject: Re: [BUG] Infinite loop in org-agenda-show-new-time Date: Wed, 05 Feb 2020 00:38:48 +0100 Message-ID: <87zhdx3otz.fsf@gnu.org> References: <87zjswb0vq.fsf@fastmail.fm> <87siyojc2c.fsf@gmail.com> <87fvun6gku.fsf@fastmail.fm> <87ob9bkd4c.fsf@gmail.com> <87txj2lo0j.fsf@fastmail.fm> <87mwopinzv.fsf@gmail.com> <87fvucuwva.fsf@fastmail.fm> <87vc38ff84.fsf@gmail.com> <3E07FCDB-2619-4BFE-BC68-C5181717152B@gmail.com> <87haegy5i9.fsf@gmail.com> <87blqiodo6.fsf@gnu.org> <87o8ufo5l8.fsf@gnu.org> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:470:142:3::10]:54005) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1iz7mN-0006jS-3W for emacs-orgmode@gnu.org; Tue, 04 Feb 2020 18:38:51 -0500 In-Reply-To: (Andrew Hyatt's message of "Tue, 4 Feb 2020 14:25:44 -0500") 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-mx.org@gnu.org Sender: "Emacs-orgmode" To: Andrew Hyatt Cc: Nick Dokos , "emacs-orgmode@gnu.org" Hi Andrew, thanks again. Andrew Hyatt writes: > Removing the (beginning-of-line 1) at the end of the time display > code in that function, and substituting (org-agenda-previous-line) > seems to fix it.=C2=A0 I'm not sure if that's the right approach - the > previous code didn't use that function for a reason, but I don't know > what that reason was. I think this approach is correct is it will move over visible lines. I've pushed a patch, please let me know if it is fixed. Best, --=20 Bastien