Re: A probable beginner's mistake

2024-04-21 Thread Mike Gauland
On 22/04/24 06:46, emm.charpent...@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)}

A probable beginner's mistake

2024-04-21 Thread emm . charpentier
I'd have sworn that org could evaluate inline "throwaway" code. But I seem to be mistaken. The following : #+options: toc:nil author:nil For the life of me, I can't explain this: #+name: foo #+begin_src emacs-lisp :exports code