ob: Add prefix to minibuffer prompt

* lisp/ob-lob.el (org-babel-lob-ingest): Add prefix to file prompt.
This commit is contained in:
Dan Davison 2011-01-31 19:33:09 +00:00
parent 978b34bc08
commit c59c8346af
1 changed files with 1 additions and 1 deletions

View File

@ -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))