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
When I try to bring up the Timeline Agenda (,agL), I get this error message:
Error detected while processing function OrgAgendaDashboard..<SNR>38_Timeline..OrgRunAgenda..<SNR>38_DateDictToScreen: line 51: E121: Undefined variable: s:agenda_insert_point E116: Invalid arguments for function append
As a workaround I can first open a different agenda view, e.g. ,aga. Afterwards the timeline agenda works as well. Probably s:agenda_insert_point gets initialized by that.
When I try to bring up the Timeline Agenda (,agL), I get this error message:
Error detected while processing function OrgAgendaDashboard..<SNR>38_Timeline..OrgRunAgenda..<SNR>38_DateDictToScreen: line 51: E121: Undefined variable: s:agenda_insert_point E116: Invalid arguments for function append
As a workaround I can first open a different agenda view, e.g. ,aga. Afterwards the timeline agenda works as well. Probably s:agenda_insert_point gets initialized by that.
Thanks, I expect you're right on the cause. I think timeline function
is actually semi-deprecated in Org (not needed b/c better ways of
accomplishing similar thing), but some people still like it so I'll
try to keep it going. . . - Herb
When I try to bring up the Timeline Agenda (,agL), I get this error message:
Error detected while processing function OrgAgendaDashboard..<SNR>38_Timeline..OrgRunAgenda..<SNR>38_DateDictToScreen: line 51: E121: Undefined variable: s:agenda_insert_point E116: Invalid arguments for function append
As a workaround I can first open a different agenda view, e.g. ,aga. Afterwards the timeline agenda works as well. Probably
s:agenda_insert_point
gets initialized by that.My VimOrganizer version is 2e75a9c from github.
The text was updated successfully, but these errors were encountered: