From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bala Ramadurai Subject: convert scheduled recurring entries into clocked data Date: Wed, 5 Oct 2016 10:53:41 +0530 Message-ID: Mime-Version: 1.0 Content-Type: multipart/alternative; boundary=001a114a8f3662bff7053e1761d8 Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:57719) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bregE-0006Gx-DT for emacs-orgmode@gnu.org; Wed, 05 Oct 2016 01:23:47 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bregC-000337-48 for emacs-orgmode@gnu.org; Wed, 05 Oct 2016 01:23:45 -0400 Received: from mail-qk0-x22e.google.com ([2607:f8b0:400d:c09::22e]:33271) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bregB-00032p-R2 for emacs-orgmode@gnu.org; Wed, 05 Oct 2016 01:23:44 -0400 Received: by mail-qk0-x22e.google.com with SMTP id n189so136903703qke.0 for ; Tue, 04 Oct 2016 22:23:43 -0700 (PDT) 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" To: emacs-orgmode@gnu.org --001a114a8f3662bff7053e1761d8 Content-Type: text/plain; charset=UTF-8 Hello All, I posted this question on emacs stackexchange, but then it occurred to me that I should post this on emacs-orgmode as well. http://emacs.stackexchange.com/questions/27565/how-do-i-convert-scheduled-recurring-entries-into-clocked-data I use org-mode for scheduling and logging in tasks. I clock in non-recurring tasks, however I find it strenuous to clock in recurring tasks. Is there any way I can mark the recurring task done and the scheduled time for the task is converted into clocked data as soon as I mark it done? Example, * TODO Task 1 SCHEDULED: <2016-10-04 Tue 10:00-10:30 ++1d> After I mark it done, the task should read * TODO Task 1 SCHEDULED: <2016-10-05 Wed 10:00-10:30> :LOGBOOK: - State "DONE" from "TODO" [2016-10-04 Tue 11:42] CLOCK: [2016-10-04 Tue 10:00]--[2016-10-04 Tue 10:30] => 0:30 :END: Thanks Bala http://balaramadurai.net --001a114a8f3662bff7053e1761d8 Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: quoted-printable
Hello All,
=C2=A0 I posted this question on emacs stac= kexchange, but then it occurred to me that I should post this on emacs-orgm= ode as well.


I use org-mode for scheduling and logging in tasks. I c= lock in non-recurring tasks, however I find it strenuous to clock in recurr= ing tasks. Is there any way I can mark the recurring task done and the sche= duled time for the task is converted into clocked data as soon as I mark it= done?

Example,

* TODO Task 1
SCHEDULED: <2016-10-04 Tue 10:00-10:30 ++1d>

After I mark it done, the task should read

* TOD=
O Task 1
SCHEDULED: <2016-10-05 Wed 10:00-10:30>
:LOGBOOK:
- State "DONE"       from "TODO"       [2016-10-04 Tue =
11:42]
CLOCK: [2016-10-04 Tue 10:00]--[2016-10-04 Tue 10:30] =3D> 0:30
:END:
Thanks
--001a114a8f3662bff7053e1761d8--