From mboxrd@z Thu Jan 1 00:00:00 1970 From: Carsten Dominik Subject: Re: postponing todos Date: Thu, 9 Aug 2007 07:05:46 +0200 Message-ID: <2151c7f8a47e69a374e5edbed368e83d@science.uva.nl> References: <878x8osm96.fsf@freemail.hu> Mime-Version: 1.0 (Apple Message framework v624) Content-Type: text/plain; charset=US-ASCII; format=flowed Content-Transfer-Encoding: 7bit Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1IJ0DU-0004mM-JD for emacs-orgmode@gnu.org; Thu, 09 Aug 2007 01:05:48 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1IJ0DT-0004kx-25 for emacs-orgmode@gnu.org; Thu, 09 Aug 2007 01:05:47 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IJ0DS-0004ks-Ud for emacs-orgmode@gnu.org; Thu, 09 Aug 2007 01:05:46 -0400 Received: from korteweg.uva.nl ([146.50.98.70]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1IJ0DS-0003SI-GA for emacs-orgmode@gnu.org; Thu, 09 Aug 2007 01:05:46 -0400 In-Reply-To: <878x8osm96.fsf@freemail.hu> 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: ignotus@freemail.hu Cc: emacs-orgmode@gnu.org On Aug 6, 2007, at 17:42, 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? This is what scheduling is for, and then you use the daily/weekly agenda instead of the todo list to see those entries. To schedule, use `C-c C-s', either in the org-mode buffer or in the agenda. From the date prompt, you can use +1 +2 +3 to quickly set the date to today+N days. Fri Mon set it to the coming Friday/Monday. If the entry has a scheduled date already you can shift this date with S-right. And you can use a prefix argument. for example 7 S-right will shift the date by 7 days. - Carsten