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 "") (bottom-row-p "") (t (if (= (mod row-number 2) 1) "" ""))) eval((cond (top-row-p "") (bottom-row-p "") (t (if (= (mod row-number 2) 1) "" ""))) 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