Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
M
mooc-rr-ressources
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
4
Merge Requests
4
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Open sidebar
Learning Lab
mooc-rr-ressources
Commits
1d461b90
Commit
1d461b90
authored
Mar 25, 2019
by
Arnaud Legrand
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Init.org / init.el management trick
parent
83f03484
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
10 additions
and
3 deletions
+10
-3
emacs_orgmode.org
module2/ressources/emacs_orgmode.org
+10
-3
rr_org_archive.tgz
module2/ressources/rr_org_archive.tgz
+0
-0
No files found.
module2/ressources/emacs_orgmode.org
View file @
1d461b90
...
...
@@ -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
...
...
module2/ressources/rr_org_archive.tgz
View file @
1d461b90
No preview for this file type
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment