From mboxrd@z Thu Jan 1 00:00:00 1970 From: Josiah Schwab Subject: Re: org-list-allow-alphabetical LaTeX export Date: Thu, 6 Jun 2013 14:36:39 -0700 Message-ID: <7C0B6E30-512B-447D-A45B-42D90936C750@gmail.com> References: <93BA1627-D7F6-4E96-9AFC-927A6F6C8C6E@gmail.com> <87y5anylzi.fsf@pank.eu> Mime-Version: 1.0 (Apple Message framework v1085) Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:58520) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UkhrR-0007Xd-H9 for emacs-orgmode@gnu.org; Thu, 06 Jun 2013 17:36:46 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UkhrP-00050n-W6 for emacs-orgmode@gnu.org; Thu, 06 Jun 2013 17:36:45 -0400 Received: from mail-pa0-x230.google.com ([2607:f8b0:400e:c03::230]:60891) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UkhrP-00050d-OH for emacs-orgmode@gnu.org; Thu, 06 Jun 2013 17:36:43 -0400 Received: by mail-pa0-f48.google.com with SMTP id kp12so423541pab.21 for ; Thu, 06 Jun 2013 14:36:42 -0700 (PDT) In-Reply-To: <87y5anylzi.fsf@pank.eu> 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: Rasmus Cc: emacs-orgmode@gnu.org > Why doesn't this cut it: >=20 > #+BEGIN_SRC org > 1. <<1>> Do something. > 2. Use your answer in part [[1]] to do something else. > #+END_SRC That will work ok in LaTeX I think. But that will export to HTML like
  1. Do something.
  2. Use your answer in part 1 to do something else.
and the link name will remain "1", even if one adds type=3D"a" to the =
    tag to adjust the bullet appearance. Josiah=