From mboxrd@z Thu Jan 1 00:00:00 1970 From: ignotus@freemail.hu Subject: Re: postponing todos Date: Tue, 07 Aug 2007 10:25:57 +0200 Message-ID: <873ayvkay2.fsf@freemail.hu> References: <878x8osm96.fsf@freemail.hu> 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 1IIKOP-0001Qi-VC for emacs-orgmode@gnu.org; Tue, 07 Aug 2007 04:26:18 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1IIKOK-0001QK-QZ for emacs-orgmode@gnu.org; Tue, 07 Aug 2007 04:26:17 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IIKOK-0001QH-NC for emacs-orgmode@gnu.org; Tue, 07 Aug 2007 04:26:12 -0400 Received: from viefep18-int.chello.at ([213.46.255.22] helo=viefep20-int.chello.at) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1IIKOI-0005f0-69 for emacs-orgmode@gnu.org; Tue, 07 Aug 2007 04:26:11 -0400 In-Reply-To: (Eddward DeVilla's message of "Mon, 6 Aug 2007 20:47:34 -0500") 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: Eddward DeVilla Cc: emacs-orgmode@gnu.org >>>>> Regarding 'Re: [Orgmode] postponing todos'; Eddward DeVilla adds: > On 8/6/07, ignotus@freemail.hu wrote: >> Hello, >> I would like to have a solution for the following problem: I browse >> TODOs in my agenda view and I would like to postpone them, so >> agenda buffers don't list them until a certain date. >> I would like to quickly (by using shortcuts) postpone a todo entry >> from the agenda buffer by: >> - 1-2-3 day >> - coming monday/friday >> - next monday/friday >> What is possible with current org mode? > I just tend to use the todo list, but I would guess that you might > be able to use SCHEDULED for the day you want the item to appear and > then maybe write a few special functions/bindings to set SCHEDULE to > today > + 1..3 or the next monday or friday. At the moment, all uncompleted todo entries appear in my agenda views, regardless of scheduling. Is there something I could use as query string to filter the list based on scheduling, like "SCHEDULED=today"? I searched the documentation but haven't found anything. Thanks, Richard