From mboxrd@z Thu Jan 1 00:00:00 1970 From: Chris Henderson Subject: Org indent mode Date: Sat, 1 Mar 2014 13:27:51 +1100 Message-ID: Mime-Version: 1.0 Content-Type: multipart/alternative; boundary=089e0160c9b41ae0de04f3824dbe Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:38202) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WJZeb-0001QJ-PN for emacs-orgmode@gnu.org; Fri, 28 Feb 2014 21:27:54 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WJZea-0003Yc-VI for emacs-orgmode@gnu.org; Fri, 28 Feb 2014 21:27:53 -0500 Received: from mail-ea0-x229.google.com ([2a00:1450:4013:c01::229]:59524) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WJZea-0003YJ-OP for emacs-orgmode@gnu.org; Fri, 28 Feb 2014 21:27:52 -0500 Received: by mail-ea0-f169.google.com with SMTP id h14so233829eaj.28 for ; Fri, 28 Feb 2014 18:27:51 -0800 (PST) List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: emacs-orgmode@gnu.org --089e0160c9b41ae0de04f3824dbe Content-Type: text/plain; charset=UTF-8 I'm trying to setup Org indent mode for cleaner view but the preceding starts show up dimmed in grey color. How do I make them totally invisible? I've put this at the top of the .emacs: (setq org-startup-indented t) (setq org-indent-mode t) and running emacs version 24.3.1 and org version 8.2.5 from the command-line. --089e0160c9b41ae0de04f3824dbe Content-Type: text/html; charset=UTF-8
I'm trying to setup Org indent mode for cleaner view but the preceding starts show up dimmed in grey color. How do I make them totally invisible?

I've put this at the top of the .emacs:

(setq org-startup-indented t)
(setq org-indent-mode t)

and running emacs version 24.3.1 and org version 8.2.5 from the command-line.

--089e0160c9b41ae0de04f3824dbe--