Commit a029392b authored by Arnaud Legrand's avatar Arnaud Legrand

Try to fix the TOC

parent f41f2eae
...@@ -15,7 +15,7 @@ Table of Contents<span class="tag" data-tag-name="TOC"></span> ...@@ -15,7 +15,7 @@ Table of Contents<span class="tag" data-tag-name="TOC"></span>
- [macOS](#macos) - [macOS](#macos)
- [Windows](#windows) - [Windows](#windows)
- [All platforms: pretty code in HTML export](#all-platforms-pretty-code-in-html-export) - [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 0: Backup and download our configuration](#step-0-backup-and-download-our-configuration)
- [Step 1: Prepare your journal](#step-1-prepare-your-journal) - [Step 1: Prepare your journal](#step-1-prepare-your-journal)
- [Step 2: Set up Emacs configuration](#step-2-set-up-emacs-configuration) - [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 ...@@ -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 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. 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.
......
...@@ -17,20 +17,20 @@ the [[https://www.fun-mooc.fr/courses/course-v1:inria+41016+session02/jump_to_id ...@@ -17,20 +17,20 @@ 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. The next section provides information on how to install emacs.
* Table of Contents :TOC: * Table of Contents :TOC:
- [[#installing-emacs-org-mode-ess-and-auctex][Installing emacs, org-mode, ess, and auctex.]] - [[#installing-emacs-org-mode-ess-and-auctex][Installing emacs, org-mode, ess, and auctex.]]
- [[#linux-debian-ubuntu][Linux (Debian, Ubuntu)]] - [[#linux-debian-ubuntu][Linux (Debian, Ubuntu)]]
- [[#macos][macOS]] - [[#macos][macOS]]
- [[#windows][Windows]] - [[#windows][Windows]]
- [[#all-platforms-pretty-code-in-html-export][All platforms: pretty code in HTML export]] - [[#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-0-backup-and-download-our-configuration][Step 0: Backup and download our configuration]]
- [[#step-1-prepare-your-journal][Step 1: Prepare your journal]] - [[#step-1-prepare-your-journal][Step 1: Prepare your journal]]
- [[#step-2-set-up-emacs-configuration][Step 2: Set up Emacs configuration]] - [[#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-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-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:]] - [[#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]] - [[#a-stub-of-a-replicable-article][A stub of a replicable article]]
- [[#emacs-tips-and-tricks][Emacs tips and tricks]] - [[#emacs-tips-and-tricks][Emacs tips and tricks]]
- [[#cheat-sheets][Cheat-sheets]] - [[#cheat-sheets][Cheat-sheets]]
- [[#video-tutorials][Video tutorials]] - [[#video-tutorials][Video tutorials]]
- [[#additional-useful-emacs-packages][Additional useful emacs packages]] - [[#additional-useful-emacs-packages][Additional useful emacs packages]]
...@@ -162,7 +162,7 @@ typing the following command: ...@@ -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 M-x package-install RET htmlize RET # where M-x means pressing the "Esc" key then the "x" key
#+END_EXAMPLE #+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 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 Emacs/Orgmode"/ in French). Watching it before following the
instructions given in this section may help. instructions given in this section may help.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment