summary refs log tree commit diff stats
path: root/tag-emacs
diff options
context:
space:
mode:
Diffstat (limited to 'tag-emacs')
-rw-r--r--tag-emacs/emacs.d/init.org3
1 files changed, 2 insertions, 1 deletions
diff --git a/tag-emacs/emacs.d/init.org b/tag-emacs/emacs.d/init.org
index 1498f25..48b7639 100644
--- a/tag-emacs/emacs.d/init.org
+++ b/tag-emacs/emacs.d/init.org
@@ -2497,7 +2497,8 @@ the =org=-document after changes.
             (org-babel-tangle nil dest)
             (if (byte-compile-file dest)
                 dest
-              "Errors occurred")))
+              (with-current-buffer byte-compile-log-buffer
+                (buffer-string)))))
        (lambda (result)
          (message "Init tangling completed: %s" result)))))
 #+END_SRC