From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bastien Subject: Re: footnotes as [references]? Date: Mon, 27 Jul 2009 11:35:26 +0800 Message-ID: <87ws5ulrwh.fsf@bzg.ath.cx> References: <1EB4AF05-9BEB-480D-94FA-F9439A8D888F@nf.mpg.de> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1MVH01-0006JR-9C for emacs-orgmode@gnu.org; Sun, 26 Jul 2009 23:35:41 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MVGzv-0006IT-PJ for emacs-orgmode@gnu.org; Sun, 26 Jul 2009 23:35:39 -0400 Received: from [199.232.76.173] (port=44424 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MVGzv-0006IM-Is for emacs-orgmode@gnu.org; Sun, 26 Jul 2009 23:35:35 -0400 Received: from rv-out-0708.google.com ([209.85.198.248]:42210) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1MVGzv-0005hd-7o for emacs-orgmode@gnu.org; Sun, 26 Jul 2009 23:35:35 -0400 Received: by rv-out-0708.google.com with SMTP id f25so1183718rvb.6 for ; Sun, 26 Jul 2009 20:35:34 -0700 (PDT) In-Reply-To: <1EB4AF05-9BEB-480D-94FA-F9439A8D888F@nf.mpg.de> (Stefan Vollmar's message of "Sun, 26 Jul 2009 20:31:15 +0200") List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: Stefan Vollmar Cc: emacs-orgmode Hi Stefan, Stefan Vollmar writes: > we want to have a "traditional" reference section in a software > documentation we are currently writing using org-mode. Org's Footnote > feature is almost perfect for the job, however, I prefer the "[123]"- > type of reference rather than the superscript notation org generates for > HTML-export. Is there a way to change the appearance of footnotes > (still hyperlinked, of course) to the square-bracket version in HTML > output? Now there is a new option `org-export-html-footnote-format'. You can set this to " [%s]" and the references will be in the format you describe. Thanks for this idea, -- Bastien