From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bastien Subject: Re: Problem with org-clock-display Date: Thu, 17 Apr 2014 10:22:53 +0200 Message-ID: <874n1s74bm.fsf@bzg.ath.cx> References: Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:44648) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Wahb5-00062B-HG for emacs-orgmode@gnu.org; Thu, 17 Apr 2014 04:23:09 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Wahaz-0004gA-Rz for emacs-orgmode@gnu.org; Thu, 17 Apr 2014 04:23:03 -0400 Received: from mail-wi0-x22d.google.com ([2a00:1450:400c:c05::22d]:49069) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Wahaz-0004g2-LS for emacs-orgmode@gnu.org; Thu, 17 Apr 2014 04:22:57 -0400 Received: by mail-wi0-f173.google.com with SMTP id z2so2555787wiv.6 for ; Thu, 17 Apr 2014 01:22:56 -0700 (PDT) In-Reply-To: (Noah Slater's message of "Mon, 7 Apr 2014 17:55:56 +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: Noah Slater Cc: emacs-orgmode@gnu.org Hi Noah, Noah Slater writes: > Note: > > - Times are indented like the nodes, meaning they don't line up. (I > presume this is intentional, but I find it annoying. Is there a way > to turn it off?) Fixed. > - Everything is highlighted with yellow. Is this intentional? Can I > turn it off? M-x customize-face RET org-clock-display RET I changed from yellow to gray. > - Why are some of the times blue and some white. Can I turn this off? Because the face inherited from the headline face. I changed it by specified a foreground. > - Why are some of the "..." bits visible (in blue) and invisible (in > white for the subnodes) and can I turn these off, or hide them > consistently? > > - Would there be any way to move the black "..." bit meaning "this > node can be expanded" to the very left, where it usually is, and then > hide the rest? The "..." folding indicator is always on the right, not sure what you mean. > - Why can't I edit node names when this is active? Because the display is temporary and uses overlays. -- Bastien