Explorar o código

Fix require path due to removal of EXPERIMENTAL

* contrib/lisp/org-export.el:

path relative to org-export.el has changed due
to relocation of org-e-publish.el (removal of
EXPERIMENTAL)
Martyn Jago %!s(int64=13) %!d(string=hai) anos
pai
achega
6b6f0d625b
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      contrib/lisp/org-export.el

+ 1 - 1
contrib/lisp/org-export.el

@@ -97,7 +97,7 @@
 (require 'org-e-html "./org-e-html.el")
 (require 'org-e-latex "./org-e-latex.el")
 (require 'org-e-odt "./org-e-odt.el")
-(require 'org-e-publish "../org-e-publish.el")
+(require 'org-e-publish "./org-e-publish.el")