From mboxrd@z Thu Jan 1 00:00:00 1970 From: Matthew Lundin Subject: Re: Prevent footnotes from becoming superscript(in HTML) Date: Mon, 08 Dec 2008 14:13:18 -0600 Message-ID: <87fxkye881.fsf@fastmail.fm> References: <1e7471d50812081053m197ab2a0h296f827538bfbb27@mail.gmail.com> 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 1L9mTo-0004kS-3e for emacs-orgmode@gnu.org; Mon, 08 Dec 2008 15:13:20 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1L9mTn-0004kC-DV for emacs-orgmode@gnu.org; Mon, 08 Dec 2008 15:13:19 -0500 Received: from [199.232.76.173] (port=58945 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1L9mTn-0004k9-7Q for emacs-orgmode@gnu.org; Mon, 08 Dec 2008 15:13:19 -0500 Received: from out1.smtp.messagingengine.com ([66.111.4.25]:47195) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1L9mTm-0001Jh-Uc for emacs-orgmode@gnu.org; Mon, 08 Dec 2008 15:13:19 -0500 In-Reply-To: <1e7471d50812081053m197ab2a0h296f827538bfbb27@mail.gmail.com> (Saptarshi Guha's message of "Mon\, 8 Dec 2008 13\:53\:06 -0500") 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: saptarshi.guha@gmail.com Cc: emacs-orgmode@gnu.org "Saptarshi Guha" writes: > Hello > I am using footnotes extensively, e.g Boo[1] but I would like org-mode > to not export them as superscripts i.e I would like the exported HTML > to look like Boo[1] and not Boo ^{[1]}. > Is there a way to do this? One way to get rid of the superscript would be to add a style declaration to your export. #+STYLE: If you want brackets, you can add the following line to the top of your org file: #+STYLE: Not surprisingly, this doesn't work for IE. Otherwise, I believe you'd have to hack the relevant functions in org-exp.el to get rid of the the tags. (Someone else please correct me if I'm wrong.) Regards, Matt > > Thank you > Saptarshi > > -- > Saptarshi Guha - saptarshi.guha@gmail.com > > > _______________________________________________ > Emacs-orgmode mailing list > Remember: use `Reply All' to send replies to the list. > Emacs-orgmode@gnu.org > http://lists.gnu.org/mailman/listinfo/emacs-orgmode