From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nicolas Goaziou Subject: Re: Bug: Repeated tasks not shown from org-timeline [9.0 (9.0-dist @ c:/wlin/.emacs-lisp/org/lisp/)] Date: Fri, 04 Nov 2016 19:38:48 +0100 Message-ID: <87d1ibay4n.fsf@nicolasgoaziou.fr> References: Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:58220) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1c2jO5-0003gl-F9 for emacs-orgmode@gnu.org; Fri, 04 Nov 2016 14:38:50 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1c2jO2-0004xt-1p for emacs-orgmode@gnu.org; Fri, 04 Nov 2016 14:38:49 -0400 Received: from relay4-d.mail.gandi.net ([217.70.183.196]:51947) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1c2jO1-0004w3-SK for emacs-orgmode@gnu.org; Fri, 04 Nov 2016 14:38:45 -0400 In-Reply-To: (Warren Lynn's message of "Fri, 4 Nov 2016 10:12:54 -0400") 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: Warren Lynn Cc: emacs-orgmode@gnu.org Hello, Warren Lynn writes: > With a simple org file of just one entry as below: > > * TODO A weekly task > SCHEDULED: <2016-11-04 Fri +1w> > > If I run org-timeline, I expect to see this task show up on every > Friday. But only one line is in the timeline, for "2016-11-04" > only. This behavior will make user have doubts when checking a date in the > timeline. > > BTW: if we change the above file into the following: > > * TODO A weekly task > SCHEDULED: <2016-11-04 Fri +1w> > * TODO Some other task in next week. > SCHEDULED: <2016-11-11 Fri> > > Then orgline WILL show the repeat task for "2016-11-11". Org Timeline is pretty much deprecated. Carsten pointed out its limitations years ago already (I cannot find the references on the ML, tho). I suggest to stay away from this feature, which ought to be removed at some point. You can probably obtain the same feature with an agenda view restricted to buffer. Regards, -- Nicolas Goaziou