mirror of
https://git.savannah.gnu.org/git/emacs/org-mode.git
synced 2024-11-25 07:27:57 +00:00
Use format string for message
TINYCHANGE
This commit is contained in:
parent
b29a9def65
commit
202d8f7bf2
@ -52,7 +52,7 @@ called by `org-babel-execute-src-block'."
|
||||
(in-file (org-babel-temp-file "ledger-"))
|
||||
(out-file (org-babel-temp-file "ledger-output-")))
|
||||
(with-temp-file in-file (insert body))
|
||||
(message (concat "ledger"
|
||||
(message "%s" (concat "ledger"
|
||||
" -f " (org-babel-process-file-name in-file)
|
||||
" " cmdline))
|
||||
(with-output-to-string
|
||||
|
Loading…
Reference in New Issue
Block a user