diff --git a/module2/ressources/emacs_orgmode.org b/module2/ressources/emacs_orgmode.org index 2bccc797efb1dea0caa35f911d8f1a0ee4366d12..5f579c8c82eb522d4fb3b72b3b6df37800364c8f 100644 --- a/module2/ressources/emacs_orgmode.org +++ b/module2/ressources/emacs_orgmode.org @@ -239,12 +239,17 @@ There are two situations in which it might be necessary to modify If you do have to modify =init.el=, check the comments at the beginning of the file for instructions. ** Step 5: Check whether the installation is working or not -Quit Emacs if it is running, and start it again. This first start -will take a bit of time because Emacs will download a few add-on +Quit Emacs if it is running, and start it again. This first start will +take a bit of time because Emacs will download a few add-on packages. For that reason, please make sure that you have a working -internet connection for this step. - -Then open a file =foo.org=. Copy the following lines into this file: +internet connection for this step. Note also that the download can +fail for other reasons, such as the package servers being overloaded. +Such situations do not last very long, so we recommend that you just +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: : #+begin_src shell :session foo :results output :exports both : ls -la # or dir under windows : #+end_src