Triggered e.g. by pdf-tools-install when tangling literate config on interactive save and epdfinfo is missing
This commit is contained in:
parent
3002d149c5
commit
14d6a19462
1 changed files with 2 additions and 1 deletions
|
@ -26,7 +26,8 @@ byte-compiled from.")
|
||||||
;; would load all of :lang org (very expensive!).
|
;; would load all of :lang org (very expensive!).
|
||||||
(and (require 'ob-tangle)
|
(and (require 'ob-tangle)
|
||||||
(letf! (defun message (msg &rest args)
|
(letf! (defun message (msg &rest args)
|
||||||
(print! (info "%s") (apply #'format msg args)))
|
(when msg
|
||||||
|
(print! (info "%s") (apply #'format msg args))))
|
||||||
(org-babel-tangle-file org dest))
|
(org-babel-tangle-file org dest))
|
||||||
;; Write the cache file to serve as our mtime cache
|
;; Write the cache file to serve as our mtime cache
|
||||||
(with-temp-file +literate-config-cache-file))
|
(with-temp-file +literate-config-cache-file))
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue