summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarsten Dominik <carsten.dominik@gmail.com>2008-04-04 23:47:58 +0200
committerCarsten Dominik <carsten.dominik@gmail.com>2008-04-04 23:47:58 +0200
commit2f02a50fcc5ad62e2f6d95e7e63a361cb78aaa3a (patch)
tree3cc178cb63576fab73d8a14780402bd0a9210318
parentf87667c730f0a69c6be051f8742fccfb4c47fe0d (diff)
downloadorg-mode-2f02a50fcc5ad62e2f6d95e7e63a361cb78aaa3a.tar.gz
Fix bug in org-info.js setup.
I had forgotten the call to the setup routine, it is now in.
-rw-r--r--lisp/org-exp.el1
1 files changed, 1 insertions, 0 deletions
diff --git a/lisp/org-exp.el b/lisp/org-exp.el
index dfbf4d8..2847a5d 100644
--- a/lisp/org-exp.el
+++ b/lisp/org-exp.el
@@ -468,6 +468,7 @@ you can \"misuse\" it to add arbitrary text to the header."
<script type=\"text/javascript\" language=\"JavaScript\">
/* <![CDATA[ */
%MANAGER-OPTIONS
+org_html_manager.setup(); // activate after the parameterd are set
/* ]]> */
</script>"
"The template for the export style additions when org-info.js is used.