From e6ea9c59a09f502e52e2325f328ee2ce02cd2a05 Mon Sep 17 00:00:00 2001 From: Eric Schulte Date: Mon, 28 Nov 2011 11:21:52 -0700 Subject: [PATCH] note that colnames behavior may differ across languages * doc/org.texi (colnames): Note that colnames behavior may differ across languages. --- doc/org.texi | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/doc/org.texi b/doc/org.texi index 6383e3f2f..f59b656a6 100644 --- a/doc/org.texi +++ b/doc/org.texi @@ -13030,6 +13030,10 @@ Leaves hlines in the table. Setting @code{:hlines yes} has this effect. The @code{:colnames} header argument accepts the values @code{yes}, @code{no}, or @code{nil} for unassigned. The default value is @code{nil}. +Note that the behavior of the @code{:colnames} header argument may differ +across languages. For example Emacs Lisp code blocks ignore the +@code{:colnames} header argument entirely given the ease with which tables +with column names may be handled directly in Emacs Lisp. @itemize @bullet @item @code{nil} -- 2.11.4.GIT