Skip to content

Commit

Permalink
Merge pull request #617 from re-mx/master
Browse files Browse the repository at this point in the history
Improve message for sanityinc/grab-ditaa
  • Loading branch information
purcell committed Sep 18, 2018
2 parents a704d32 + 8e8c443 commit 5d0d99a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lisp/init-org.el
Expand Up @@ -24,7 +24,7 @@
(defun sanityinc/grab-ditaa (url jar-name)
"Download URL and extract JAR-NAME as `org-ditaa-jar-path'."
;; TODO: handle errors
(message "Grabbing " jar-name " for org.")
(message "Grabbing %s for org." jar-name)
(let ((zip-temp (make-temp-name "emacs-ditaa")))
(unwind-protect
(progn
Expand Down

0 comments on commit 5d0d99a

Please sign in to comment.