From mboxrd@z Thu Jan 1 00:00:00 1970 From: Alexander Baier Subject: Re: How not to show repetitive tasks in the TODO items of agenda view Date: Thu, 23 Jan 2014 15:14:28 +0100 Message-ID: <877g9qiy4b.fsf@gmail.com> References: Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:46593) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1W6L48-0002CQ-KY for emacs-orgmode@gnu.org; Thu, 23 Jan 2014 09:15:40 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1W6L41-0000h4-1q for emacs-orgmode@gnu.org; Thu, 23 Jan 2014 09:15:32 -0500 Received: from mail-ea0-f179.google.com ([209.85.215.179]:53536) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1W6L40-0000fx-Sq for emacs-orgmode@gnu.org; Thu, 23 Jan 2014 09:15:24 -0500 Received: by mail-ea0-f179.google.com with SMTP id q10so384191ead.10 for ; Thu, 23 Jan 2014 06:14:48 -0800 (PST) In-Reply-To: (Chaitanya Krishna's message of "Thu, 23 Jan 2014 12:03:03 +0100") 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: Chaitanya Krishna Cc: emacs-orgmode@gnu.org On 2014-01-23 12:03 Chaitanya Krishna wrote: > * Birthdays > TODO Abc Abc > DEADLINE: <2014-01-26 Sun +1y> > > 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 just take a normal active timestamp instead of a DEADLINE for the birthdays. Something like this: * Birthdays TODO Abc Abc <2014-01-26 Sun +1y> HTH, -- Alexander Baier