diff options
| author | Carsten Dominik | 2006-11-13 08:39:28 +0000 |
|---|---|---|
| committer | Carsten Dominik | 2006-11-13 08:39:28 +0000 |
| commit | c3c041199aaa82c0125369df0ffee131d0e4f5bf (patch) | |
| tree | 3766c410e4210cd7f2bd5e15f77a526cb54ead12 | |
| parent | 761311e3e22348a5c82872ea79936a42b48a9e96 (diff) | |
| download | emacs-c3c041199aaa82c0125369df0ffee131d0e4f5bf.tar.gz emacs-c3c041199aaa82c0125369df0ffee131d0e4f5bf.zip | |
Minor typo fixes.
| -rw-r--r-- | man/org.texi | 47 |
1 files changed, 24 insertions, 23 deletions
diff --git a/man/org.texi b/man/org.texi index acd55e895ce..a0a7946ec76 100644 --- a/man/org.texi +++ b/man/org.texi | |||
| @@ -3,7 +3,7 @@ | |||
| 3 | @setfilename ../info/org | 3 | @setfilename ../info/org |
| 4 | @settitle Org Mode Manual | 4 | @settitle Org Mode Manual |
| 5 | 5 | ||
| 6 | @set VERSION 4.54 | 6 | @set VERSION 4.55 |
| 7 | @set DATE November 2006 | 7 | @set DATE November 2006 |
| 8 | 8 | ||
| 9 | @dircategory Emacs | 9 | @dircategory Emacs |
| @@ -303,28 +303,28 @@ Org-mode is a mode for keeping notes, maintaining ToDo lists, and doing | |||
| 303 | project planning with a fast and effective plain-text system. | 303 | project planning with a fast and effective plain-text system. |
| 304 | 304 | ||
| 305 | Org-mode develops organizational tasks around NOTES files that contain | 305 | Org-mode develops organizational tasks around NOTES files that contain |
| 306 | information about projects as plain text. Org-mode is implemented on | 306 | lists or information about projects as plain text. Org-mode is |
| 307 | top of outline-mode, which makes it possible to keep the content of | 307 | implemented on top of outline-mode, which makes it possible to keep the |
| 308 | large files well structured. Visibility cycling and structure editing | 308 | content of large files well structured. Visibility cycling and |
| 309 | help to work with the tree. Tables are easily created with a built-in | 309 | structure editing help to work with the tree. Tables are easily created |
| 310 | table editor. Org-mode supports ToDo items, deadlines, time stamps, | 310 | with a built-in table editor. Org-mode supports ToDo items, deadlines, |
| 311 | and scheduling. It dynamically compiles entries into an agenda that | 311 | time stamps, and scheduling. It dynamically compiles entries into an |
| 312 | utilizes and smoothly integrates much of the Emacs calendar and diary. | 312 | agenda that utilizes and smoothly integrates much of the Emacs calendar |
| 313 | Plain text URL-like links connect to websites, emails, Usenet | 313 | and diary. Plain text URL-like links connect to websites, emails, |
| 314 | messages, BBDB entries, and any files related to the projects. For | 314 | Usenet messages, BBDB entries, and any files related to the projects. |
| 315 | printing and sharing of notes, an Org-mode file can be exported as a | 315 | For printing and sharing of notes, an Org-mode file can be exported as a |
| 316 | structured ASCII file, as HTML, or (todo and agenda items only) as an | 316 | structured ASCII file, as HTML, or (todo and agenda items only) as an |
| 317 | iCalendar file. It can also serve as a publishing tool for a set of | 317 | iCalendar file. It can also serve as a publishing tool for a set of |
| 318 | linked webpages. | 318 | linked webpages. |
| 319 | 319 | ||
| 320 | An important design aspect that distinguishes Org-mode from other | 320 | An important design aspect that distinguishes Org-mode from for example |
| 321 | packages like Planner/Muse is that it encougages to store every piece of | 321 | Planner/Muse is that it encougages to store every piece of information |
| 322 | information only once. In Planner, you have project pages, day pages | 322 | only once. In Planner, you have project pages, day pages and possibly |
| 323 | and possibly other files, duplicating some information such as tasks. | 323 | other files, duplicating some information such as tasks. In Org-mode, |
| 324 | In Org-mode, you only have notes files. In your notes you mark entries | 324 | you only have notes files. In your notes you mark entries as tasks, |
| 325 | as tasks, label them with tags and timestamps. All necessary lists like | 325 | label them with tags and timestamps. All necessary lists like a |
| 326 | a schedule for the day, the agenda for a meeting, tasks lists selected | 326 | schedule for the day, the agenda for a meeting, tasks lists selected by |
| 327 | by tags etc are created dynamically when you need them. | 327 | tags etc are created dynamically when you need them. |
| 328 | 328 | ||
| 329 | Org-mode keeps simple things simple. When first fired up, it should | 329 | Org-mode keeps simple things simple. When first fired up, it should |
| 330 | feel like a straightforward, easy to use outliner. Complexity is not | 330 | feel like a straightforward, easy to use outliner. Complexity is not |
| @@ -495,12 +495,12 @@ emacs -l /path/to/org.el | |||
| 495 | Go to the @code{Options} menu and select @code{Enter Debugger on Error} | 495 | Go to the @code{Options} menu and select @code{Enter Debugger on Error} |
| 496 | (XEmacs has this option in the @code{Troubleshooting} sub-menu). | 496 | (XEmacs has this option in the @code{Troubleshooting} sub-menu). |
| 497 | @item | 497 | @item |
| 498 | Do whatever you have to do to hit the error. Don't forget to to | 498 | Do whatever you have to do to hit the error. Don't forget to |
| 499 | document the steps you take. | 499 | document the steps you take. |
| 500 | @item | 500 | @item |
| 501 | When you hit the error, a @file{*Backtrace*} buffer will appear on the | 501 | When you hit the error, a @file{*Backtrace*} buffer will appear on the |
| 502 | screen. Safe this buffer to a file (for example using @kbd{C-x C-w} and | 502 | screen. Save this buffer to a file (for example using @kbd{C-x C-w}) and |
| 503 | attach) it to your bug report. | 503 | attach it to your bug report. |
| 504 | @end enumerate | 504 | @end enumerate |
| 505 | 505 | ||
| 506 | @node Document structure, Tables, Introduction, Top | 506 | @node Document structure, Tables, Introduction, Top |
| @@ -5200,7 +5200,7 @@ With stars hidden, the tree becomes: | |||
| 5200 | @noindent | 5200 | @noindent |
| 5201 | Note that the leading stars are not truly replaced by whitespace, they | 5201 | Note that the leading stars are not truly replaced by whitespace, they |
| 5202 | are only fontified with the face @code{org-hide} that uses the | 5202 | are only fontified with the face @code{org-hide} that uses the |
| 5203 | background color as font color. If are are not using either white or | 5203 | background color as font color. If you are not using either white or |
| 5204 | black background, you may have to customize this face to get the wanted | 5204 | black background, you may have to customize this face to get the wanted |
| 5205 | effect. Another possibility is to set this font such that the extra | 5205 | effect. Another possibility is to set this font such that the extra |
| 5206 | stars are @i{almost} invisible, for example using the color | 5206 | stars are @i{almost} invisible, for example using the color |
| @@ -5550,6 +5550,7 @@ be complete, if I have forgotten someone, please accept my apologies and | |||
| 5550 | let me know. | 5550 | let me know. |
| 5551 | 5551 | ||
| 5552 | @itemize @bullet | 5552 | @itemize @bullet |
| 5553 | |||
| 5553 | @item | 5554 | @item |
| 5554 | @i{Thomas Baumann} contributed the code for links to the MH-E email | 5555 | @i{Thomas Baumann} contributed the code for links to the MH-E email |
| 5555 | system. | 5556 | system. |