From mboxrd@z Thu Jan 1 00:00:00 1970 From: Lawrence Mitchell Subject: Re: Questions on LaTeX Exporter Date: Mon, 07 Mar 2011 14:00:16 +0000 Message-ID: References: <87ei6lpa06.fsf@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Return-path: Received: from [140.186.70.92] (port=43840 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PwazK-00078W-BQ for emacs-orgmode@gnu.org; Mon, 07 Mar 2011 09:00:43 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1PwazI-0004iy-Nn for emacs-orgmode@gnu.org; Mon, 07 Mar 2011 09:00:42 -0500 Received: from lo.gmane.org ([80.91.229.12]:46255) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1PwazI-0004ig-IL for emacs-orgmode@gnu.org; Mon, 07 Mar 2011 09:00:40 -0500 Received: from list by lo.gmane.org with local (Exim 4.69) (envelope-from ) id 1PwazA-0002UA-5E for emacs-orgmode@gnu.org; Mon, 07 Mar 2011 15:00:32 +0100 Received: from e4300lm.epcc.ed.ac.uk ([129.215.63.156]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 07 Mar 2011 15:00:31 +0100 Received: from wence by e4300lm.epcc.ed.ac.uk with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 07 Mar 2011 15:00:31 +0100 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: emacs-orgmode@gnu.org Rasmus wrote: > However, I have noticed at least one non-acceptable issue. When using > using English, LaTeX (via Babel or just default) full-stops (≈double > space) will be inserted after dots. However, with abbrevation one would > use an ordinary space (i.e.\ an escaped space ("\ ") in LaTeX). Org does > not seem to notice abbrivations—how could it?—and 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 => this is some text, e.g.\ foo bar [...] Lawrence -- Lawrence Mitchell