From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nicolas Goaziou Subject: Re: bug: footnotes do not export to HTML Date: Fri, 08 Jul 2011 22:08:59 +0200 Message-ID: <87aacomt5w.fsf@gmail.com> References: <87r565lyp4.fsf@gmail.com> <87mxgsmuru.fsf@gmail.com> <87hb6xvlwv.fsf@norang.ca> <87iprdlyrx.fsf@gmail.com> <878vs8yjio.fsf@gnu.org> <87ei20n2g1.fsf@gmail.com> <81d3hk3brc.fsf@gmail.com> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([140.186.70.92]:60913) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QfHMG-0003rE-A9 for emacs-orgmode@gnu.org; Fri, 08 Jul 2011 16:09:06 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1QfHMF-00041t-8s for emacs-orgmode@gnu.org; Fri, 08 Jul 2011 16:09:04 -0400 Received: from mail-ww0-f41.google.com ([74.125.82.41]:48541) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QfHMF-00041o-4b for emacs-orgmode@gnu.org; Fri, 08 Jul 2011 16:09:03 -0400 Received: by wwi14 with SMTP id 14so842906wwi.0 for ; Fri, 08 Jul 2011 13:09:02 -0700 (PDT) In-Reply-To: <81d3hk3brc.fsf@gmail.com> (Jambunathan K.'s message of "Fri, 08 Jul 2011 23:17:35 +0530") 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: Jambunathan K Cc: Bastien , emacs-orgmode@gnu.org Jambunathan K writes: > In org-footnote-forbidden-blocks > > '("example" "verse" "src" "latex" "html" "docbook") > > should we make use of org-export-backends. > > I introduced the above variable as part of org-odt compatibility > changes. > > > ,----[ C-h v org-export-backends RET ] > | org-export-backends is a variable defined in `org-exp.el'. > | Its value is (odt docbook html beamer ascii latex) > | > | > | Documentation: > | List of Org supported export backends. > | > | [back] > `---- Indeed, I am going to make use of it. I will also change `org-footnote-forbidden-blocks' and `org-list-forbidden-blocks' into defconsts as they are not meant to be modified anyway. Thanks for notifying me about this variable. Regards, -- Nicolas Goaziou