emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[O] ox-html, top-row-p


From: Fabrice Popineau
Subject: [O] ox-html, top-row-p
Date: Sun, 13 Dec 2015 00:36:07 +0100

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

reply via email to

[Prev in Thread] Current Thread [Next in Thread]