summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDan Davison <dandavison7@gmail.com>2011-01-31 19:33:09 +0000
committerDan Davison <dandavison7@gmail.com>2011-01-31 19:36:43 +0000
commitc59c8346af255720084767f30f963602f70c60f2 (patch)
tree2fe729de5143297bdc7bb82edc5615a77a3aa971
parent978b34bc0858ca2a930c2783f6315e5f0c4bfa69 (diff)
downloadorg-mode-c59c8346af255720084767f30f963602f70c60f2.tar.gz
ob: Add prefix to minibuffer prompt
* lisp/ob-lob.el (org-babel-lob-ingest): Add prefix to file prompt.
-rw-r--r--lisp/ob-lob.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/ob-lob.el b/lisp/ob-lob.el
index 137a6bc..c5401be 100644
--- a/lisp/ob-lob.el
+++ b/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))