emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
From: "Julian M. Burgos" <julian@hafro.is>
To: Kyle Meyer <kyle@kyleam.com>
Cc: org-mode mailing list <emacs-orgmode@gnu.org>
Subject: Re: Avoiding open buffers when clocking in
Date: Tue, 22 Sep 2015 16:34:04 +0000	[thread overview]
Message-ID: <xgzh9mmpg5f.fsf@hafro.is> (raw)
In-Reply-To: <87mvweh1i0.fsf@kyleam.com>

Thanks Kyle, I did not knew this one.  I was manually using this
function

(defun only-current-buffer () 
  (interactive)                                                                   
    (mapc 'kill-buffer (cdr (buffer-list (current-buffer)))))

to kill all buffers after clocking in, but your solution is simpler.  



Kyle Meyer writes:

> "Julian M. Burgos" <julian@hafro.is> 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.

-- 
Julian Mariano Burgos, PhD
Hafrannsóknastofnun/Marine Research Institute
Skúlagata 4, 121 Reykjavík, Iceland
Sími/Telephone : +354-5752037
Bréfsími/Telefax:  +354-5752001
Netfang/Email: julian@hafro.is

  reply	other threads:[~2015-09-22 17:04 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-09-22 15:50 Avoiding open buffers when clocking in Julian M. Burgos
2015-09-22 16:17 ` Kyle Meyer
2015-09-22 16:34   ` Julian M. Burgos [this message]
2015-09-22 16:47     ` Julian M. Burgos

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://www.orgmode.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=xgzh9mmpg5f.fsf@hafro.is \
    --to=julian@hafro.is \
    --cc=emacs-orgmode@gnu.org \
    --cc=kyle@kyleam.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).