emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [O] Setting Face of clocking info in Modeline


From: Moritz Ulrich
Subject: Re: [O] Setting Face of clocking info in Modeline
Date: Thu, 21 Jun 2012 15:28:23 +0200
User-agent: mu4e 0.9.8.4; emacs 24.1.1

Achim Gratz <address@hidden> 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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]