소스 검색

Fix bug in org-info.js setup.

I had forgotten the call to the setup routine, it is now in.
Carsten Dominik 17 년 전
부모
커밋
2f02a50fcc
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      lisp/org-exp.el

+ 1 - 0
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.