From mboxrd@z Thu Jan 1 00:00:00 1970 From: Tassilo Horn Subject: Re: when will org-indent-mode be ready? Date: Mon, 02 Aug 2010 12:34:12 +0200 Message-ID: <87d3u1tiaj.fsf@member.fsf.org> References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from [140.186.70.92] (port=35089 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OfsLk-0002sP-Lt for emacs-orgmode@gnu.org; Mon, 02 Aug 2010 06:34:32 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1OfsLg-0004dV-F9 for emacs-orgmode@gnu.org; Mon, 02 Aug 2010 06:34:28 -0400 Received: from lo.gmane.org ([80.91.229.12]:44093) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OfsLg-0004dD-7E for emacs-orgmode@gnu.org; Mon, 02 Aug 2010 06:34:24 -0400 Received: from list by lo.gmane.org with local (Exim 4.69) (envelope-from ) id 1OfsLe-00034J-0e for emacs-orgmode@gnu.org; Mon, 02 Aug 2010 12:34:22 +0200 Received: from tsdh.uni-koblenz.de ([141.26.67.142]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 02 Aug 2010 12:34:22 +0200 Received: from tassilo by tsdh.uni-koblenz.de with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 02 Aug 2010 12:34:22 +0200 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 Brian Brooks writes: Hi Brian, > Currently using Emacs 23.1, when will org-indent-mode be usable? Did you already (setq org-indent-usability-level 'high)? ;-) Fun aside: it would be much better to tell us what inconveniences you have with it instead of only complaining that it's not usable. As a side note: The function `org-indent-mode' should have a more informative docstring, and IMO the mode/file are a bit misleading in general. The idea of org-indent is to provide visual indentation and to omit "real" indentation. So maybe `org-visual-indentation-mode' and `org-visual-indent.el' would be a bit more explanatory... Bye, Tassilo