Add more languages to org-babel

This commit is contained in:
Marcus Kammer 2024-08-03 15:25:12 +02:00
parent 99223975b6
commit 40fade5789
Signed by: marcuskammer
GPG key ID: C374817BE285268F

View file

@ -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."