summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Brand <michael.ch.brand@gmail.com>2012-09-07 19:24:14 +0200
committerBastien Guerry <bzg@altern.org>2012-09-12 09:50:59 +0200
commit137bfd0aa7a4668058ea5be13d672cd5d0406325 (patch)
tree66f6d99d5c2f74ffa7662e43cf44cbf0a4ded263
parentd815ca4fb2996a91e57497d2aceda8621ea4521b (diff)
downloadorg-mode-137bfd0aa7a4668058ea5be13d672cd5d0406325.tar.gz
org.texi: Mention Calc defmath
* org.texi (Formula syntax for Calc): Add a sentence to mention Calc defmath.
-rw-r--r--doc/org.texi3
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/org.texi b/doc/org.texi
index b82d5db..c9fc008 100644
--- a/doc/org.texi
+++ b/doc/org.texi
@@ -2659,6 +2659,9 @@ if($1<20,teen,string("")) @r{"teen" if age $1 less than 20, else empty}
Note that you can also use two org-specific flags @code{T} and @code{t} for
durations computations @ref{Durations and time values}.
+You can add your own Calc functions defined in Emacs Lisp with @code{defmath}
+and use them in formula syntax for Calc.
+
@node Formula syntax for Lisp, Durations and time values, Formula syntax for Calc, The spreadsheet
@subsection Emacs Lisp forms as formulas
@cindex Lisp forms, as table formulas