Bastien <b...@gnu.org> wrote:


> Eric Schulte <eric.schu...@gmx.com> writes:
> 
>>  Have you tried typing "<s" and then pressing TAB.  This is how 
> I insert
>>  code blocks, as well as <q for quote blocks, etc...
>> 
>>  That said your function does more than the <s approach because it also
>>  limits the languages to those which are supported.  If others think this
>>  is generally useful I'd be happy to add it to ob.el.
> 
> Don't we have this already?
> 
> <s TAB M-TAB
> 
> inserts
> 
> #+begin_src 
> 
> and offers completion over ̀org-babel-load-languages' (see
> `pcomplete/org-mode/block-option/src' in org-pcomplete.el)
> 
> This spares us new keybindings :)  

That's very cool.  I wasn't aware of that.  I notice that on my system the 
completion list does not include "cpp", which is indeed accepted and processed 
correctly.

-- Mike

Reply via email to