From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nicolas Goaziou Subject: Re: [patch] more robust footnotes Date: Tue, 24 May 2016 23:31:40 +0200 Message-ID: <87h9dn87nn.fsf@saiph.selenimh> References: <1461444845.13483.6.camel@gmail.com> <87h9eqt74z.fsf@gmx.us> <87a8kivzcc.fsf@saiph.selenimh> <87r3durmc6.fsf@gmx.us> <87h9ep6hkx.fsf@saiph.selenimh> <874mapstdk.fsf@gmx.us> <87a8kh4wpp.fsf@saiph.selenimh> <87r3ctalx7.fsf@gmx.us> <87bn3w8nba.fsf@saiph.selenimh> <87k2ij895o.fsf_-_@gmx.us> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:33568) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1b5Jve-0008Bb-6U for emacs-orgmode@gnu.org; Tue, 24 May 2016 17:31:55 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1b5JvZ-0001Wm-Vv for emacs-orgmode@gnu.org; Tue, 24 May 2016 17:31:53 -0400 Received: from relay4-d.mail.gandi.net ([217.70.183.196]:55846) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1b5JvZ-0001WZ-Pq for emacs-orgmode@gnu.org; Tue, 24 May 2016 17:31:49 -0400 In-Reply-To: <87k2ij895o.fsf_-_@gmx.us> (rasmus@gmx.us's message of "Tue, 24 May 2016 22:59:15 +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" To: Rasmus Cc: emacs-orgmode@gnu.org Hello, Rasmus writes: > The GOAL is to make "pretty" latex and not clutter every footnote with > labels. I understand that. I actually misread the code. > I think the logic is better now, but it uses the plain > org-export-map rather than org-export--footnote-reference-map. The difference between `org-element-map' and `org-export--footnote-reference-map' is about the order in which footnotes references are processed. In this case, you don't care about it, so `org-element-map' is probably a better choice. > From: Rasmus > Date: Sun, 22 May 2016 15:10:16 +0200 > Subject: [PATCH] ox-html: Find preamble-spec case-insensitively You sent the wrong patch. Regards, -- Nicolas Goaziou