From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bernt Hansen Subject: Re: bug: z in agenda goes to wrong headline Date: Wed, 05 Oct 2011 22:29:24 -0400 Message-ID: <878voy3la3.fsf@norang.ca> References: Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([140.186.70.92]:34673) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RBdiE-0006b8-1M for emacs-orgmode@gnu.org; Wed, 05 Oct 2011 22:29:30 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1RBdiD-00075p-68 for emacs-orgmode@gnu.org; Wed, 05 Oct 2011 22:29:30 -0400 Received: from mho-02-ewr.mailhop.org ([204.13.248.72]:42141) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RBdiD-00075k-1q for emacs-orgmode@gnu.org; Wed, 05 Oct 2011 22:29:29 -0400 In-Reply-To: (Samuel Wales's message of "Wed, 5 Oct 2011 19:10:26 -0700") 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: Samuel Wales Cc: emacs-orgmode@gnu.org Samuel Wales writes: > To reproduce, RET on a line in the agenda. Insert a line above. > > In agenda, z . That's because the agenda uses markers to know where the item is pointed to. If you enter a line above it you move the headline but the agenda marker is not updated. You need to regenerate the agenda to keep it up to date. -Bernt