From mboxrd@z Thu Jan 1 00:00:00 1970 From: matterhorn32@Safe-mail.net Subject: Show only critical tasks in Agenda Date: Wed, 12 Oct 2011 14:29:22 -0400 Message-ID: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Return-path: Received: from eggs.gnu.org ([140.186.70.92]:34930) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RE3YY-0004Lt-EK for emacs-orgmode@gnu.org; Wed, 12 Oct 2011 14:29:31 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1RE3YV-0005Bf-IN for emacs-orgmode@gnu.org; Wed, 12 Oct 2011 14:29:30 -0400 Received: from tapuz.safe-mail.net ([213.8.161.230]:53020) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RE3YV-0005AY-Aq for emacs-orgmode@gnu.org; Wed, 12 Oct 2011 14:29:27 -0400 Received: by tapuz.safe-mail.net with Safe-mail (Exim 4.63) (envelope-from ) id 1RE3YQ-0007mo-Uq for emacs-orgmode@gnu.org; Wed, 12 Oct 2011 14:29:22 -0400 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: emacs-orgmode@gnu.org 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? Thank you