Open
Description
Hi Jan, the weekly/daily agenda command caa return this error:
Traceback (most recent call last):
File "", line 1, in
File "~/.vim/ftplugin/orgmode/plugins/Agenda.py", line 152, in
list_next_week
last_date = raw_agenda[0].active_date
IndexError: list index out of range
The global TODO list command cat it's ok. Any idea? Thank you!
EDIT: Got it! When I insert the date with sa it's allright. The problem arise with pa (don't know why)