From mboxrd@z Thu Jan 1 00:00:00 1970 From: Alexandre Russel Subject: clocksum of scheduled task Date: Tue, 30 Mar 2010 07:59:24 +0200 Message-ID: <6a0fb23b1003292259k4c8e94aage292324593e95aa9@mail.gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1NwUik-0000AG-UB for emacs-orgmode@gnu.org; Tue, 30 Mar 2010 02:14:39 -0400 Received: from [140.186.70.92] (port=33462 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NwUii-0008Lb-E1 for emacs-orgmode@gnu.org; Tue, 30 Mar 2010 02:14:37 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1NwUUL-0000Ga-IB for emacs-orgmode@gnu.org; Tue, 30 Mar 2010 01:59:47 -0400 Received: from mail-fx0-f224.google.com ([209.85.220.224]:61507) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1NwUUL-0000GT-Bp for emacs-orgmode@gnu.org; Tue, 30 Mar 2010 01:59:45 -0400 Received: by fxm24 with SMTP id 24so289479fxm.26 for ; Mon, 29 Mar 2010 22:59:44 -0700 (PDT) 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: emacs-orgmode@gnu.org Hi all, I have scheduled task: * TODO daily work review :WORK: SCHEDULED: <2010-03-30 Tue +1d> CLOCK: [2010-03-30 Tue 07:36] - State "DONE" [2010-03-29 Mon 09:04] CLOCK: [2010-03-29 Mon 08:27]--[2010-03-29 Mon 09:04] => 0:37 :PROPERTIES: :CLOCK_MODELINE_TOTAL: today :LAST_REPEAT: [2010-03-29 Mon 21:31] :END: When I C-c a a, I see the task every day but monday with for each day a 37mn clocksum. I would like: - to see the task on monday, marked done, with a clocksum of 37 mn - see the task every other day, marked todo, with a clocksum of 0mn (or no clocksum) Is it possible or do I have to go throught cloning task ? Note that I tried with/without the CLOCK_MODELINE_TOTAL and it has no influence on the clocksum. I am using version 6.34c alex