From mboxrd@z Thu Jan 1 00:00:00 1970 From: Tom Prince Subject: Re: How to say "I did that yesterday?" Date: Wed, 23 Nov 2011 02:28:20 -0500 Message-ID: <87y5v7xppn.fsf@hermes.hocat.ca> References: <87r50zyfeh.wl%egh@e6h.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from eggs.gnu.org ([140.186.70.92]:60730) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RT7Fu-0003mb-2O for emacs-orgmode@gnu.org; Wed, 23 Nov 2011 02:28:30 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1RT7Ft-00010s-33 for emacs-orgmode@gnu.org; Wed, 23 Nov 2011 02:28:30 -0500 Received: from socrates.hocat.ca ([76.10.188.53]:47212) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RT7Fs-00010V-Th for emacs-orgmode@gnu.org; Wed, 23 Nov 2011 02:28:29 -0500 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: Dave Abrahams , emacs-orgmode@gnu.org On Tue, 22 Nov 2011 21:02:48 -0800, Dave Abrahams wrote: > > on Tue Nov 22 2011, Erik Hetzner wrote: > > > At Tue, 22 Nov 2011 11:40:35 -0800, > > Dave Abrahams wrote: > >> > > > >> > >> I often discover that I completed something a few days ago and I would > >> like to mark it done with the appropriate date as though I had marked it > >> done in the past. That means, e.g., for a repeating event it might > >> repeat sooner than if it had been done today. Is there a way? > > > > M-x org-todo-yesterday ? > > Heh, that doesn't seem to work from the agenda, though :( > M-x org-agenda-todo-yesteday :) Although, it should in princple, be possible to detect running in tha agenda, and handle that automatically. I guess there are probably issues with that. Tom