From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nathan Neff Subject: Re: scheduling items question Date: Fri, 4 Mar 2011 16:18:26 -0600 Message-ID: References: <87tyfjbwt6.fsf@S0106001636ac5854.work> <8762rybs37.fsf@gnu.org> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Return-path: Received: from [140.186.70.92] (port=41001 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PvdKS-0005JL-P7 for emacs-orgmode@gnu.org; Fri, 04 Mar 2011 17:18:33 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1PvdKO-0007CH-Le for emacs-orgmode@gnu.org; Fri, 04 Mar 2011 17:18:32 -0500 Received: from mail-qy0-f176.google.com ([209.85.216.176]:62117) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1PvdKO-0007Be-Fj for emacs-orgmode@gnu.org; Fri, 04 Mar 2011 17:18:28 -0500 Received: by qyk30 with SMTP id 30so2475287qyk.0 for ; Fri, 04 Mar 2011 14:18:27 -0800 (PST) In-Reply-To: <8762rybs37.fsf@gnu.org> 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: Bastien Cc: stuart , emacs-orgmode@gnu.org On Fri, Mar 4, 2011 at 1:31 PM, Bastien wrote: > Hi Stuart, > > stuart writes: > >> ** class Monday >> >> ** class Wednesday >> >> ** class Friday > > I would use a weekly repeater for these tasks. > > ,---- > | * class Monday > | =A0 SCHEDULED: <2011-03-07 lun. +1w> > | > | * class Wednesday > | =A0 SCHEDULED: <2011-03-09 mer. +1w> > | > | * class Friday > | =A0 SCHEDULED: <2011-03-11 ven. +1w> > `---- > > ... but do you really need to take the *habit* of attending class?? I wonder why the OP uses a "habit" of these classes. They'd probably work better as just regular appointments, like this: * Class Monday <2011-03-04 Fri +1w> Personally, I use org-habit to /hide/ a headline until the day it's due. I love that feature, and use it for > 50% of my "scheduled" things. --Nate