aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPaul Eggert2012-04-01 17:43:32 -0700
committerPaul Eggert2012-04-01 17:43:32 -0700
commit7bd20f915b94b9467c596b105f1a49d3fe77936b (patch)
treece3f267765590728cbff8e8c97ccda1ca8e534ec
parent8c5c03ba38aa7022f9b5a9538297cb04aa5612cc (diff)
downloademacs-7bd20f915b94b9467c596b105f1a49d3fe77936b.tar.gz
emacs-7bd20f915b94b9467c596b105f1a49d3fe77936b.zip
Spelling fixes.
-rw-r--r--doc/misc/org.texi8
-rw-r--r--lisp/org/ChangeLog2
-rw-r--r--lisp/org/org-table.el2
-rw-r--r--lisp/org/org.el2
4 files changed, 7 insertions, 7 deletions
diff --git a/doc/misc/org.texi b/doc/misc/org.texi
index 380f1fbb0cc..e033a47aa96 100644
--- a/doc/misc/org.texi
+++ b/doc/misc/org.texi
@@ -1007,7 +1007,7 @@ from within Emacs, please copy and paste the content into your Email program.
1007 1007
1008Sometimes you might face a problem due to an error in your Emacs or Org mode 1008Sometimes you might face a problem due to an error in your Emacs or Org mode
1009setup. Before reporting a bug, it is very helpful to start Emacs with minimal 1009setup. Before reporting a bug, it is very helpful to start Emacs with minimal
1010customisations and reproduce the problem. Doing so often helps you determine 1010customizations and reproduce the problem. Doing so often helps you determine
1011if the problem is with your customization or with Org mode itself. You can 1011if the problem is with your customization or with Org mode itself. You can
1012start a typical minimal session with a command like the example below. 1012start a typical minimal session with a command like the example below.
1013 1013
@@ -10975,7 +10975,7 @@ A link with no description and destined to a regular (un-itemized) outline
10975heading is replaced with a cross-reference and section number of the heading. 10975heading is replaced with a cross-reference and section number of the heading.
10976 10976
10977A @samp{\ref@{label@}}-style reference to an image, table etc. is replaced 10977A @samp{\ref@{label@}}-style reference to an image, table etc. is replaced
10978with a cross-reference and sequence number of the labelled entity. 10978with a cross-reference and sequence number of the labeled entity.
10979@xref{Labels and captions in ODT export}. 10979@xref{Labels and captions in ODT export}.
10980 10980
10981@node Tables in ODT export, Images in ODT export, Links in ODT export, OpenDocument Text export 10981@node Tables in ODT export, Images in ODT export, Links in ODT export, OpenDocument Text export
@@ -10999,7 +10999,7 @@ You can control the width of the table by specifying @code{:rel-width}
10999property using an @code{#+ATTR_ODT} line. 10999property using an @code{#+ATTR_ODT} line.
11000 11000
11001For example, consider the following table which makes use of all the rules 11001For example, consider the following table which makes use of all the rules
11002mentoned above. 11002mentioned above.
11003 11003
11004@example 11004@example
11005#+ATTR_ODT: :rel-width 50 11005#+ATTR_ODT: :rel-width 50
@@ -11225,7 +11225,7 @@ or
11225You can label and caption various category of objects - an inline image, a 11225You can label and caption various category of objects - an inline image, a
11226table, a @LaTeX{} fragment or a Math formula - using @code{#+LABEL} and 11226table, a @LaTeX{} fragment or a Math formula - using @code{#+LABEL} and
11227@code{#+CAPTION} lines. @xref{Images and tables}. ODT exporter enumerates 11227@code{#+CAPTION} lines. @xref{Images and tables}. ODT exporter enumerates
11228each labelled or captioned object of a given category separately. As a 11228each labeled or captioned object of a given category separately. As a
11229result, each such object is assigned a sequence number based on order of it's 11229result, each such object is assigned a sequence number based on order of it's
11230appearance in the Org file. 11230appearance in the Org file.
11231 11231
diff --git a/lisp/org/ChangeLog b/lisp/org/ChangeLog
index a7c2e0dbd66..d1e7af37375 100644
--- a/lisp/org/ChangeLog
+++ b/lisp/org/ChangeLog
@@ -562,7 +562,7 @@
562 dysfunctional routine. This possibly has crept in because of the 562 dysfunctional routine. This possibly has crept in because of the
563 broken merges between "maint" and "origin" branches. 563 broken merges between "maint" and "origin" branches.
564 (org-odt-begin-table): Don't emit an empty paragraph when a table is 564 (org-odt-begin-table): Don't emit an empty paragraph when a table is
565 neither labelled or captioned. 565 neither labeled nor captioned.
566 (org-odt-init-outfile): Remove reference to an unused variable. 566 (org-odt-init-outfile): Remove reference to an unused variable.
567 567
5682012-04-01 Viktor Rosenfeld <listuser36@googlemail.com> 5682012-04-01 Viktor Rosenfeld <listuser36@googlemail.com>
diff --git a/lisp/org/org-table.el b/lisp/org/org-table.el
index 9018bb4043b..62c24c2e35b 100644
--- a/lisp/org/org-table.el
+++ b/lisp/org/org-table.el
@@ -2931,7 +2931,7 @@ known that the table will be realigned a little later anyway."
2931 2931
2932(defun org-table-iterate (&optional arg) 2932(defun org-table-iterate (&optional arg)
2933 "Recalculate the table until it does not change anymore. 2933 "Recalculate the table until it does not change anymore.
2934The maximun number of iterations is 10, but you can choose a different value 2934The maximum number of iterations is 10, but you can choose a different value
2935with the prefix ARG." 2935with the prefix ARG."
2936 (interactive "P") 2936 (interactive "P")
2937 (let ((imax (if arg (prefix-numeric-value arg) 10)) 2937 (let ((imax (if arg (prefix-numeric-value arg) 10))
diff --git a/lisp/org/org.el b/lisp/org/org.el
index b7dcc0c3f1a..d238c072341 100644
--- a/lisp/org/org.el
+++ b/lisp/org/org.el
@@ -20477,7 +20477,7 @@ beyond the end of the headline."
20477 (t refpos))))) 20477 (t refpos)))))
20478 ((org-at-item-p) 20478 ((org-at-item-p)
20479 ;; Being at an item and not looking at an the item means point 20479 ;; Being at an item and not looking at an the item means point
20480 ;; was previously moved to beginning of a visual line, whiche 20480 ;; was previously moved to beginning of a visual line, which
20481 ;; doesn't contain the item. Therefore, do nothing special, 20481 ;; doesn't contain the item. Therefore, do nothing special,
20482 ;; just stay here. 20482 ;; just stay here.
20483 (when (looking-at org-list-full-item-re) 20483 (when (looking-at org-list-full-item-re)