From mboxrd@z Thu Jan 1 00:00:00 1970 From: Peter Davis Subject: Re: Nested ordered lists? Date: Tue, 21 Jan 2014 14:40:11 -0500 Message-ID: <20140121194010.GB22768@pdavismbp15.iscinternal.com> References: <20140121185955.GA22768@pdavismbp15.iscinternal.com> <8738kh6t20.fsf@bzg.ath.cx> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:43999) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1W5hGl-0002bn-By for emacs-orgmode@gnu.org; Tue, 21 Jan 2014 14:46:00 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1W5hGg-0007Ct-6b for emacs-orgmode@gnu.org; Tue, 21 Jan 2014 14:45:55 -0500 Received: from out4-smtp.messagingengine.com ([66.111.4.28]:46270) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1W5hGg-0007Bf-2X for emacs-orgmode@gnu.org; Tue, 21 Jan 2014 14:45:50 -0500 Received: from compute2.internal (compute2.nyi.mail.srv.osa [10.202.2.42]) by gateway1.nyi.mail.srv.osa (Postfix) with ESMTP id 7B5D120D9A for ; Tue, 21 Jan 2014 14:45:49 -0500 (EST) Content-Disposition: inline In-Reply-To: <8738kh6t20.fsf@bzg.ath.cx> 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: Bastien Cc: emacs-orgmode@gnu.org On Tue, Jan 21, 2014 at 08:20:07PM +0100, Bastien wrote: > Hello Peter, > > Peter Davis writes: > > > 1) item 1 > > a) item 1a > > b) item 1b > > c) item 1c > > 2) item 2 > > a) item 2a > > b) item 2b > > 3) item 3 > > 4) etc. > > ... > > Yes! > > (setq org-list-allow-alphabetical t) > > Then insert > > 1) item 1 <= M-RET > 2) ... > > or > > 1) item 1 > a) item 1a <= M-RET > b) ... > > HTH, > > -- > Bastien Thanks, Bastien, but I seem to be having a problem with this. I tried setting the variable in my .emacs, but the help says it must be set before org-mode loads. It then gives a line of code (when (featurep 'org-element) (load "org-element" t t)) to set this in a running Emacs, but when I do this, I get Symbol's value as variable is void: org-drawers I tried customizing the variable, but the result is the same. Thanks! -pd -- ---- Peter Davis The Tech Curmudgeon www.techcurmudgeon.com