From 405d0b7b5d32abd982f7493b83aac24c996226de Mon Sep 17 00:00:00 2001 From: MitchMarq42 Date: Sat, 11 Mar 2023 09:01:19 -0900 Subject: [PATCH] fix org-hugo again --- lisp/mitch-packages.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/mitch-packages.el b/lisp/mitch-packages.el index 877c8ff..74c1a71 100644 --- a/lisp/mitch-packages.el +++ b/lisp/mitch-packages.el @@ -784,7 +784,7 @@ Return nil if DIR is not in a hugo project at all." (progn (if (string-match-p (rx bol (* any) "/content-org" (opt "/") eol) default-directory) - (org-hugo-export-wim-to-md-after-save)) + (org-hugo-export-wim-to-md)) (let* ((default-directory hugo-dir) (buffer (get-buffer-create "*hugo*"))) (with-current-buffer buffer