From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nicolas Goaziou Subject: Re: Bug: Capital lettered plain lists export as numbered Date: Mon, 28 Nov 2016 01:38:45 +0100 Message-ID: <87zikkfnfu.fsf@nicolasgoaziou.fr> References: Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:46884) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1cB9y2-0002TF-NC for emacs-orgmode@gnu.org; Sun, 27 Nov 2016 19:38:47 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1cB9y1-00070U-RR for emacs-orgmode@gnu.org; Sun, 27 Nov 2016 19:38:46 -0500 Received: from relay4-d.mail.gandi.net ([2001:4b98:c:538::196]:52736) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1cB9y1-000709-Kq for emacs-orgmode@gnu.org; Sun, 27 Nov 2016 19:38:45 -0500 In-Reply-To: (Scott Otterson's message of "Sun, 27 Nov 2016 23:54:58 +0100") 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" To: Scott Otterson Cc: "Emacs-orgmode@gnu.org" Hello, Scott Otterson writes: > In my org file, I have ordered capital lettered plain lists like this: > > A. Item A > B. Item B > a. subitem a > b. submitem b > C. Item C > > > But when I export them to a pdf via latex, they look like this: > > 1. Item A > 2. Item B > (a) subitem a > (b) submitem b > 3. Item C > > > Is this a bug or is it expected behavior? It is the expected behaviour. Bullets used in an Org document are not meant to control how the list is to be exported. Regards, -- Nicolas Goaziou