Re: [Orgmode] Let tab do org-cycle only at special place.

2007-05-23 Thread Carsten Dominik
Yes, this is a good idea. The org-mode implementation will use the variable org-cycle-emulate-tab, in the next version there will be an additional value for this option to get the bahavior you propose. Thanks! - Carsten On May 23, 2007, at 11:56, Levin Du wrote: I've my busy tab key set t

[Orgmode] Let tab do org-cycle only at special place.

2007-05-23 Thread Levin Du
I've my busy tab key set to a super expand/indent function: (global-set-key "\t" 'ext-super-tab) Currently in org-mode, tab is only doing indent in none headline/special place. I'd like to use tab only at the beginning of headline or buffer. So I put something like this in my org-conf.el :

[Orgmode] Let tab do org-cycle only at special place.

2007-05-23 Thread levin
I've my busy tab key set to a super expand/indent function: (global-set-key "\t" 'ext-super-tab) Currently in org-mode, tab is only doing indent in none headline/special place. I'd like to use tab only at the beginning of headline or buffer. So I put something like this in my org-conf.el :