From mboxrd@z Thu Jan 1 00:00:00 1970 From: Rasmus Subject: Re: org-list-allow-alphabetical LaTeX export Date: Fri, 07 Jun 2013 00:49:08 +0200 Message-ID: <87li6mzwgr.fsf@pank.eu> References: <93BA1627-D7F6-4E96-9AFC-927A6F6C8C6E@gmail.com> <87y5anylzi.fsf@pank.eu> <7C0B6E30-512B-447D-A45B-42D90936C750@gmail.com> <87ppvyzwws.fsf@pank.eu> 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]:46889) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Ukizj-0005ln-Px for emacs-orgmode@gnu.org; Thu, 06 Jun 2013 18:49:27 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Ukizg-0003fa-Rz for emacs-orgmode@gnu.org; Thu, 06 Jun 2013 18:49:23 -0400 Received: from plane.gmane.org ([80.91.229.3]:47782) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Ukizg-0003fN-Lk for emacs-orgmode@gnu.org; Thu, 06 Jun 2013 18:49:20 -0400 Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1Ukizf-0006IK-1C for emacs-orgmode@gnu.org; Fri, 07 Jun 2013 00:49:19 +0200 Received: from 87-57-37-160-dynamic.dk.customer.tdc.net ([87.57.37.160]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 07 Jun 2013 00:49:19 +0200 Received: from rasmus by 87-57-37-160-dynamic.dk.customer.tdc.net with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 07 Jun 2013 00:49:19 +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 Rasmus writes: > Josiah Schwab writes: > >>> Why doesn't this cut it: >>> >>> #+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. >>
  3. Use your answer in part 1 to do something else. >>
  4. >>
>> >> and the link name will remain "1", even if one adds type="a" to the >>
    tag to adjust the bullet appearance. > > If you your type you can use a more advance link [[1][a)]. But that's > not very nice. > > Perhaps, css counters is the way to go: > > https://developer.mozilla.org/en-US/docs/Web/Guide/CSS/Counters > > (I did a quick search and I'm not sure css is powerful enough). It doesn't seem to be easy or pretty to get \ref-\label-like relations in html. Here's the best I could find: http://stackoverflow.com/questions/2651739/how-to-access-css-generated-content-with-javascript –Rasmus -- When in doubt, do it!