From mboxrd@z Thu Jan 1 00:00:00 1970 From: Samuel Wales Subject: org-agenda moves point in all org agenda buffers Date: Mon, 28 Oct 2013 17:32:33 -0700 Message-ID: Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:45575) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VaxEZ-0007zM-Ki for emacs-orgmode@gnu.org; Mon, 28 Oct 2013 20:32:37 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VaxEY-0000Pe-PQ for emacs-orgmode@gnu.org; Mon, 28 Oct 2013 20:32:35 -0400 Received: from mail-we0-x236.google.com ([2a00:1450:400c:c03::236]:45475) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VaxEY-0000PU-It for emacs-orgmode@gnu.org; Mon, 28 Oct 2013 20:32:34 -0400 Received: by mail-we0-f182.google.com with SMTP id t61so7579695wes.13 for ; Mon, 28 Oct 2013 17:32:33 -0700 (PDT) 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: emacs-orgmode@gnu.org Point is moved to beginning of buffer in every agenda file when I run the agenda. emacs -Q with a minimal test case and (setq org-agenda-window-setup 'current-window) has the bug. Same thing without it does not. Thanks. Samuel