Re: Org agenda crashes when an agenda's deadline is within 14 days of its scheduled time.

2023-09-19 Thread Ihor Radchenko
Carlo Tambuatco writes: > Okay. It does indeed work. Closing. Fixed. > ... When will it be available in general release? In the next bugfix release (few weeks-ish from now). For manual pre-release installation, check out options described in https://orgmode.org/manual/Installation.html or htt

Re: Org agenda crashes when an agenda's deadline is within 14 days of its scheduled time.

2023-09-19 Thread Carlo Tambuatco
Okay. It does indeed work. When will it be available in general release? On Tue, Sep 19, 2023 at 6:09 AM Ihor Radchenko wrote: > Carlo Tambuatco writes: > > > org-version 9.6.9 > > Then, (1) open agenda as usual, get the error; (2) re-define > `org-agenda-get-scheduled' by evaluating the follow

Re: Org agenda crashes when an agenda's deadline is within 14 days of its scheduled time.

2023-09-19 Thread Ihor Radchenko
Carlo Tambuatco writes: > org-version 9.6.9 Then, (1) open agenda as usual, get the error; (2) re-define `org-agenda-get-scheduled' by evaluating the following snippet (C-M-x with point inside defun in scratch buffer); (3) open agenda again - you should not get the error. (defun org-agenda-get-

Re: Org agenda crashes when an agenda's deadline is within 14 days of its scheduled time.

2023-09-19 Thread Carlo Tambuatco
org-version 9.6.9 On Tue, Sep 19, 2023 at 5:51 AM Ihor Radchenko wrote: > Carlo Tambuatco writes: > > > I'm unfamiliar with how to apply patches to my org install. What do I do? > > May you then first tell me the output of M-x org-version? > > -- > Ihor Radchenko // yantar92, > Org mode contrib

Re: Org agenda crashes when an agenda's deadline is within 14 days of its scheduled time.

2023-09-19 Thread Ihor Radchenko
Carlo Tambuatco writes: > I'm unfamiliar with how to apply patches to my org install. What do I do? May you then first tell me the output of M-x org-version? -- Ihor Radchenko // yantar92, Org mode contributor, Learn more about Org mode at . Support Org development at

Re: Org agenda crashes when an agenda's deadline is within 14 days of its scheduled time.

2023-09-19 Thread Carlo Tambuatco
I'm unfamiliar with how to apply patches to my org install. What do I do? On Tue, Sep 19, 2023 at 5:19 AM Ihor Radchenko wrote: > Carlo Tambuatco writes: > > > then I set a deadline for that item > > * TODO Item > >SCHEDULED: <2023-09-19 Tue> DEADLINE: <2023-10-03 Tue> > > > > notice the de

Re: Org agenda crashes when an agenda's deadline is within 14 days of its scheduled time.

2023-09-19 Thread Ihor Radchenko
Carlo Tambuatco writes: > then I set a deadline for that item > * TODO Item >SCHEDULED: <2023-09-19 Tue> DEADLINE: <2023-10-03 Tue> > > notice the deadline for the item is two weeks from the scheduled date, > > I get this error: > > Debugger entered--Lisp error: (wrong-type-argument stringp (

Org agenda crashes when an agenda's deadline is within 14 days of its scheduled time.

2023-09-19 Thread Carlo Tambuatco
When I create an agenda item that is scheduled for say: * TODO Item SCHEDULED: <2023-09-19 Tue> then I set a deadline for that item * TODO Item SCHEDULED: <2023-09-19 Tue> DEADLINE: <2023-10-03 Tue> notice the deadline for the item is two weeks from the scheduled date, I get this error: De