Mentions légales du service

Skip to content
Snippets Groups Projects

Fix LaTeX error message printing

Merged FELŠÖCI Marek requested to merge (removed):master into master
All threads resolved!
1 file
+ 2
2
Compare changes
  • Side-by-side
  • Inline
+ 2
2
@@ -164,7 +164,7 @@ To solve this problem, when your code only knows the relative path of another fi
plist filename pub-dir)
(error
(with-current-buffer "*Org PDF LaTeX Output*"
(append-to-file (point-min) (point-max) "/dev/tty")))))
(message (buffer-string))))))
(defun org-beamer-publish-to-pdf-verbose-on-error (plist filename pub-dir)
(condition-case nil
@@ -172,7 +172,7 @@ To solve this problem, when your code only knows the relative path of another fi
plist filename pub-dir)
(error
(with-current-buffer "*Org PDF LaTeX Output*"
(append-to-file (point-min) (point-max) "/dev/tty")))))
(message (buffer-string))))))
;; Use timestamp to avoid publishing
(setq org-publish-use-timestamps-flag t)
Loading