From mboxrd@z Thu Jan 1 00:00:00 1970 From: Moritz Ulrich Subject: Re: Setting Face of clocking info in Modeline Date: Thu, 21 Jun 2012 15:28:23 +0200 Message-ID: References: <4FE1D997.50909@taupro.com>, , <4FE2A5C4.8020802@taupro.com>, <6066.1340255952@alphaville>, <87mx3xuqux.fsf@Rainer.invalid> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([208.118.235.92]:40785) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ShhR1-0004Ic-VW for emacs-orgmode@gnu.org; Thu, 21 Jun 2012 09:28:37 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ShhQw-0008HF-JV for emacs-orgmode@gnu.org; Thu, 21 Jun 2012 09:28:31 -0400 Received: from mail-ee0-f41.google.com ([74.125.83.41]:61349) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ShhQw-0008Gf-5a for emacs-orgmode@gnu.org; Thu, 21 Jun 2012 09:28:26 -0400 Received: by eekb47 with SMTP id b47so240528eek.0 for ; Thu, 21 Jun 2012 06:28:24 -0700 (PDT) In-reply-to: <87mx3xuqux.fsf@Rainer.invalid> 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: Achim Gratz Cc: emacs-orgmode@gnu.org Achim Gratz writes: > Nick Dokos writes: >> That's not right - it went in with commit 37fafb7b and git says: >> >> $ git describe 37fafb7b >> release_7.8.09-248-g37fafb7 > > Git describe by default describes from the object pointed to until the > next annotated tag. Annotated tags live in the maint branch, not in > master for org. So what the above means is "the relase tag on maint for > 7.8.09 plus 248 more commits on master". > >> so it should certainly be in 7.8.11: > > No. That commit was done on master and has not yet been merged or > cherry-picked into maint, so it is not in any release yet. > > > Regards, > Achim. It's definitely in release_7.8.11 (git commit 6cddf74). lisp/org-clock.el, line 340: --8<---------------cut here---------------start------------->8--- (defcustom org-clock-clocked-in-display 'mode-line _docstring_ :group 'org-clock :type '(choice (const :tag "Mode line" mode-line) (const :tag "Frame title" frame-title) (const :tag "Both" both) (const :tag "None" nil))) --8<---------------cut here---------------end--------------->8--- Followign a link to gitweb. (Sorry for the long link): [1]: http://orgmode.org/w/?p=org-mode.git;a=blob;f=lisp/org-clock.el;h=70c015b38f0a121d313c4d8ead17354da5e6c235;hb=6cddf7425096a743c02b9a17ad8e12b61f514210#l340 Cheers, Moritz Ulrich -- Moritz Ulrich