aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorCarsten Dominik2006-11-13 08:39:28 +0000
committerCarsten Dominik2006-11-13 08:39:28 +0000
commitc3c041199aaa82c0125369df0ffee131d0e4f5bf (patch)
tree3766c410e4210cd7f2bd5e15f77a526cb54ead12
parent761311e3e22348a5c82872ea79936a42b48a9e96 (diff)
downloademacs-c3c041199aaa82c0125369df0ffee131d0e4f5bf.tar.gz
emacs-c3c041199aaa82c0125369df0ffee131d0e4f5bf.zip
Minor typo fixes.
-rw-r--r--man/org.texi47
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
303project planning with a fast and effective plain-text system. 303project planning with a fast and effective plain-text system.
304 304
305Org-mode develops organizational tasks around NOTES files that contain 305Org-mode develops organizational tasks around NOTES files that contain
306information about projects as plain text. Org-mode is implemented on 306lists or information about projects as plain text. Org-mode is
307top of outline-mode, which makes it possible to keep the content of 307implemented on top of outline-mode, which makes it possible to keep the
308large files well structured. Visibility cycling and structure editing 308content of large files well structured. Visibility cycling and
309help to work with the tree. Tables are easily created with a built-in 309structure editing help to work with the tree. Tables are easily created
310table editor. Org-mode supports ToDo items, deadlines, time stamps, 310with a built-in table editor. Org-mode supports ToDo items, deadlines,
311and scheduling. It dynamically compiles entries into an agenda that 311time stamps, and scheduling. It dynamically compiles entries into an
312utilizes and smoothly integrates much of the Emacs calendar and diary. 312agenda that utilizes and smoothly integrates much of the Emacs calendar
313Plain text URL-like links connect to websites, emails, Usenet 313and diary. Plain text URL-like links connect to websites, emails,
314messages, BBDB entries, and any files related to the projects. For 314Usenet messages, BBDB entries, and any files related to the projects.
315printing and sharing of notes, an Org-mode file can be exported as a 315For printing and sharing of notes, an Org-mode file can be exported as a
316structured ASCII file, as HTML, or (todo and agenda items only) as an 316structured ASCII file, as HTML, or (todo and agenda items only) as an
317iCalendar file. It can also serve as a publishing tool for a set of 317iCalendar file. It can also serve as a publishing tool for a set of
318linked webpages. 318linked webpages.
319 319
320An important design aspect that distinguishes Org-mode from other 320An important design aspect that distinguishes Org-mode from for example
321packages like Planner/Muse is that it encougages to store every piece of 321Planner/Muse is that it encougages to store every piece of information
322information only once. In Planner, you have project pages, day pages 322only once. In Planner, you have project pages, day pages and possibly
323and possibly other files, duplicating some information such as tasks. 323other files, duplicating some information such as tasks. In Org-mode,
324In Org-mode, you only have notes files. In your notes you mark entries 324you only have notes files. In your notes you mark entries as tasks,
325as tasks, label them with tags and timestamps. All necessary lists like 325label them with tags and timestamps. All necessary lists like a
326a schedule for the day, the agenda for a meeting, tasks lists selected 326schedule for the day, the agenda for a meeting, tasks lists selected by
327by tags etc are created dynamically when you need them. 327tags etc are created dynamically when you need them.
328 328
329Org-mode keeps simple things simple. When first fired up, it should 329Org-mode keeps simple things simple. When first fired up, it should
330feel like a straightforward, easy to use outliner. Complexity is not 330feel like a straightforward, easy to use outliner. Complexity is not
@@ -495,12 +495,12 @@ emacs -l /path/to/org.el
495Go to the @code{Options} menu and select @code{Enter Debugger on Error} 495Go 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
498Do whatever you have to do to hit the error. Don't forget to to 498Do whatever you have to do to hit the error. Don't forget to
499document the steps you take. 499document the steps you take.
500@item 500@item
501When you hit the error, a @file{*Backtrace*} buffer will appear on the 501When you hit the error, a @file{*Backtrace*} buffer will appear on the
502screen. Safe this buffer to a file (for example using @kbd{C-x C-w} and 502screen. Save this buffer to a file (for example using @kbd{C-x C-w}) and
503attach) it to your bug report. 503attach 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
5201Note that the leading stars are not truly replaced by whitespace, they 5201Note that the leading stars are not truly replaced by whitespace, they
5202are only fontified with the face @code{org-hide} that uses the 5202are only fontified with the face @code{org-hide} that uses the
5203background color as font color. If are are not using either white or 5203background color as font color. If you are not using either white or
5204black background, you may have to customize this face to get the wanted 5204black background, you may have to customize this face to get the wanted
5205effect. Another possibility is to set this font such that the extra 5205effect. Another possibility is to set this font such that the extra
5206stars are @i{almost} invisible, for example using the color 5206stars 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
5550let me know. 5550let 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
5555system. 5556system.