From c91f2857141f4891885384b531487df5495f0f91 Mon Sep 17 00:00:00 2001 From: Peng Li Date: Sun, 5 Mar 2017 03:13:47 +0800 Subject: [PATCH] don't force publish project --- blog.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/blog.el b/blog.el index 3fd2209..b000d9a 100644 --- a/blog.el +++ b/blog.el @@ -91,7 +91,7 @@ ("org" :components ("org-notes" "org-static")))) -(org-publish-project "org" t) +(org-publish-project "org") ;; (provide 'blog) (kill-emacs 0) -- 2.11.0