From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ken Mankoff Subject: Re: LaTeX special characters 8.3.1 Date: Sat, 08 Aug 2015 14:24:24 -0400 Message-ID: References: <55C64844.6040406@gmail.com> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:34771) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZO8nL-0002E4-AW for emacs-orgmode@gnu.org; Sat, 08 Aug 2015 14:24:38 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZO8nD-0003Fc-Pa for emacs-orgmode@gnu.org; Sat, 08 Aug 2015 14:24:35 -0400 Received: from mail-qg0-x230.google.com ([2607:f8b0:400d:c04::230]:33985) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZO8nD-0003FL-LB for emacs-orgmode@gnu.org; Sat, 08 Aug 2015 14:24:27 -0400 Received: by qgeg42 with SMTP id g42so57925876qge.1 for ; Sat, 08 Aug 2015 11:24:27 -0700 (PDT) In-reply-to: <55C64844.6040406@gmail.com> 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: Scott Randby Cc: emacs-org list On 2015-08-08 at 14:19, Scott Randby wrote: > Until 8.3.1, I needed to use \% in an org document in order to get the % > symbol displayed when exporting to LaTeX. I just discovered that \% > messes up the exported document, and that using % only works. I've also > experimented with \$ and $ and found the same behavior. > > I've looked through the 8.3.1 changes document, but I can't find > reference to this change. Since I use special characters frequently, I > need more information about this change. Where can I find it? I export to LaTeX with pre-8.3 and now 8.3 and do not escape % and $. -k.