Traycer Bullet wrote:
> This doesn't work because tags-todo excludes 'DONE' status tasks:
> (add-to-list 'org-agenda-custom-commands
> '("J" "Completed Recently" tags-todo "CLOSED>=\"<-2d>\""))
Use `tags' instead of `tags-todo':
--8<---------------cut here---------------start------------->8---
(add-to-list 'org-agenda-custom-commands
'("J" "Completed Recently"
((tags "CLOSED>=\"<-2d>\""))) t)
--8<---------------cut here---------------end--------------->8---
Best regards,
Seb
--
Sebastien Vauban
