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
d481c70d
Commit
d481c70d
authored
Jul 24, 2018
by
Arnaud Legrand
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
This is a convenient shortcut
parent
61d32194
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
1 deletion
+3
-1
init.el
module2/ressources/rr_org/init.el
+2
-0
init.org
module2/ressources/rr_org/init.org
+1
-1
No files found.
module2/ressources/rr_org/init.el
View file @
d481c70d
...
@@ -196,6 +196,8 @@ Entered on %U
...
@@ -196,6 +196,8 @@ Entered on %U
A->B
A->B
}\n#+end_src"
"<src lang=\"dot\">\n\n</src>"
))
}\n#+end_src"
"<src lang=\"dot\">\n\n</src>"
))
(
global-set-key
(
kbd
"C-c S-t"
)
'org-babel-execute-subtree
)
(
add-hook
'org-babel-after-execute-hook
'org-display-inline-images
)
(
add-hook
'org-babel-after-execute-hook
'org-display-inline-images
)
(
add-hook
'org-mode-hook
'org-display-inline-images
)
(
add-hook
'org-mode-hook
'org-display-inline-images
)
(
add-hook
'org-mode-hook
'org-babel-result-hide-all
)
(
add-hook
'org-mode-hook
'org-babel-result-hide-all
)
module2/ressources/rr_org/init.org
View file @
d481c70d
...
@@ -362,7 +362,7 @@ To use this type <B and then TAB. This comes with a session argument
...
@@ -362,7 +362,7 @@ To use this type <B and then TAB. This comes with a session argument
}\n#+end_src" "<src lang=\"dot\">\n\n</src>"))
}\n#+end_src" "<src lang=\"dot\">\n\n</src>"))
#+end_src
#+end_src
** Evaluating whole subtree: :LUKA:
** Evaluating whole subtree: :LUKA:
#+begin_src emacs-lisp
#+begin_src emacs-lisp
:tangle init.el
(global-set-key (kbd "C-c S-t") 'org-babel-execute-subtree)
(global-set-key (kbd "C-c S-t") 'org-babel-execute-subtree)
#+end_src
#+end_src
** Display images :ARNAUD:
** Display images :ARNAUD:
...
...
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