From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bastien Guerry Subject: Re: [PATCH] org-timer.el: Use hh:mm:ss format instead of minutes Date: Wed, 05 Aug 2015 02:00:54 +0200 Message-ID: <87d1z2zjrd.fsf@free.fr> References: <874mo58oa5.fsf@kmlap.domain.org> <87pp6kk7lg.fsf@nicolasgoaziou.fr> <876184i1zx.fsf@nicolasgoaziou.fr> <878uc1st1l.fsf@nicolasgoaziou.fr> <87a8wdjntp.fsf@nicolasgoaziou.fr> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:60502) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZMmWv-000565-ID for emacs-orgmode@gnu.org; Tue, 04 Aug 2015 20:26:02 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZMmWt-0008UF-V6 for emacs-orgmode@gnu.org; Tue, 04 Aug 2015 20:26:01 -0400 Received: from so1.mailgun.net ([198.61.254.11]:53576) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZMmWt-0008TI-RM for emacs-orgmode@gnu.org; Tue, 04 Aug 2015 20:25:59 -0400 In-Reply-To: <87a8wdjntp.fsf@nicolasgoaziou.fr> (Nicolas Goaziou's message of "Sat, 06 Jun 2015 09:30:42 +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: Nicolas Goaziou Cc: emacs-orgmode@gnu.org, Brice Waegenire Hi Brice, Nicolas Goaziou writes: > 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. Thanks for this feature. FWIW, I added a ad hoc mechanism to tolerate numbers as the value of `org-timer-default-timer'. -- Bastien