From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nicolas Goaziou Subject: Re: Buffer timeline omissions with org-class Date: Fri, 08 Sep 2017 21:22:10 +0200 Message-ID: <87bmmluhb1.fsf@nicolasgoaziou.fr> References: <20170908183819.s3stjeegputxk6it@gmail.com> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:38679) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1dqOqz-0006DU-Mi for emacs-orgmode@gnu.org; Fri, 08 Sep 2017 15:22:15 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1dqOqy-0004qL-KU for emacs-orgmode@gnu.org; Fri, 08 Sep 2017 15:22:13 -0400 Received: from relay3-d.mail.gandi.net ([2001:4b98:c:538::195]:60150) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1dqOqy-0004on-E1 for emacs-orgmode@gnu.org; Fri, 08 Sep 2017 15:22:12 -0400 In-Reply-To: <20170908183819.s3stjeegputxk6it@gmail.com> (Ross Laird's message of "Fri, 8 Sep 2017 11:38:19 -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: Ross Laird Cc: emacs-orgmode@gnu.org Hello, Ross Laird writes: > I'm using org-class to schedule my classes, and the entries are structured as follows: > > %%(org-class 2017 9 4 2017 12 04 2 ) 04:00pm-06:50pm Class: CRWR 1240, Cedar 1060 > %%(org-class 2017 9 5 2017 12 04 2 ) 10:00am-12:50pm Class: CRWR 2900 > %%(org-class 2017 9 5 2017 12 04 1 41 46) 4:00pm-6:50pm Class: CRWR 4130 > > In the main agenda view, the entries display correctly: > > Week-agenda (W37): > Monday 11 September 2017 W37 > kpu: 16:00-18:50 Class: CRWR 4130 > Tuesday 12 September 2017 > kpu: 10:00-12:50 Class: CRWR 2900 > kpu: 16:00-18:50 Class: CRWR 1240, Cedar 1060 > ... > > However, when I show the timeline for the buffer for these entries, > they do not display correctly: > > Timeline of file /home/ross/org/kpu.org > ------------------------------------------------------ > Monday 11 September 2017 W37 > 4:00pm-6:50pm Class: CRWR 4130 :CLASS: > > [... 4 empty days omitted] > ... > > These omissions do not follow any obvious pattern. There should be 3 > class entries each week (as in the agenda view), but in the timeline > view there are a total of three entries for the entire semester: CRWR > 4130 is shown twice (on September 11 and 25), and CRWR 2900 and 1240 > are shown only once in the entire semester (both on November 21). > > Because of this strange pattern, I'm not even sure where to start in > figuring this out. Feedback most welcome. FWIW, Timeline doesn't exist anymore in current Org. Regards, -- Nicolas Goaziou