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
* 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
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
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
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
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
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
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