From mboxrd@z Thu Jan 1 00:00:00 1970 From: jeff Kowalczyk Subject: Checkboxes with org-list-allow-alphabetical Date: Mon, 16 Jun 2014 17:30:32 +0000 (UTC) Message-ID: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:34120) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WwakC-0008HX-Hd for emacs-orgmode@gnu.org; Mon, 16 Jun 2014 13:31:04 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Wwak3-0000o3-KS for emacs-orgmode@gnu.org; Mon, 16 Jun 2014 13:30:56 -0400 Received: from plane.gmane.org ([80.91.229.3]:53401) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Wwak3-0000nu-BJ for emacs-orgmode@gnu.org; Mon, 16 Jun 2014 13:30:47 -0400 Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1Wwak0-0005Ib-Ks for emacs-orgmode@gnu.org; Mon, 16 Jun 2014 19:30:45 +0200 Received: from 216.115.1.60 ([216.115.1.60]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 16 Jun 2014 19:30:44 +0200 Received: from jeff.kowalczyk by 216.115.1.60 with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 16 Jun 2014 19:30:44 +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 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? Thanks, Jeff