diff -r 06842841bf42 -r 27795b18326b publish.el --- a/publish.el Mon Nov 20 21:13:44 2023 -0500 +++ b/publish.el Fri Nov 24 22:39:07 2023 -0500 @@ -24,7 +24,8 @@ org-html-validation-link nil org-src-fontify-natively t make-backup-files nil - debug-on-error t) + debug-on-error t + org-id-link-to-org-use-id t) (setq org-publish-project-alist `(("compiler.company" :components ("index" "blog" "docs"))