aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorCarsten Dominik2006-04-18 06:36:56 +0000
committerCarsten Dominik2006-04-18 06:36:56 +0000
commit84976147c8185eea7101b209b7207fc90053bf4e (patch)
tree452072fa748e18807421c54edefecb792354d055
parent4146eb162422c54cd265892be0869d26b29f00e7 (diff)
downloademacs-84976147c8185eea7101b209b7207fc90053bf4e.tar.gz
emacs-84976147c8185eea7101b209b7207fc90053bf4e.zip
(Formula syntax): Fixed link to Calc Manual.
-rw-r--r--man/org.texi6
1 files changed, 4 insertions, 2 deletions
diff --git a/man/org.texi b/man/org.texi
index f3a6c21a445..1c89017f198 100644
--- a/man/org.texi
+++ b/man/org.texi
@@ -4,7 +4,7 @@
4@setfilename ../info/org 4@setfilename ../info/org
5@settitle Org Mode Manual 5@settitle Org Mode Manual
6 6
7@set VERSION 4.23 7@set VERSION 4.24
8@set DATE April 2006 8@set DATE April 2006
9 9
10@dircategory Emacs 10@dircategory Emacs
@@ -1056,7 +1056,7 @@ A formula can be any algebraic expression understood by the Emacs
1056@file{calc} package. Note that @file{calc} has the slightly 1056@file{calc} package. Note that @file{calc} has the slightly
1057non-standard convention that @samp{/} has lower precedence than 1057non-standard convention that @samp{/} has lower precedence than
1058@samp{*}, so that @samp{a/b*c} is interpreted as @samp{a/(b*c)}. Before 1058@samp{*}, so that @samp{a/b*c} is interpreted as @samp{a/(b*c)}. Before
1059evaluation by @code{calc-eval} (@pxref{Calling Calc from Your Lisp 1059evaluation by @code{calc-eval} (@pxref{Calling Calc from Your
1060Programs,calc-eval,Calling calc from Your Lisp Programs,calc,GNU Emacs 1060Programs,calc-eval,Calling calc from Your Lisp Programs,calc,GNU Emacs
1061Calc Manual}), variable substitution takes place: 1061Calc Manual}), variable substitution takes place:
1062 1062
@@ -3835,6 +3835,8 @@ specified time.
3835@item 3835@item
3836Sacha Chua suggested to copy some linking code from Planner. 3836Sacha Chua suggested to copy some linking code from Planner.
3837@item 3837@item
3838Kees Dullemond inspired the use of narrowed tabled columns.
3839@item
3838Christian Egli converted the documentation into TeXInfo format, patched 3840Christian Egli converted the documentation into TeXInfo format, patched
3839CSS formatting into the HTML exporter, and inspired the agenda. 3841CSS formatting into the HTML exporter, and inspired the agenda.
3840@item 3842@item