Преглед изворни кода

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

* lisp/ob-tangle.el (org-babel-load-file): Can be called interactively.
Eric Schulte пре 15 година
родитељ
комит
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)