pin...@iro.umontreal.ca (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