From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nick Dokos Subject: Re: lists with a , b, c, or i, ii, iii ... Date: Fri, 11 Jul 2014 10:17:01 -0400 Message-ID: <87egxsvv36.fsf@gmail.com> References: <87lhs0vx13.fsf@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:51257) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1X5bde-0005ey-UE for emacs-orgmode@gnu.org; Fri, 11 Jul 2014 10:17:34 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1X5bdX-00027u-9w for emacs-orgmode@gnu.org; Fri, 11 Jul 2014 10:17:26 -0400 Received: from plane.gmane.org ([80.91.229.3]:43073) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1X5bdX-00027h-2f for emacs-orgmode@gnu.org; Fri, 11 Jul 2014 10:17:19 -0400 Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1X5bdV-0003Sw-EQ for emacs-orgmode@gnu.org; Fri, 11 Jul 2014 16:17:17 +0200 Received: from pool-98-110-160-12.bstnma.fios.verizon.net ([98.110.160.12]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 11 Jul 2014 16:17:17 +0200 Received: from ndokos by pool-98-110-160-12.bstnma.fios.verizon.net with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 11 Jul 2014 16:17:17 +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 Nick Dokos writes: > Joseph Vidal-Rosset writes: > > >> I'm trying to get  orderd lists in org-mode with other values than >> 1. 2. ... >> >> I do not succeed to get lists like: >> >> i.  blablabla ... >> ii. blablabla >> iii. blabla.. >> > > Not possible in org AFAIK. It might be possible > to get them in the exported PDF file by > playing LaTeX games, but I'm not sure. > >> or >> >> a.  "sentence" >> b.  another sentence.. >> >> Could you help me please? >> > > C-h v org-alphabetical-lists RET Sorry, that variable is obsolete (although it should still work for now). I should have pointed you to the modern version instead: org-list-allow-alphabetical Note the caveat in the doc: ,---- | This variable needs to be set before org.el is loaded. If you | need to make a change while Emacs is running, use the customize | interface or run the following code after updating it: | | (when (featurep 'org-element) (load "org-element" t t)) `---- I tried it and it works: a. foo - press M-RET b. bar -- Nick