branch: externals/org
commit 45e02e6bc67c1d22c7b2560fc0fc5a7e86aea0e2
Author: Ihor Radchenko <[email protected]>
Commit: Ihor Radchenko <[email protected]>
* doc/org-manual.org (Formula syntax for Calc): Fix typo
Add missing ")".
Reported in
https://orgmode.org/list/[email protected]
---
doc/org-manual.org | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/doc/org-manual.org b/doc/org-manual.org
index 1effed6c40..c0dd60e9d8 100644
--- a/doc/org-manual.org
+++ b/doc/org-manual.org
@@ -2148,7 +2148,7 @@ Operations]]). For example
required to not convert empty fields to 0. =f-1= is an optional
Calc format string similar to =%.1f= but leaves empty results empty.
-- =if(typeof(vmean($1..$7)) == 12, string(""), vmean($1..$7); E= ::
+- =if(typeof(vmean($1..$7)) == 12, string(""), vmean($1..$7)); E= ::
Mean value of a range unless there is any empty field. Every field
in the range that is empty is replaced by =nan= which lets =vmean=