Browse Source

org-export: Fix error when calling "l" from dispatcher

* contrib/lisp/org-export.el (org-export-dispatch): Fix error when
  calling "l" from dispatcher.
Nicolas Goaziou 13 years ago
parent
commit
2900138774
1 changed files with 0 additions and 1 deletions
  1. 0 1
      contrib/lisp/org-export.el

+ 0 - 1
contrib/lisp/org-export.el

@@ -4033,7 +4033,6 @@ Return an error if key pressed has no associated command."
       (?l
        (require 'org-e-latex)
        (org-e-latex-export-to-latex
-	(require 'org-e-latex)
 	(memq 'subtree optns) (memq 'visible optns) (memq 'body optns)))
       (?p
        (require 'org-e-latex)