aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorCarsten Dominik2006-05-30 16:31:32 +0000
committerCarsten Dominik2006-05-30 16:31:32 +0000
commit6a04ed1c2fce7d59065e36c4fc74159f8fb9fa6f (patch)
tree8e981001e922c435ab3c57a5702562f573f90ff6
parentc39d5865e95e7f1f650eb7ec2e90e926c70bdc0a (diff)
downloademacs-6a04ed1c2fce7d59065e36c4fc74159f8fb9fa6f.tar.gz
emacs-6a04ed1c2fce7d59065e36c4fc74159f8fb9fa6f.zip
Small typo fixes.
-rw-r--r--man/org.texi48
1 files changed, 24 insertions, 24 deletions
diff --git a/man/org.texi b/man/org.texi
index 9639622bbab..2e675f320e0 100644
--- a/man/org.texi
+++ b/man/org.texi
@@ -2,9 +2,9 @@
2 2
3@c %**start of header 3@c %**start of header
4@setfilename ../info/org 4@setfilename ../info/org
5@c @settitle Org Mode Manual 5@settitle Org Mode Manual
6 6
7@set VERSION 4.34 7@set VERSION 4.35
8@set DATE May 2006 8@set DATE May 2006
9 9
10@dircategory Emacs 10@dircategory Emacs
@@ -1484,7 +1484,7 @@ of @samp{[[link][description]]} and @samp{link} is displayed instead of
1484@samp{[[link]]}. Links will be highlighted in the face @code{org-link}, 1484@samp{[[link]]}. Links will be highlighted in the face @code{org-link},
1485which by default is an underlined face. You can directly edit the 1485which by default is an underlined face. You can directly edit the
1486visible part of a link. Note that this can be either the @samp{link} 1486visible part of a link. Note that this can be either the @samp{link}
1487part (if there is not description) or the @samp{description} part. To 1487part (if there is no description) or the @samp{description} part. To
1488edit also the invisible @samp{link} part, use @kbd{C-c C-l} with the 1488edit also the invisible @samp{link} part, use @kbd{C-c C-l} with the
1489cursor on the link. 1489cursor on the link.
1490 1490
@@ -2188,7 +2188,7 @@ dates in the agenda (@pxref{Weekly/Daily agenda}). We distinguish:
2188@cindex timestamp 2188@cindex timestamp
2189A simple time stamp just assigns a date/time to an item. This is just 2189A simple time stamp just assigns a date/time to an item. This is just
2190like writing down an appointment in a paper agenda, or like writing down 2190like writing down an appointment in a paper agenda, or like writing down
2191an event in a diary, when you want to take not of when something 2191an event in a diary, when you want to take note of when something
2192happened. In the timeline and agenda displays, the headline of an entry 2192happened. In the timeline and agenda displays, the headline of an entry
2193associated with a plain time stamp will be shown exactly on that date. 2193associated with a plain time stamp will be shown exactly on that date.
2194 2194
@@ -2478,7 +2478,7 @@ tags, the tags of the current headline, and a list of all legal tags
2478with corresponding keys. Pressing keys for the tags will add or remove 2478with corresponding keys. Pressing keys for the tags will add or remove
2479them from the list of tags in the current line. @key{SPC} clears all 2479them from the list of tags in the current line. @key{SPC} clears all
2480tags for this line, @kbd{RET} accepts the modified set, and @kbd{C-g} 2480tags for this line, @kbd{RET} accepts the modified set, and @kbd{C-g}
2481aborts without installing changes. This method lets you assing tags to 2481aborts without installing changes. This method lets you assign tags to
2482a headline with very few keys. With the above setup, you could clear 2482a headline with very few keys. With the above setup, you could clear
2483the current tags and set @samp{@@HOME}, @samp{Laptop} and @samp{PC} tags 2483the current tags and set @samp{@@HOME}, @samp{Laptop} and @samp{PC} tags
2484with just the following keys: @kbd{C-c C-c @key{SPC} h l p @key{RET}}. 2484with just the following keys: @kbd{C-c C-c @key{SPC} h l p @key{RET}}.
@@ -3140,7 +3140,7 @@ produced. @xref{Text interpretation}, for more details.
3140@section ASCII export 3140@section ASCII export
3141@cindex ASCII export 3141@cindex ASCII export
3142 3142
3143ASCII export produces an simple and very readable version of an Org-mode 3143ASCII export produces a simple and very readable version of an Org-mode
3144file. 3144file.
3145 3145
3146@cindex region, active 3146@cindex region, active
@@ -3175,9 +3175,9 @@ creates only top level headlines and does the rest as items.
3175@section HTML export 3175@section HTML export
3176@cindex HTML export 3176@cindex HTML export
3177 3177
3178Org-mode contains an HTML exporter with extensive HTML formatting, in 3178Org-mode contains an HTML (XHTML 1.0 strict) exporter with extensive
3179ways similar to John Grubers @emph{markdown} language, but with 3179HTML formatting, in ways similar to John Grubers @emph{markdown}
3180additional support for tables. 3180language, but with additional support for tables.
3181 3181
3182@cindex region, active 3182@cindex region, active
3183@cindex active region 3183@cindex active region
@@ -3530,18 +3530,18 @@ the two following forms:
3530 3530
3531@r{or} 3531@r{or}
3532 3532
3533("project-name" 3533("project-name" :components ("project-name" "project-name" ...))
3534 ("component1" :property value :property value ...) 3534
3535 ("component2" :property value :property value ...)
3536 ...)
3537@end lisp 3535@end lisp
3538 3536
3539In both cases, projects are configured by specifying property values. 3537In both cases, projects are configured by specifying property values.
3540A project defines the set of files that will be published, as well as 3538A project defines the set of files that will be published, as well as
3541the publishing configuration to use when publishing those files. 3539the publishing configuration to use when publishing those files. When
3542When a project takes the second form listed above, the individual 3540a project takes the second form listed above, the individual members
3543property lists are taken to be "components" of the project, which 3541of the ``components'' property are taken to be components of the
3544group together files requiring different publishing options. 3542project, which group together files requiring different publishing
3543options. When you publish such a ``meta-project'' all the components
3544will also publish.
3545 3545
3546@node File sources and destinations, Selecting files, Project alist, Configuration 3546@node File sources and destinations, Selecting files, Project alist, Configuration
3547@subsection Sources and destinations for files 3547@subsection Sources and destinations for files
@@ -3736,8 +3736,7 @@ right place on the webserver, and publishing images to it.
3736 3736
3737@lisp 3737@lisp
3738(setq org-publish-project-alist 3738(setq org-publish-project-alist
3739 '(("website" 3739 '(("orgfiles"
3740 ("orgfiles"
3741 :base-directory "~/org/" 3740 :base-directory "~/org/"
3742 :base-extension "org" 3741 :base-extension "org"
3743 :publishing-directory "/ssh:user@@host:~/html/notebook/" 3742 :publishing-directory "/ssh:user@@host:~/html/notebook/"
@@ -3761,7 +3760,8 @@ right place on the webserver, and publishing images to it.
3761 :base-directory "~/other/" 3760 :base-directory "~/other/"
3762 :base-extension "css\\|el" 3761 :base-extension "css\\|el"
3763 :publishing-directory "/ssh:user@@host:~/html/other/" 3762 :publishing-directory "/ssh:user@@host:~/html/other/"
3764 :publishing-function org-publish-attachment)))) 3763 :publishing-function org-publish-attachment)
3764 ("website" :components ("orgfiles" "images" "other"))))
3765@end lisp 3765@end lisp
3766 3766
3767@node Triggering publication, , Sample configuration, Publishing 3767@node Triggering publication, , Sample configuration, Publishing
@@ -3916,7 +3916,7 @@ current file. The corresponding variables are @code{org-todo-keywords}
3916and @code{org-todo-interpretation}. 3916and @code{org-todo-interpretation}.
3917@item #+TAGS: TAG1(c1) TAG2(c2) 3917@item #+TAGS: TAG1(c1) TAG2(c2)
3918These lines (several such lines are allowed) specify the legal tags in 3918These lines (several such lines are allowed) specify the legal tags in
3919this file, and (potionally) the corresponding @emph{fast tag selection} 3919this file, and (potentially) the corresponding @emph{fast tag selection}
3920keys. The corresponding variable is @code{org-tag-alist}. 3920keys. The corresponding variable is @code{org-tag-alist}.
3921@item #+CATEGORY: 3921@item #+CATEGORY:
3922This line sets the category for the agenda file. The category applies 3922This line sets the category for the agenda file. The category applies
@@ -3925,7 +3925,7 @@ end of the file.
3925@item #+TBLFM: 3925@item #+TBLFM:
3926This line contains the formulas for the table directly above the line. 3926This line contains the formulas for the table directly above the line.
3927@item #+TITLE:, #+AUTHOR:, #+EMAIL:, #+LANGUAGE:, #+TEXT:, #+OPTIONS: 3927@item #+TITLE:, #+AUTHOR:, #+EMAIL:, #+LANGUAGE:, #+TEXT:, #+OPTIONS:
3928These lines provide setting for exporting files. For more details see 3928These lines provide settings for exporting files. For more details see
3929@ref{Export options}. 3929@ref{Export options}.
3930@end table 3930@end table
3931 3931
@@ -4132,7 +4132,7 @@ turn it on for all @file{README} files?}
4132@end lisp 4132@end lisp
4133 4133
4134@item @b{I would like to use editing features of org-mode in other 4134@item @b{I would like to use editing features of org-mode in other
4135modes, is his possible?}@* 4135modes, is this possible?}@*
4136@c 4136@c
4137Not really. For tables there is @code{orgtbl-mode} which implements the 4137Not really. For tables there is @code{orgtbl-mode} which implements the
4138table editor as a minor mode. For other features you need to switch to 4138table editor as a minor mode. For other features you need to switch to
@@ -4556,7 +4556,7 @@ other things.
4556Linking to VM/BBDB/GNUS was inspired by @i{Tom Shannon}'s 4556Linking to VM/BBDB/GNUS was inspired by @i{Tom Shannon}'s
4557@file{organizer-mode.el}. 4557@file{organizer-mode.el}.
4558@item 4558@item
4559@i{David O'Toole} wrote @file{org-publish.el} and came up with lots is 4559@i{David O'Toole} wrote @file{org-publish.el} and came up with lots of
4560ideas for small changes. 4560ideas for small changes.
4561@item 4561@item
4562@i{J@"urgen Vollmer} contributed code generating the table of contents 4562@i{J@"urgen Vollmer} contributed code generating the table of contents