Re: [Orgmode] indent + showstars

2010-10-21 Thread Carsten Dominik


On Oct 20, 2010, at 1:56 PM, bozo...@gmx.de wrote:


Hi,

I'm just starting with org-mode and so far I like it very much.  I  
have a question though:


I like the indented view, but I also like that the number of stars  
gives me a quick visual indication of the level I'm in.  So I tried  
setting


#+STARTUP: indent
#+STARTUP: showstars

in order to get the following look

* level 1
 ** level 2
   *** level 3
  level 4

However, that does not seem to work. What am I doing wrong?


org-indent-mode forces hiding stars.  But of course that can be  
customized.


in an Org buffer, select from the menu Org-Customize-Browse Org Group

Click plus to open the Group Org Indent

And see if there is an option you like.

Cheers

- Carsten



Cheers,

bozo

___
Emacs-orgmode mailing list
Please use `Reply All' to send replies to the list.
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode



___
Emacs-orgmode mailing list
Please use `Reply All' to send replies to the list.
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode


[Orgmode] indent + showstars

2010-10-20 Thread bozongo

Hi,

I'm just starting with org-mode and so far I like it very much.  I have a 
question though:


I like the indented view, but I also like that the number of stars gives me a 
quick visual indication of the level I'm in.  So I tried setting


#+STARTUP: indent
#+STARTUP: showstars

in order to get the following look

* level 1
  ** level 2
*** level 3
   level 4

However, that does not seem to work. What am I doing wrong?

Cheers,

bozo

___
Emacs-orgmode mailing list
Please use `Reply All' to send replies to the list.
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode


Re: [Orgmode] indent + showstars

2010-10-20 Thread Jeff Horn
You could turn on org-indent-mode manually using `M-x
org-indent-mode`. Alternatively, you could add an org-mode hook that
turns on org-indent-mode.

I do not know emacs lisp, so I'll leave it to someone else to suggest
how to write the hook.

Jeff

Documentation: C-h f org-indent-mode

On Wed, Oct 20, 2010 at 7:56 AM,  bozo...@gmx.de wrote:
 Hi,

 I'm just starting with org-mode and so far I like it very much.  I have a
 question though:

 I like the indented view, but I also like that the number of stars gives me
 a quick visual indication of the level I'm in.  So I tried setting

 #+STARTUP: indent
 #+STARTUP: showstars

 in order to get the following look

 * level 1
  ** level 2
    *** level 3
       level 4

 However, that does not seem to work. What am I doing wrong?

 Cheers,

        bozo

 ___
 Emacs-orgmode mailing list
 Please use `Reply All' to send replies to the list.
 Emacs-orgmode@gnu.org
 http://lists.gnu.org/mailman/listinfo/emacs-orgmode




-- 
Jeffrey Horn
Graduate Lecturer and PhD Student in Economics
George Mason University

(704) 271-4797
jh...@gmu.edu
jrhorn...@gmail.com

http://www.failuretorefrain.com/jeff/

___
Emacs-orgmode mailing list
Please use `Reply All' to send replies to the list.
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode