From 357fd14c3f252ca99c19b026789e5d633efb6166 Mon Sep 17 00:00:00 2001 From: jao Date: Sun, 3 Sep 2023 03:08:40 +0100 Subject: blog: deactivating whitespace decorations during publish --- custom/jao-custom-blog.el | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/custom/jao-custom-blog.el b/custom/jao-custom-blog.el index d7e03f1..a11c5c0 100644 --- a/custom/jao-custom-blog.el +++ b/custom/jao-custom-blog.el @@ -123,7 +123,8 @@ t (buffer-file-name)))) (let ((geiser-active-implementations '(guile)) - (geiser-default-implementation 'guile)) + (geiser-default-implementation 'guile) + (whitespace-style nil)) (org-static-blog-publish-file fname))) (defconst jao-org-static-blog--prev-beg "#+html: ") @@ -188,7 +189,8 @@ (defun jao-org-blog-publish (&optional force) (interactive "P") (let ((geiser-active-implementations '(guile)) - (geiser-default-implementation 'guile)) + (geiser-default-implementation 'guile) + (whitespace-style nil)) (org-static-blog-publish force))) (defun jao-org-blog-republish () -- cgit v1.2.3