Re: [O] Tables in HTML export

2018-12-07 Thread Vikas Rawal
> 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. > I defined the following macro. #+MACRO: hlmacro (eval (org-

Re: [O] Tables in HTML export

2018-12-07 Thread Nicolas Goaziou
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 consider

[O] Tables in HTML export

2018-12-06 Thread Vikas Rawal
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? My specific use case is that I have a multi-row table header created in an R code block. I do not have a wa