Browse Source

Cleanup after name change.

Carsten Dominik 17 years ago
parent
commit
e46016b469
1 changed files with 2 additions and 2 deletions
  1. 2 2
      lisp/org-exp.el

+ 2 - 2
lisp/org-exp.el

@@ -32,7 +32,7 @@
 
 (declare-function org-export-latex-preprocess "org-export-latex" ())
 (declare-function org-agenda-skip "org-agenda" ())
-(declare-function org-infojs-options-inbuffer-template "org-infojs" ())
+(declare-function org-infojs-options-inbuffer-template "org-jsinfo" ())
 
 (defgroup org-export nil
   "Options for exporting org-listings."
@@ -2144,7 +2144,7 @@ Does include HTML export options as well as TODO and CATEGORY stuff."
    org-export-skip-text-before-1st-heading
    org-export-with-drawers
    org-export-with-tags
-   (if (featurep 'org-infojs) (org-infojs-options-inbuffer-template) "")
+   (if (featurep 'org-jsinfo) (org-infojs-options-inbuffer-template) "")
    org-export-html-link-up
    org-export-html-link-home
    (file-name-nondirectory buffer-file-name)