summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEric Schulte <schulte.eric@gmail.com>2010-07-05 20:17:26 -0700
committerEric Schulte <schulte.eric@gmail.com>2010-07-05 20:17:40 -0700
commitc87b6a90b087af384f91dff7ad136702a0ec97f3 (patch)
tree87038ec500c591714ebe7739049725cacc966f24
parentae44ae853dba83522cfb9c3be6473acec6b453b3 (diff)
downloadorg-mode-c87b6a90b087af384f91dff7ad136702a0ec97f3.tar.gz
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
-rw-r--r--lisp/ob-latex.el1
1 files changed, 0 insertions, 1 deletions
diff --git a/lisp/ob-latex.el b/lisp/ob-latex.el
index 6b817ae..4d7c0d0 100644
--- a/lisp/ob-latex.el
+++ b/lisp/ob-latex.el
@@ -32,7 +32,6 @@
;;; Code:
(require 'ob)
-(require 'org-latex)
(add-to-list 'org-babel-tangle-lang-exts '("latex" . "tex"))