diff --git a/contrib/lisp/org-e-html.el b/contrib/lisp/org-e-html.el
index a8ce0b191..4f0e9e35f 100644
--- a/contrib/lisp/org-e-html.el
+++ b/contrib/lisp/org-e-html.el
@@ -51,6 +51,7 @@
;;; Define Back-End
+;;;###autoload
(org-export-define-backend e-html
((bold . org-e-html-bold)
(center-block . org-e-html-center-block)
diff --git a/contrib/lisp/org-e-odt.el b/contrib/lisp/org-e-odt.el
index f0d800da4..ab5a1aa8a 100644
--- a/contrib/lisp/org-e-odt.el
+++ b/contrib/lisp/org-e-odt.el
@@ -33,6 +33,7 @@
;;; Define Back-End
+;;;###autoload
(org-export-define-backend e-odt
((bold . org-e-odt-bold)
(center-block . org-e-odt-center-block)