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

2016-03-19 Thread Christophe Schockaert

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:


  ((agenda "" 
 (tags-todo "-SCHEDULED={.}-DEADLINE={.}/TODO")))


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:r3vli...@citadels.eu
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] <---



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

2016-03-19 Thread Martin

Christophe Schockaert writes:

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

Thanks very much, with that information I could create the agenda I
wanted to have.

- Martin
-- 
Lösungen statt Diagnosen



[O] Finding TODOs without SCHEDULED and DEADLINE?

2016-03-18 Thread Martin
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

-- 
Lösungen statt Diagnosen