From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nicolas Goaziou Subject: Re: [PATCH] org-timer.el: Use hh:mm:ss format instead of minutes Date: Sat, 06 Jun 2015 09:30:42 +0200 Message-ID: <87a8wdjntp.fsf@nicolasgoaziou.fr> References: <874mo58oa5.fsf@kmlap.domain.org> <87pp6kk7lg.fsf@nicolasgoaziou.fr> <876184i1zx.fsf@nicolasgoaziou.fr> <878uc1st1l.fsf@nicolasgoaziou.fr> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:38719) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Z18Xj-0003Ac-5L for emacs-orgmode@gnu.org; Sat, 06 Jun 2015 03:29:23 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Z18Xi-0002Oa-AK for emacs-orgmode@gnu.org; Sat, 06 Jun 2015 03:29:23 -0400 Received: from relay4-d.mail.gandi.net ([2001:4b98:c:538::196]:50093) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Z18Xi-0002OK-44 for emacs-orgmode@gnu.org; Sat, 06 Jun 2015 03:29:22 -0400 In-Reply-To: (Brice Waegenire's message of "Thu, 4 Jun 2015 00:00:33 +0200") 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: Brice Waegenire Cc: emacs-orgmode@gnu.org Brice Waegenire writes: > Following is ORG-NEWS entry: > > * Incompatible changes > ** org-timer-default-timer type changed from number to string > If you have, in your configuration, something like =(setq > org-timer-default-timer 10)= replace it with =(setq > org-timer-default-timer "10")=. > * New features > ** Countdown timer support hh:mm:ss format > In addition to setting countdown timers in minutes, they can also be > set using the hh:mm:ss format. Added. Thank you. Regards,