fix build

This commit is contained in:
Kyle Isom 2025-04-29 08:22:38 -07:00
parent ea2006aa94
commit 3f7f2fa9ae
1 changed files with 2 additions and 2 deletions

4
org.el
View File

@ -229,7 +229,7 @@
:html-html5-fancy t :html-html5-fancy t
:publishing-directory "~/org/publish/roam/" :publishing-directory "~/org/publish/roam/"
:publishing-function org-html-publish-to-html :publishing-function org-html-publish-to-html
:html-head-include-default-style nil :html-head-include-default-style nil)
;;; org publishes everything at once. ;;; org publishes everything at once.
("org" ("org"
@ -239,7 +239,7 @@
"org-site-root" "org-site-root"
"org-site-notes" "org-site-notes"
"org-site-roam-static" "org-site-roam-static"
"org-site-roam"))))) "org-site-roam"))))
;;; org publishing keybindings: C-c ;;; org publishing keybindings: C-c
;;; c to reset the cache ;;; c to reset the cache