From 40fade5789ca62c13653966efd66d132ca91681d Mon Sep 17 00:00:00 2001 From: Marcus Kammer Date: Sat, 3 Aug 2024 15:25:12 +0200 Subject: [PATCH] Add more languages to org-babel --- bundle/bundle--org.el | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/bundle/bundle--org.el b/bundle/bundle--org.el index eef39998..dd4d2526 100644 --- a/bundle/bundle--org.el +++ b/bundle/bundle--org.el @@ -139,7 +139,16 @@ ;; (setq org-babel-sqlite3-command "c:/msys64/ucrt64/bin/sqlite3.exe")) (org-babel-do-load-languages 'org-babel-load-languages - '((emacs-lisp . t) (lisp . t) (gnuplot . t) (python . t) (sqlite . t) (shell . t) (plantuml . t) (C . t))) + '((emacs-lisp . t) + (lisp . t) + (gnuplot . t) + (python . t) + (sqlite . t) + (shell . t) + (plantuml . t) + (C . t) + (js . t) + (scheme . t))) ;; work with org-agenda dispatcher [c] "Today Clocked Tasks" to view today's clocked tasks. (defun org-agenda-log-mode-colorize-block () "Set different line spacing based on clock time duration."