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