Rudolf Adamkovič writes on Thu 14 Jul 2022 08:06:
 > alain.coch...@unistra.fr writes:
 > 
 > > Org evaluates source code blocks in an Org file during export.
 > 
 > I have just tried to export the following document:
 > 
 > #+begin_src emacs-lisp :exports both
 > (+ 1 1)
 > #+end_src
 > 
 > The exported HTML file contains the expression '(+ 1 1)' along with
 > '2', its value.  It follows that Emacs does evaluate source blocks
 > on export.

Yes, but it is because you used ':exports both'.  Without that, I only
have '(+ 1 1)'.  Would you not still speak about the "exported HTML
file"?

a.

(Thanks for the other precisions.)


-- 
EOST (École et Observatoire des Sciences de la Terre) 
ITE (Institut Terre & Environnement) | alain.coch...@unistra.fr
5 rue René Descartes   [bureau 106]  | Phone: +33 (0)3 68 85 50 44 
F-67084 Strasbourg Cedex, France     | [ slot available for rent ]


Reply via email to