Explorar el Código

ob-latex: shouldn't require org-latex as that results in a recursive require

  Thanks to Juan Pechiar for pointing this out

* lisp/ob-latex.el (org-latex): don't require org-latex as that
  results in a recursive require loop
Eric Schulte hace 14 años
padre
commit
c87b6a90b0
Se han modificado 1 ficheros con 0 adiciones y 1 borrados
  1. 0 1
      lisp/ob-latex.el

+ 0 - 1
lisp/ob-latex.el

@@ -32,7 +32,6 @@
 
 ;;; Code:
 (require 'ob)
-(require 'org-latex)
 
 (add-to-list 'org-babel-tangle-lang-exts '("latex" . "tex"))