Re: [O] [PATCH] Let org-agenda-time-grid control if the grid is displayed

2012-08-07 Thread Bastien
Hi Christophe, Christophe Junke writes: > * lisp/org-agenda.el (org-agenda-list): ensures that the > list returned by org-agenda-add-time-grid-maybe is appended > to rtnall before checking if the latter is emtpy. I've now applied this patch. Thanks for the clear explanations and the changelo

[O] [PATCH] Let org-agenda-time-grid control if the grid is displayed

2012-07-29 Thread Christophe Junke
* lisp/org-agenda.el (org-agenda-list): ensures that the list returned by org-agenda-add-time-grid-maybe is appended to rtnall before checking if the latter is emtpy. In the case where rtnall is empty (no item for current day), we do not call org-agenda-add-time-grid-maybe. This seems bogus becau

Re: [O] [PATCH] Let org-agenda-time-grid control if the grid is displayed

2012-05-28 Thread Matt Lundin
Hi Bastien, Bastien writes: > Matt Lundin writes: >> This is a problematic patch. On my machine, it causes duplicate entries >> to show up in the agenda. The reason, I believe, is because >> org-agenda-add-time-grid-maybe takes the list of agenda items and >> returns that list with time-grid s

Re: [O] [PATCH] Let org-agenda-time-grid control if the grid is displayed

2012-05-25 Thread Bastien
Hi Matt, Matt Lundin writes: > Bastien writes: > >> Christophe Junke writes: >> >>> Let org-agenda-time-grid control if the grid is displayed >> >> Applied, thanks -- and special thanks for the ChangeLog and >> clear explanations. > > This is a problematic patch. On my machine, it causes dupl

Re: [O] [PATCH] Let org-agenda-time-grid control if the grid is displayed

2012-05-25 Thread Matt Lundin
Bastien writes: > Christophe Junke writes: > >> Let org-agenda-time-grid control if the grid is displayed > > Applied, thanks -- and special thanks for the ChangeLog and > clear explanations. This is a problematic patch. On my machine, it causes duplicate entries to show up in the agenda. The

Re: [O] [PATCH] Let org-agenda-time-grid control if the grid is displayed

2012-05-25 Thread Bastien
Hi Christophe, Christophe Junke writes: > Let org-agenda-time-grid control if the grid is displayed Applied, thanks -- and special thanks for the ChangeLog and clear explanations. All best, -- Bastien

[O] [PATCH] Let org-agenda-time-grid control if the grid is displayed

2012-05-25 Thread Christophe Junke
Let org-agenda-time-grid control if the grid is displayed * lisp/org-agenda.el (org-agenda-list): ensures that the list returned by org-agenda-add-time-grid-maybe is appended to rtnall before checking if the latter is emtpy. In the case where rtnall is empty (no item for current day), we do not c

[O] [PATCH] Let org-agenda-time-grid control if the grid is displayed

2012-05-25 Thread Christophe Junke
Let org-agenda-time-grid control if the grid is displayed * lisp/org-agenda.el (org-agenda-list): ensures that the list returned by org-agenda-add-time-grid-maybe is appended to rtnall before checking if rtnall is emtpy. In the case where rtnall is empty (no item for current day), we do not call