From mboxrd@z Thu Jan 1 00:00:00 1970 From: User Subject: Automatic indentation of org tree Date: Mon, 27 Jul 2009 20:04:49 +0000 (UTC) Message-ID: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1MVWRa-00013K-Th for emacs-orgmode@gnu.org; Mon, 27 Jul 2009 16:05:10 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MVWRU-00012U-4G for emacs-orgmode@gnu.org; Mon, 27 Jul 2009 16:05:08 -0400 Received: from [199.232.76.173] (port=34511 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MVWRU-00012R-0t for emacs-orgmode@gnu.org; Mon, 27 Jul 2009 16:05:04 -0400 Received: from main.gmane.org ([80.91.229.2]:35041 helo=ciao.gmane.org) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1MVWRT-0007TF-HP for emacs-orgmode@gnu.org; Mon, 27 Jul 2009 16:05:03 -0400 Received: from list by ciao.gmane.org with local (Exim 4.43) id 1MVWRQ-0004p7-3W for emacs-orgmode@gnu.org; Mon, 27 Jul 2009 20:05:00 +0000 Received: from dsl51B792D2.pool.t-online.hu ([81.183.146.210]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 27 Jul 2009 20:05:00 +0000 Received: from spamfilteraccount by dsl51B792D2.pool.t-online.hu with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 27 Jul 2009 20:05:00 +0000 List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: emacs-orgmode@gnu.org 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 Once loaded M-x orgindent-activate activates indentation in the current buffer, so everything under a header is indented according to level. Default indent size is 2 (configurable). There are some unpolished parts in it (e.g. the header regexp is hardcoded), but aside from those, it seemed to work well in the few tests I run.