summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarsten Dominik <carsten.dominik@gmail.com>2009-02-12 07:12:38 +0100
committerCarsten Dominik <carsten.dominik@gmail.com>2009-02-12 07:12:38 +0100
commit6761dcbbd2d4fb60683ee95cac06fcff8d4f968b (patch)
treebd0d33ef151f0533d6d03bb1d0e6c4ce6cb0f516
parentf6689dd1e2ee75cb7c31e2eb3681c273b4a6e34f (diff)
downloadorg-mode-6761dcbbd2d4fb60683ee95cac06fcff8d4f968b.tar.gz
Minor fixes
-rw-r--r--contrib/lisp/org-choose.el2
-rw-r--r--doc/org.texi15
2 files changed, 9 insertions, 8 deletions
diff --git a/contrib/lisp/org-choose.el b/contrib/lisp/org-choose.el
index bee8ef6..a5e8a19 100644
--- a/contrib/lisp/org-choose.el
+++ b/contrib/lisp/org-choose.el
@@ -510,7 +510,7 @@ NEW-MARK and OLD-MARK are the text of the new and old marks."
(add-to-list 'org-todo-interpretation-widgets
'(:tag "Choose (to record decisions)" choose)
'append)
- ))
+ ))
diff --git a/doc/org.texi b/doc/org.texi
index b5fd51e..6d92c3d 100644
--- a/doc/org.texi
+++ b/doc/org.texi
@@ -2163,13 +2163,14 @@ and will not be modified by column formulas.
To assign a formula to a column, type it directly into any field in the
column, preceded by an equal sign, like @samp{=$1+$2}. When you press
-@key{TAB} or @key{RET} or @kbd{C-c C-c} with the cursor still in the
-field, the formula will be stored as the formula for the current column,
-evaluated and the current field replaced with the result. If the field
-contains only @samp{=}, the previously stored formula for this column is
-used. For each column, Org will only remember the most recently
-used formula. In the @samp{TBLFM:} line, column formulas will look like
-@samp{$4=$1+$2}.
+@key{TAB} or @key{RET} or @kbd{C-c C-c} with the cursor still in the field,
+the formula will be stored as the formula for the current column, evaluated
+and the current field replaced with the result. If the field contains only
+@samp{=}, the previously stored formula for this column is used. For each
+column, Org will only remember the most recently used formula. In the
+@samp{TBLFM:} line, column formulas will look like @samp{$4=$1+$2}. The left
+hand side of a column formula can currently not be the name of column, it
+must be the numeric column reference.
Instead of typing an equation into the field, you may also use the
following command: