From mboxrd@z Thu Jan 1 00:00:00 1970 From: Matt Lundin Subject: Re: org-clock-in only in current buffer Date: Fri, 13 Oct 2017 09:55:17 -0500 Message-ID: <87o9pb2j3e.fsf@fastmail.fm> References: Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:48286) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1e31Mx-0005yP-KI for emacs-orgmode@gnu.org; Fri, 13 Oct 2017 10:55:24 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1e31Mu-0007om-Gn for emacs-orgmode@gnu.org; Fri, 13 Oct 2017 10:55:23 -0400 Received: from out4-smtp.messagingengine.com ([66.111.4.28]:41311) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1e31Mu-0007mN-3W for emacs-orgmode@gnu.org; Fri, 13 Oct 2017 10:55:20 -0400 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" To: "Julian M. Burgos" Cc: emacs-orgmode@gnu.org "Julian M. Burgos" writes: > Dear org-moders, > > Until a recent update (or an unintended change in my configuration), I > was able to clock in a task (org-clock-in) *without* org mode trying > to find open clocks. I cannot figure out what changed, but now > org-clock-in opens all my agenda buffers searching for open clocks, > which is not very convenient as I have dozens of agenda files. What > would be the best way to a) restrict the search of open clocks to the > current buffer, or b) turn off the search of open clocks? > I believe you can set org-clock-auto-clock-resolution to nil to stop the search for open clocks. Best, Matt