diff options
| author | Glenn Morris | 2009-01-26 02:37:20 +0000 |
|---|---|---|
| committer | Glenn Morris | 2009-01-26 02:37:20 +0000 |
| commit | 2096a1b624dd2c441eed6196f6fa237dc8b612ee (patch) | |
| tree | f30391250cd6045627efca51276bcf7a3e64d0b7 | |
| parent | ac120e6dbf0c16ceaad7f5ded17af1b5a1b5ead6 (diff) | |
| download | emacs-2096a1b624dd2c441eed6196f6fa237dc8b612ee.tar.gz emacs-2096a1b624dd2c441eed6196f6fa237dc8b612ee.zip | |
Fix typos.
| -rw-r--r-- | doc/misc/ChangeLog | 6 | ||||
| -rw-r--r-- | doc/misc/org.texi | 22 |
2 files changed, 16 insertions, 12 deletions
diff --git a/doc/misc/ChangeLog b/doc/misc/ChangeLog index 096dd121471..4296cb4e61b 100644 --- a/doc/misc/ChangeLog +++ b/doc/misc/ChangeLog | |||
| @@ -1,6 +1,10 @@ | |||
| 1 | 2009-01-26 Glenn Morris <rgm@gnu.org> | ||
| 2 | |||
| 3 | * org.texi: Fix typos. | ||
| 4 | |||
| 1 | 2009-01-26 Bill Wohler <wohler@newt.com> | 5 | 2009-01-26 Bill Wohler <wohler@newt.com> |
| 2 | 6 | ||
| 3 | * mh-e.texi (EDITION, UPDATED): Update. | 7 | * mh-e.texi (EDITION, UPDATED): Update. |
| 4 | 8 | ||
| 5 | 2009-01-25 Carsten Dominik <dominik@science.uva.nl> | 9 | 2009-01-25 Carsten Dominik <dominik@science.uva.nl> |
| 6 | 10 | ||
diff --git a/doc/misc/org.texi b/doc/misc/org.texi index 6d33930f7c9..d03180adfaa 100644 --- a/doc/misc/org.texi +++ b/doc/misc/org.texi | |||
| @@ -583,7 +583,7 @@ MY PROJECTS -*- mode: org; -*- | |||
| 583 | the file's name is. See also the variable | 583 | the file's name is. See also the variable |
| 584 | @code{org-insert-mode-line-in-empty-file}. | 584 | @code{org-insert-mode-line-in-empty-file}. |
| 585 | 585 | ||
| 586 | Many commands in Org work on the region is he region is active. To make use | 586 | Many commands in Org work on the region if the region is active. To make use |
| 587 | of this, you need to have @code{transient-mark-mode} (@code{zmacs-regions} in | 587 | of this, you need to have @code{transient-mark-mode} (@code{zmacs-regions} in |
| 588 | XEmacs) turned on. In Emacs 23 this is the default, in Emacs 22 you need to | 588 | XEmacs) turned on. In Emacs 23 this is the default, in Emacs 22 you need to |
| 589 | do this yourself with | 589 | do this yourself with |
| @@ -1619,12 +1619,12 @@ created below the current one. | |||
| 1619 | @c | 1619 | @c |
| 1620 | @kindex C-c - | 1620 | @kindex C-c - |
| 1621 | @item C-c - | 1621 | @item C-c - |
| 1622 | Insert a horizontal line below current row. With a prefix argument, the line | 1622 | Insert a horizontal line below current row. With a prefix argument, the line |
| 1623 | is created above the current line. | 1623 | is created above the current line. |
| 1624 | @c | 1624 | @c |
| 1625 | @kindex C-c @key{RET} | 1625 | @kindex C-c @key{RET} |
| 1626 | @item C-c @key{RET} | 1626 | @item C-c @key{RET} |
| 1627 | Insert a horizontal line below current row. and mode the cursor into the row | 1627 | Insert a horizontal line below current row, and move the cursor into the row |
| 1628 | below that line. | 1628 | below that line. |
| 1629 | @c | 1629 | @c |
| 1630 | @kindex C-c ^ | 1630 | @kindex C-c ^ |
| @@ -2100,7 +2100,7 @@ embed them in list or vector syntax. A few examples, note how the | |||
| 2100 | @example | 2100 | @example |
| 2101 | @r{Swap the first two characters of the content of column 1} | 2101 | @r{Swap the first two characters of the content of column 1} |
| 2102 | '(concat (substring $1 1 2) (substring $1 0 1) (substring $1 2)) | 2102 | '(concat (substring $1 1 2) (substring $1 0 1) (substring $1 2)) |
| 2103 | @r{Add columns 1 and 2, equivalent to the Calc's @code{$1+$2}} | 2103 | @r{Add columns 1 and 2, equivalent to Calc's @code{$1+$2}} |
| 2104 | '(+ $1 $2);N | 2104 | '(+ $1 $2);N |
| 2105 | @r{Compute the sum of columns 1-4, like Calc's @code{vsum($1..$4)}} | 2105 | @r{Compute the sum of columns 1-4, like Calc's @code{vsum($1..$4)}} |
| 2106 | '(apply '+ '($1..$4));N | 2106 | '(apply '+ '($1..$4));N |
| @@ -2728,7 +2728,7 @@ indicate the current article/entry. For W3 and W3M buffers, the link goes to | |||
| 2728 | the current URL. For IRC links, if you set the variable | 2728 | the current URL. For IRC links, if you set the variable |
| 2729 | @code{org-irc-link-to-logs} to non-nil then @kbd{C-c l} will store a | 2729 | @code{org-irc-link-to-logs} to non-nil then @kbd{C-c l} will store a |
| 2730 | @samp{file:/} style link to the relevant point in the logs for the current | 2730 | @samp{file:/} style link to the relevant point in the logs for the current |
| 2731 | conversation. Otherwise an @samp{irc:/} style link to the user/channel/server | 2731 | conversation. Otherwise an @samp{irc:/} style link to the user/channel/server |
| 2732 | under the point will be stored. | 2732 | under the point will be stored. |
| 2733 | 2733 | ||
| 2734 | For any other files, the link will point to the file, with a search string | 2734 | For any other files, the link will point to the file, with a search string |
| @@ -6078,7 +6078,7 @@ timed entries are embedded in a time grid, like | |||
| 6078 | 18:00...... ------------------ | 6078 | 18:00...... ------------------ |
| 6079 | 19:00...... The Vogon reads his poem | 6079 | 19:00...... The Vogon reads his poem |
| 6080 | 20:00...... ------------------ | 6080 | 20:00...... ------------------ |
| 6081 | 20:30-22:15 Marwin escorts the Hitchhikers to the bridge | 6081 | 20:30-22:15 Marvin escorts the Hitchhikers to the bridge |
| 6082 | @end example | 6082 | @end example |
| 6083 | 6083 | ||
| 6084 | The time grid can be turned on and off with the variable | 6084 | The time grid can be turned on and off with the variable |
| @@ -6734,7 +6734,7 @@ yourself. | |||
| 6734 | If you are away from your computer, it can be very useful to have a | 6734 | If you are away from your computer, it can be very useful to have a |
| 6735 | printed version of some agenda views to carry around. Org mode can | 6735 | printed version of some agenda views to carry around. Org mode can |
| 6736 | export custom agenda views as plain text, HTML@footnote{You need to | 6736 | export custom agenda views as plain text, HTML@footnote{You need to |
| 6737 | install Hrvoje Niksic's @file{htmlize.el}.} postscript, and iCalendar | 6737 | install Hrvoje Niksic's @file{htmlize.el}.}, postscript, and iCalendar |
| 6738 | files. If you want to do this only occasionally, use the command | 6738 | files. If you want to do this only occasionally, use the command |
| 6739 | 6739 | ||
| 6740 | @table @kbd | 6740 | @table @kbd |
| @@ -7457,7 +7457,7 @@ numbered. If you use a @code{+n} switch, the numbering from the previous | |||
| 7457 | numbered snippet will be continued in the current one. In literal examples, | 7457 | numbered snippet will be continued in the current one. In literal examples, |
| 7458 | Org will interpret strings like @samp{(ref:name)} as labels, and use them as | 7458 | Org will interpret strings like @samp{(ref:name)} as labels, and use them as |
| 7459 | targets for special hyperlinks like @code{[[(name)]]} (i.e. the reference | 7459 | targets for special hyperlinks like @code{[[(name)]]} (i.e. the reference |
| 7460 | name enclosed in single parenthesis). In HTML, hoovering the mouse over such | 7460 | name enclosed in single parenthesis). In HTML, hovering the mouse over such |
| 7461 | a link will remote-highlight the corresponding code line, which is kind of | 7461 | a link will remote-highlight the corresponding code line, which is kind of |
| 7462 | cool. If the example/src snippet is numbered, you can also add a @code{-r} | 7462 | cool. If the example/src snippet is numbered, you can also add a @code{-r} |
| 7463 | switch. Then labels will be @i{removed} from the source code and the links | 7463 | switch. Then labels will be @i{removed} from the source code and the links |
| @@ -7479,8 +7479,8 @@ If the syntax for the label format conflicts with the language syntax, use a | |||
| 7479 | @code{-l} switch to change the format, for example @samp{#+BEGIN_SRC pascal | 7479 | @code{-l} switch to change the format, for example @samp{#+BEGIN_SRC pascal |
| 7480 | -n -r -l "((%s))"}. See also the variable @code{org-coderef-label-format}. | 7480 | -n -r -l "((%s))"}. See also the variable @code{org-coderef-label-format}. |
| 7481 | 7481 | ||
| 7482 | HTML export also allows examples to be publishes as text areas, @pxref{Text | 7482 | HTML export also allows examples to be published as text areas, @pxref{Text |
| 7483 | areas in HTML export} | 7483 | areas in HTML export}. |
| 7484 | 7484 | ||
| 7485 | @table @kbd | 7485 | @table @kbd |
| 7486 | @kindex C-c ' | 7486 | @kindex C-c ' |
| @@ -9411,7 +9411,7 @@ implementation. Still, it works somewhat. | |||
| 9411 | 9411 | ||
| 9412 | @item @file{org-interactive-query.el} by @i{Christopher League} | 9412 | @item @file{org-interactive-query.el} by @i{Christopher League} |
| 9413 | Interactive modification of tags queries. After running a general query in | 9413 | Interactive modification of tags queries. After running a general query in |
| 9414 | Org, this package allows to narrow down the results by adding more tags or | 9414 | Org, this package allows you to narrow down the results by adding more tags or |
| 9415 | keywords. | 9415 | keywords. |
| 9416 | 9416 | ||
| 9417 | @item @file{org-mairix.el} by @i{Georg C. F. Greve} | 9417 | @item @file{org-mairix.el} by @i{Georg C. F. Greve} |