Browse Source

ob: Add prefix to minibuffer prompt

* lisp/ob-lob.el (org-babel-lob-ingest): Add prefix to file prompt.
Dan Davison 14 năm trước cách đây
mục cha
commit
c59c8346af
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      lisp/ob-lob.el

+ 1 - 1
lisp/ob-lob.el

@@ -47,7 +47,7 @@ To add files to this list use the `org-babel-lob-ingest' command."
 (defun org-babel-lob-ingest (&optional file)
   "Add all named source-blocks defined in FILE to
 `org-babel-library-of-babel'."
-  (interactive "f")
+  (interactive "fFile: ")
   (let ((lob-ingest-count 0))
     (org-babel-map-src-blocks file
       (let* ((info (org-babel-get-src-block-info 'light))