Re: [PATCH] Fix regression in org-get-time-of-day introduced in aba1f2066

2021-07-24 Thread Timothy
Marking as applied for updates.orgmode.org. Nicolas Goaziou writes: > Thanks. I applied a slightly different fix. -- Timothy

Re: [PATCH] Fix regression in org-get-time-of-day introduced in aba1f2066

2021-06-20 Thread Nicolas Goaziou
Hello, Ihor Radchenko writes: > The new version of org-get-time-of-day errors on empty string argument. > The attached patch is fixing this. Thanks. I applied a slightly different fix. Regards, -- Nicolas Goaziou

[PATCH] Fix regression in org-get-time-of-day introduced in aba1f2066

2021-06-20 Thread Ihor Radchenko
ion in org-get-time-of-day introduced in aba1f2066 * lisp/org-agenda.el (org-get-time-of-day): Do not check 'face property when S argument is an empty string. The old version of the code would throw error on (get-text-property 1 'face s). --- lisp/org-agenda.el | 3 ++- 1 file changed,