From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nathaniel Cunningham Subject: Re: Org-mode latex pdf export issue: Underlined lines not breaking properly Date: Thu, 6 Jun 2013 19:48:21 +0000 (UTC) Message-ID: References: <20130306115906.GT7544@kuru.dyndns-at-home.com> <20130306140248.GX7544@kuru.dyndns-at-home.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:34256) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UkgCI-0004W3-Ba for emacs-orgmode@gnu.org; Thu, 06 Jun 2013 15:50:15 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UkgCD-0003UQ-FB for emacs-orgmode@gnu.org; Thu, 06 Jun 2013 15:50:10 -0400 Received: from plane.gmane.org ([80.91.229.3]:44887) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UkgCC-0003Pe-OL for emacs-orgmode@gnu.org; Thu, 06 Jun 2013 15:50:05 -0400 Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1UkgCB-0005Nm-Aw for emacs-orgmode@gnu.org; Thu, 06 Jun 2013 21:50:03 +0200 Received: from nwu-pat.NebrWesleyan.edu ([192.94.109.1]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 06 Jun 2013 21:50:03 +0200 Received: from nathaniel.cunningham by nwu-pat.NebrWesleyan.edu with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 06 Jun 2013 21:50:03 +0200 List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: emacs-orgmode@gnu.org Suvayu Ali gmail.com> writes: > > Org mode > translates _underlined text_ to \underline{underlined text}, however if > you read the TeX.sx question referenced below you will see that it > doesn't support line breaks and the TeX community recommends \uline{..} > from the ulem package. > > The \ul{..} command from the soul package also supports underlining across line breaks. *And soul is included by default in org's list of loaded latex packages* -- see org-latex-default-packages-alist. Therefore it would be painless for org users if \underline in org-latex-text-markup-alist were replaced with \ul -- and it would provide more complete support of underlining! Thanks, Nathaniel