diff options
| author | 2013-12-10 02:23:59 +0100 | |
|---|---|---|
| committer | 2013-12-10 02:23:59 +0100 | |
| commit | fd15fc0c41e58a49f3cee4c046285db2a3b75d85 (patch) | |
| tree | e79756319c74f4a3fb9553c37ab4af913095f96f | |
| parent | c0ff83c7525127c859ac11c882450f1c81224986 (diff) | |
| download | orgweb-fd15fc0c41e58a49f3cee4c046285db2a3b75d85.tar.gz orgweb-fd15fc0c41e58a49f3cee4c046285db2a3b75d85.zip | |
Use ox-publish, org-publish doesn't exist
| -rw-r--r-- | articles/project.el | 2 | ||||
| -rw-r--r-- | project.el | 2 |
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") @@ -1,4 +1,4 @@ -(require 'org-publish) +(require 'ox-publish) (require 'ox-rss) ;; (require 'ox-html) |
