all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Christophe Schockaert <R3vLibre@citadels.eu>
To: Martin <mylists@kaffanke.at>
Cc: emacs-orgmode <emacs-orgmode@gnu.org>
Subject: Re: Finding TODOs without SCHEDULED and DEADLINE?
Date: Fri, 18 Mar 2016 20:36:06 +0100	[thread overview]
Message-ID: <8760wjbmu1.fsf@artlab.createcnix.lan> (raw)
In-Reply-To: <877fgz61xy.fsf@kaffanke.at>


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] <---------------<<<<

  reply	other threads:[~2016-03-18 19:36 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-03-18 19:06 Finding TODOs without SCHEDULED and DEADLINE? Martin
2016-03-18 19:36 ` Christophe Schockaert [this message]
2016-03-19 12:56   ` Martin

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=8760wjbmu1.fsf@artlab.createcnix.lan \
    --to=r3vlibre@citadels.eu \
    --cc=emacs-orgmode@gnu.org \
    --cc=mylists@kaffanke.at \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

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

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.