emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
* ox-html, top-row-p
@ 2015-12-12 23:36 Fabrice Popineau
  2015-12-13  9:31 ` Fabrice Popineau
  0 siblings, 1 reply; 6+ messages in thread
From: Fabrice Popineau @ 2015-12-12 23:36 UTC (permalink / raw)
  To: emacs-orgmode@gnu.org

[-- Attachment #1: Type: text/plain, Size: 733 bytes --]

Hi,

I get an error in ox-html.el with the latest org-mode when exporting tables
to html :

Debugger entered--Lisp error: (void-variable top-row-p)
  (cond (top-row-p "<tr class=\"tr-top\">") (bottom-row-p "<tr
class=\"tr-bottom\">") (t (if (= (mod row-number 2) 1) "<tr
class=\"tr-odd\">" "<tr class=\"tr-even\">")))
  eval((cond (top-row-p "<tr class=\"tr-top\">") (bottom-row-p "<tr
class=\"tr-bottom\">") (t (if (= (mod row-number 2) 1) "<tr
class=\"tr-odd\">" "<tr class=\"tr-even\">"))) t)
  org-html-table-row((table-row (:type standard :begin 1784 :end 1898
:contents-begin 1785 :contents-end 1897 :post-blank 0 :post-affiliated 1784
:parent ...))

Can anybody confirm or is something wrong on my side ?

Greetings,

Fabrice

[-- Attachment #2: Type: text/html, Size: 1127 bytes --]

^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2015-12-15 22:34 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-12-12 23:36 ox-html, top-row-p Fabrice Popineau
2015-12-13  9:31 ` Fabrice Popineau
2015-12-14 22:49   ` Nicolas Goaziou
2015-12-14 23:05     ` Fabrice Popineau
2015-12-14 23:20       ` Nicolas Goaziou
2015-12-15 22:34         ` Fabrice Popineau

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).