emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
From: Pete Ley <peteley11235@gmail.com>
To: Chaitanya Krishna <icymist@gmail.com>
Cc: emacs-orgmode@gnu.org
Subject: Re: How not to show repetitive tasks in the TODO items of agenda view
Date: Thu, 23 Jan 2014 15:46:09 -0800	[thread overview]
Message-ID: <87zjmmtg72.fsf@enterprise.sectorq.net> (raw)
In-Reply-To: <CADNPybP_f2X4gtvEjHP8iBqyn63ESFT1=mxFKGEsX0O4jrBbiA@mail.gmail.com> (Chaitanya Krishna's message of "Thu, 23 Jan 2014 12:03:03 +0100")

> The problem is that all the birthdays and repetitive tasks are cluttering my
> view in agenda TODO items (C-c a t).
>
> Is it possible to make these items show up only in the agenda view (C-c a a)
> and not in the TODO items list (C-c a t)

You could try define a custom agenda command to show all TODO items
except those with deadlines.

(setq org-agenda-custom-commands
      '(("t" "TODOs without deadlines" alltodo ""
         ((org-agenda-skip-function '(org-agenda-skip-entry-if 'deadline))))))

Try that for a start.

Pete

      parent reply	other threads:[~2014-01-23 23:46 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-01-23 11:03 How not to show repetitive tasks in the TODO items of agenda view Chaitanya Krishna
2014-01-23 14:14 ` Alexander Baier
2014-01-23 23:46 ` Pete Ley [this message]

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

  List information: https://www.orgmode.org/

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

  git send-email \
    --in-reply-to=87zjmmtg72.fsf@enterprise.sectorq.net \
    --to=peteley11235@gmail.com \
    --cc=emacs-orgmode@gnu.org \
    --cc=icymist@gmail.com \
    /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 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).