From mboxrd@z Thu Jan 1 00:00:00 1970 From: Fabrice Popineau Subject: ox-html, top-row-p Date: Sun, 13 Dec 2015 00:36:07 +0100 Message-ID: Mime-Version: 1.0 Content-Type: multipart/alternative; boundary=089e013c62149b18c90526bbe883 Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:53395) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1a7tiG-0006MU-P0 for emacs-orgmode@gnu.org; Sat, 12 Dec 2015 18:36:29 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1a7tiF-0004Rt-U9 for emacs-orgmode@gnu.org; Sat, 12 Dec 2015 18:36:28 -0500 Received: from mail-wm0-x230.google.com ([2a00:1450:400c:c09::230]:33566) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1a7tiF-0004Rk-OI for emacs-orgmode@gnu.org; Sat, 12 Dec 2015 18:36:27 -0500 Received: by mail-wm0-x230.google.com with SMTP id n186so1003810wmn.0 for ; Sat, 12 Dec 2015 15:36:27 -0800 (PST) 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" --089e013c62149b18c90526bbe883 Content-Type: text/plain; charset=UTF-8 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 --089e013c62149b18c90526bbe883 Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: quoted-printable
Hi,

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

Debugger entered--Lisp error: (void-variable top-row-p)
=C2= =A0 (cond (top-row-p "<tr class=3D\"tr-top\">") (= bottom-row-p "<tr class=3D\"tr-bottom\">") (t (if= (=3D (mod row-number 2) 1) "<tr class=3D\"tr-odd\">&q= uot; "<tr class=3D\"tr-even\">")))
=C2= =A0 eval((cond (top-row-p "<tr class=3D\"tr-top\">&quo= t;) (bottom-row-p "<tr class=3D\"tr-bottom\">") (= t (if (=3D (mod row-number 2) 1) "<tr class=3D\"tr-odd\"&= gt;" "<tr class=3D\"tr-even\">"))) t)
<= div>=C2=A0 org-html-table-row((table-row (:type standard :begin 1784 :end 1= 898 :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
--089e013c62149b18c90526bbe883--