emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [O] #+STARTUP: showstars


From: Yagnesh Raghava Yakkala
Subject: Re: [O] #+STARTUP: showstars
Date: Sat, 26 May 2012 02:52:05 +0900
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.1.50 (gnu/linux)

Hello Enda,

Enda <address@hidden> writes:

> Otherwise is like in vi, the additional stars (like **, opposed to
> <SPACE>*) are too noisy, and since I do not want to see them whether
> it is in org-mode or in vi, etc, so I wondered was there a way to have
> the file like
>
> * first level heading
>  * second level heading
>    * third level heading

are you looking for org-indent-mode.?

--8<---------------cut here---------------start------------->8---
(add-hook 'org-mode-hook
          (lambda ()
            (org-indent-mode 1)))
--8<---------------cut here---------------end--------------->8---

--
YYR



reply via email to

[Prev in Thread] Current Thread [Next in Thread]