From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nicolas Goaziou Subject: Re: Tables in HTML export Date: Fri, 07 Dec 2018 14:44:26 +0100 Message-ID: <87in058n9h.fsf@nicolasgoaziou.fr> References: Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:57339) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gVGQm-00065I-Qd for emacs-orgmode@gnu.org; Fri, 07 Dec 2018 08:44:37 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1gVGQj-0003mG-LR for emacs-orgmode@gnu.org; Fri, 07 Dec 2018 08:44:36 -0500 Received: from relay5-d.mail.gandi.net ([217.70.183.197]:48319) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1gVGQj-0003ff-Dw for emacs-orgmode@gnu.org; Fri, 07 Dec 2018 08:44:33 -0500 In-Reply-To: (Vikas Rawal's message of "Fri, 7 Dec 2018 06:59:36 +0530") 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" To: Vikas Rawal Cc: org-mode mailing list Hello, Vikas Rawal writes: > How does org identify which table rows should be exported with header tags? > It seems rows above a horizontal line are automatically converted using > tags. Is there a way of controlling this? All rows above the first separator (or the second one if ) are considered to be part of the header. > My specific use case is that I have a multi-row table header created in an > R code block. I do not have a way of creating a horizontal line, and > without that the header is not being recognised as the header in html > export. See `org-html-table-row-open-tag', probably. Regards, -- Nicolas Goaziou