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