Enable ob lisp

This commit is contained in:
Marcus Kammer 2022-08-11 17:03:40 +02:00
parent 1c37f1f55e
commit 4508ceccd9

View file

@ -101,7 +101,7 @@
(setq org-babel-sqlite3-command "c:/msys64/mingw64/bin/sqlite3.exe"))
(org-babel-do-load-languages
'org-babel-load-languages
'((emacs-lisp . t) (gnuplot . t) (python . t) (sqlite . t) (shell . t) (go . t) (http . t) (plantuml . t)))
'((emacs-lisp . t) (lisp . t) (gnuplot . t) (python . t) (sqlite . t) (shell . t) (go . t) (http . t) (plantuml . 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."