From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Mark S" Subject: Re: Bug: Recurring items NEVER show up in timeline unaccompanied Date: Thu, 24 Mar 2011 09:31:20 -0800 Message-ID: References: Reply-To: throaway@yahoo.com Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-15; format=flowed; delsp=yes Content-Transfer-Encoding: 7bit Return-path: Received: from [140.186.70.92] (port=50031 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Q2nqT-00086k-1R for emacs-orgmode@gnu.org; Thu, 24 Mar 2011 12:57:15 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Q2nSi-0002lJ-2e for emacs-orgmode@gnu.org; Thu, 24 Mar 2011 12:32:41 -0400 Received: from fed1rmfepo201.cox.net ([68.230.241.146]:48552) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Q2nSh-0002kw-Nq for emacs-orgmode@gnu.org; Thu, 24 Mar 2011 12:32:40 -0400 Received: from fed1rmimpo02.cox.net ([70.169.32.72]) by fed1rmfepo201.cox.net (InterMail vM.8.01.04.00 201-2260-137-20101110) with ESMTP id <20110324163237.ZCHC16474.fed1rmfepo201.cox.net@fed1rmimpo02.cox.net> for ; Thu, 24 Mar 2011 12:32:37 -0400 In-Reply-To: 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: emacs-orgmode@gnu.org Hello Carsten et al, --- On Thu, 3/24/11, Carsten Dominik wrote: > 1. Be satisfied with the way things are, just realize > that repeaters only show up on the first date when > the event happens for the first time. This would mean that you could never *trust* the timeline when dealing with events more than a week or two out. You would always have that lingering worry that you forgot to bump one of the repeaters. > 2. Use the agenda, restricted to a single file, for a > time range you specify. This has the advantage > that also diary sexps will work properly - the > timeline currently has no way to deal with these. This would be great if there were a "sparse" agenda. There isn't a way to make the agenda not show empty days is there? As it is, if you make an agenda extending out a year, you will have to wade through several hundred lines worth of empty days. > 3. Change the section of the timeline code that > produces the list of interesting dates. That seems like a good solution. Is it difficult? > 4. Define a variable that will make the timeline > always look at *every* date in the range covered > by the file. And live with the fact that > constructing the view might take long. Maybe it > will not even to terribly long if you really use > this view for single projects. This would be easy > to implement. This would work too, I think. Creating an agenda that goes out one year only took about 3 seconds on my not-state-of-the-art machine. Presumably the timeline would be faster, since it wouldn't produce all the extra gap lines. Actually, when I tried to make a year long agenda using v-y I spent just about as much getting past the "are you sure" screens as it took to build the agenda. The ideal solution would be that the Timeline view would process dates exactly like the agenda, including multiple-files, but display them like the traditional timeline, with ranges of dates omitted. Mark