;; In elisp, default-directory is the current directory (add-to-list 'load-path default-directory) ;; If htmlize is outdated, just replace htmlize.el with the newer version lmao. (require 'htmlize) (load-theme 'tsdh-light) (find-file "main.org") (org-html-export-to-html)