From mboxrd@z Thu Jan 1 00:00:00 1970 From: cesar mena Subject: Re: org-agenda-scheduled-leaders and repeating tasks Date: Mon, 26 Oct 2015 16:43:58 -0400 Message-ID: References: <87eggueq64.fsf@nicolasgoaziou.fr> <87d1w82tim.fsf@fastmail.fm> <87mvv6ex91.fsf@nicolasgoaziou.fr> <87611udfom.fsf@nicolasgoaziou.fr> <87lhapcqy3.fsf@nicolasgoaziou.fr> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:43837) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Zqoca-0006Xn-07 for emacs-orgmode@gnu.org; Mon, 26 Oct 2015 16:44:01 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZqocY-0007iH-VK for emacs-orgmode@gnu.org; Mon, 26 Oct 2015 16:43:59 -0400 Received: from mail-ig0-x230.google.com ([2607:f8b0:4001:c05::230]:32777) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZqocY-0007hx-R9 for emacs-orgmode@gnu.org; Mon, 26 Oct 2015 16:43:58 -0400 Received: by igbkq10 with SMTP id kq10so81829637igb.0 for ; Mon, 26 Oct 2015 13:43:58 -0700 (PDT) In-Reply-To: <87lhapcqy3.fsf@nicolasgoaziou.fr> 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 me again :) the calculation is correct. however the face is now `org-scheduled-today, as opposed to `org-scheduled-previously, and the agenda sorting is wrong. instead of bubbling to the top (since it is so late) it is staying within the "scheduled today" range. best, -cm On Mon, Oct 26, 2015 at 4:31 PM, Nicolas Goaziou wrote: > cesar mena writes: > >> sorry. i made a mistake updating my tree. >> >> i'm quite certain i'm on master now "org-version: 8.3.2 >> (release_8.3.2-219-g770671)" and the repeater resets itself again. >> >> so presently i have a task that looks like this: >> >> ** TODO some task >> SCHEDULED: <2015-08-24 Mon ++1w> >> >> and in the agenda it shows up as: >> >> Scheduled: TODO some task > > Hopefully fixed, this time. Thank you. > > Regards,