diff --git a/module2/ressources/emacs_orgmode_fr.md b/module2/ressources/emacs_orgmode_fr.md index 4ae3760bdeea645a63c215a61f91dff1567787cd..2257368acec6bd02fb90ea4326b321fdbf8ff6fb 100644 --- a/module2/ressources/emacs_orgmode_fr.md +++ b/module2/ressources/emacs_orgmode_fr.md @@ -15,7 +15,7 @@ Table of Contents - [macOS](#macos) - [Windows](#windows) - [All platforms: pretty code in HTML export](#all-platforms-pretty-code-in-html-export) -- [A simple "*reproducible research*" emacs configuration](#a-simple-reproducible-research-emacs-configuration) +- [A simple "reproducible research" emacs configuration](#a-simple-reproducible-research-emacs-configuration) - [Step 0: Backup and download our configuration](#step-0-backup-and-download-our-configuration) - [Step 1: Prepare your journal](#step-1-prepare-your-journal) - [Step 2: Set up Emacs configuration](#step-2-set-up-emacs-configuration) @@ -155,8 +155,8 @@ To have code pretty printing when exporting to HTML, you should install the `htm M-x package-install RET htmlize RET # where M-x means pressing the "Esc" key then the "x" key ``` -A simple "*reproducible research*" emacs configuration -====================================================== +A simple "reproducible research" emacs configuration +==================================================== This section is illustrated in a [video tutorial](https://www.fun-mooc.fr/courses/course-v1:inria+41016+session02/jump_to_id/9cfc7500f0ef46d288d2317ec7b037b4) (/"Mise en place Emacs/Orgmode"/ in French). Watching it before following the instructions given in this section may help. diff --git a/module2/ressources/emacs_orgmode_fr.org b/module2/ressources/emacs_orgmode_fr.org index c687e26414713a18e3678faab8e142c7fccc2150..2a7630f688dce9bec06a73e06031000e286fc173 100644 --- a/module2/ressources/emacs_orgmode_fr.org +++ b/module2/ressources/emacs_orgmode_fr.org @@ -22,7 +22,7 @@ The next section provides information on how to install emacs. - [[#macos][macOS]] - [[#windows][Windows]] - [[#all-platforms-pretty-code-in-html-export][All platforms: pretty code in HTML export]] -- [[#a-simple-reproducible-research-emacs-configuration][A simple "/reproducible research/" emacs configuration]] +- [[#a-simple-reproducible-research-emacs-configuration][A simple "reproducible research" emacs configuration]] - [[#step-0-backup-and-download-our-configuration][Step 0: Backup and download our configuration]] - [[#step-1-prepare-your-journal][Step 1: Prepare your journal]] - [[#step-2-set-up-emacs-configuration][Step 2: Set up Emacs configuration]] @@ -162,7 +162,7 @@ typing the following command: M-x package-install RET htmlize RET # where M-x means pressing the "Esc" key then the "x" key #+END_EXAMPLE -* A simple "/reproducible research/" emacs configuration +* A simple "reproducible research" emacs configuration This section is illustrated in a [[https://www.fun-mooc.fr/courses/course-v1:inria+41016+session02/jump_to_id/9cfc7500f0ef46d288d2317ec7b037b4][video tutorial]] (/"Mise en place Emacs/Orgmode"/ in French). Watching it before following the instructions given in this section may help.