From 8828c16cd5ce22f6f832e6929949edf15c6d57ce Mon Sep 17 00:00:00 2001 From: Kyle Isom Date: Tue, 6 May 2025 12:11:52 -0700 Subject: [PATCH] org-mode: publish references --- org.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/org.el b/org.el index 6633985..cc7c120 100644 --- a/org.el +++ b/org.el @@ -136,7 +136,7 @@ ;;; static contains... static files. Notably, the CSS and fonts. ("org-site-static" :base-directory "~/org/static/" - :base-extension "css\\|js\\|png\\|jpg\\|gif\\|pdf\\|mp3\\|ogg\\|woff2" + :base-extension "css\\|js\\|png\\|jpg\\|gif\\|pdf\\|mp3\\|ogg\\|woff2\\|bib\\|csl" :publishing-directory "~/org/publish/static/" :recursive t :publishing-function org-publish-attachment)