From mboxrd@z Thu Jan 1 00:00:00 1970 From: Eric S Fraga Subject: Re: face for clock display in modeline Date: Sat, 6 Jun 2009 11:15:13 +0100 Message-ID: <18986.16817.64214.801062@pinto.chemeng.ucl.ac.uk> References: <20524da70906041450j4f277d8brbd7c4e5acdf5db54@mail.gmail.com> <18984.64683.552784.390264@pinto.chemeng.ucl.ac.uk> <6556EFA0-60BA-4B38-9057-3F9EAA72B848@gmail.com> 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 1MCsvr-0004qR-Lo for emacs-orgmode@gnu.org; Sat, 06 Jun 2009 06:15:23 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MCsvm-0004qB-HB for emacs-orgmode@gnu.org; Sat, 06 Jun 2009 06:15:22 -0400 Received: from [199.232.76.173] (port=33818 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MCsvm-0004q8-Bt for emacs-orgmode@gnu.org; Sat, 06 Jun 2009 06:15:18 -0400 Received: from vscane-c.ucl.ac.uk ([144.82.108.43]:42156) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1MCsvm-0000xH-3G for emacs-orgmode@gnu.org; Sat, 06 Jun 2009 06:15:18 -0400 In-Reply-To: <6556EFA0-60BA-4B38-9057-3F9EAA72B848@gmail.com> 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 Cc: emacs-orgmode@gnu.org Carsten Dominik writes: > Thanks Eric! > > Samuel, after you next pull, customize the face org-mode-line-clock. You're welcome and I like what you have done. I played around with the code in org-faces.el yesterday but your solution is much nicer than I what I had come up with (I'm still very much a noob when it comes to elisp).