I want to print my todo list to shell with the following command:
emacs -batch -l ~/.emacs -eval '(org-batch-agenda-csv "t")'
The problem is that this command prints the agenda (like when using the "a" key) instead of the todo list. I haven't rebound any of this keys, so I don't know why this happens here.
Has anybody an idea what could be the problem?