From mboxrd@z Thu Jan 1 00:00:00 1970 From: Rasmus Subject: Re: org-list-allow-alphabetical LaTeX export Date: Thu, 06 Jun 2013 23:20:49 +0200 Message-ID: <87y5anylzi.fsf@pank.eu> References: <93BA1627-D7F6-4E96-9AFC-927A6F6C8C6E@gmail.com> 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]:54560) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UkhcH-0002j4-Kh for emacs-orgmode@gnu.org; Thu, 06 Jun 2013 17:21:06 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UkhcG-0008A7-PD for emacs-orgmode@gnu.org; Thu, 06 Jun 2013 17:21:05 -0400 Received: from plane.gmane.org ([80.91.229.3]:55874) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UkhcG-00089F-Ig for emacs-orgmode@gnu.org; Thu, 06 Jun 2013 17:21:04 -0400 Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1UkhcE-0005aI-Us for emacs-orgmode@gnu.org; Thu, 06 Jun 2013 23:21:02 +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 ; Thu, 06 Jun 2013 23:21:02 +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 ; Thu, 06 Jun 2013 23:21:02 +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 Carsten Dominik writes: >> a) Do something. >> b) Use your answer in part a) to do something else. >> >> Then, if I want to export it to multiple formats (say, html and >> pdf), there is no general way to tell orgmode: "my alphabetical >> bullet choice was meaningful, please try to preserve it". One ends >> up inserting little workarounds for each export format. Which is >> not a big deal, but when everything else works so seamlessly it's >> these little things that stand out :) > > This is a good point - but this calls for something else: A mechanism > to name a particular list item and refer to it by name. In LaTeX you > can put a \label into an ordered list item and refer to it with \ref. > I am not sure if the new exporter allows this for list items, but I do > not thing so. Nicolas, has this ever been considered? I don't > remember. > > This would be useful. > > Or, make sure you use a LaTeX stype or HTML style file that uses a specific labeling system. 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 –Rasmus -- Hooray!