From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nicolas Goaziou Subject: Re: Bug: Habits will not correctly reset timestamp [8.3.2 (release_8.3.2-570-gc17fcc @ /home/swflint/.emacs.d/org-mode/lisp/)] Date: Sun, 31 Jan 2016 00:17:19 +0100 Message-ID: <87bn82hd34.fsf@nicolasgoaziou.fr> References: <874mdylp1g.fsf@turing.flintfam.org> <877fiu3zb6.fsf@nicolasgoaziou.fr> <87h9hx7ju9.fsf@turing.flintfam.org> <87si1ga526.fsf@nicolasgoaziou.fr> <87r3gzg7p3.fsf@turing.flintfam.org> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:60303) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aPejg-000273-Kd for emacs-orgmode@gnu.org; Sat, 30 Jan 2016 18:15:21 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1aPejf-0005Rd-OR for emacs-orgmode@gnu.org; Sat, 30 Jan 2016 18:15:20 -0500 Received: from relay3-d.mail.gandi.net ([2001:4b98:c:538::195]:55459) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aPejf-0005RW-I4 for emacs-orgmode@gnu.org; Sat, 30 Jan 2016 18:15:19 -0500 In-Reply-To: <87r3gzg7p3.fsf@turing.flintfam.org> (Samuel W. Flint's message of "Fri, 29 Jan 2016 20:46:48 -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.org@gnu.org Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: "Samuel W. Flint" Cc: emacs-orgmode@gnu.org Hello, swflint@flintfam.org (Samuel W. Flint) writes: > It removes it in the last iteration of the ~while~ loop. I couldn't > point out exactly when, but at some point, it gets removed. > > HTH, Unfortunately, it still doesn't ring any bell. You may want to edebug and evaluate `org-auto-repeat-maybe' step by step, in order to find the exact location of the problem (probably a call to `org-timestamp-change' somewhere in the while loop). Regards, -- Nicolas Goaziou