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 12:03:08 -0400 Message-ID: <87y4vzvq6b.fsf@alphaville.bos.redhat.com> References: <87lhs0vx13.fsf@gmail.com> <87egxsvv36.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]:60884) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1X5dJz-0000Ls-9f for emacs-orgmode@gnu.org; Fri, 11 Jul 2014 12:05:22 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1X5dJq-0000dG-Ji for emacs-orgmode@gnu.org; Fri, 11 Jul 2014 12:05:15 -0400 Received: from plane.gmane.org ([80.91.229.3]:34071) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1X5dJq-0000aU-D4 for emacs-orgmode@gnu.org; Fri, 11 Jul 2014 12:05:06 -0400 Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1X5dJn-00065k-OW for emacs-orgmode@gnu.org; Fri, 11 Jul 2014 18:05:03 +0200 Received: from nat-pool-bos-t.redhat.com ([66.187.233.206]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 11 Jul 2014 18:05:03 +0200 Received: from ndokos by nat-pool-bos-t.redhat.com with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 11 Jul 2014 18:05:03 +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 Joseph Vidal-Rosset writes: > 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... > I went the customize route. Nick