You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

10 lines
274 B
EmacsLisp

1 year ago
;; 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)