From mboxrd@z Thu Jan 1 00:00:00 1970 From: Michael Gilbert Subject: Re: preventing automatic rebuild of agenda on refiling? Date: Tue, 15 Jun 2010 10:45:48 -0700 Message-ID: <096109EC-2611-4B40-B93E-4C580A6C4B1C@gilbert.org> References: <87zkyweeo0.wl%dmaus@ictsoc.de> <4D0065BA-8C5E-45ED-B58F-04988802800A@gilbert.org> <871vc8fd0n.fsf@fastmail.fm> Mime-Version: 1.0 (Apple Message framework v1078) Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: quoted-printable Return-path: Received: from [140.186.70.92] (port=57242 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OOaFu-0005ON-VY for emacs-orgmode@gnu.org; Tue, 15 Jun 2010 13:49:00 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1OOaCx-0005Cq-Ng for emacs-orgmode@gnu.org; Tue, 15 Jun 2010 13:45:57 -0400 Received: from [74.94.69.218] (port=53612 helo=peach.gilbert.org) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OOaCx-0005Ce-DR for emacs-orgmode@gnu.org; Tue, 15 Jun 2010 13:45:55 -0400 Received: from [10.1.10.12] (unknown [10.1.10.12]) by peach.gilbert.org (Postfix) with ESMTP id B56C9DD09F3C for ; Tue, 15 Jun 2010 10:45:53 -0700 (PDT) In-Reply-To: <871vc8fd0n.fsf@fastmail.fm> List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: emacs-orgmode Mailinglist >>>> I may have missed when this happened or if it's been discussed = already, but I'm noticing that recent Org-mode automatically rebuilds = the agenda each time I refile a task. This can dramatically slow down = the process of refiling a lot of items. Is there a setting to change = this? >>>=20 >>> As far as I am aware of: No, you currently cannot disable it for a = single refile operation. But, if you refile a lot of items you might = try Agenda's bulk action: >>>=20 >>> http://orgmode.org/manual/Agenda-commands.html Bulk actions actually = do not rebuld the agenda. >>=20 >> But if I'm not mistaken, they involve refiling all the marked items = to the same destination. That hasn't been my workflow at all. >>=20 >> This is a frustrating change. I guess my option now is to jump to the = item in question, refile it, then jump back. But given that in my = current workflow I refile scores of items during my daily prep... Ugh. = I'm sure there was a good reason for the change, but it just doesn't = suit how I've come to use Org-mode. >>=20 >> Anyway, if there are any other ideas out there other than waiting for = the roundtrip of the rebuild or jumping back and forth to the source = files, I would be interested in hearing them! >=20 > If you give a triple prefix argument to org-agenda-refile, the agenda = will not be rebuilt. >=20 > If you'd like this as the default behavior, you can bind it to a key = (or change the original binding): >=20 > (define-key org-agenda-mode-map "\C-c\C-w"=20 > (lambda () > (interactive) > (org-agenda-refile nil nil t))) Fantastic. I can experiment with adapting my workflow, but this is so = useful. Deeply appreciated. =97 Michael