LaTeX: Use \ul (from the "soul" package) instead of \uline
commitb399ff0cba2382bf52d5bb6ef2b4a776fe0ac902
authorBastien Guerry <bzg@altern.org>
Fri, 21 Mar 2014 23:27:34 +0000 (22 00:27 +0100)
committerBastien Guerry <bzg@altern.org>
Fri, 21 Mar 2014 23:27:34 +0000 (22 00:27 +0100)
treeeac288fa941fd0dfecdbc49259bf52291d9cc86f
parent5a195423d3659aa46032e753ad7b704c9543b804
LaTeX: Use \ul (from the "soul" package) instead of \uline

* ox-latex.el (org-latex-text-markup-alist): Use \ul{...} for
underlining instead of \uline{...} as requiring the hyperref
package makes \uline{...} unusable on headline.

* org.el (org-latex-default-packages-alist): Add the "soul"
package.

Thanks to Konstantin Kliakhandler for reporting this.
lisp/org.el
lisp/ox-latex.el