From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nicolas Goaziou Subject: Re: [bug] timed repeater shows up in wrong place Date: Fri, 11 Nov 2016 11:13:11 +0100 Message-ID: <878tsqfhoo.fsf@nicolasgoaziou.fr> References: <87bmxpk30w.fsf@nicolasgoaziou.fr> <87twbhim1m.fsf@nicolasgoaziou.fr> <87inrxo5yt.fsf@cmena.pobox.com> <87a8d8o0rv.fsf@cmena.pobox.com> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:57087) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1c58pb-0005mQ-Tl for emacs-orgmode@gnu.org; Fri, 11 Nov 2016 05:13:12 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1c58pa-0007dp-OY for emacs-orgmode@gnu.org; Fri, 11 Nov 2016 05:13:11 -0500 Received: from relay4-d.mail.gandi.net ([2001:4b98:c:538::196]:54202) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1c58pa-0007dg-HS for emacs-orgmode@gnu.org; Fri, 11 Nov 2016 05:13:10 -0500 In-Reply-To: (Samuel Wales's message of "Wed, 9 Nov 2016 14:52:33 -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/9/16, cmena@pobox.com wrote: >>> SCHEDULED: <2016-11-07 Mon 17:00> > >> this example does not have a repeater though. without a repeater, you >> are right, it does not show in the time grid. > > oops. > > please put .+1d on that > now try it > for me it only shows a 3x. it does not show in time grid. > this is the bug > in my version of org 8 -- it only shows in the time grid > this is the behavior i expect, am used to, and need With * TODO test SCHEDULED: <2016-11-07 Mon 17:00 .+1d> I get, for weekly view: --8<---------------cut here---------------start------------->8--- Week-agenda (W45): Monday 7 November 2016 W45 agenda: 17:00...... Scheduled: TODO test Tuesday 8 November 2016 agenda: 17:00...... Sched. 2x: TODO test Wednesday 9 November 2016 agenda: 17:00...... Sched. 3x: TODO test Thursday 10 November 2016 agenda: 17:00...... Sched. 4x: TODO test Friday 11 November 2016 8:00...... ---------------- 10:00...... ---------------- 11:09...... now - - - - - - - - - - - - - - - - - - - - - - - - - 12:00...... ---------------- 14:00...... ---------------- 16:00...... ---------------- agenda: 17:00...... Sched. 5x: TODO test 18:00...... ---------------- 20:00...... ---------------- Saturday 12 November 2016 agenda: 17:00...... Scheduled: TODO test Sunday 13 November 2016 agenda: 17:00...... Scheduled: TODO test --8<---------------cut here---------------end--------------->8--- and for daily view --8<---------------cut here---------------start------------->8--- Day-agenda (W45): Monday 7 November 2016 W45 8:00...... ---------------- 10:00...... ---------------- 12:00...... ---------------- 14:00...... ---------------- 16:00...... ---------------- agenda: 17:00...... Scheduled: TODO test 18:00...... ---------------- 20:00...... ---------------- --8<---------------cut here---------------end--------------->8--- Minimal configuration. In particular, `org-agenda-repeating-timestamp-show-all' is t. Regards, -- Nicolas Goaziou