Browse Source

Fix typos in org-exp.el

Bernt Hansen 16 years ago
parent
commit
cda33628ff
1 changed files with 15 additions and 15 deletions
  1. 15 15
      lisp/org-exp.el

+ 15 - 15
lisp/org-exp.el

@@ -77,7 +77,7 @@ subtree by tagging it with one of the `org-export-exclude-tags'."
 (defcustom org-export-exclude-tags '("noexport")
   "Tags that exclude a tree from export.
 All trees carrying any of these tags will be excluded from export.
-This is without contition, so even subtrees inside that carry one of the
+This is without condition, so even subtrees inside that carry one of the
 `org-export-select-tags' will be removed."
   :group 'org-export-general
   :type '(repeat (string :tag "Tag")))
@@ -247,7 +247,7 @@ e.g. \"author-info:nil\"."
   :type 'boolean)
 
 (defcustom org-export-creator-info t
-  "Non-nil means, the postamle should contain a creator sentence.
+  "Non-nil means, the postamble should contain a creator sentence.
 This sentence is \"HTML generated by org-mode XX in emacs XXX\"."
   :group 'org-export-general
   :type 'boolean)
@@ -562,7 +562,7 @@ have the default style included, customize the variable
 
 (defcustom org-export-html-style-include-default t
   "Non-nil means, include the default style in exported HTML files.
-The actualy style is defined in `org-export-html-style-default' and should
+The actual style is defined in `org-export-html-style-default' and should
 not be modified.  Use the variables `org-export-html-style' to add
 your own style information."
   :group 'org-export-html
@@ -804,11 +804,11 @@ The text will be inserted into the DESCRIPTION field."
 
 (defcustom org-icalendar-store-UID nil
   "Non-nil means, store any created UIDs in properties.
-The iCalendar standard requires that all entries have a unique identifyer.
+The iCalendar standard requires that all entries have a unique identifier.
 Org will create these identifiers as needed.  When this variable is non-nil,
 the created UIDs will be stored in the ID property of the entry.  Then the
 next time this entry is exported, it will be exported with the same UID,
-superceeding the previous form of it.  This is essential for
+superceding the previous form of it.  This is essential for
 synchronization services.
 This variable is not turned on by default because we want to avoid creating
 a property drawer in every entry if people are only playing with this feature,
@@ -904,7 +904,7 @@ etc.  Extensions can add to this list to get their options detected, and they
 can then add a function to `org-export-options-filters' to process these
 options.
 Each element in this list must be a list, with the in-buffer keyword as car,
-and a property (a symbol) as the next element.  All occurences of the
+and a property (a symbol) as the next element.  All occurrences of the
 keyword will be found, the values concatenated with a space character
 in between, and the result stored in the export options property list.")
 
@@ -984,7 +984,7 @@ modified) list.")
 	p))))
 
 (defun org-export-add-options-to-plist (p options)
-  "Parse an OPTONS line and set values in the property list P."
+  "Parse an OPTIONS line and set values in the property list P."
   (let (o)
     (when options
       (let ((op org-export-plist-vars) a)
@@ -1451,7 +1451,7 @@ on this string to produce the exported version."
       (run-hooks 'org-export-preprocess-hook)
 
       ;; Remove license-to-kill stuff
-      ;; The caller markes some stuff fo killing, stuff that has been
+      ;; The caller marks some stuff for killing, stuff that has been
       ;; used to create the page title, for example.
       (org-export-kill-licensed-text)
 
@@ -1512,7 +1512,7 @@ on this string to produce the exported version."
       ;; Blockquotes and verse
       (org-export-mark-blockquote-and-verse)
 
-      ;; Attach captions to the correct opject
+      ;; Attach captions to the correct object
       (setq target-alist (org-export-attach-captions-and-attributes
 			  backend target-alist))
 
@@ -2115,7 +2115,7 @@ TYPE must be a string, any of:
  1  number
  A  A,B,....
  a  a,b,....
- I  uppper case roman numeral
+ I  upper case roman numeral
  i  lower case roman numeral"
   (cond
    ((equal type "1") (number-to-string n))
@@ -2708,7 +2708,7 @@ command."
 
 ;;; HTML export
 
-(defvar org-archive-location)  ;; gets loades with the org-archive require.
+(defvar org-archive-location)  ;; gets loaded with the org-archive require.
 (defun org-get-current-options ()
   "Return a string with current options as keyword options.
 Does include HTML export options as well as TODO and CATEGORY stuff."
@@ -2828,7 +2828,7 @@ emacs	--batch
 
 ;;;###autoload
 (defun org-export-as-html-to-buffer (arg)
-  "Call `org-exort-as-html` with output to a temporary buffer.
+  "Call `org-export-as-html` with output to a temporary buffer.
 No file is created.  The prefix ARG is passed through to `org-export-as-html'."
   (interactive "P")
   (org-export-as-html arg nil nil "*Org HTML Export*")
@@ -3859,7 +3859,7 @@ lang=\"%s\" xml:lang=\"%s\">
     (unless splice (push "</table>\n" html))
     (setq html (nreverse html))
     (unless splice
-      ;; Put in col tags with the alignment (unfortuntely often ignored...)
+      ;; Put in col tags with the alignment (unfortunately often ignored...)
       (push (mapconcat
 	     (lambda (x)
 	       (setq gr (pop org-table-colgroup-info))
@@ -4095,7 +4095,7 @@ that uses these same face definitions."
   s)
 
 (defun org-export-cleanup-toc-line (s)
-  "Remove tags and time staps from lines going into the toc."
+  "Remove tags and timestamps from lines going into the toc."
   (when (memq org-export-with-tags '(not-in-toc nil))
     (if (string-match (org-re " +:[[:alnum:]_@:]+: *$") s)
 	(setq s (replace-match "" t t s))))
@@ -4413,7 +4413,7 @@ This can be used to modify the result of the export.")
 (defvar org-after-save-iCalendar-file-hook nil
   "Hook run after an iCalendar file has been saved.
 The iCalendar buffer is still current when this hook is run.
-A good way to use this is to tell a desktop calenndar application to re-read
+A good way to use this is to tell a desktop calendar application to re-read
 the iCalendar file.")
 
 (defvar org-agenda-default-appointment-duration) ; defined in org-agenda.el