From mboxrd@z Thu Jan 1 00:00:00 1970 From: Manish Subject: Re: Show only critical tasks in Agenda Date: Thu, 13 Oct 2011 00:30:57 +0530 Message-ID: References: Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Return-path: Received: from eggs.gnu.org ([140.186.70.92]:40830) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RE43a-000364-LL for emacs-orgmode@gnu.org; Wed, 12 Oct 2011 15:01:36 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1RE43Y-00043W-Vt for emacs-orgmode@gnu.org; Wed, 12 Oct 2011 15:01:34 -0400 Received: from mail-vw0-f41.google.com ([209.85.212.41]:64635) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RE43Y-00043D-Sm for emacs-orgmode@gnu.org; Wed, 12 Oct 2011 15:01:32 -0400 Received: by vws16 with SMTP id 16so1112369vws.0 for ; Wed, 12 Oct 2011 12:01:31 -0700 (PDT) In-Reply-To: List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: matterhorn32@safe-mail.net Cc: emacs-orgmode@gnu.org On Wed, Oct 12, 2011 at 11:59 PM, wrote: > I have a number of tasks that repeat every 2 weeks. I represent those tasks in my TODO.org via simple TODO items: > > * TODO TaskA <2011-11-01 Tue .+2w -1d> > * TODO TaskB <2011-11-01 Tue .+2w -1d> > ... > > Now all these Tasks show up in my agenda view (M-o a a RET) > Is there any possiblity to show them only when the warning period is reached, that is only after the 30th of october? Try checking out org-deadline-warning-days and org-agenda-todo-ignore-deadlines. HTH -- Manish