Browse Source

org.texi: Mention Calc defmath

* org.texi (Formula syntax for Calc): Add a sentence to mention Calc
defmath.
Michael Brand 12 years ago
parent
commit
137bfd0aa7
1 changed files with 3 additions and 0 deletions
  1. 3 0
      doc/org.texi

+ 3 - 0
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