From mboxrd@z Thu Jan 1 00:00:00 1970 From: Rainer Stengele Subject: M-return = org-insert-heading in item list scrolls buffer down 1 line Date: Mon, 11 Nov 2013 16:41:38 +0100 Message-ID: Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-15 Content-Transfer-Encoding: 7bit Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:48414) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Vftcn-0004Vi-NB for emacs-orgmode@gnu.org; Mon, 11 Nov 2013 10:42:08 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Vftcf-00064e-LA for emacs-orgmode@gnu.org; Mon, 11 Nov 2013 10:42:01 -0500 Received: from plane.gmane.org ([80.91.229.3]:52255) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Vftcf-00064K-EV for emacs-orgmode@gnu.org; Mon, 11 Nov 2013 10:41:53 -0500 Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1Vftce-0008AV-46 for emacs-orgmode@gnu.org; Mon, 11 Nov 2013 16:41:52 +0100 Received: from 212.34.176.74 ([212.34.176.74]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 11 Nov 2013 16:41:52 +0100 Received: from rainer.stengele by 212.34.176.74 with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 11 Nov 2013 16:41:52 +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-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: emacs-orgmode@gnu.org Hi, these days I suddenly have the problem that after inserting a new list item with M-return the item is added correctly but the buffer scrolls down 1 line. I am not sure if this is related to the latest org update done a few days ago. Any idea how to stop this? Ok, just before sending out I found the culprit: I had set scroll-margin to "2". Resetting to "0" solves the problem. That might be a bug. Rainer