From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nicolas Goaziou Subject: Re: Bug: Problem with org-agenda-sticky and org-mobile Date: Sat, 14 Jan 2017 16:17:22 +0100 Message-ID: <87bmv9wu0t.fsf@nicolasgoaziou.fr> References: <877f62757f.fsf@gnu.org> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:44453) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1cSQ5E-0005FZ-CZ for emacs-orgmode@gnu.org; Sat, 14 Jan 2017 10:17:33 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1cSQ5D-0001cK-Jk for emacs-orgmode@gnu.org; Sat, 14 Jan 2017 10:17:32 -0500 In-Reply-To: <877f62757f.fsf@gnu.org> (Ian Dunn's message of "Tue, 10 Jan 2017 20:31:16 -0500") 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" To: Ian Dunn Cc: emacs-orgmode@gnu.org Hello, Ian Dunn writes: > With trunk org mode, when I run org-mobile-push when in an agenda > buffer, then refresh the buffer (via 'r' or 'g'), it spawns a new > agenda buffer and populates it. This only happens with > org-agenda-sticky set to 't'. > > To replicate, I do the following: > > 1. Turn on org-agenda-sticky > 2. Activate an agenda (any agenda) > 3. Run org-mobile-push > 4. Press 'r' after it's finished > > On mine, it spawns a new agenda buffer. This is not the behavior I'd expect. > > It looks to me like this is an issue in org-mobile-push. It sets org-agenda-this-buffer-name to the original value of org-agenda-buffer-name, which isn't necessarily the same. > > Thanks for your help. I pushed a fix for this. Could you confirm the problem is solved? Thank you. Regards, -- Nicolas Goaziou