branch: externals-release/org commit 066952da0ba99a37ec2a1c343d0cb42d3ad9b828 Author: Pedro A. Aranda <paag...@gmail.com> Commit: Ihor Radchenko <yanta...@posteo.net>
ox-latex: Explain unicode problems with pdflatex more accurately * ox-latex.el: Change warning when unsupported Unicode characters are detected by pdflatex. Advise to use lualatex or xelatex instead. --- lisp/ox-latex.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/ox-latex.el b/lisp/ox-latex.el index e1dfa8bfb2..e62e8404b6 100644 --- a/lisp/ox-latex.el +++ b/lisp/ox-latex.el @@ -1522,7 +1522,7 @@ logfiles to remove, set `org-latex-logfiles-extensions'." ("Underfull \\hbox" . "[underfull hbox]") ("Overfull \\hbox" . "[overfull hbox]") ("Citation.*?undefined" . "[undefined citation]") - ("^!.+Unicode character" . "[unicode character(s) not set up for use with pdflatex. You can run lualatex or xelatex instead]") + ("^!.+Unicode character" . "[unicode character(s) not supported by pdflatex. Set org-latex-compiler to lualatex or xelatex instead]") ("Missing character: There is no" . "[Missing character(s): please load an appropriate font with the fontspec package]") ("Undefined control sequence" . "[undefined control sequence]")) "Alist of regular expressions and associated messages for the user.