From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Roger Mason" Subject: enumerate in LaTeX export Date: Mon, 05 May 2014 15:33:53 -0230 Message-ID: <20140505153353.3318@cryptoperthite.esd.mun.ca> Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:47873) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WhNFB-0006hJ-A7 for emacs-orgmode@gnu.org; Mon, 05 May 2014 14:04:07 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WhNF5-0001Xz-6P for emacs-orgmode@gnu.org; Mon, 05 May 2014 14:04:01 -0400 Received: from cryptoperthite.esd.mun.ca ([134.153.37.33]:65143) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WhNF4-0001Xl-V5 for emacs-orgmode@gnu.org; Mon, 05 May 2014 14:03:55 -0400 Received: from cryptoperthite.esd.mun.ca (localhost [127.0.0.1]) by cryptoperthite.esd.mun.ca (8.14.7/8.14.7) with ESMTP id s45I3rqD003320 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=NO) for ; Mon, 5 May 2014 15:33:53 -0230 (NDT) (envelope-from rmason@cryptoperthite.esd.mun.ca) 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 Hello, I don't understand why this text: =================================== case. The University requests that all medical notes be on letterhead, be signed by the physician and include details on the following: 1. confirmation of the specific dates on which the student visited the physician. 2. the degree to which the illness (or treatment, in the case of medication, for example) is likely to have affected the student's ability to study, attend classes, or sit examination. ================================== Results in this LaTeX output: ================================== \begin{enumerate} \item confirmation of the specific dates on which the student visited \end{enumerate} the physician. \begin{enumerate} \item the degree to which the illness (or treatment, in the case of \end{enumerate} medication, for example) is likely to have affected the student's ability to study, attend classes, or sit examination. \begin{enumerate} ================================== I'm running release_8.2.6-937-g60502a in GNU Emacs 24.3.1 (amd64-portbld-freebsd10.0, GTK+ Version 2.24.22). Thanks for any help. Roger