diff options
| -rw-r--r-- | custom/jao-custom-blog.el | 6 | 
1 files 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: <!-- preview-start -->") @@ -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 ()  | 
