Joseph Vidal-Rosset <joseph.vidal.ros...@gmail.com> writes: > I know that there is <s TAB for source , <l TAB for latex and so on, > but it would maybe be useful to choice the environment, like with C-e > in LateX + auctex, or like with C { with CD latex.
See: https://github.com/fniessen/org-auctex-key-bindings/blob/master/org-auctex-keys.el The function org-auckeys-environment I think it does what you want. you also have "C-c C-v C-d" for src blocks and selecting the language with completion. -- Nico.