diff --git a/module2/ressources/emacs_orgmode.html b/module2/ressources/emacs_orgmode.html index 191370cdf1cb9d83bba6182d5471a8be139ac9aa..38185c32a28bf3c25c05377668f6806fd94ee06a 100644 --- a/module2/ressources/emacs_orgmode.html +++ b/module2/ressources/emacs_orgmode.html @@ -4,39 +4,39 @@

Table of Contents

@@ -45,24 +45,24 @@

Disclaimer: The two sections A simple "reproducible research" emacs configuration and A stub of replicable article explain how to set up -org-mode for this MOOC. These sections are illustrated in two out of -the three video tutorials of this sequence, and which you really -should follow carefully. Otherwise, you may have trouble doing the -exercises later on. Likewise, I strongly encourage you to watch the -"emacs and git" video tutorial available at the same place. +emacs/org-mode for this MOOC. These sections are illustrated in two +out of the three video tutorials of this sequence, and which you +really should follow carefully. Otherwise, you may have trouble doing +the exercises later on. Likewise, I strongly encourage you to watch +the "emacs and git" video tutorial available at the same place.

The next section provides information on how to install emacs.

-
-

Installing emacs, org-mode, ess, and auctex.

-
+
+

Installing emacs, org-mode, ess, and auctex.

+
-
-

Linux (Debian, Ubuntu)

-
+
+

Linux (Debian, Ubuntu)

+

We provide here only instructions for debian-based distributions. Feel free to contribute to this document to provide up-to-date information @@ -124,9 +124,9 @@ which is now deprecated.

-
-

Mac OS X

-
+
+

Mac OS X

+
  • Option 1: Install the .dmg file from Vincent Goulet: @@ -159,9 +159,9 @@ brew install wget

-
-

Windows

-
+
+

Windows

+

Install the .exe file from Vincent Goulet: https://vigou3.github.io/emacs-modified-windows/. It ships with recent @@ -175,9 +175,9 @@ versions:

-
-

A simple "reproducible research" emacs configuration

-
+
+

A simple "reproducible research" emacs configuration

+

This section is illustrated in a video tutorial (in French). Watching it before following the instructions given in this section may help. @@ -195,9 +195,9 @@ adding a few org-mode specific configurations.

-
-

Step 0: Backup and download our configuration

-
+
+

Step 0: Backup and download our configuration

+

The procedure we propose will wipe your already existing custom emacs configuration if you already have one. You should thus beforehand make @@ -218,9 +218,9 @@ rr_org/journal.org

-
-

Step 1: Prepare your journal

-
+
+

Step 1: Prepare your journal

+

Create an org/ directory in the top of your home:

@@ -237,9 +237,9 @@ should give a try.

-
-

Step 2: Set up Emacs configuration

-
+
+

Step 2: Set up Emacs configuration

+

Copy rr_org/init.el in your ~/.emacs.d/ directory.

@@ -251,9 +251,9 @@ configuration with the following command: emacs -q -l rr_org/init.el
-
-

Step 3: Check whether the installation is working or not

-
+
+

Step 3: Check whether the installation is working or not

+

Open a new instance of Emacs and open a foo.org file. Copy the following lines in this file: @@ -284,9 +284,9 @@ is demonstrated in the -

Step 4: Open and play with your journal:

-
+
+

Step 4: Open and play with your journal:

+

In step 1, you were told to create an journal in ~org/journal.org. First you probably want to make sure this file is @@ -297,9 +297,9 @@ forums.

-
-

A stub of replicable article

-
+
+

A stub of replicable article

+

This section is illustrated in a video tutorial (in French). Watching it before following the instructions given in this section may help. @@ -362,22 +362,22 @@ chunk of code when exporting.

-
-

Emacs Tips and tricks

-
+
+

Emacs Tips and tricks

+
-
-

Cheat-sheets

-
+
+

Cheat-sheets

+

Learning emacs and org-mode can be difficult as there is an inordinate amount of shortcuts. Many people have thus come up with cheat-sheats. Here is a selection in case it helps:

-
-

Emacs

-
+
+

Emacs

+
-
-

Org-mode

-
+
+

Org-mode

+
-
-

Video tutorials

-
+
+

Video tutorials

+

For those of you who prefer video explanations, here is a Youtube channel with many step by step emacs tutorials.

-
-

Additional useful emacs packages

-
+
+

Additional useful emacs packages

+
-
-

Company-mode

-
+
+

Company-mode

+

Company-mode is a text completion framework for Emacs. It allows to have smart completion in emacs for the most common languages. If you @@ -421,9 +421,9 @@ official Web page: http://company-mode.

-
-

Magit

-
+
+

Magit

+

Magit is an emacs interface for Git. Its usage is briefly illustrated in the context of this MOOC in a video tutorial (in French). @@ -440,9 +440,9 @@ invoke magit by using C-x g.

-
-

Other resources

-
+
+

Other resources

+
  • The compact Org-mode Guide
  • Many examples illustrating the use of different languages in org-mode
  • diff --git a/module2/ressources/emacs_orgmode.org b/module2/ressources/emacs_orgmode.org index db2beb35af02853f5ac836828aa9c3f5561af5ea..9cb55ada81c69158d623ec640ec61fb4d33c6de4 100644 --- a/module2/ressources/emacs_orgmode.org +++ b/module2/ressources/emacs_orgmode.org @@ -8,11 +8,11 @@ *Disclaimer:* The two sections _A simple "/reproducible research/" emacs configuration_ and _A stub of replicable article_ explain how to set up -org-mode for this MOOC. *These sections are illustrated in two out of -the [[https://www.fun-mooc.fr/courses/course-v1:inria+41016+session01bis/courseware/66bc811404b8481da5f794de54681c5e/aefd774dcd2342c6aa769c87e2d0993a/3][three video tutorials of this sequence]], and* *which you really -should follow carefully*. *Otherwise, you may have trouble doing the -exercises later on*. Likewise, I strongly encourage you to watch the -[[https://www.fun-mooc.fr/courses/course-v1:inria+41016+session01bis/courseware/66bc811404b8481da5f794de54681c5e/aefd774dcd2342c6aa769c87e2d0993a/3]["emacs and git" video tutorial available at the same place]]. +emacs/org-mode for this MOOC. *These sections are illustrated in two +out of the [[https://www.fun-mooc.fr/courses/course-v1:inria+41016+session01bis/courseware/66bc811404b8481da5f794de54681c5e/aefd774dcd2342c6aa769c87e2d0993a/3][three video tutorials of this sequence]], and* *which you +really should follow carefully*. *Otherwise, you may have trouble doing +the exercises later on*. Likewise, I strongly encourage you to watch +the [[https://www.fun-mooc.fr/courses/course-v1:inria+41016+session01bis/courseware/66bc811404b8481da5f794de54681c5e/aefd774dcd2342c6aa769c87e2d0993a/3]["emacs and git" video tutorial available at the same place]]. The next section provides information on how to install emacs.