From mboxrd@z Thu Jan 1 00:00:00 1970 From: Viktor Rosenfeld Subject: Re: How to define a start date for a task? Date: Mon, 19 Dec 2011 08:28:43 +0100 Message-ID: <20111219072843.GB1437@kenny.fritz.box> References: <2011-12-17T21-30-46@devnull.Karl-Voit.at> <87sjkirhdu.fsf@norang.ca> <20111218114144.GA18896@kenny.fritz.box> <20111218163018.GA19789@localhost> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from eggs.gnu.org ([140.186.70.92]:52872) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RcXeT-0006hI-3z for emacs-orgmode@gnu.org; Mon, 19 Dec 2011 02:28:49 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1RcXeS-0000oH-6w for emacs-orgmode@gnu.org; Mon, 19 Dec 2011 02:28:49 -0500 Received: from mail-ee0-f41.google.com ([74.125.83.41]:39563) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RcXeR-0000o3-QA for emacs-orgmode@gnu.org; Mon, 19 Dec 2011 02:28:48 -0500 Received: by eekc41 with SMTP id c41so5235864eek.0 for ; Sun, 18 Dec 2011 23:28:46 -0800 (PST) Content-Disposition: inline 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: emacs-orgmode@gnu.org Karl Maihofer wrote: > Hi Viktor, > > Viktor Rosenfeld googlemail.com> writes: > > I don't understand why it would show today. The date is in the future > > (and it's not a deadline) and the timestamp is inactive. It should not > > show up at all, unless the variable > > org-agenda-include-inactive-timestamps is set. > > What I meant is that such a task is not shown on the daily agenda > but when I use the agenda to search for all tasks, it is still in the > list even if the start date is in the future since inactive > timestamps are not recognized by the agenda at all. Do you mean the default "t" search from the agenda menu? You can write your own search that excludes these tasks. Either write a custom skip function or use org-agenda-todo-ignore-with-date or org-agenda-todo-ignore-timestamp (not sure if these operate on inactive timestamps). Cheers, Viktor