emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
* Buffer timeline omissions with org-class
@ 2017-09-08 18:38 Ross Laird
  2017-09-08 19:22 ` Nicolas Goaziou
  0 siblings, 1 reply; 3+ messages in thread
From: Ross Laird @ 2017-09-08 18:38 UTC (permalink / raw)
  To: emacs-orgmode

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.

Cheers,

Ross

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: Buffer timeline omissions with org-class
  2017-09-08 18:38 Buffer timeline omissions with org-class Ross Laird
@ 2017-09-08 19:22 ` Nicolas Goaziou
  2017-09-08 19:31   ` Ross Laird
  0 siblings, 1 reply; 3+ messages in thread
From: Nicolas Goaziou @ 2017-09-08 19:22 UTC (permalink / raw)
  To: Ross Laird; +Cc: emacs-orgmode

Hello,

Ross Laird <ross@rosslaird.com> 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

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: Buffer timeline omissions with org-class
  2017-09-08 19:22 ` Nicolas Goaziou
@ 2017-09-08 19:31   ` Ross Laird
  0 siblings, 0 replies; 3+ messages in thread
From: Ross Laird @ 2017-09-08 19:31 UTC (permalink / raw)
  To: Nicolas Goaziou; +Cc: emacs-orgmode

[-- Attachment #1: Type: text/plain, Size: 1884 bytes --]

I am running version 8.2.10. Well, maybe I should upgrade and just not
worry about this.

On Fri, 8 Sep 2017 at 12:22 Nicolas Goaziou <mail@nicolasgoaziou.fr> wrote:

> Hello,
>
> Ross Laird <ross@rosslaird.com> 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
>
-- 

Ross A. Laird
www.rosslaird.com
@rosslaird

[-- Attachment #2: Type: text/html, Size: 2788 bytes --]

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2017-09-08 19:32 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-09-08 18:38 Buffer timeline omissions with org-class Ross Laird
2017-09-08 19:22 ` Nicolas Goaziou
2017-09-08 19:31   ` Ross Laird

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).