0
0
Fork 1
mirror of https://git.savannah.gnu.org/git/emacs/org-mode.git synced 2024-08-24 00:49:02 +00:00

added completion message to `org-babel-tangle'

This commit is contained in:
Eric Schulte 2009-06-27 13:36:51 -07:00
parent e9c2c6a590
commit 87e07ee66d

View file

@ -95,7 +95,8 @@ file into their own source-specific files."
(to-file (format "%s-%s.%s" base-name (car session-pair) ext) (cdr session-pair)))
by-session)
(to-file (format "%s.%s" base-name ext) (cdr (car by-session)))))))
blocks))))
blocks)
(message "tangled %d source-code blocks" block-counter))))
(defun org-babel-spec-to-string (spec)
"Insert the source-code specified by SPEC into the current