From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bernt Hansen Subject: Re: Double SCHEDULED: problem Date: Fri, 02 Mar 2012 12:13:43 -0500 Message-ID: <87boofhqns.fsf@norang.ca> References: <87pqcvrm9r.fsf@iro.umontreal.ca> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([208.118.235.92]:48288) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1S3W3C-0000ts-B3 for emacs-orgmode@gnu.org; Fri, 02 Mar 2012 12:13:54 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1S3W3A-0007GP-2W for emacs-orgmode@gnu.org; Fri, 02 Mar 2012 12:13:49 -0500 Received: from mho-02-ewr.mailhop.org ([204.13.248.72]:62142) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1S3W39-0007FN-VV for emacs-orgmode@gnu.org; Fri, 02 Mar 2012 12:13:48 -0500 In-Reply-To: <87pqcvrm9r.fsf@iro.umontreal.ca> (=?utf-8?Q?=22Fran=C3=A7ois?= Pinard"'s message of "Fri, 02 Mar 2012 11:38:24 -0500") 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: =?utf-8?Q?Fran=C3=A7ois?= Pinard Cc: emacs-orgmode@gnu.org pinard@iro.umontreal.ca (Fran=C3=A7ois Pinard) writes: > Hi, Org friends! > > For my employer, I have to fill a "time form" every two weeks for > salary, and also every month for customer billing. So, I have one > SCHEDULED: line for each of these recurrences. Last week, the entry > started like this: > > > ** TODO *Rapport d'heures (Formation) :projet: > SCHEDULED: <2012-02-27 lun ++2w> > SCHEDULED: <2012-03-01 dim ++1m> > > > Last Monday, turning the entry to DONE produced the following: > > > ** TODO *Rapport d'heures (Formation) :projet: > SCHEDULED: <2012-03-12 lun ++2w> > SCHEDULED: <2012-04-01 dim ++1m> > > > That is, *both* SCHEDULED: lines were advanced, and so, I missed to be > remembered to do my little filling duty yesterday, which has not been a > problem because others and I also received an email to that effect. > > I wonder if or how Org could have helped me better. I would prefer > keeping a single entry, because there many lines of contents ( the > recipe details about how to fill the company form, clocktables, > logbooks, and such things), which I would not like duplicated. > Two SCHEDULED: lines on a single entry is not supported by org-mode AFAIK. I would create a subtask for each of these * TODO Parent task with the details All your notes and procedures go here ** TODO Subtask 1 SCHEDULED: <2012-03-12 lun ++2w> ** TODO subtask 2 <2012-04-01 dim ++1m> HTH, Bernt