From mboxrd@z Thu Jan 1 00:00:00 1970 From: Christoph Groth Subject: Re: total time spent on a task Date: Mon, 14 Apr 2014 18:47:28 +0200 Message-ID: <87k3arvowv.fsf@grothesque.org> References: <8761mcvx3t.fsf@grothesque.org> <86eh109bga.fsf@sachachua.com> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:49535) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WZk32-00015T-1y for emacs-orgmode@gnu.org; Mon, 14 Apr 2014 12:48:02 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WZk2v-0004AT-Ol for emacs-orgmode@gnu.org; Mon, 14 Apr 2014 12:47:55 -0400 Received: from plane.gmane.org ([80.91.229.3]:41580) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WZk2v-0004AN-IB for emacs-orgmode@gnu.org; Mon, 14 Apr 2014 12:47:49 -0400 Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1WZk2s-0006IP-Iw for emacs-orgmode@gnu.org; Mon, 14 Apr 2014 18:47:46 +0200 Received: from dra38-5-82-246-248-175.fbx.proxad.net ([82.246.248.175]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 14 Apr 2014 18:47:46 +0200 Received: from christoph by dra38-5-82-246-248-175.fbx.proxad.net with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 14 Apr 2014 18:47:46 +0200 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 Hello Sacha, Thanks for your quick reply. Sacha Chua writes: > C-c C-x C-d (org-clock-display) will show the task times as overlays > on the headings. That seems to be exactly what I need. It works, but only shows times for top-level headings (i.e. for example "miscellaneous" but not the TODO items underneath). Is this the way this is supposed to work? I can see that overlays are added for all the headings that were clocked on lower levels as well, but that overlays contain only spaces. Best, Christoph