From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bernt Hansen Subject: Re: [PATCH] Alphabetical ordered lists Date: Fri, 27 Aug 2010 06:53:43 -0400 Message-ID: <87bp8o498o.fsf@gollum.intra.norang.ca> References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from [140.186.70.92] (port=49139 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OowZc-00063w-HS for emacs-orgmode@gnu.org; Fri, 27 Aug 2010 06:54:41 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1OowZS-0007e2-FQ for emacs-orgmode@gnu.org; Fri, 27 Aug 2010 06:54:11 -0400 Received: from mho-01-ewr.mailhop.org ([204.13.248.71]:61655) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OowZS-0007cx-Dv for emacs-orgmode@gnu.org; Fri, 27 Aug 2010 06:54:06 -0400 In-Reply-To: (Carsten Dominik's message of "Fri, 27 Aug 2010 10:11:07 +0200") List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: Carsten Dominik Cc: emacs-orgmode@gnu.org Carsten Dominik writes: > On Jul 29, 2010, at 10:27 PM, Nathaniel Flath wrote: > >> Hello all, >> >> One thing that had been bugging me was the inability to have an >> ordered list of the form: >> >> a. Item 1 >> b. Item 2 >> c. Item 3 >> >> The following patch enables this, with lists going from a-z and A-Z. >> Let me know if there are any issues with it. > > Hi, > > I am not really sure we need these. They cause problems when lists get > really long - also you patch does not further than "z", after that I > get "{". > > Furthermore the export backends implement their own numbering > rules anyway. So it seems to me that we do not need this addition. > > Any other votes here? I'm not currently missing this feature. I think it definitely would have to handle more entries if this was to be included in org-mode. Maybe going something like a. b. ... z. aa. ab. ... az. ba. bb. ... zz. ... and if you really need more entries than that (unlikely) you can do aaa. aab. ... and just keep going indefinitely. -Bernt