aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/org
diff options
context:
space:
mode:
authorPaul Eggert2011-12-29 18:52:49 -0800
committerPaul Eggert2011-12-29 18:52:49 -0800
commit9858f6c326dfad35733b0dc86231bdd97f2b7703 (patch)
tree74e717ced1fa94d505e3ace360f3c9280bd9b2fa /lisp/org
parent2cae5ba432fc30042950c073b7ec7807bb98bcde (diff)
downloademacs-9858f6c326dfad35733b0dc86231bdd97f2b7703.tar.gz
emacs-9858f6c326dfad35733b0dc86231bdd97f2b7703.zip
Spelling fixes.
Diffstat (limited to 'lisp/org')
-rw-r--r--lisp/org/ChangeLog4
-rw-r--r--lisp/org/ob-latex.el2
-rw-r--r--lisp/org/org-exp.el2
3 files changed, 4 insertions, 4 deletions
diff --git a/lisp/org/ChangeLog b/lisp/org/ChangeLog
index 6f835c7bfa4..ac328d10910 100644
--- a/lisp/org/ChangeLog
+++ b/lisp/org/ChangeLog
@@ -322,7 +322,7 @@
3222011-07-28 Nicolas Goaziou <n.goaziou@gmail.com> 3222011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
323 323
324 * org-capture.el (org-capture): If no file is associated to 324 * org-capture.el (org-capture): If no file is associated to
325 current buffer, check dired buffer and try to retreive a possibly 325 current buffer, check dired buffer and try to retrieve a possibly
326 directory associated. 326 directory associated.
327 327
3282011-07-28 Eric Schulte <schulte.eric@gmail.com> 3282011-07-28 Eric Schulte <schulte.eric@gmail.com>
@@ -948,7 +948,7 @@
9482011-07-28 Nicolas Goaziou <n.goaziou@gmail.com> 9482011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
949 949
950 * org-latex.el (org-export-latex-preprocess): Rely on 950 * org-latex.el (org-export-latex-preprocess): Rely on
951 `org-export-footnotes-markers' to retreive definition of the 951 `org-export-footnotes-markers' to retrieve definition of the
952 current footnote during export. 952 current footnote during export.
953 953
9542011-07-28 Nicolas Goaziou <n.goaziou@gmail.com> 9542011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
diff --git a/lisp/org/ob-latex.el b/lisp/org/ob-latex.el
index c27ca33080a..731d83096d8 100644
--- a/lisp/org/ob-latex.el
+++ b/lisp/org/ob-latex.el
@@ -171,7 +171,7 @@ Extracted from `org-export-as-pdf' in org-latex.el."
171 pdffile))) 171 pdffile)))
172 172
173(defun org-babel-prep-session:latex (session params) 173(defun org-babel-prep-session:latex (session params)
174 "Return an error because LaTeX doesn't support sesstions." 174 "Return an error because LaTeX doesn't support sessions."
175 (error "LaTeX does not support sessions")) 175 (error "LaTeX does not support sessions"))
176 176
177(provide 'ob-latex) 177(provide 'ob-latex)
diff --git a/lisp/org/org-exp.el b/lisp/org/org-exp.el
index 35a51649452..20275714a0e 100644
--- a/lisp/org/org-exp.el
+++ b/lisp/org/org-exp.el
@@ -2290,7 +2290,7 @@ TYPE must be a string, any of:
2290 (plist-get org-export-opt-plist 2290 (plist-get org-export-opt-plist
2291 (intern (concat ":" key))))) 2291 (intern (concat ":" key)))))
2292 (save-match-data 2292 (save-match-data
2293 ;; If arguments are provided, first retreive them properly 2293 ;; If arguments are provided, first retrieve them properly
2294 ;; (in ARGS, as a list), then replace them in VAL. 2294 ;; (in ARGS, as a list), then replace them in VAL.
2295 (when args 2295 (when args
2296 (setq args (org-split-string args ",") args2 nil) 2296 (setq args (org-split-string args ",") args2 nil)