瀏覽代碼

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

* lisp/ob-tangle.el (org-babel-load-file): Can be called interactively.
Eric Schulte 14 年之前
父節點
當前提交
4fca6b54b5
共有 1 個文件被更改,包括 1 次插入0 次删除
  1. 1 0
      lisp/ob-tangle.el

+ 1 - 0
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)