summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Tom Willemse2013-12-10 02:23:59 +0100
committerGravatar Tom Willemse2013-12-10 02:23:59 +0100
commitfd15fc0c41e58a49f3cee4c046285db2a3b75d85 (patch)
treee79756319c74f4a3fb9553c37ab4af913095f96f
parentc0ff83c7525127c859ac11c882450f1c81224986 (diff)
downloadorgweb-fd15fc0c41e58a49f3cee4c046285db2a3b75d85.tar.gz
orgweb-fd15fc0c41e58a49f3cee4c046285db2a3b75d85.zip
Use ox-publish, org-publish doesn't exist
-rw-r--r--articles/project.el2
-rw-r--r--project.el2
2 files changed, 2 insertions, 2 deletions
diff --git a/articles/project.el b/articles/project.el
index e0e443a..eb1e89a 100644
--- a/articles/project.el
+++ b/articles/project.el
@@ -1,4 +1,4 @@
-(require 'org-publish)
+(require 'ox-publish)
(load "../common.el")
diff --git a/project.el b/project.el
index 2a011d3..8f9cbc6 100644
--- a/project.el
+++ b/project.el
@@ -1,4 +1,4 @@
-(require 'org-publish)
+(require 'ox-publish)
(require 'ox-rss)
;; (require 'ox-html)