From mboxrd@z Thu Jan 1 00:00:00 1970 From: Simon Guest Subject: Ordered lists with alphabetic tags? Date: Mon, 15 Feb 2010 21:07:48 +1300 Message-ID: <863a12ncq3.wl%simon.guest@tesujimath.org> Mime-Version: 1.0 (generated by SEMI 1.14.6 - "Maruoka") Content-Type: text/plain; charset=US-ASCII Return-path: Received: from [140.186.70.92] (port=35325 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Ngvzv-0008PV-5U for emacs-orgmode@gnu.org; Mon, 15 Feb 2010 03:08:03 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1Ngvzu-0008MC-7t for emacs-orgmode@gnu.org; Mon, 15 Feb 2010 03:08:02 -0500 Received: from mx1.orcon.net.nz ([219.88.242.51]:43373) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1Ngvzt-0008M8-RL for emacs-orgmode@gnu.org; Mon, 15 Feb 2010 03:08:02 -0500 Received: from Debian-exim by mx1.orcon.net.nz with local (Exim 4.67) (envelope-from ) id 1Ngvzo-0000UQ-Q0 for emacs-orgmode@gnu.org; Mon, 15 Feb 2010 21:07:57 +1300 Received: from 60-234-138-128.bitstream.orcon.net.nz ([60.234.138.128] helo=aji.tesujimath.org) by mx1.orcon.net.nz with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.67) (envelope-from ) id 1Ngvzn-0000Tf-TF for emacs-orgmode@gnu.org; Mon, 15 Feb 2010 21:07:55 +1300 Received: from [10.0.1.242] (helo=sabaki.tesujimath.org.tesujimath.org) by aji.tesujimath.org with esmtp (Exim 4.69) (envelope-from ) id 1Ngvzl-0008NQ-MD for emacs-orgmode@gnu.org; Mon, 15 Feb 2010 21:07:53 +1300 List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: Org Mode Hi, I'd like to produce multi-choice questions using Org mode, exporting via Latex and Beamer mode to PDF. My choices need to be alphabetic: A B C, etc, since I am using a set of classroom clickers (aka voting buttons) for students to select answers, which have buttons labelled A to H. So far, I found no way to change numeric to alphabetic in lists, and the best I can come up with is ** What's your favourite subject? + A Maths + B Science + C English etc. I note that numeric lists are formatted really nicely on slides. Is there a way of achieving similar with alphabetic? Would this be a useful enhancement? cheers, Simon