From mboxrd@z Thu Jan 1 00:00:00 1970 From: =?UTF-8?Q?S=C3=A9bastien?= Delafond Subject: Bug ? Normal lines interpreted as list items Date: Mon, 19 May 2014 20:29:23 +0000 (UTC) Message-ID: <20140519221831.459@usenet.piggo.com> Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:55707) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WmUZg-0002rq-Vf for emacs-orgmode@gnu.org; Mon, 19 May 2014 16:54:28 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WmUZZ-0001dt-Gg for emacs-orgmode@gnu.org; Mon, 19 May 2014 16:54:20 -0400 Received: from plane.gmane.org ([80.91.229.3]:33527) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WmUZZ-00015u-Ac for emacs-orgmode@gnu.org; Mon, 19 May 2014 16:54:13 -0400 Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1WmUBr-0004NU-Bp for emacs-orgmode@gnu.org; Mon, 19 May 2014 22:29:43 +0200 Received: from static.60.129.47.78.clients.your-server.de ([78.47.129.60]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 19 May 2014 22:29:43 +0200 Received: from sdelafond by static.60.129.47.78.clients.your-server.de with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 19 May 2014 22:29:43 +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 Hi all, a Debian user, reports[0] the following problem : When using Org within GNU Emacs, integers starting lines and followed by a period are interpreted as the first items of ordered lists, even when they are not. Take, for instance, the following text in Org syntax and the corresponding part in a LaTeX export: Org text: Bla bla bla, bla bl, bla bla bla, bla bla, bla bla bla, 1998. Bla, bla bla bla bla, bla bla. Bla bla bla bla bla bla, bla bla bla, bla bla bla bla, bla bla. LaTeX export: Bla bla bla, bla bl, bla bla bla, bla bla, bla bla bla, \begin{enumerate} \item Bla, bla bla bla bla, bla bla. Bla bla bla bla bla bla, bla \end{enumerate} bla bla, bla bla bla bla, bla bla. I see the same thing here with 8.2.1, and was wondering if this was indeed a bug ? Cheers, --Seb [0] https://bugs.debian.org/644238