Fix typo in refcard and whitespaces in org.texi.
This commit is contained in:
parent
7a9d345707
commit
acbbe2d5b2
10
doc/org.texi
10
doc/org.texi
|
@ -2662,13 +2662,13 @@ durations computations @ref{Durations and time values}.
|
||||||
@cindex Lisp forms, as table formulas
|
@cindex Lisp forms, as table formulas
|
||||||
|
|
||||||
It is also possible to write a formula in Emacs Lisp. This can be useful
|
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
|
for string manipulation and control structures, if Calc's functionality is
|
||||||
not enough.
|
not enough.
|
||||||
|
|
||||||
If a formula starts with a single-quote followed by an opening parenthesis,
|
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
|
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
|
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
|
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
|
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.
|
them with @kbd{S-@key{cursor}} keys, the update is automatic.
|
||||||
@orgcmd{C-S-@key{up/down},org-clock-timestamps-up/down}
|
@orgcmd{C-S-@key{up/down},org-clock-timestamps-up/down}
|
||||||
On @code{CLOCK} log lines, increase/decrease both timestamps so that the
|
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}
|
@orgcmd{S-M-@key{up/down},org-timestamp-up/down}
|
||||||
On @code{CLOCK} log lines, increase/decrease the timestamp at point and
|
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.
|
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
|
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
|
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,
|
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.
|
automatically in the file @file{checksums.dat}} have changed.
|
||||||
|
|
||||||
@node Pulling from MobileOrg, , Pushing to MobileOrg, MobileOrg
|
@node Pulling from MobileOrg, , Pushing to MobileOrg, MobileOrg
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
% Reference Card for Org Mode
|
% Reference Card for Org Mode
|
||||||
\def\orgversionnumber{7.9}
|
\def\orgversionnumber{7.9.2}
|
||||||
\def\versionyear{2012} % latest update
|
\def\versionyear{2012} % latest update
|
||||||
\def\year{2012} % latest copyright year
|
\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 state}{S-LEFT/RIGHT}
|
||||||
\metax{select next/previous set}{C-S-LEFT/RIGHT}
|
\metax{select next/previous set}{C-S-LEFT/RIGHT}
|
||||||
\key{toggle ORDERED property}{C-c C-x o}
|
\key{toggle ORDERED property}{C-c C-x o}
|
||||||
|
|
||||||
\key{view TODO items in a sparse tree}{C-c / t}
|
\key{view TODO items in a sparse tree}{C-c / t}
|
||||||
\key{view 3rd TODO keyword's sparse tree}{C-3 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{set the priority of the current item}{C-c , [ABC]}
|
||||||
\key{remove priority cookie from current item}{C-c , SPC}
|
\key{remove priority cookie from current item}{C-c , SPC}
|
||||||
\key{raise/lower priority of current item}{S-UP/DOWN\notetwo}
|
\key{raise/lower priority of current item}{S-UP/DOWN\notetwo}
|
||||||
|
|
Loading…
Reference in New Issue