From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nicolas Goaziou Subject: Re: [bug] timed repeater shows up in wrong place Date: Mon, 28 Nov 2016 08:34:06 +0100 Message-ID: <87r35wf47l.fsf@nicolasgoaziou.fr> References: <87inrxo5yt.fsf@cmena.pobox.com> <87a8d8o0rv.fsf@cmena.pobox.com> <878tsqfhoo.fsf@nicolasgoaziou.fr> <87h97bqor9.fsf@nicolasgoaziou.fr> <878tsnq7kl.fsf@nicolasgoaziou.fr> <87k2bstlyg.fsf@nicolasgoaziou.fr> <874m2w0zyt.fsf@nicolasgoaziou.fr> <87wpfqfrv5.fsf@nicolasgoaziou.fr> <87r35xgon4.fsf@nicolasgoaziou.fr> <87vav8fnes.fsf@nicolasgoaziou.fr> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:43840) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1cBGS1-0007ne-0i for emacs-orgmode@gnu.org; Mon, 28 Nov 2016 02:34:12 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1cBGRx-0001JE-U3 for emacs-orgmode@gnu.org; Mon, 28 Nov 2016 02:34:09 -0500 Received: from relay4-d.mail.gandi.net ([217.70.183.196]:46639) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1cBGRx-0001Iw-O2 for emacs-orgmode@gnu.org; Mon, 28 Nov 2016 02:34:05 -0500 In-Reply-To: (Samuel Wales's message of "Sun, 27 Nov 2016 20:22:44 -0700") 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" To: Samuel Wales Cc: emacs-orgmode , cmena@pobox.com Hello, Samuel Wales writes: > On 11/27/16, Nicolas Goaziou wrote: >> I pushed a few more fixed in plain time-stamps and deadlines. Please >> report if you find anything suspicious. > > please try this: > > SCHEDULED: <2016-09-17 Sat .+2d> > > emacs -Q, with a 2-day span and show-all nil. [...] > in org 9: > > 1] it shows on both days > 2] it shows 72x > > re 1, dunno if this was intended? It is. It shows first repeat. I assume you tested that yesterday, so you got the repeat for today. Since the repeat didn't trigger "today" (which is actually yesterday), it also displays a reminder for the scheduled item there. So, you have "72x" on "today" and a new repeat on the next day. > re 2, org 9 is trying to do its counting from the original timestamp > date. i can understand the reasoning here, but do not want it for my > use case. It is, per 1-year old commit (3072cb28e8627066f465f1a4af85da88135d0549). Details are given here: . > 72x gets buried. it's a sudden pop up then a sudden drop off. i want > a gradual bubbling down like in org 8. a .+30d repeater should show > today, then tomorrow it should show 2x, then the next day it should > show 3x. > > org 8 is nicer for showing the fact that 2d ago you were reminded to > do it, and maybe did it but did not doneify or maybe were not able to > do it. it bubbles down slowly. It's difficult to solve both problems. In any case, this will not happen in Org 9.0. I think the main problem is that you put too many things behind `org-agenda-repeating-timestamp-show-all'. Its name is misleading. I think we need a new variable, or to change this one, to have both behaviours possible. Suggestions (and docstrings) are welcome, we can implement them in master branch. Regards, -- Nicolas Goaziou