From mboxrd@z Thu Jan 1 00:00:00 1970 From: Michael Bach Subject: Re: org-list-allow-alphabetical LaTeX export Date: Thu, 6 Jun 2013 09:33:44 +0000 (UTC) Message-ID: References: <20130606112324.24105d61@aga-netbook> 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]:57654) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UkWaD-0001wN-R7 for emacs-orgmode@gnu.org; Thu, 06 Jun 2013 05:34:18 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UkWa7-0000Z8-6c for emacs-orgmode@gnu.org; Thu, 06 Jun 2013 05:34:13 -0400 Received: from plane.gmane.org ([80.91.229.3]:60112) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UkWa7-0000Yv-0S for emacs-orgmode@gnu.org; Thu, 06 Jun 2013 05:34:07 -0400 Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1UkWa0-0002Ma-Vy for emacs-orgmode@gnu.org; Thu, 06 Jun 2013 11:34:01 +0200 Received: from arcss01.ait.ac.at ([62.218.164.126]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 06 Jun 2013 11:34:00 +0200 Received: from phaebz by arcss01.ait.ac.at with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 06 Jun 2013 11:34:00 +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 Marcin Borkowski wmi.amu.edu.pl> writes: > > Dnia 2013-06-06, o godz. 09:11:11 > Michael Bach gmail.com> napisaƂ(a): > > > Oh, I never saw it handled by the exporter, just a wrong assumption. > > Just out of curiosity, do you think this could be implemented > > 'easily'? > > If you mean "easily" on the LaTeX side, then yes, check out the > "enumitem" package. Example: > Thanks for mentioning the package and example. I was talking about the Org- mode side though. > But definitely check out the docs for that package, it is really good, > and supports much more than this. > Looks nice, will have a look at it.