From mboxrd@z Thu Jan 1 00:00:00 1970 From: Christoph Groth Subject: Re: total time spent on a task Date: Thu, 17 Apr 2014 11:02:18 +0200 Message-ID: <87ppkguy5h.fsf@grothesque.org> References: <8761mcvx3t.fsf@grothesque.org> <86eh109bga.fsf@sachachua.com> <87k3arvowv.fsf@grothesque.org> <86a9bnajob.fsf@sachachua.com> <87eh0zc54c.fsf@grothesque.org> <87eh0wpelz.fsf@bzg.ath.cx> Mime-Version: 1.0 Content-Type: text/plain; format=flowed Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:53488) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WaiDO-0005Vo-CT for emacs-orgmode@gnu.org; Thu, 17 Apr 2014 05:02:44 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WaiDH-0003BC-Rh for emacs-orgmode@gnu.org; Thu, 17 Apr 2014 05:02:38 -0400 Received: from plane.gmane.org ([80.91.229.3]:56502) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WaiDH-0003B8-Le for emacs-orgmode@gnu.org; Thu, 17 Apr 2014 05:02:31 -0400 Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1WaiDG-0005zA-NY for emacs-orgmode@gnu.org; Thu, 17 Apr 2014 11:02:30 +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 ; Thu, 17 Apr 2014 11:02:30 +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 ; Thu, 17 Apr 2014 11:02:30 +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 Hi Bastien, Thank you for looking into this. Bastien writes: >> In fact, times were shown for the other headlines as well, but >> white-on-yellow! I've modified the org-clock-overlay so the >> problem >> is now fixed for me. >> >> Is this a bug? (It appears for me in bleeding edge orgmode.) >> The >> original org-clock-overlay only specifies the background color >> as >> yellow. How to find out from which face the white foreground >> was >> inherited? The command describe-face does not seem to help for >> this. > > I can't reproduce the problem here, it probably depends on the > Emacs > version you use. Can you tell more about your setup? I'm running Emacs 24.3.1 and org-mode 8.2.4, both from Debian testing. By bisecting my Emacs configuration I've found out that the culprit is (setq org-startup-indented t) When indented mode is disabled, the overlays appear with brown text on yellow background. Can you reproduce this? Christoph