From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Eric Schulte" Subject: Re: [Babel] (Don't) recenter buffer after evaluating code block Date: Wed, 15 Dec 2010 10:02:00 -0700 Message-ID: <87sjxzkl0x.fsf@gmail.com> References: <80pqtdfvdn.fsf@missioncriticalit.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from [140.186.70.92] (port=47942 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PSv4f-0007TD-RT for emacs-orgmode@gnu.org; Wed, 15 Dec 2010 12:23:34 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1PSv4e-0005ES-Mp for emacs-orgmode@gnu.org; Wed, 15 Dec 2010 12:23:33 -0500 Received: from mail-yx0-f169.google.com ([209.85.213.169]:45161) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1PSv4e-0005EN-HT for emacs-orgmode@gnu.org; Wed, 15 Dec 2010 12:23:32 -0500 Received: by yxl31 with SMTP id 31so1399189yxl.0 for ; Wed, 15 Dec 2010 09:23:31 -0800 (PST) List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: =?utf-8?Q?S=C3=A9bastien?= Vauban Cc: emacs-orgmode@gnu.org Hi Seb, I can't reproduce this behavior, maybe it is something specific to your configuration. When starting with a bare config (e.g. emacs -Q) do you still have this problem? Thanks -- Eric S=C3=A9bastien Vauban writes: > Hi, > > I've noticed that, after every (single) code block evaluation, the buffer= is > getting re-centered around point. > > I personally find this annoying, and tried to get rid of it. So I've sear= ched > all `ob-*.el' files for the string `recenter', but I did not find any. > > Any idea on how to turn this off? > > Best regards, > Seb