diff --git a/module2/exo1/toy_document_orgmode_python_fr.org b/module2/exo1/toy_document_orgmode_python_fr.org index 3a772660c6dee55e9484b8560ab15aa69d4d729a..e72b9f042cee837ee377cc793963644bc5aea6e2 100644 --- a/module2/exo1/toy_document_orgmode_python_fr.org +++ b/module2/exo1/toy_document_orgmode_python_fr.org @@ -7,7 +7,7 @@ * 1 En demandant à la lib maths Mon ordinateur m'indique que \pi vaut approximativement : -#+begin_src emacs-lisp :exports none +#+begin_src emacs-lisp :results silent :exports none (org-babel-do-load-languages 'org-babel-load-languages '((python . t))) @@ -16,8 +16,6 @@ Mon ordinateur m'indique que \pi vaut approximativement : # La config ne fonctionneme pas dans le fichier de configuration. J'ai decidé de l'importer dans le code -#+RESULTS: -: python3.8 #+begin_src python :results output :session :exports both from math import *