mention elisp as special rowname case.
* doc/org.texi (rownames): Mention elisp as special rowname case.
This commit is contained in:
parent
da0276cba5
commit
f8f5489071
|
@ -14313,8 +14313,10 @@ hline)
|
||||||
@node rownames, shebang, colnames, Specific header arguments
|
@node rownames, shebang, colnames, Specific header arguments
|
||||||
@subsubsection @code{:rownames}
|
@subsubsection @code{:rownames}
|
||||||
|
|
||||||
The @code{:rownames} header argument can take on the values @code{yes}
|
The @code{:rownames} header argument can take on the values @code{yes} or
|
||||||
or @code{no}, with a default value of @code{no}.
|
@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
|
@itemize @bullet
|
||||||
@item @code{no}
|
@item @code{no}
|
||||||
|
|
Loading…
Reference in New Issue