aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBastien Guerry2012-12-13 12:02:41 +0100
committerBastien Guerry2012-12-13 12:02:41 +0100
commit1e20eeb758c5c78055962c6de6ee6ac2b49b8a02 (patch)
tree49a1829769826594722f24224fd910d483ee630e
parentbfe6ffb652954956ca984d594deb88d45f8cfd77 (diff)
downloademacs-1e20eeb758c5c78055962c6de6ee6ac2b49b8a02.tar.gz
emacs-1e20eeb758c5c78055962c6de6ee6ac2b49b8a02.zip
Fix typos in documentation. (Sync with Org maint commit 82db0a.)
Also fix bzg@gnu.org email address in the ChangeLog.
-rw-r--r--doc/misc/ChangeLog8
-rw-r--r--doc/misc/org.texi12
2 files changed, 12 insertions, 8 deletions
diff --git a/doc/misc/ChangeLog b/doc/misc/ChangeLog
index d0530d312f7..8f8420b5a57 100644
--- a/doc/misc/ChangeLog
+++ b/doc/misc/ChangeLog
@@ -1,3 +1,7 @@
12012-12-13 Bastien Guerry <bzg@gnu.org>
2
3 * org.texi: Fix typos.
4
12012-12-13 Glenn Morris <rgm@gnu.org> 52012-12-13 Glenn Morris <rgm@gnu.org>
2 6
3 * wisent.texi: Small edits. Set copyright to FSF, update license to 7 * wisent.texi: Small edits. Set copyright to FSF, update license to
@@ -365,7 +369,7 @@
365 * org.texi (Moving subtrees): Document the ability to archive to a 369 * org.texi (Moving subtrees): Document the ability to archive to a
366 datetree. 370 datetree.
367 371
3682012-09-30 Bastien Guerry <bzg@altern.org> 3722012-09-30 Bastien Guerry <bzg@gnu.org>
369 373
370 * org.texi (Installation, Feedback, Batch execution): Use 374 * org.texi (Installation, Feedback, Batch execution): Use
371 (add-to-list 'load-path ... t) for the contrib dir. 375 (add-to-list 'load-path ... t) for the contrib dir.
@@ -971,7 +975,7 @@
971 975
972 * org.texi: Edit :noweb no header argument for correctness. 976 * org.texi: Edit :noweb no header argument for correctness.
973 977
9742012-04-01 Bastien Guerry <bzg@altern.org> 9782012-04-01 Bastien Guerry <bzg@gnu.org>
975 979
976 * org.texi (Customization): Update the approximate number of Org 980 * org.texi (Customization): Update the approximate number of Org
977 variables. 981 variables.
diff --git a/doc/misc/org.texi b/doc/misc/org.texi
index b8c385fab29..7890d0d9239 100644
--- a/doc/misc/org.texi
+++ b/doc/misc/org.texi
@@ -946,7 +946,7 @@ description on Worg}.
946Installing Info files is system dependent, because of differences in the 946Installing Info files is system dependent, because of differences in the
947@file{install-info} program. The Info documentation is installed together 947@file{install-info} program. The Info documentation is installed together
948with the rest of Org mode. If you don't install Org mode, it is possible to 948with the rest of Org mode. If you don't install Org mode, it is possible to
949install the Info documentation seperately (you need to have 949install the Info documentation separately (you need to have
950install-info@footnote{The output from install-info (if any) is system 950install-info@footnote{The output from install-info (if any) is system
951dependent. In particular Debian and its derivatives use two different 951dependent. In particular Debian and its derivatives use two different
952versions of install-info and you may see the message: 952versions of install-info and you may see the message:
@@ -14811,7 +14811,7 @@ buffer, most useful for specifying the allowed values of a property.
14811@item #+SETUPFILE: file 14811@item #+SETUPFILE: file
14812This line defines a file that holds more in-buffer setup. Normally this is 14812This line defines a file that holds more in-buffer setup. Normally this is
14813entirely ignored. Only when the buffer is parsed for option-setting lines 14813entirely ignored. Only when the buffer is parsed for option-setting lines
14814(i.e.@: when starting Org mode for a file, when pressing @kbd{C-c C-c} in a 14814(i.e., when starting Org mode for a file, when pressing @kbd{C-c C-c} in a
14815settings line, or when exporting), then the contents of this file are parsed 14815settings line, or when exporting), then the contents of this file are parsed
14816as if they had been included in the buffer. In particular, the file can be 14816as if they had been included in the buffer. In particular, the file can be
14817any other Org mode file with internal setup. You can visit the file the 14817any other Org mode file with internal setup. You can visit the file the
@@ -15173,7 +15173,7 @@ example using the color @code{grey90} on a white background.
15173Things become cleaner still if you skip all the even levels and use only odd 15173Things become cleaner still if you skip all the even levels and use only odd
15174levels 1, 3, 5..., effectively adding two stars to go from one outline level 15174levels 1, 3, 5..., effectively adding two stars to go from one outline level
15175to the next@footnote{When you need to specify a level for a property search 15175to the next@footnote{When you need to specify a level for a property search
15176or refile targets, @samp{LEVEL=2} will correspond to 3 stars, etc@.}. In this 15176or refile targets, @samp{LEVEL=2} will correspond to 3 stars, etc.}. In this
15177way we get the outline view shown at the beginning of this section. In order 15177way we get the outline view shown at the beginning of this section. In order
15178to make the structure editing and export commands handle this convention 15178to make the structure editing and export commands handle this convention
15179correctly, configure the variable @code{org-odd-levels-only}, or set this on 15179correctly, configure the variable @code{org-odd-levels-only}, or set this on
@@ -15264,7 +15264,7 @@ names for natural constants or units. Instead of defining your own
15264constants in the variable @code{org-table-formula-constants}, install 15264constants in the variable @code{org-table-formula-constants}, install
15265the @file{constants} package which defines a large number of constants 15265the @file{constants} package which defines a large number of constants
15266and units, and lets you use unit prefixes like @samp{M} for 15266and units, and lets you use unit prefixes like @samp{M} for
15267@samp{Mega}, etc@. You will need version 2.0 of this package, available 15267@samp{Mega}, etc. You will need version 2.0 of this package, available
15268at @url{http://www.astro.uva.nl/~dominik/Tools}. Org checks for 15268at @url{http://www.astro.uva.nl/~dominik/Tools}. Org checks for
15269the function @code{constants-get}, which has to be autoloaded in your 15269the function @code{constants-get}, which has to be autoloaded in your
15270setup. See the installation instructions in the file 15270setup. See the installation instructions in the file
@@ -16698,7 +16698,7 @@ on @file{org-element.el} and @file{org-export.el} has been outstanding, and
16698opened the doors for many new ideas and features. 16698opened the doors for many new ideas and features.
16699 16699
16700@item Jambunathan K 16700@item Jambunathan K
16701Jambunathan contributed the ODT exporter, definitly a killer feature of 16701Jambunathan contributed the ODT exporter, definitely a killer feature of
16702Org mode. He also contributed the new HTML exporter, which is another core 16702Org mode. He also contributed the new HTML exporter, which is another core
16703feature of Org. Here too, I knew I could rely on him to fix bugs in these 16703feature of Org. Here too, I knew I could rely on him to fix bugs in these
16704areas and to patiently explain the users what was the problems and solutions. 16704areas and to patiently explain the users what was the problems and solutions.
@@ -16706,7 +16706,7 @@ areas and to patiently explain the users what was the problems and solutions.
16706@item Achim Gratz 16706@item Achim Gratz
16707Achim rewrote the building process of Org, turning some @emph{ad hoc} tools 16707Achim rewrote the building process of Org, turning some @emph{ad hoc} tools
16708into a flexible and conceptually clean process. He patiently coped with the 16708into a flexible and conceptually clean process. He patiently coped with the
16709many hicups that such a change can create for users. 16709many hiccups that such a change can create for users.
16710 16710
16711@item Nick Dokos 16711@item Nick Dokos
16712The Org mode mailing list would not be such a nice place without Nick, who 16712The Org mode mailing list would not be such a nice place without Nick, who