From mboxrd@z Thu Jan 1 00:00:00 1970 From: pinard@iro.umontreal.ca (=?utf-8?Q?Fran=C3=A7ois?= Pinard) Subject: Re: How to force redisplay? Date: Fri, 06 Jan 2012 17:51:57 -0500 Message-ID: <874nw8la0i.fsf@iro.umontreal.ca> References: <87mxa0lr32.fsf@iro.umontreal.ca> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([140.186.70.92]:39590) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RjIdk-0002op-PQ for emacs-orgmode@gnu.org; Fri, 06 Jan 2012 17:52:01 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1RjIdj-0000Ez-QH for emacs-orgmode@gnu.org; Fri, 06 Jan 2012 17:52:00 -0500 Received: from 206-248-137-202.dsl.teksavvy.com ([206.248.137.202]:52705 helo=mercure.epsilon-ti.ca) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RjIdj-0000Es-Mt for emacs-orgmode@gnu.org; Fri, 06 Jan 2012 17:51:59 -0500 In-Reply-To: <87mxa0lr32.fsf@iro.umontreal.ca> (=?utf-8?Q?=22Fran=C3=A7ois?= Pinard"'s message of "Fri, 06 Jan 2012 11:43:13 -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: emacs-orgmode@gnu.org pinard@iro.umontreal.ca (Fran=C3=A7ois Pinard) writes: > There is a little problem I often observed, about bad vertical > alignment of text in Org mode buffers. [...] So, my real question : > is there a quick way to correct the indentation? I just got the problem again. OK, it seems a solution may be: (defun fp-org-adjust-visual-margins () "Recompute visual left margins, for when they seem incorrect." (interactive) (org-indent-add-properties (point-min) (point-max))) Fran=C3=A7ois