diff --git a/lisp/ob-tangle.el b/lisp/ob-tangle.el index e197ff37d..8e7367d79 100644 --- a/lisp/ob-tangle.el +++ b/lisp/ob-tangle.el @@ -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)