From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nicolas Goaziou Subject: Re: Spurious interpretation Date: Mon, 22 Jun 2015 21:14:40 +0200 Message-ID: <87a8vrtv1b.fsf@nicolasgoaziou.fr> References: Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:51050) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Z779c-0003F6-RH for emacs-orgmode@gnu.org; Mon, 22 Jun 2015 15:13:13 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Z779b-00077S-RJ for emacs-orgmode@gnu.org; Mon, 22 Jun 2015 15:13:12 -0400 Received: from relay4-d.mail.gandi.net ([2001:4b98:c:538::196]:34324) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Z779b-000774-M2 for emacs-orgmode@gnu.org; Mon, 22 Jun 2015 15:13:11 -0400 In-Reply-To: (Fabrice Popineau's message of "Mon, 22 Jun 2015 14:19:26 +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: Fabrice Popineau Cc: "emacs-orgmode@gnu.org" Hello, Fabrice Popineau writes: > This will be specific to the French language. > I was a bit amused by the following. > Assume I start a paragraph with: > > M. Pierre Dupont blah blah blah... > > Exporting this paragraph to LaTeX results in > > \begin{enumerate} > \item Pierre Dupont blah blah blah... > \end{enumerate} > > Is there a way to prevent that? Set `org-list-allow-alphabetical' to nil, which is the default, or use a non-breaking space, e.g., M.\nbsp{}Pierre Dupont blah blah... Regards, -- Nicolas Goaziou