diff --git a/module2/ressources/emacs_orgmode.org b/module2/ressources/emacs_orgmode.org index d905a9e0a483dc471cdad0655c69d5c45d20904b..fc026e13705bc36f3a9a1c34e5eb3c96194ea8ba 100644 --- a/module2/ressources/emacs_orgmode.org +++ b/module2/ressources/emacs_orgmode.org @@ -177,7 +177,7 @@ their user name. ** Step 1: Download our configuration #+begin_src shell :results output :exports none -export FILE_LIST="rr_org/init.el rr_org/journal.org" +export FILE_LIST="rr_org/init.el rr_org/journal.org rr_org/init.org" tar zcf rr_org_archive.tgz $FILE_LIST #+end_src @@ -191,8 +191,15 @@ tar tzf rr_org_archive.tgz #+RESULTS: : rr_org/init.el : rr_org/journal.org - -Alternatively, [[file:rr_org/][the files you are looking for are available here]]. +: rr_org/init.org + +Alternatively, [[file:rr_org/][the files you are looking for are available here]]. As +you may notice, the configuration (=init.el= in emacs lisp) is hard to +follow, which is why we manage it through an =init.org=, file, which is +really nice for readability. This is a trick you may want to adopt +too (i.e., modify the =init.org= and regenerate the =init.el= by simply +/tangling/ the file --with =M-x org-babel-tangle=, see instructions in the +beginning of =init.org=). If you use Windows, and if you use a desktop shortcut to start Emacs, you must include the path to the file =init.el= in the command for the diff --git a/module2/ressources/rr_org_archive.tgz b/module2/ressources/rr_org_archive.tgz index 7736f2b1d1d4963771a9b65b9b22147ffa5f3db0..851714d4f959db0ec046747929eeb9049fa3fbff 100644 Binary files a/module2/ressources/rr_org_archive.tgz and b/module2/ressources/rr_org_archive.tgz differ