emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
* Finding TODOs without SCHEDULED and DEADLINE?
@ 2016-03-18 19:06 Martin
  2016-03-18 19:36 ` Christophe Schockaert
  0 siblings, 1 reply; 3+ messages in thread
From: Martin @ 2016-03-18 19:06 UTC (permalink / raw)
  To: emacs-orgmode

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

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: Finding TODOs without SCHEDULED and DEADLINE?
  2016-03-18 19:06 Finding TODOs without SCHEDULED and DEADLINE? Martin
@ 2016-03-18 19:36 ` Christophe Schockaert
  2016-03-19 12:56   ` Martin
  0 siblings, 1 reply; 3+ messages in thread
From: Christophe Schockaert @ 2016-03-18 19:36 UTC (permalink / raw)
  To: Martin; +Cc: emacs-orgmode


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:R3vLibre@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] <---------------<<<<

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: Finding TODOs without SCHEDULED and DEADLINE?
  2016-03-18 19:36 ` Christophe Schockaert
@ 2016-03-19 12:56   ` Martin
  0 siblings, 0 replies; 3+ messages in thread
From: Martin @ 2016-03-19 12:56 UTC (permalink / raw)
  To: Christophe Schockaert; +Cc: emacs-orgmode


Christophe Schockaert writes:

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

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

- Martin
-- 
Lösungen statt Diagnosen

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2016-03-19 12:57 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-03-18 19:06 Finding TODOs without SCHEDULED and DEADLINE? Martin
2016-03-18 19:36 ` Christophe Schockaert
2016-03-19 12:56   ` Martin

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).