emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [O] custom agenda view not possible?


From: Sebastien Vauban
Subject: Re: [O] custom agenda view not possible?
Date: Tue, 28 Apr 2015 10:29:14 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.5 (windows-nt)

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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]