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:
parent
32cfddf7b1
commit
c168c6ccaa
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user