mirror of
https://git.savannah.gnu.org/git/emacs/org-mode.git
synced 2025-01-12 16:24:10 +00:00
babel: fixed bug in org-babel-expand-body:sass
This commit is contained in:
parent
7decdec3b2
commit
626cb079e4
@ -61,7 +61,7 @@ called by `org-babel-execute-src-block'."
|
||||
(in-file (make-temp-file "org-babel-sass-in"))
|
||||
(cmd (concat "sass " (or cmdline "") in-file " " out-file)))
|
||||
(with-temp-file in-file
|
||||
(insert (org-babel-expand-body:sass body))) (shell-command cmd)
|
||||
(insert (org-babel-expand-body:sass body params))) (shell-command cmd)
|
||||
(or file (with-temp-buffer (insert-file-contents out-file) (buffer-string)))))
|
||||
|
||||
(defun org-babel-prep-session:sass (session params)
|
||||
|
Loading…
Reference in New Issue
Block a user