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
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 :
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 :