diff options
author | Carsten Dominik <dominik@science.uva.nl> | 2008-12-18 22:57:53 +0000 |
---|---|---|
committer | Carsten Dominik <dominik@science.uva.nl> | 2008-12-18 22:57:53 +0000 |
commit | 73ef3bde2124bc05c093a37d7f6634a59587ded4 (patch) | |
tree | a841c09d4eb6fe6bccf82a3361d1875199eb29d5 /doc | |
parent | 17a0aa82253c19a14a743c7fcba33beb73a68e52 (diff) | |
download | emacs-73ef3bde2124bc05c093a37d7f6634a59587ded4.tar.gz |
2008-12-18 Carsten Dominik <dominik@science.uva.nl>
* org.texi (References): Remove mentioning of @0 as reference for the
last line, this has been reverted in the Lisp sources.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/misc/org.texi | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/doc/misc/org.texi b/doc/misc/org.texi index 39c94aa1ee6..b54db8cfffc 100644 --- a/doc/misc/org.texi +++ b/doc/misc/org.texi @@ -1782,8 +1782,7 @@ Org also uses another, more general operator that looks like this: @noindent Column references can be absolute like @samp{1}, @samp{2},...@samp{N}, -or relative to the current column like @samp{+1} or @samp{-2}. As a special -case, @samp{@@0} references the last data line in the table. +or relative to the current column like @samp{+1} or @samp{-2}. The row specification only counts data lines and ignores horizontal separator lines (hlines). You can use absolute row numbers |