From mboxrd@z Thu Jan 1 00:00:00 1970 From: Carsten Dominik Subject: Re: Re: Automatic indentation of org tree Date: Tue, 4 Aug 2009 17:08:23 +0200 Message-ID: References: <871vo1agq1.fsf@bzg.ath.cx> <87r5w13taq.fsf@bzg.ath.cx> <0658D056-C67F-4659-97E7-85D6E8360CEA@gmail.com> <878wi0almm.wl%ucecesf@ucl.ac.uk> Mime-Version: 1.0 (Apple Message framework v935.3) Content-Type: text/plain; charset=US-ASCII; format=flowed Content-Transfer-Encoding: 7bit Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1MYLcw-0006Hq-54 for emacs-orgmode@gnu.org; Tue, 04 Aug 2009 11:08:34 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MYLcr-0006Aw-7l for emacs-orgmode@gnu.org; Tue, 04 Aug 2009 11:08:33 -0400 Received: from [199.232.76.173] (port=48159 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MYLcr-0006Ak-1m for emacs-orgmode@gnu.org; Tue, 04 Aug 2009 11:08:29 -0400 Received: from mail-ew0-f211.google.com ([209.85.219.211]:56305) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1MYLcq-0003Pn-Mt for emacs-orgmode@gnu.org; Tue, 04 Aug 2009 11:08:28 -0400 Received: by ewy7 with SMTP id 7so719038ewy.42 for ; Tue, 04 Aug 2009 08:08:28 -0700 (PDT) In-Reply-To: <878wi0almm.wl%ucecesf@ucl.ac.uk> 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: Eric S Fraga Cc: User , emacs-orgmode@gnu.org 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 >> >> into a file after pulling the latest git version. > > I like it! However, it obviously isn't intended for use for files > where only odd level headings are used? > > In any case, I still have to use Emacs 22 on one computer so cannot > switch over (although would like to!). Hmmm, it would not be hard to make this work under odd-levels conditions. However, when you are using odd levels and hidestars for clean view under Emacs 22, I would suspect that you are also indenting text under the headline by hand. This will then look bad if you use the same file under Emacs 23 with org-indent-mode turned on. ? - Carsten