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
0
Merge Requests
0
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Open sidebar
9b01737421a268a54ae68902c9bdbf26
mooc-rr-ressources
Commits
d323fc77
Commit
d323fc77
authored
Mar 20, 2019
by
Konrad Hinsen
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Compatibilité avec Orgmode 9.2
parent
e8ef7055
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
0 deletions
+6
-0
init.el
module2/ressources/rr_org/init.el
+2
-0
init.org
module2/ressources/rr_org/init.org
+4
-0
No files found.
module2/ressources/rr_org/init.el
View file @
d323fc77
...
...
@@ -227,6 +227,8 @@ Entered on %U
))
(
setq
org-src-preserve-indentation
t
)
(
require
'org-tempo
nil
t
)
(
add-to-list
'org-structure-template-alist
'
(
"s"
"#+begin_src ?\n\n#+end_src"
"<src lang=\"?\">\n\n</src>"
))
...
...
module2/ressources/rr_org/init.org
View file @
d323fc77
...
...
@@ -364,6 +364,10 @@ Additional shortcuts for navigating through org-mode documents:
#+end_src
** Adding source code blocks: :LUKA:
*** Enable the old template system with Orgmode 9.2 and later
#+begin_src emacs-lisp :tangle init.el
(require 'org-tempo nil t)
#+end_src
*** With capital letters:
To use this type <s and then TAB
#+begin_src emacs-lisp :tangle init.el
...
...
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