From mboxrd@z Thu Jan 1 00:00:00 1970 From: ignotus@freemail.hu Subject: Re: postponing todos Date: Tue, 07 Aug 2007 10:41:11 +0200 Message-ID: <87vebrivo8.fsf@freemail.hu> References: <878x8osm96.fsf@freemail.hu> <87tzrcfe16.fsf@bzg.ath.cx> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1IIKdA-0004oH-Dr for emacs-orgmode@gnu.org; Tue, 07 Aug 2007 04:41:32 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1IIKd4-0004nP-Eu for emacs-orgmode@gnu.org; Tue, 07 Aug 2007 04:41:32 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IIKd4-0004nM-9W for emacs-orgmode@gnu.org; Tue, 07 Aug 2007 04:41:26 -0400 Received: from viefep18-int.chello.at ([213.46.255.22] helo=viefep34-int.chello.at) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1IIKd1-0000YX-KM for emacs-orgmode@gnu.org; Tue, 07 Aug 2007 04:41:25 -0400 Received: from [192.168.0.175] (really [80.98.106.103]) by viefep34-int.chello.at (InterMail vM.7.08.02.00 201-2186-121-20061213) with ESMTP id <20070807084111.FVQH8078.viefep34-int.chello.at@[192.168.0.175]> for ; Tue, 7 Aug 2007 10:41:11 +0200 Received: from ignotus by localhost with local (masqmail 0.2.21) id 1IIKcp-4yq-00 for ; Tue, 07 Aug 2007 10:41:11 +0200 In-Reply-To: <87tzrcfe16.fsf@bzg.ath.cx> (Bastien's message of "Tue, 07 Aug 2007 01:18:13 +0200") List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: emacs-orgmode@gnu.org >>>>> Regarding 'Re: postponing todos'; Bastien adds: >> What is possible with current org mode? > I don't think so, and i'm not sure on how it could be implemented. I always use org-tags-view to list my todo entries and I hoped that with a clever MATCH string one could filter the searches based on scheduling / deadlines. I think that would be an ideal solution. ,---- | `org-tags-view' is an interactive Lisp function | -- loaded from "org" | (org-tags-view &optional TODO-ONLY MATCH) | | Documentation: | Show all headlines for all `org-agenda-files' matching a TAGS criterion. | The prefix arg TODO-ONLY limits the search to TODO entries. `---- -- Richard