From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nicolas Goaziou Subject: Re: Checkboxes with org-list-allow-alphabetical Date: Thu, 19 Jun 2014 22:47:08 +0200 Message-ID: <87mwd87hkj.fsf@nicolasgoaziou.fr> References: Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:33926) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WxjEM-0004ed-KE for emacs-orgmode@gnu.org; Thu, 19 Jun 2014 16:46:56 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WxjEC-0005eX-Fy for emacs-orgmode@gnu.org; Thu, 19 Jun 2014 16:46:46 -0400 Received: from relay6-d.mail.gandi.net ([2001:4b98:c:538::198]:33565) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WxjEC-0005eJ-9H for emacs-orgmode@gnu.org; Thu, 19 Jun 2014 16:46:36 -0400 In-Reply-To: (jeff Kowalczyk's message of "Mon, 16 Jun 2014 17:30:32 +0000 (UTC)") 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: jeff Kowalczyk Cc: emacs-orgmode@gnu.org Hello, jeff Kowalczyk writes: > Using Org-mode version 8.2.6 (release_8.2.6-1) git master 25fc4d: > > Alphabetic ordered lists do not seem to work with checkboxes: > > : (setq org-list-allow-alphabetical t) > > Type a checkbox, but org doesn't seem to parse it: > > : * heading > : > : 1. [ ] numeric heading > : a. [ ] alphabetic subheading (typed but not checkbox faced or C-c usable) > > Use keychord to create next item with checkbox, but also not parsed: > > : * heading > : > : 1. [ ] numeric heading > : a. alphabetic subheading(point here, press M-S-RET) > : b. [ ] (creates this, not checkbox faced or C-c usable) > > Is this expected behavior? Do I need to enable additional options? You need to reload Org when you modify `org-list-allow-alphabetical'. Regards, -- Nicolas Goaziou