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.
This commit is contained in:
Achim Gratz 2012-05-29 21:43:27 +02:00 committed by Bastien Guerry
parent 8038f3d79a
commit b4d827c402

View file

@ -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