Enable shell source code blocks in Org-mode Babel
This commit is contained in:
parent
ccf97514f6
commit
a00ecb3fc0
@ -39,7 +39,8 @@ DATE should be in the format \"YYYY-MM-DD\". If called interactively, default to
|
|||||||
'org-babel-load-languages
|
'org-babel-load-languages
|
||||||
'((emacs-lisp . t)
|
'((emacs-lisp . t)
|
||||||
(plantuml . t)
|
(plantuml . t)
|
||||||
(python . t)))
|
(python . t)
|
||||||
|
(shell . t)))
|
||||||
:custom
|
:custom
|
||||||
(org-modules '(ol-doi
|
(org-modules '(ol-doi
|
||||||
ol-w3m
|
ol-w3m
|
||||||
|
Loading…
Reference in New Issue
Block a user