From mboxrd@z Thu Jan 1 00:00:00 1970 From: Kyle Meyer Subject: Re: can I refile or archive from the agenda without rebuilding? Date: Fri, 12 Dec 2014 12:01:19 -0500 Message-ID: <87egs4u7j4.fsf@kyleam.com> References: Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:50667) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XzTaq-0001eo-Mk for emacs-orgmode@gnu.org; Fri, 12 Dec 2014 12:01:34 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XzTak-0000tA-GL for emacs-orgmode@gnu.org; Fri, 12 Dec 2014 12:01:28 -0500 Received: from mail-qa0-f46.google.com ([209.85.216.46]:63014) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XzTak-0000sf-DS for emacs-orgmode@gnu.org; Fri, 12 Dec 2014 12:01:22 -0500 Received: by mail-qa0-f46.google.com with SMTP id n8so5337128qaq.19 for ; Fri, 12 Dec 2014 09:01:21 -0800 (PST) In-Reply-To: (Alan Schmitt's message of "Fri, 12 Dec 2014 14:30:25 +0100") 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: Alan Schmitt Cc: emacs-orgmode Alan Schmitt wrote: > My agenda is fairly big, and it takes a few minutes to generate it. Wow. > When I need to refile many items to different places (so bulk edit is > not an option), it slows me down quite a bit. Is there an option to > prevent rebuilding the agenda after archiving or refiling? org-agenda-refile takes a NO-UPDATE argument. To set this interactively, you could advise org-agenda-refile (or wrap it in another command). -- Kyle