Re: [O] Checkboxes with org-list-allow-alphabetical

2014-06-19 Thread Nicolas Goaziou
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. [ ] nu

[O] Checkboxes with org-list-allow-alphabetical

2014-06-16 Thread jeff Kowalczyk
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 (ty