Re: [O] How to get header in second table generated by src block

2012-03-10 Thread Vladimir Lomov
Hello, ** Marc-Oliver Ihm [2012-03-10 17:58:52 +0100]: > Hi, > if you add ":colnames yes", like this: > #+call: raw-to-table[:exports results](table=raw2) :colnames yes > you get the headers, that you expect. Aha, I thought I should put ~:colnames~ inside ~[]~ > regards, Marc Thanks Marc. ---

Re: [O] How to get header in second table generated by src block

2012-03-10 Thread Marc-Oliver Ihm
Hi, if you add ":colnames yes", like this: #+call: raw-to-table[:exports results](table=raw2) :colnames yes you get the headers, that you expect. regards, Marc

[O] How to get header in second table generated by src block

2012-03-09 Thread Vladimir Lomov
--- 8< --- #+TITLE: One code two tables Hello, I'm adopting my workflow to org, and now I want to understand what I do wrong in following. Suppose I have two tables with headers and three columns. In export to html I want to get two tables with fi