Home / Emacs / Org Babel / Source block headers
The colnames header argument
nil- Drop the column names from the input, if tabular.
- Run the code block, possibly producing results.
- Re-add the column names, if any, to the results, if tabular.
N.B. Column names are row #1 if row #2 is a horizontal rule.
yes- Drop the first row from the input, if tabular.
- Run the code block, possibly producing results.
- Re-add the row, if any, to the results, if tabular.
- no
- Do not pre-process tabular inputs.