summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBastien Guerry <bzg@altern.org>2012-10-26 15:59:06 +0200
committerBastien Guerry <bzg@altern.org>2012-10-26 15:59:06 +0200
commitacbbe2d5b28968c692b7385b8446092c2c21fc3a (patch)
treee3593b46ca55e50ec6d3c0c7dd5eab0f6210a4db
parent7a9d3457073ce60670d0d0a02cbfcb9c34e9794b (diff)
downloadorg-mode-acbbe2d5b28968c692b7385b8446092c2c21fc3a.tar.gz
Fix typo in refcard and whitespaces in org.texi.
-rw-r--r--doc/org.texi10
-rw-r--r--doc/orgcard.tex4
2 files changed, 7 insertions, 7 deletions
diff --git a/doc/org.texi b/doc/org.texi
index e327186..dc296fe 100644
--- a/doc/org.texi
+++ b/doc/org.texi
@@ -2662,13 +2662,13 @@ durations computations @ref{Durations and time values}.
@cindex Lisp forms, as table formulas
It is also possible to write a formula in Emacs Lisp. This can be useful
-for string manipulation and control structures, if Calc's functionality is
-not enough.
+for string manipulation and control structures, if Calc's functionality is
+not enough.
If a formula starts with a single-quote followed by an opening parenthesis,
then it is evaluated as a Lisp form. The evaluation should return either a
string or a number. Just as with @file{calc} formulas, you can specify modes
-and a printf format after a semicolon.
+and a printf format after a semicolon.
With Emacs Lisp forms, you need to be conscious about the way field
references are interpolated into the form. By default, a reference will be
@@ -6105,7 +6105,7 @@ is only necessary if you edit the timestamps directly. If you change
them with @kbd{S-@key{cursor}} keys, the update is automatic.
@orgcmd{C-S-@key{up/down},org-clock-timestamps-up/down}
On @code{CLOCK} log lines, increase/decrease both timestamps so that the
-clock duration keeps the same.
+clock duration keeps the same.
@orgcmd{S-M-@key{up/down},org-timestamp-up/down}
On @code{CLOCK} log lines, increase/decrease the timestamp at point and
the one of the previous (or the next clock) timestamp by the same duration.
@@ -16546,7 +16546,7 @@ rely on outline paths, in the hope that these will be unique enough.}.
Finally, Org writes the file @file{index.org}, containing links to all other
files. @i{MobileOrg} first reads this file from the server, and then
downloads all agendas and Org files listed in it. To speed up the download,
-MobileOrg will only read files whose checksums@footnote{Checksums are stored
+MobileOrg will only read files whose checksums@footnote{Checksums are stored
automatically in the file @file{checksums.dat}} have changed.
@node Pulling from MobileOrg, , Pushing to MobileOrg, MobileOrg
diff --git a/doc/orgcard.tex b/doc/orgcard.tex
index cfa20c6..2654193 100644
--- a/doc/orgcard.tex
+++ b/doc/orgcard.tex
@@ -1,5 +1,5 @@
% Reference Card for Org Mode
-\def\orgversionnumber{7.9}
+\def\orgversionnumber{7.9.2}
\def\versionyear{2012} % latest update
\def\year{2012} % latest copyright year
@@ -484,9 +484,9 @@ after ``{\tt :}'', and dictionary words elsewhere.
\metax{select next/previous state}{S-LEFT/RIGHT}
\metax{select next/previous set}{C-S-LEFT/RIGHT}
\key{toggle ORDERED property}{C-c C-x o}
+
\key{view TODO items in a sparse tree}{C-c / t}
\key{view 3rd TODO keyword's sparse tree}{C-3 C-c / t}
-p
\key{set the priority of the current item}{C-c , [ABC]}
\key{remove priority cookie from current item}{C-c , SPC}
\key{raise/lower priority of current item}{S-UP/DOWN\notetwo}