org-babel-load-file can now be called interactively

* lisp/ob-tangle.el (org-babel-load-file): Can be called interactively.
This commit is contained in:
Eric Schulte 2010-11-17 13:04:10 -07:00
parent b3d6f04483
commit 4fca6b54b5
1 changed files with 1 additions and 0 deletions

View File

@ -125,6 +125,7 @@ evaluating BODY."
This function exports the source code using
`org-babel-tangle' and then loads the resulting file using
`load-file'."
(interactive "fFile to load: ")
(flet ((age (file)
(float-time
(time-subtract (current-time)