FIX source blocks for org-9.3
This commit is contained in:
parent
c792077fa7
commit
cfb2941bf7
|
@ -1546,8 +1546,7 @@ Enable shortcuts for embedding code in org text bodies.
|
||||||
org-babel-load-languages '((emacs-lisp . t)
|
org-babel-load-languages '((emacs-lisp . t)
|
||||||
(org . t)))
|
(org . t)))
|
||||||
|
|
||||||
(add-to-list 'org-structure-template-alist
|
(add-to-list 'org-structure-template-alist '("el" . "src emacs-lisp"))
|
||||||
'("el" "#+BEGIN_SRC emacs-lisp\n?\n#+END_SRC"))
|
|
||||||
#+END_SRC
|
#+END_SRC
|
||||||
*** todo insertion
|
*** todo insertion
|
||||||
:PROPERTIES:
|
:PROPERTIES:
|
||||||
|
|
Loading…
Reference in New Issue