diff options
| author | Juanma Barranquero | 2009-02-20 12:36:50 +0000 |
|---|---|---|
| committer | Juanma Barranquero | 2009-02-20 12:36:50 +0000 |
| commit | 867d4bb3718f1fee9191e2c17cd810ef620d4b54 (patch) | |
| tree | 802e52f3063cc18c53e8789bba89e7392db04c5d /doc/misc/org.texi | |
| parent | 52f8870bd7b8508449605a33840bfddc2ea98a2b (diff) | |
| download | emacs-867d4bb3718f1fee9191e2c17cd810ef620d4b54.tar.gz emacs-867d4bb3718f1fee9191e2c17cd810ef620d4b54.zip | |
Remove duplicate words.
Diffstat (limited to 'doc/misc/org.texi')
| -rw-r--r-- | doc/misc/org.texi | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/doc/misc/org.texi b/doc/misc/org.texi index b8f56f123c7..fe06865fa95 100644 --- a/doc/misc/org.texi +++ b/doc/misc/org.texi | |||
| @@ -310,7 +310,7 @@ Markup rules | |||
| 310 | * Include files:: Include the contents of a file during export | 310 | * Include files:: Include the contents of a file during export |
| 311 | * Tables exported:: Tables are exported richly | 311 | * Tables exported:: Tables are exported richly |
| 312 | * Inlined images:: How to inline images during export | 312 | * Inlined images:: How to inline images during export |
| 313 | * Footnote markup:: | 313 | * Footnote markup:: |
| 314 | * Emphasis and monospace:: To bold or not to bold | 314 | * Emphasis and monospace:: To bold or not to bold |
| 315 | * TeX macros and LaTeX fragments:: Create special, rich export. | 315 | * TeX macros and LaTeX fragments:: Create special, rich export. |
| 316 | * Horizontal rules:: A line across the page | 316 | * Horizontal rules:: A line across the page |
| @@ -1413,7 +1413,7 @@ A LaTeX-like anonymous footnote where the definition is given directly at the | |||
| 1413 | reference point. | 1413 | reference point. |
| 1414 | @item [fn:name: a definition] | 1414 | @item [fn:name: a definition] |
| 1415 | An inline definition of a footnote, which also specifies a name for the note. | 1415 | An inline definition of a footnote, which also specifies a name for the note. |
| 1416 | Since Org allows multiple references to the same note, you can then use use | 1416 | Since Org allows multiple references to the same note, you can then use |
| 1417 | @code{[fn:name]} to create additional references. | 1417 | @code{[fn:name]} to create additional references. |
| 1418 | @end table | 1418 | @end table |
| 1419 | 1419 | ||
| @@ -2737,7 +2737,7 @@ the current URL. For IRC links, if you set the variable | |||
| 2737 | @code{org-irc-link-to-logs} to non-nil then @kbd{C-c l} will store a | 2737 | @code{org-irc-link-to-logs} to non-nil then @kbd{C-c l} will store a |
| 2738 | @samp{file:/} style link to the relevant point in the logs for the current | 2738 | @samp{file:/} style link to the relevant point in the logs for the current |
| 2739 | conversation. Otherwise an @samp{irc:/} style link to the user/channel/server | 2739 | conversation. Otherwise an @samp{irc:/} style link to the user/channel/server |
| 2740 | under the point will be stored. | 2740 | under the point will be stored. |
| 2741 | 2741 | ||
| 2742 | For any other files, the link will point to the file, with a search string | 2742 | For any other files, the link will point to the file, with a search string |
| 2743 | (@pxref{Search options}) pointing to the contents of the current line. If | 2743 | (@pxref{Search options}) pointing to the contents of the current line. If |
| @@ -7348,7 +7348,7 @@ markup rule used in an Org mode buffer. | |||
| 7348 | * Include files:: Include the contents of a file during export | 7348 | * Include files:: Include the contents of a file during export |
| 7349 | * Tables exported:: Tables are exported richly | 7349 | * Tables exported:: Tables are exported richly |
| 7350 | * Inlined images:: How to inline images during export | 7350 | * Inlined images:: How to inline images during export |
| 7351 | * Footnote markup:: | 7351 | * Footnote markup:: |
| 7352 | * Emphasis and monospace:: To bold or not to bold | 7352 | * Emphasis and monospace:: To bold or not to bold |
| 7353 | * TeX macros and LaTeX fragments:: Create special, rich export. | 7353 | * TeX macros and LaTeX fragments:: Create special, rich export. |
| 7354 | * Horizontal rules:: A line across the page | 7354 | * Horizontal rules:: A line across the page |
| @@ -10230,7 +10230,7 @@ archive @r{skip trees with the archive tag} | |||
| 10230 | comment @r{skip trees with the COMMENT keyword} | 10230 | comment @r{skip trees with the COMMENT keyword} |
| 10231 | function or Lisp form | 10231 | function or Lisp form |
| 10232 | @r{will be used as value for @code{org-agenda-skip-function},} | 10232 | @r{will be used as value for @code{org-agenda-skip-function},} |
| 10233 | @r{so whenever the the function returns t, FUNC} | 10233 | @r{so whenever the function returns t, FUNC} |
| 10234 | @r{will not be called for that entry and search will} | 10234 | @r{will not be called for that entry and search will} |
| 10235 | @r{continue from the point where the function leaves it} | 10235 | @r{continue from the point where the function leaves it} |
| 10236 | @end example | 10236 | @end example |