From mboxrd@z Thu Jan 1 00:00:00 1970 From: Andrea Crotti Subject: Re: do it today, or well, tomorrow Date: Wed, 12 Oct 2011 17:08:00 +0100 Message-ID: <4E95BB60.4070505@gmail.com> References: <87vcru8f3b.fsf@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Return-path: Received: from eggs.gnu.org ([140.186.70.92]:48120) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RE1Lh-0006kd-3x for emacs-orgmode@gnu.org; Wed, 12 Oct 2011 12:08:06 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1RE1Lg-0002C1-9E for emacs-orgmode@gnu.org; Wed, 12 Oct 2011 12:08:05 -0400 Received: from mail-ww0-f49.google.com ([74.125.82.49]:40468) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RE1Lg-0002Bs-3b for emacs-orgmode@gnu.org; Wed, 12 Oct 2011 12:08:04 -0400 Received: by wwp14 with SMTP id 14so215140wwp.30 for ; Wed, 12 Oct 2011 09:08:03 -0700 (PDT) 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: Carsten Dominik Cc: Brian van den Broek , emacs-orgmode On 10/12/2011 04:55 PM, Carsten Dominik wrote: > > An alternative is to use the scheduling mechanism. > > * TODO My Task > SCHEDULED:<2011-10-12 Wed> > > This task will automatically be forwarded to the following day, until it is done. > > - Carsten > > Fantastic! I only see the habit page on the manual now, but it has to be enabled, and the "SCHEDULED" setting has to be done by hand right? Maybe I should use a capture template for that? And it's not very clear how do I set an habit on a task, when I run org-habit-toggle-habits it opens me the agenda buffer, instead of doing something in the current task as I (wrongly) expected.