From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nicolas Richard Subject: Bug: table example in the manual doesn't export [8.3beta (release_8.3beta-1216-gb856f6 @ /home/youngfrog/sources/org-mode/lisp/)] Date: Wed, 01 Jul 2015 23:45:31 +0200 Message-ID: <86pp4b1ric.fsf@members.fsf.org> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:52648) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZAPp3-0007C4-I0 for emacs-orgmode@gnu.org; Wed, 01 Jul 2015 17:45:38 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZAPoz-0001iA-SQ for emacs-orgmode@gnu.org; Wed, 01 Jul 2015 17:45:37 -0400 Received: from mailrelay117.isp.belgacom.be ([195.238.20.144]:42537) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZAPoz-0001gP-N1 for emacs-orgmode@gnu.org; Wed, 01 Jul 2015 17:45:33 -0400 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: emacs-orgmode@gnu.org In (info "(org) Column groups") There's an example: --8<---------------cut here---------------start------------->8--- | N | N^2 | N^3 | N^4 | sqrt(n) | sqrt[4](N) | |---+-----+-----+-----+---------+------------| | / | < | | > | < | > | | 1 | 1 | 1 | 1 | 1 | 1 | | 2 | 4 | 8 | 16 | 1.4142 | 1.1892 | | 3 | 9 | 27 | 81 | 1.7321 | 1.3161 | |---+-----+-----+-----+---------+------------| #+TBLFM: $2=$1^2::$3=$1^3::$4=$1^4::$5=sqrt($1)::$6=sqrt(sqrt(($1))) --8<---------------cut here---------------end--------------->8--- But it won't export (e.g. to html) correctly because [4] is interpreted as a footnote. Here's a (trimmed down) backtrace : --8<---------------cut here---------------start------------->8--- Debugger entered--Lisp error: (error "Definition not found for footnote 4") signal(error ("Definition not found for footnote 4")) error("Definition not found for footnote %s" "4") org-export-get-footnote-definition (...) org-element-map (...) org-export-collect-footnote-definitions org-html-footnote-section org-html-inner-template org-export-as org-export-to-file org-html-export-to-html org-export-dispatch(nil) call-interactively(org-export-dispatch nil nil) --8<---------------cut here---------------end--------------->8--- Emacs : GNU Emacs 25.0.50.2 (i686-pc-linux-gnu, X toolkit, Xaw scroll bars) of 2015-06-11 on Aurora Package: Org-mode version 8.3beta (release_8.3beta-1216-gb856f6 @ /home/youngfrog/sources/org-mode/lisp/)