On 22/04/24 06:46, emm.charpentier@free.fr wrote: > Inline "throwaway" code : src_emacs-lisp((+ 2 3)). Does*not* work. The inline code should be enclosed in curly brackets: src_emacs-lisp{(+ 2 3)}