summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEric Schulte <schulte.eric@gmail.com>2010-11-17 13:04:10 -0700
committerEric Schulte <schulte.eric@gmail.com>2010-11-17 13:04:48 -0700
commit4fca6b54b518724fab7466f891aa2525699d3ce5 (patch)
treeaae267b2c2b2bdac2f602e8d0137e85ad5671fb8
parentb3d6f0448380c0dc35126ba235f1902ff8b83ad7 (diff)
downloadorg-mode-4fca6b54b518724fab7466f891aa2525699d3ce5.tar.gz
org-babel-load-file can now be called interactively
* lisp/ob-tangle.el (org-babel-load-file): Can be called interactively.
-rw-r--r--lisp/ob-tangle.el1
1 files changed, 1 insertions, 0 deletions
diff --git a/lisp/ob-tangle.el b/lisp/ob-tangle.el
index e197ff3..8e7367d 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)