emacs-orgmode
[Top][All Lists]
Advanced

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

Re: [O] Finding TODOs without SCHEDULED and DEADLINE?


From: Christophe Schockaert
Subject: Re: [O] Finding TODOs without SCHEDULED and DEADLINE?
Date: Fri, 18 Mar 2016 20:36:06 +0100

Martin writes:

> Hi there,
>
> I would like to create an agenda view for all my TODO elements in my
> agenda files where I didn't set any SCHEDULED or DEADLINE marks.
>
> How can I do that?
> Thanks,
> Martin
Hi Martin,


I would do that with a "tags-todo" entry:

<org-agenda-custom-commands_settings>
  ((agenda "" 
     (tags-todo "-SCHEDULED={.}-DEADLINE={.}/TODO")))
</org-agenda-custom-commands_settings>

The "/TODO" is to list open todos only, don't set it if you also want to
see your scheduled items that are now closed.

Help is available with "C-h v org-agenda-custom-commands" if you need
more details and in there for matching conditions:
http://orgmode.org/manual/Matching-tags-and-properties.html#Matching-tags-and-properties


I think it should do the job,
Christophe

-- 
--------------->  mailto:address@hidden
Once it's perfectly aimed, the flying arrow goes straight to its target.
Thus, don't worry when things go right.
There will be enough time to worry about if they go wrong.
Then, it's time to fire a new arrow towards another direction.
Don't sink.  Adapt yourself !  The archer has to shoot accurately and quickly.
[Words of Erenthar, the bowman ranger] <---------------<<<<



reply via email to

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