emacs-orgmode
[Top][All Lists]
Advanced

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

[Orgmode] Re: Automatic indentation of org tree


From: User
Subject: [Orgmode] Re: Automatic indentation of org tree
Date: Tue, 28 Jul 2009 04:25:38 +0000 (UTC)
User-agent: Loom/3.14 (http://gmane.org/)

Bastien <bastienguerry <at> googlemail.com> writes:

> 
> User <spamfilteraccount <at> gmail.com> writes:
> 
> > I put this package here too if someone's interested in developing
> > it, because it's unlikely I will have the time to work on it.
> >
> > http://www.emacswiki.org/emacs/orgindent.el
> 
> Is this supposed to fix a problem or to provide a new functionality?
> 
> If it is a new functionality, so far so good.  But if it fixes a
> problem, better to say what the problem is and try to solve it in Org.

It is a possible solution to the clean view problem mentioned in
the org manuual:

  Indentation of text below headlines

  You may indent text below each headline to make the left
  boundary line up with the headline, like

            *** 3rd level
                more text, now indented


  A good way to get this indentation is by hand, and Org supports
  this with paragraph filling, line wrapping, and structure
  editing99 preserving or adapting the indentation as
  appropriate. A different approach would be to have a way to
  automatically indent lines according to outline structure by
  adding overlays or text properties. But I have not yet found a
  robust and efficient way to do this in large files.

http://orgmode.org/manual/#Clean-view


The solution I posted implements that different approach, so you
don't have to do the indentation by hand.








reply via email to

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