From b4d827c402fd0bd65d651bb9766285e4f088bc07 Mon Sep 17 00:00:00 2001 From: Achim Gratz Date: Tue, 29 May 2012 21:43:27 +0200 Subject: [PATCH] Revert an undesirable change in org-reload. * lisp/org.el (org-reload): Revert an undesirable change in org-reload. Do not prepend org-dir to babel-files, which prevents the files from being found in load-path. --- lisp/org.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/org.el b/lisp/org.el index 8a141cf87..28f18da9e 100644 --- a/lisp/org.el +++ b/lisp/org.el @@ -19590,7 +19590,7 @@ With prefix arg UNCOMPILED, load the uncompiled versions." (file-name-directory (org-find-library-dir "org-contribdir")))) (babel-files - (mapcar (lambda (el) (concat (concat dir-org "ob") (when el (format "-%s" el)) ".el")) + (mapcar (lambda (el) (concat "ob" (when el (format "-%s" el)) ".el")) (append (list nil "comint" "eval" "exp" "keys" "lob" "ref" "table" "tangle") (delq nil