From mboxrd@z Thu Jan 1 00:00:00 1970 From: Sacha Chua Subject: Re: total time spent on a task Date: Mon, 14 Apr 2014 13:46:12 -0400 Message-ID: <86a9bnajob.fsf@sachachua.com> References: <8761mcvx3t.fsf@grothesque.org> <86eh109bga.fsf@sachachua.com> <87k3arvowv.fsf@grothesque.org> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:39395) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WZkxb-0006rN-54 for emacs-orgmode@gnu.org; Mon, 14 Apr 2014 13:46:29 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WZkxV-0001KH-8f for emacs-orgmode@gnu.org; Mon, 14 Apr 2014 13:46:23 -0400 Received: from plane.gmane.org ([80.91.229.3]:56573) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WZkxV-0001K7-2Q for emacs-orgmode@gnu.org; Mon, 14 Apr 2014 13:46:17 -0400 Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1WZkxU-0002qZ-5D for emacs-orgmode@gnu.org; Mon, 14 Apr 2014 19:46:16 +0200 Received: from 69-196-133-182.dsl.teksavvy.com ([69.196.133.182]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 14 Apr 2014 19:46:16 +0200 Received: from sacha by 69-196-133-182.dsl.teksavvy.com with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 14 Apr 2014 19:46:16 +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 Christoph Groth writes: Hello, Christoph! >> 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. Hmm, mine shows clock overlays for all headings with clock entries, including TODO headings. I'm on Org 8.2.5h. By any chance, could those overlays have invisible text? You can customize-face org-clock-overlay. I remember that had been a problem for some people before. Sacha