1
0
mirror of https://git.savannah.gnu.org/git/emacs/org-mode.git synced 2024-12-28 10:56:57 +00:00

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)