From mboxrd@z Thu Jan 1 00:00:00 1970 From: Joseph Vidal-Rosset Subject: Re: lists with a , b, c, or i, ii, iii ... Date: Fri, 11 Jul 2014 16:23:42 +0200 Message-ID: References: <87lhs0vx13.fsf@gmail.com> <87egxsvv36.fsf@gmail.com> Mime-Version: 1.0 Content-Type: multipart/alternative; boundary=047d7bd6c40e64cc7a04fdebb109 Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:53378) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1X5bk4-0007U5-3O for emacs-orgmode@gnu.org; Fri, 11 Jul 2014 10:24:09 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1X5bk2-0004cX-TN for emacs-orgmode@gnu.org; Fri, 11 Jul 2014 10:24:04 -0400 Received: from mail-vc0-x22d.google.com ([2607:f8b0:400c:c03::22d]:41248) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1X5bk2-0004cP-Nt for emacs-orgmode@gnu.org; Fri, 11 Jul 2014 10:24:02 -0400 Received: by mail-vc0-f173.google.com with SMTP id lf12so2164150vcb.18 for ; Fri, 11 Jul 2014 07:24:02 -0700 (PDT) In-Reply-To: <87egxsvv36.fsf@gmail.com> 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: Nick Dokos Cc: "Liste-emacs-orgmode@gnu.org" --047d7bd6c40e64cc7a04fdebb109 Content-Type: text/plain; charset=UTF-8 2014-07-11 16:17 GMT+02:00 Nick Dokos : > orry, 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 > Do not apologize, I have noticed that the variable was obsolete and I have tried to customize the new variable. I have even written the code (when (featurep 'org-element) (load "org-element" t t)) in my init.el (which is too big and really a mess), and it doe not work either... Do not waste more time than me on this small problem which certainly comes from my init.el... Best regards, Jo. --047d7bd6c40e64cc7a04fdebb109 Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: quoted-printable

= 2014-07-11 16:17 GMT+02:00 Nick Dokos <ndokos@gmail.com>:
=
orry, that variable is= obsolete (although it should still work for
now). =C2=A0I 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. =C2=A0If you
| need to make a change while Emacs is running, use the customize
| interface or run the following code after updating it:
|
| =C2=A0 (when (featurep 'org-element) (load "org-element" t = t))
`----

I tried it and it works:

=C2=A0 a. foo - press M-RET
=C2=A0 b. bar


Do not apologize, I have noticed that the variable was obsolete an= d I have tried to customize the new variable. I have even written the code =
(when (featurep 'org-element) (load "org-element" t t))=C2=A0= in my init.el=C2=A0 (which is too big and really a mess), and it doe not w= ork either...

Do not waste more ti= me than me on this small problem which certainly comes from my init.el...
Best regards,

Jo.
--047d7bd6c40e64cc7a04fdebb109--