dotfiles

My personal shell configs and stuff
git clone git://git.alex.balgavy.eu/dotfiles.git
Log | Files | Refs | Submodules | README | LICENSE

commit 5b4a7eee29ff5c438602df6a5286115f584a412a
parent 8b7cd837ae180c4d9f0ca530af0cc013b3ca734d
Author: Alex Balgavy <alex@balgavy.eu>
Date:   Sun, 17 Jul 2022 14:52:39 +0200

emacs: org-publish any roam attachments

Diffstat:
Memacs/config.org | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/emacs/config.org b/emacs/config.org @@ -1007,7 +1007,7 @@ The ~:html-head~ setting comes from my base template for the website. ) ("org-notes-data" :base-directory ,za/org-roam-dir - :base-extension "css\\|js\\|png\\|jpg\\|gif\\|pdf\\|mp3\\|ogg\\|swf" + :base-extension any :publishing-directory ,(concat za/my-website-dir "static/org-roam/") :recursive t :publishing-function org-publish-attachment)