Browse Source

org-manual: Fix typo

* doc/org-manual.org (Field coordinates in formulas): Fix typo.
Nicolas Goaziou 5 years ago
parent
commit
fa74fbb33c
1 changed files with 1 additions and 1 deletions
  1. 1 1
      doc/org-manual.org

+ 1 - 1
doc/org-manual.org

@@ -1937,7 +1937,7 @@ and ~org-table-current-column~.  Examples:
   Copy text or values of each row of column 1 of the table named
   {{{var(FOO)}}} into column 2 of the current table.
 
-- =@3 = 2 * remote(FOO, @@1$$#)= ::
+- =@3 = 2 * remote(FOO, @1$$#)= ::
 
   Insert the doubled value of each column of row 1 of the table
   named {{{var(FOO)}}} into row 3 of the current table.