From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ian Dunn Subject: Re: Bug: Problem with org-agenda-sticky and org-mobile Date: Sat, 14 Jan 2017 13:38:28 -0500 Message-ID: <87fuklv657.fsf@gnu.org> References: <877f62757f.fsf@gnu.org> <87bmv9wu0t.fsf@nicolasgoaziou.fr> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:46654) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1cSTDo-0002NH-0t for emacs-orgmode@gnu.org; Sat, 14 Jan 2017 13:38:36 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1cSTDn-0007Xg-Av for emacs-orgmode@gnu.org; Sat, 14 Jan 2017 13:38:36 -0500 In-Reply-To: <87bmv9wu0t.fsf@nicolasgoaziou.fr> (Nicolas Goaziou's message of "Sat, 14 Jan 2017 16:17:22 +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" To: Nicolas Goaziou Cc: emacs-orgmode@gnu.org Nicolas Goaziou writes: > 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, That fixed it. Thank you. -- Ian Dunn