From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bastien Subject: Re: use save-window-excursion in agenda archiving? Date: Fri, 05 Jul 2013 14:30:10 +0200 Message-ID: <87wqp5faul.fsf@bzg.ath.cx> References: <87wqp5pctc.fsf@ericabrahamsen.net> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:40277) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Uv59T-00055P-1B for emacs-orgmode@gnu.org; Fri, 05 Jul 2013 08:30:17 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Uv59R-0001jD-G6 for emacs-orgmode@gnu.org; Fri, 05 Jul 2013 08:30:14 -0400 Received: from mail-wi0-x230.google.com ([2a00:1450:400c:c05::230]:40253) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Uv59R-0001it-9M for emacs-orgmode@gnu.org; Fri, 05 Jul 2013 08:30:13 -0400 Received: by mail-wi0-f176.google.com with SMTP id ey16so7168941wid.9 for ; Fri, 05 Jul 2013 05:30:12 -0700 (PDT) In-Reply-To: <87wqp5pctc.fsf@ericabrahamsen.net> (Eric Abrahamsen's message of "Fri, 05 Jul 2013 17:37:35 +0800") 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: Eric Abrahamsen Cc: emacs-orgmode@gnu.org Hi Eric, Eric Abrahamsen writes: > I believe switching the `save-excursion' call at line 8382 of > org-agenda.el (inside `org-agenda-archive-with') to a > `save-window-excursion' instead solves the problem. This is it, fixed, thanks. -- Bastien