From mboxrd@z Thu Jan 1 00:00:00 1970 From: Stephen Subject: Bug: javascript array interpreted as footnote in HTML section Date: Fri, 16 Apr 2010 15:29:21 +0100 Message-ID: Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1O2mYE-0004pg-Hm for emacs-orgmode@gnu.org; Fri, 16 Apr 2010 10:29:46 -0400 Received: from [140.186.70.92] (port=46607 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1O2mYD-0004p2-6c for emacs-orgmode@gnu.org; Fri, 16 Apr 2010 10:29:46 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1O2mYC-0001YI-09 for emacs-orgmode@gnu.org; Fri, 16 Apr 2010 10:29:45 -0400 Received: from mail-bw0-f225.google.com ([209.85.218.225]:44870) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1O2mYB-0001Xy-RY for emacs-orgmode@gnu.org; Fri, 16 Apr 2010 10:29:43 -0400 Received: by bwz25 with SMTP id 25so2748015bwz.8 for ; Fri, 16 Apr 2010 07:29:42 -0700 (PDT) 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: Emacs OrgMode I would like to embed some javascript code at the bottom of an exported HTML document: #+BEGIN_HTML #+END_HTML I would expect this to be left alone by org-mode because it is in a BEGIN_HTML section. Unfortunately, the [0] syntax is interpreted as a footnote and now a broken footnotes section appears at the bottom of the document (there are no other footnotes). The HTML code is left as is, ie. the javascript array syntax is not turned into a link to the footnote. I think this is a bug. org-mode should not try to interpret literal HTML.