org-babel-tangle: Save buffer at outset.

This commit is contained in:
Dan Davison 2009-11-08 20:25:15 -05:00 committed by Eric Schulte
parent bec4551d8b
commit bf3281692f
1 changed files with 1 additions and 0 deletions

View File

@ -72,6 +72,7 @@ TARGET-FILE can be used to 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)
(save-buffer)
(save-excursion
(let ((block-counter 0)
path-collector)