From mboxrd@z Thu Jan 1 00:00:00 1970 From: Eric S Fraga Subject: Re: face for clock display in modeline Date: Fri, 5 Jun 2009 12:16:49 +0100 Message-ID: <18984.65185.88824.264628@pinto.chemeng.ucl.ac.uk> References: <20524da70906041450j4f277d8brbd7c4e5acdf5db54@mail.gmail.com> <18984.64683.552784.390264@pinto.chemeng.ucl.ac.uk> Reply-To: e.fraga@ucl.ac.uk Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1MCXPw-0001l9-9T for emacs-orgmode@gnu.org; Fri, 05 Jun 2009 07:17:00 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MCXPs-0001kx-0U for emacs-orgmode@gnu.org; Fri, 05 Jun 2009 07:16:59 -0400 Received: from [199.232.76.173] (port=38301 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MCXPr-0001kh-NI for emacs-orgmode@gnu.org; Fri, 05 Jun 2009 07:16:55 -0400 Received: from vscane-c.ucl.ac.uk ([144.82.108.43]:38944) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1MCXPr-0003X7-02 for emacs-orgmode@gnu.org; Fri, 05 Jun 2009 07:16:55 -0400 In-Reply-To: <18984.64683.552784.390264@pinto.chemeng.ucl.ac.uk> From: Eric S Fraga 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: Carsten Dominik , emacs-orgmode@gnu.org Eric S Fraga , Eric S Fraga writes: > I believe you can customise the mode line entry for org-mode to > [...] Responding to my own suggestion, adding the line 'face 'mode-line-buffer-id into the let statement of the org-clock-update-mode-line function after the mouse-face setting makes the clock display using the same face as the buffer (as a test), a face that can easily be highlighted.