Use ox-publish, org-publish doesn't exist
This commit is contained in:
parent
c0ff83c752
commit
fd15fc0c41
2 changed files with 2 additions and 2 deletions
|
@ -1,4 +1,4 @@
|
||||||
(require 'org-publish)
|
(require 'ox-publish)
|
||||||
|
|
||||||
(load "../common.el")
|
(load "../common.el")
|
||||||
|
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
(require 'org-publish)
|
(require 'ox-publish)
|
||||||
(require 'ox-rss)
|
(require 'ox-rss)
|
||||||
;; (require 'ox-html)
|
;; (require 'ox-html)
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue