From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nick Dokos Subject: Re: Setting Face of clocking info in Modeline Date: Thu, 21 Jun 2012 01:19:12 -0400 Message-ID: <6066.1340255952@alphaville> References: <4FE1D997.50909@taupro.com> <4FE2A5C4.8020802@taupro.com> Reply-To: nicholas.dokos@hp.com Return-path: Received: from eggs.gnu.org ([208.118.235.92]:60741) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ShZna-0001qX-I8 for emacs-orgmode@gnu.org; Thu, 21 Jun 2012 01:19:19 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ShZnY-0002Ti-Rm for emacs-orgmode@gnu.org; Thu, 21 Jun 2012 01:19:18 -0400 Received: from g4t0015.houston.hp.com ([15.201.24.18]:35276) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ShZnY-0002Ta-L8 for emacs-orgmode@gnu.org; Thu, 21 Jun 2012 01:19:16 -0400 In-Reply-To: Message from Jeff Rush of "Wed, 20 Jun 2012 23:40:36 CDT." <4FE2A5C4.8020802@taupro.com> 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: Jeff Rush Cc: Moritz Ulrich , emacs-orgmode@gnu.org Jeff Rush wrote: > On 06/20/2012 07:17 PM, Moritz Ulrich wrote: > > > > Jeff Rush writes: > > > >> I also found in a Google search the interesting > >> 'org-clock-frame-title-format' implying I might be able to display the > >> clocked-in task info in the frame header, but no actual example of it > >> being used. > > > > Try setting `org-clock-clocked-in-display' to 'both or 'frame-title. > > Thanks Moritz for this suggestion. However it doesn't seem to be > implemented in the latest official release, which I'm running: > > app-emacs/org-mode-7.8.11 > That's not right - it went in with commit 37fafb7b and git says: $ git describe 37fafb7b release_7.8.09-248-g37fafb7 so it should certainly be in 7.8.11: $ git describe release_7.8.11^ release_7.8.10-603-g8d96bbc But I get: $ git describe release_7.8.10^ release_7.8.09-35-ge6560f2 I'm not sure why 37fafb7b is shown relative to 7.8.09 and not 7.8.10 - perhaps I'm misunderstanding or doing something wrong, but I interpret this as: 7.8.09 + 36 commits -> 7.8.10 7.8.10 + 604 commits -> 7.8.11 7.8.09 + 248 commits = 7.8.10 + (248 - 36 = 212 commits) -> 37fafb7b > I give a Git checkout a try, hopefully the master branch is stable. > It seems to be working fine. Nick