org-babel: improve prompt when choosing file to tangle

This commit is contained in:
Dan Davison 2009-10-20 10:17:42 -04:00
parent 32cfddf7b1
commit c168c6ccaa

View file

@ -62,7 +62,7 @@ file using `load-file'."
specify a default export file for all source blocks. Optional
argument LANG can be used to limit the exported source code
blocks by language."
(interactive "f")
(interactive "fFile to tangle: \nP")
(save-window-excursion (find-file file) (org-babel-tangle target-file lang)))
(defun org-babel-tangle (&optional target-file lang)