From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nick Dokos Subject: Re: Re: Recurring items don't always show up in timeline Date: Tue, 15 Mar 2011 12:59:54 -0400 Message-ID: <3051.1300208394@alphaville.usa.hp.com> References: <4D7F8C75.3040409@amlog.co.uk> Reply-To: nicholas.dokos@hp.com Return-path: Received: from [140.186.70.92] (port=52998 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PzXbF-0006kd-KJ for emacs-orgmode@gnu.org; Tue, 15 Mar 2011 13:00:02 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1PzXbB-0002HN-FI for emacs-orgmode@gnu.org; Tue, 15 Mar 2011 13:00:01 -0400 Received: from g5t0006.atlanta.hp.com ([15.192.0.43]:25951) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1PzXbB-0002HG-5G for emacs-orgmode@gnu.org; Tue, 15 Mar 2011 12:59:57 -0400 In-Reply-To: Message from Chris Randle of "Tue, 15 Mar 2011 15:57:41 -0000." <4D7F8C75.3040409@amlog.co.uk> List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: Chris Randle Cc: nicholas.dokos@hp.com, emacs-orgmode@gnu.org Chris Randle wrote: > Hi Mark > > On 2011-03-14 22:55, Mark S wrote: > > Here's a version of the calendar I'm using. There are two date ranges as > > well as regular dates. It might be that recurring events that occur on > > days that are inside of a date range do not show up. On mine, "Bath for > > dog" doesn't show up on April 14th, for instance which happens to be > > inside of a date range. The Pay Cell Phone item does not occur 90 days > > later (about 4/15) which would also be inside of a date range. BUT it > > also does not occur on or near 7/15, which is not inside of a date range. > > The "Do this every 3 months" item does not show up in June, even though > > it would not fall inside of a date range. > > I've pasted your sample Org-mode data into my Org-mode file after first > deleting everything I had in there; i.e. nothing but your data but with > my .emacs file and settings. > > TODO Pay Cell Phone Bill TriMonthly <2011-01-15 Sat +90d> > > showed up (using C-c a a) I think Mark is using C-c a L to get the timeline: that's where the problem lies. C-c a a works fine. Nick