Re: [Orgmode] Re: Automatic indentation of org tree

2009-08-04 Thread Eric S Fraga
At Tue, 4 Aug 2009 17:08:23 +0200, Carsten Dominik wrote: > > > On Aug 3, 2009, at 6:49 PM, Eric S Fraga wrote: > > > At Mon, 3 Aug 2009 06:36:17 +0200, > > Carsten Dominik wrote: > >> > > > > [...] > > > >> This solution is for Emacs 23 only, but I believe it is more stable, > >> so I am shippi

Re: [Orgmode] Re: Automatic indentation of org tree

2009-08-04 Thread Carsten Dominik
On Aug 3, 2009, at 6:49 PM, Eric S Fraga wrote: At Mon, 3 Aug 2009 06:36:17 +0200, Carsten Dominik wrote: [...] This solution is for Emacs 23 only, but I believe it is more stable, so I am shipping it now with Org. If anyone wants to try before the next release, put #+STARTUP: indent i

Re: [Orgmode] Re: Automatic indentation of org tree

2009-08-03 Thread Eric S Fraga
At Mon, 3 Aug 2009 06:36:17 +0200, Carsten Dominik wrote: > [...] > This solution is for Emacs 23 only, but I believe it is more stable, > so I am shipping it now with Org. > > If anyone wants to try before the next release, put > > #+STARTUP: indent > > into a file after pulling the latest g

Re: [Orgmode] Re: Automatic indentation of org tree

2009-08-02 Thread Carsten Dominik
On Jul 28, 2009, at 9:32 PM, User wrote: Bastien googlemail.com> writes: I tested your code but there are several problems: it is not usable on big files, The size of the file shouldn't matter, since only lines in the current window are indented. Probably, some trivial bug remained in i

Re: [Orgmode] Re: Automatic indentation of org tree

2009-07-28 Thread Bastien
User writes: > Bastien googlemail.com> writes: >> >> I tested your code but there are several problems: it is not usable on >> big files, > > The size of the file shouldn't matter, since only lines in the > current window are indented. Probably, some trivial bug remained > in it which my tests

[Orgmode] Re: Automatic indentation of org tree

2009-07-28 Thread User
Bastien googlemail.com> writes: > > I tested your code but there are several problems: it is not usable on > big files, The size of the file shouldn't matter, since only lines in the current window are indented. Probably, some trivial bug remained in it which my tests didn't cover. > and even

Re: [Orgmode] Re: Automatic indentation of org tree

2009-07-28 Thread Bastien
User writes: > 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 >

[Orgmode] Re: Automatic indentation of org tree

2009-07-27 Thread User
Bastien googlemail.com> writes: > > User 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