From mboxrd@z Thu Jan 1 00:00:00 1970 From: pinard@iro.umontreal.ca (=?utf-8?Q?Fran=C3=A7ois?= Pinard) Subject: Double SCHEDULED: problem Date: Fri, 02 Mar 2012 11:38:24 -0500 Message-ID: <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]:47211) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1S3VV3-0006Iq-Bx for emacs-orgmode@gnu.org; Fri, 02 Mar 2012 11:38:34 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1S3VUx-0007o1-AV for emacs-orgmode@gnu.org; Fri, 02 Mar 2012 11:38:32 -0500 Received: from 206-248-137-202.dsl.teksavvy.com ([206.248.137.202]:53783 helo=mercure.epsilon-ti.ca) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1S3VUx-0007np-4Q for emacs-orgmode@gnu.org; Fri, 02 Mar 2012 11:38:27 -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: emacs-orgmode@gnu.org 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. Fran=C3=A7ois