From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nicolas Goaziou Subject: Re: [PATCH] Fix agenda follow mode to work with included diary Date: Mon, 24 Aug 2015 22:51:15 +0200 Message-ID: <87h9no9zr0.fsf@nicolasgoaziou.fr> References: <87oahwg0t6.fsf@fastmail.fm> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:46217) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZTygU-0006fp-9r for emacs-orgmode@gnu.org; Mon, 24 Aug 2015 16:49:38 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZTygT-0002Rz-Hb for emacs-orgmode@gnu.org; Mon, 24 Aug 2015 16:49:38 -0400 Received: from relay3-d.mail.gandi.net ([2001:4b98:c:538::195]:35040) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZTygT-0002Qr-B7 for emacs-orgmode@gnu.org; Mon, 24 Aug 2015 16:49:37 -0400 In-Reply-To: <87oahwg0t6.fsf@fastmail.fm> (Matt Lundin's message of "Mon, 24 Aug 2015 10:31:49 -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-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: Matt Lundin Cc: Org Mode Hello, Matt Lundin writes: > Follow mode does not work with diary entries in the agenda. It calls > org-agenda-goto, which expects to be in an Org Mode buffer but does not > test to make sure that it is in an org buffer. As a result, it errors > out midway through and leaves the cursor stranded in the diary buffer. > This patch should fix the issue. Applied. Thank you. Regards, -- Nicolas Goaziou