From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Thomas S. Dye" Subject: Re: Questions on LaTeX Exporter Date: Mon, 7 Mar 2011 06:18:58 -1000 Message-ID: References: <87ei6lpa06.fsf@gmail.com> Mime-Version: 1.0 (Apple Message framework v936) Content-Type: text/plain; charset=UTF-8; format=flowed; delsp=yes Content-Transfer-Encoding: quoted-printable Return-path: Received: from [140.186.70.92] (port=54879 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Pwd9E-0002ro-FH for emacs-orgmode@gnu.org; Mon, 07 Mar 2011 11:19:05 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Pwd9D-0005QD-41 for emacs-orgmode@gnu.org; Mon, 07 Mar 2011 11:19:04 -0500 Received: from oproxy2-pub.bluehost.com ([67.222.39.60]:52288) by eggs.gnu.org with smtp (Exim 4.71) (envelope-from ) id 1Pwd9C-0005Pn-QS for emacs-orgmode@gnu.org; Mon, 07 Mar 2011 11:19:03 -0500 In-Reply-To: List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: Lawrence Mitchell Cc: emacs-orgmode@gnu.org Aloha Lawrence, This is great. Thanks! Tom On Mar 7, 2011, at 4:00 AM, Lawrence Mitchell wrote: > Rasmus wrote: > >> However, I have noticed at least one non-acceptable issue. When using >> using English, LaTeX (via Babel or just default) full-stops =20 >> (=E2=89=88double >> space) will be inserted after dots. However, with abbrevation one =20 >> would >> use an ordinary space (i.e.\ an escaped space ("\ ") in LaTeX). Org =20= >> does >> not seem to notice abbrivations=E2=80=94how could it?=E2=80=94and = further "\ " is >> interpreted literaly. I need to have an escaped space. > > (setq org-entities-user '(("space" "\\ " nil " " " " " " " "))) > > then > > this is some text, e.g.\space foo bar > > =3D> > > this is some text, e.g.\ foo bar > > [...] > > Lawrence > --=20 > Lawrence Mitchell > >