From 95eeefa9bca1b6c57fe62c248a0a35302cd7374d Mon Sep 17 00:00:00 2001 From: Nicolas Goaziou Date: Sat, 22 Mar 2014 15:15:25 +0100 Subject: [PATCH] Revert "LaTeX: Use \ul (from the "soul" package) instead of \uline" This reverts commit b399ff0cba2382bf52d5bb6ef2b4a776fe0ac902. --- lisp/org.el | 1 - lisp/ox-latex.el | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) 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. -- 2.11.4.GIT