From cfb2941bf7caae4f148ee4322d1691152063c0e8 Mon Sep 17 00:00:00 2001 From: ndwarshuis Date: Thu, 20 Aug 2020 17:34:23 -0400 Subject: [PATCH] FIX source blocks for org-9.3 --- etc/conf.org | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/etc/conf.org b/etc/conf.org index 25ae74d..899467d 100644 --- a/etc/conf.org +++ b/etc/conf.org @@ -1546,8 +1546,7 @@ Enable shortcuts for embedding code in org text bodies. org-babel-load-languages '((emacs-lisp . t) (org . t))) -(add-to-list 'org-structure-template-alist - '("el" "#+BEGIN_SRC emacs-lisp\n?\n#+END_SRC")) +(add-to-list 'org-structure-template-alist '("el" . "src emacs-lisp")) #+END_SRC *** todo insertion :PROPERTIES: