You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I was getting a variety of errors when I run the "Agenda for current week" command (other Agenda searches work OK). I ran the debugger and got close to the bottom of the stack trace where the exception is being thrown:
function OrgAgendaDashboard..75_RunCustom
line 62: let mydate = DateCueResult( get(mydict,agenda_date,''), s:Today())
Exception thrown: Vim(let):E121: Undefined variable: agenda_date
function OrgAgendaDashboard..75_RunCustom
I was getting a variety of errors when I run the "Agenda for current week" command (other Agenda searches work OK). I ran the debugger and got close to the bottom of the stack trace where the exception is being thrown:
function OrgAgendaDashboard..75_RunCustom
line 62: let mydate = DateCueResult( get(mydict,agenda_date,''), s:Today())
I'm using the github commit 9f7c216.
Jim
The text was updated successfully, but these errors were encountered: