diff options
| author | Eric Schulte <schulte.eric@gmail.com> | 2013-01-09 17:22:13 (GMT) |
|---|---|---|
| committer | Eric Schulte <schulte.eric@gmail.com> | 2013-01-09 17:22:13 (GMT) |
| commit | f8f548907100d90ceb9ce359806d401024f52165 (patch) | |
| tree | f13b8561a2cebf4e938403b040ad57280585ad6b | |
| parent | da0276cba51a545773bc43613d83da136c61e854 (diff) | |
| download | org-mode-f8f548907100d90ceb9ce359806d401024f52165.zip org-mode-f8f548907100d90ceb9ce359806d401024f52165.tar.gz | |
mention elisp as special rowname case.
* doc/org.texi (rownames): Mention elisp as special rowname case.
| -rw-r--r-- | doc/org.texi | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/doc/org.texi b/doc/org.texi index c6e5b70..a2e6756 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} |
