From d8da11066a114cb53e5ddb924793023881e62d7c Mon Sep 17 00:00:00 2001 From: Laurence Farhi Date: Tue, 26 Mar 2019 15:10:05 +0100 Subject: [PATCH] Modif sur le test de l'installation d'emacs --- module2/ressources/emacs_orgmode.org | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/module2/ressources/emacs_orgmode.org b/module2/ressources/emacs_orgmode.org index e8ac3ca..b0b421b 100644 --- a/module2/ressources/emacs_orgmode.org +++ b/module2/ressources/emacs_orgmode.org @@ -266,14 +266,14 @@ quit Emacs (=C-x C-c=, meaning =Ctrl + x= followed by =Ctrl + c=) and restart it. At worst, repeat this until you get no more errors on startup. -Next, open a file =foo.org=. Copy the following lines into this file: +Next, create a file =foo.org=. Copy the following lines into this file: : #+begin_src shell :session foo :results output :exports both : ls -la # or dir under windows : #+end_src Put your cursor inside this code block and execute it with the following command: =C-c C-c= (If you are not familiar with Emacs -commands, this one means '=Ctrl + C=' twice) +commands, this one means '=Ctrl + c=' twice) A =#+RESULTS:= block with the result of the command should appear if it worked. -- 2.18.1