branch: externals/org commit 8a9d1fd8f839babf5e49a2927e4ff7de424b13f4 Merge: 38cd9b0a3a 066952da0b Author: Ihor Radchenko <yanta...@posteo.net> Commit: Ihor Radchenko <yanta...@posteo.net>
Merge branch 'bugfix' --- lisp/org.el | 2 +- lisp/ox-latex.el | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/lisp/org.el b/lisp/org.el index b533c70983..e37ed49784 100644 --- a/lisp/org.el +++ b/lisp/org.el @@ -17697,7 +17697,7 @@ context. See the individual commands for more information." (if (org-at-table-p) #'org-table-cut-region #'org-cut-subtree))) (defun org-paste-special (arg) - "Paste rectangular region into table, or past subtree relative to level. + "Paste rectangular region into table, or paste subtree relative to level. Calls `org-table-paste-rectangle' or `org-paste-subtree', depending on context. See the individual commands for more information." (interactive "P") diff --git a/lisp/ox-latex.el b/lisp/ox-latex.el index af3ac308b5..2867cc6950 100644 --- a/lisp/ox-latex.el +++ b/lisp/ox-latex.el @@ -1524,7 +1524,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.