diff --git a/lisp/org.el b/lisp/org.el index 4bddb7cf2..70bf19e83 100644 --- a/lisp/org.el +++ b/lisp/org.el @@ -3843,7 +3843,6 @@ header, or they will be appended." ("" "wrapfig" nil) ("" "rotating" nil) ("normalem" "ulem" t) - ("" "soul" t) ("" "amsmath" t) ("" "textcomp" t) ("" "marvosym" t) diff --git a/lisp/ox-latex.el b/lisp/ox-latex.el index 3d51ce5fa..e8f9474dc 100644 --- a/lisp/ox-latex.el +++ b/lisp/ox-latex.el @@ -533,7 +533,7 @@ When nil, no transformation is made." (code . verb) (italic . "\\emph{%s}") (strike-through . "\\sout{%s}") - (underline . "\\ul{%s}") + (underline . "\\uline{%s}") (verbatim . protectedtexttt)) "Alist of LaTeX expressions to convert text markup.