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