diff options
Diffstat (limited to 'lisp/org/ob-latex.el')
-rw-r--r-- | lisp/org/ob-latex.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/org/ob-latex.el b/lisp/org/ob-latex.el index 23e8d91fecd..43f673edf59 100644 --- a/lisp/org/ob-latex.el +++ b/lisp/org/ob-latex.el @@ -132,7 +132,7 @@ This function is called by `org-babel-execute-src-block'." (when (file-exists-p transient-pdf-file) (delete-file transient-pdf-file)))))) ((string-match "\\.\\([^\\.]+\\)$" out-file) - (error "can not create %s files, please specify a .png or .pdf file or try the :imagemagick header argument" + (error "Can not create %s files, please specify a .png or .pdf file or try the :imagemagick header argument" (match-string 1 out-file)))) nil) ;; signal that output has already been written to file body)) |