Re: [O] S-tab in source blocks

2012-01-10 Thread Bastien
Bernt Hansen writes: > Andreas Leha writes: > >> is it possible to make S-tab call the global org-cycle when the >> point is in a source block? > > Yes, > > (setq org-src-tab-acts-natively nil) Still, we could have TAB indent code in source blocks, and S-TAB do the global cycling. I'll look i

Re: [O] S-tab in source blocks

2012-01-10 Thread Andreas Leha
Bernt Hansen writes: > Andreas Leha writes: > >> is it possible to make S-tab call the global org-cycle when the >> point is in a source block? > > Yes, > > (setq org-src-tab-acts-natively nil) > > Regards, > Bernt Hi Bernt, thanks. But that "disables" tab as well. So to clarify: I am lookin

Re: [O] S-tab in source blocks

2012-01-10 Thread Bernt Hansen
Andreas Leha writes: > is it possible to make S-tab call the global org-cycle when the > point is in a source block? Yes, (setq org-src-tab-acts-natively nil) Regards, Bernt