Re: [O] How to include past deadlines and scheduled TODOs in an Agenda?

2014-01-20 Thread Bastien
Hi Martin, Martin Beck elwood...@web.de writes: (agenda ((org-agenda-overriding-header Critical Now) (org-agenda-entry-types (quote (:deadline :deadline*))) (org-agenda-sorting-strategy (quote (deadline-down priority-down))) (org-agenda-time-grid nil) (org-deadline-warning-days 0)

[O] How to include past deadlines and scheduled TODOs in an Agenda?

2014-01-13 Thread Martin Beck
In a block agenda, I want to list all todos with a deadline up to the current day. I tried this block, but it only gives those that are due today, not before today: (agenda ((org-agenda-overriding-header Critical Now) (org-agenda-entry-types (quote (:deadline :deadline*)))