diff --git a/module2/ressources/emacs_orgmode.md b/module2/ressources/emacs_orgmode.md index 0652f59300a72e6d6fe08f061a8818ab54b0322a..9293c9e4a46dc0d251f596289fb5b25679c89ead 100644 --- a/module2/ressources/emacs_orgmode.md +++ b/module2/ressources/emacs_orgmode.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.org b/module2/ressources/emacs_orgmode.org index 18c698e5067144b49f75c095b00428bffe93112d..d2e00fc8e39337987648688b4dfa44ceca3184d1 100644 --- a/module2/ressources/emacs_orgmode.org +++ b/module2/ressources/emacs_orgmode.org @@ -17,24 +17,24 @@ the [[https://www.fun-mooc.fr/courses/course-v1:inria+41016+session02/jump_to_id The next section provides information on how to install emacs. * Table of Contents :TOC: - - [[#installing-emacs-org-mode-ess-and-auctex][Installing emacs, org-mode, ess, and auctex.]] - - [[#linux-debian-ubuntu][Linux (Debian, Ubuntu)]] - - [[#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 ]] - - [[#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]] - - [[#step-3-adapt-the-configuration-to-your-specific-needs-if-required][Step 3: Adapt the configuration to your specific needs if required]] - - [[#step-4-check-whether-the-installation-is-working-or-not][Step 4: Check whether the installation is working or not]] - - [[#step-5-open-and-play-with-your-journal][Step 5: Open and play with your journal:]] - - [[#a-stub-of-a-replicable-article][A stub of a replicable article]] - - [[#emacs-tips-and-tricks][Emacs tips and tricks]] - - [[#cheat-sheets][Cheat-sheets]] - - [[#video-tutorials][Video tutorials]] - - [[#additional-useful-emacs-packages][Additional useful emacs packages]] - - [[#other-resources][Other resources]] +- [[#installing-emacs-org-mode-ess-and-auctex][Installing emacs, org-mode, ess, and auctex.]] + - [[#linux-debian-ubuntu][Linux (Debian, Ubuntu)]] + - [[#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]] + - [[#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]] + - [[#step-3-adapt-the-configuration-to-your-specific-needs-if-required][Step 3: Adapt the configuration to your specific needs if required]] + - [[#step-4-check-whether-the-installation-is-working-or-not][Step 4: Check whether the installation is working or not]] + - [[#step-5-open-and-play-with-your-journal][Step 5: Open and play with your journal:]] +- [[#a-stub-of-a-replicable-article][A stub of a replicable article]] +- [[#emacs-tips-and-tricks][Emacs tips and tricks]] + - [[#cheat-sheets][Cheat-sheets]] + - [[#video-tutorials][Video tutorials]] + - [[#additional-useful-emacs-packages][Additional useful emacs packages]] + - [[#other-resources][Other resources]] * Installing emacs, org-mode, ess, and auctex. ** Linux (Debian, Ubuntu) @@ -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.