0
0
Fork 1
mirror of https://git.savannah.gnu.org/git/emacs/org-mode.git synced 2024-09-29 18:36:26 +00:00

org-babel: make org-babel-tangle-file interactive

This commit is contained in:
Dan Davison 2009-10-05 22:49:04 -04:00
parent 351f52192d
commit 5219f4a410

View file

@ -62,6 +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")
(save-window-excursion (find-file file) (org-babel-tangle target-file lang)))
(defun org-babel-tangle (&optional target-file lang)