From mboxrd@z Thu Jan 1 00:00:00 1970 From: Kyle Meyer Subject: Re: Avoiding open buffers when clocking in Date: Tue, 22 Sep 2015 12:17:43 -0400 Message-ID: <87mvweh1i0.fsf@kyleam.com> References: Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:35943) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZeQGQ-0005BU-LE for emacs-orgmode@gnu.org; Tue, 22 Sep 2015 12:17:55 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZeQGM-0005lc-HC for emacs-orgmode@gnu.org; Tue, 22 Sep 2015 12:17:54 -0400 Received: from mail-qg0-f41.google.com ([209.85.192.41]:34887) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZeQGM-0005lA-EJ for emacs-orgmode@gnu.org; Tue, 22 Sep 2015 12:17:50 -0400 Received: by qgt47 with SMTP id 47so120600846qgt.2 for ; Tue, 22 Sep 2015 09:17:49 -0700 (PDT) In-Reply-To: (Julian M. Burgos's message of "Tue, 22 Sep 2015 15:50:07 +0000") 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: "Julian M. Burgos" Cc: org-mode mailing list "Julian M. Burgos" writes: > When clocking in at some particular task, org-mode opens all my agenda > files (I assume to check if there are dangling clocks). I have many > agenda files, and I rather avoid opening tons of new buffers. Is there any > way to make org-mode not check for dangling clocks in other agenda > files? If you're ok with disabling automatic clock resolution entirely, setting org-clock-auto-clock-resolution to nil should work. -- Kyle