aboutsummaryrefslogtreecommitdiffstats
path: root/publish.el
diff options
context:
space:
mode:
Diffstat (limited to 'publish.el')
-rw-r--r--publish.el2
1 files changed, 0 insertions, 2 deletions
diff --git a/publish.el b/publish.el
index d1ef302..f18c449 100644
--- a/publish.el
+++ b/publish.el
@@ -3,12 +3,10 @@
(add-to-list 'package-archives '("org" . "https://orgmode.org/elpa/") t)
(add-to-list 'package-archives '("melpa" . "https://melpa.org/packages/") t)
(package-refresh-contents)
-(package-install 'org-plus-contrib)
(package-install 'ox-hugo)
(require 'org)
(require 'ox)
(require 'ox-hugo)
-(find-file-literally "content.org")
(org-hugo-export-wim-to-md :all-subtrees)