From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nicolas Goaziou Subject: Re: [dev] footnotes improvements Date: Sat, 14 May 2011 10:44:23 +0200 Message-ID: <87hb8x3c48.fsf@gmail.com> References: <871v05f4ca.fsf@gmail.com> <4DCB89FA.9080500@christianmoe.com> <871v0444m9.fsf@gmail.com> <4DCBBAE1.9010106@christianmoe.com> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([140.186.70.92]:55179) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QLASf-00043g-8x for emacs-orgmode@gnu.org; Sat, 14 May 2011 04:44:34 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1QLASe-00020i-4N for emacs-orgmode@gnu.org; Sat, 14 May 2011 04:44:33 -0400 Received: from mail-wy0-f169.google.com ([74.125.82.169]:43041) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QLASd-00020a-UQ for emacs-orgmode@gnu.org; Sat, 14 May 2011 04:44:32 -0400 Received: by wyf19 with SMTP id 19so2991142wyf.0 for ; Sat, 14 May 2011 01:44:30 -0700 (PDT) In-Reply-To: <4DCBBAE1.9010106@christianmoe.com> (Christian Moe's message of "Thu, 12 May 2011 12:48:01 +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: mail@christianmoe.com Cc: Org Mode List Hello, Christian Moe writes: > Anyway, the footnote markers are run together in LaTeX, too. So > I think a (customizable?) separator would be a reader-friendly > complement to this new adjacent footnote capability. I've added three customizable variables for that: - org-export-latex-footnote-separator (defaults to "\textsuperscript{,}\\,") - org-export-html-footnote-separator (defaults to ", ") - org-export-docbook-footnote-separator (defaults to ", ") Would that make it? I also fixed the ascii exporter which I had forgotten in the changes. Regards, -- Nicolas Goaziou