diff options
Diffstat (limited to 'lisp/org/org-jsinfo.el')
-rw-r--r-- | lisp/org/org-jsinfo.el | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/lisp/org/org-jsinfo.el b/lisp/org/org-jsinfo.el index b7b7b6c7780..b5632fc85d0 100644 --- a/lisp/org/org-jsinfo.el +++ b/lisp/org/org-jsinfo.el @@ -6,7 +6,7 @@ ;; Author: Carsten Dominik <carsten at orgmode dot org> ;; Keywords: outlines, hypermedia, calendar, wp ;; Homepage: http://orgmode.org -;; Version: 6.21b +;; Version: 6.29c ;; ;; This file is part of GNU Emacs. ;; @@ -41,6 +41,7 @@ ;;; Code: (require 'org-exp) +(require 'org-html) (add-to-list 'org-export-inbuffer-options-extra '("INFOJS_OPT" :infojs-opt)) (add-hook 'org-export-options-filters 'org-infojs-handle-options) @@ -110,7 +111,7 @@ means to use the maximum value consistent with other options." <!--/*--><![CDATA[/*><!--*/ %MANAGER_OPTIONS org_html_manager.setup(); // activate after the parameters are set -/*]]>*/--> +/*]]>*///--> </script>" "The template for the export style additions when org-info.js is used. Option settings will replace the %MANAGER-OPTIONS cookie." |