From f8f548907100d90ceb9ce359806d401024f52165 Mon Sep 17 00:00:00 2001 From: Eric Schulte Date: Wed, 9 Jan 2013 10:22:13 -0700 Subject: [PATCH] mention elisp as special rowname case. * doc/org.texi (rownames): Mention elisp as special rowname case. --- doc/org.texi | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/doc/org.texi b/doc/org.texi index c6e5b7069..a2e6756ef 100644 --- a/doc/org.texi +++ b/doc/org.texi @@ -14313,8 +14313,10 @@ hline) @node rownames, shebang, colnames, Specific header arguments @subsubsection @code{:rownames} -The @code{:rownames} header argument can take on the values @code{yes} -or @code{no}, with a default value of @code{no}. +The @code{:rownames} header argument can take on the values @code{yes} or +@code{no}, with a default value of @code{no}. Note that Emacs Lisp code +blocks ignore the @code{:rownames} header argument entirely given the ease +with which tables with row names may be handled directly in Emacs Lisp. @itemize @bullet @item @code{no} -- 2.11.4.GIT