* Bug: table example in the manual doesn't export [8.3beta (release_8.3beta-1216-gb856f6 @ /home/youngfrog/sources/org-mode/lisp/)]
@ 2015-07-01 21:45 Nicolas Richard
2015-07-02 7:23 ` Nicolas Goaziou
0 siblings, 1 reply; 2+ messages in thread
From: Nicolas Richard @ 2015-07-01 21:45 UTC (permalink / raw)
To: emacs-orgmode
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/)
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: Bug: table example in the manual doesn't export [8.3beta (release_8.3beta-1216-gb856f6 @ /home/youngfrog/sources/org-mode/lisp/)]
2015-07-01 21:45 Bug: table example in the manual doesn't export [8.3beta (release_8.3beta-1216-gb856f6 @ /home/youngfrog/sources/org-mode/lisp/)] Nicolas Richard
@ 2015-07-02 7:23 ` Nicolas Goaziou
0 siblings, 0 replies; 2+ messages in thread
From: Nicolas Goaziou @ 2015-07-02 7:23 UTC (permalink / raw)
To: Nicolas Richard; +Cc: emacs-orgmode
Hello,
Nicolas Richard <youngfrog@members.fsf.org> writes:
> In (info "(org) Column groups")
>
> There's an example:
> | 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)))
>
> But it won't export (e.g. to html) correctly because [4] is interpreted
> as a footnote.
Fixed in 2c66e40c6755c042bc6bd0632058ccdba009f50f. Thank you.
Regards,
--
Nicolas Goaziou
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2015-07-02 7:22 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-07-01 21:45 Bug: table example in the manual doesn't export [8.3beta (release_8.3beta-1216-gb856f6 @ /home/youngfrog/sources/org-mode/lisp/)] Nicolas Richard
2015-07-02 7:23 ` Nicolas Goaziou
Code repositories for project(s) associated with this public inbox
https://git.savannah.gnu.org/cgit/emacs/org-mode.git
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).