From mboxrd@z Thu Jan 1 00:00:00 1970 From: Kyle Meyer Subject: Re: org-timer-set-timer from any buffer Date: Tue, 11 Feb 2020 16:03:36 +0000 Message-ID: <87ftfhjelj.fsf@kyleam.com> References: <87k14tqgbm.fsf@gnu.org> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:470:142:3::10]:50258) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1j1Y0r-0008UL-I5 for emacs-orgmode@gnu.org; Tue, 11 Feb 2020 11:03:50 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1j1Y0p-0005X6-R9 for emacs-orgmode@gnu.org; Tue, 11 Feb 2020 11:03:48 -0500 In-Reply-To: <87k14tqgbm.fsf@gnu.org> 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-mx.org@gnu.org Sender: "Emacs-orgmode" To: Bastien , ian martins Cc: emacs-orgmode@gnu.org Hi Bastien, Bastien writes: > Hi Ian, > > ian martins writes: > >> Is it intentional that org-timer start, stop, and pause-or-continue >> all work from any buffer, but org-timer-set-timer only works from an >> org buffer? > > I don't know if this is intentional. > > Is there a problem here? If so, how can we fix it? Ian already addressed it with the patch at , which was applied as 044e9718c (org-timer.el: Allow org-timer-set-timer from non-Org buffers, 2019-11-16).