From fa8ff0599da6111facbc4a89ebf472042fce9328 Mon Sep 17 00:00:00 2001 From: ec6c2d38b7cace4ce8fa0c82ca665c1e Date: Thu, 9 Dec 2021 15:27:35 +0000 Subject: [PATCH] Final exo1 du module --- module2/exo1/toy_document_orgmode_python_fr.org | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/module2/exo1/toy_document_orgmode_python_fr.org b/module2/exo1/toy_document_orgmode_python_fr.org index 3a77266..e72b9f0 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 * -- 2.18.1