Hello,
Carsten Dominik <[email protected]> writes:
> This might be difficult, but not impossible.
> I think this might be a question for Nicolas to answer?
It boils down to something like:
(if (eq (org-element-type (org-element-at-point)) 'src-block)
;; Do forward-paragraph according to language.
...
(org-forward-element))
Though, I suggest to introduce a variable similar to
`org-src-tab-acts-natively',
or group both features in the same variable like
`org-act-natively-on-src-block'.
Regards,
--
Nicolas Goaziou