emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [O] How to force redisplay?


From: François Pinard
Subject: Re: [O] How to force redisplay?
Date: Fri, 06 Jan 2012 17:51:57 -0500
User-agent: Gnus/5.110018 (No Gnus v0.18) Emacs/23.3 (gnu/linux)

address@hidden (François 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çois



reply via email to

[Prev in Thread] Current Thread [Next in Thread]