瀏覽代碼

org.texi: Mention Calc defmath

* org.texi (Formula syntax for Calc): Add a sentence to mention Calc
defmath.
Michael Brand 12 年之前
父節點
當前提交
137bfd0aa7
共有 1 個文件被更改,包括 3 次插入0 次删除
  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