From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Eddward DeVilla" Subject: Re: postponing todos Date: Mon, 6 Aug 2007 20:47:34 -0500 Message-ID: References: <878x8osm96.fsf@freemail.hu> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1IIEB2-0001rW-Sh for emacs-orgmode@gnu.org; Mon, 06 Aug 2007 21:48:04 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1IIEB1-0001rK-EI for emacs-orgmode@gnu.org; Mon, 06 Aug 2007 21:48:04 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IIEB1-0001rH-8I for emacs-orgmode@gnu.org; Mon, 06 Aug 2007 21:48:03 -0400 Received: from wa-out-1112.google.com ([209.85.146.183]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1IIEAx-0002uh-HB for emacs-orgmode@gnu.org; Mon, 06 Aug 2007 21:48:01 -0400 Received: by wa-out-1112.google.com with SMTP id k34so1941799wah for ; Mon, 06 Aug 2007 18:47:35 -0700 (PDT) In-Reply-To: <878x8osm96.fsf@freemail.hu> Content-Disposition: inline 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 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. Edd