aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/org
diff options
context:
space:
mode:
authorJuanma Barranquero2011-12-06 02:30:54 +0100
committerJuanma Barranquero2011-12-06 02:30:54 +0100
commita98edce9ec1f519ad23ba7dc32ce54f15841eaa5 (patch)
treec7b4b7c3c38ef97d90e8fd9e031763c7bbbe3079 /lisp/org
parente65adfac3bc8c7dcc78464707c66d6aea958f684 (diff)
downloademacs-a98edce9ec1f519ad23ba7dc32ce54f15841eaa5.tar.gz
emacs-a98edce9ec1f519ad23ba7dc32ce54f15841eaa5.zip
Fix typos.
Diffstat (limited to 'lisp/org')
-rw-r--r--lisp/org/ChangeLog5
-rw-r--r--lisp/org/ob-ref.el2
-rw-r--r--lisp/org/ob.el4
-rw-r--r--lisp/org/org-publish.el2
4 files changed, 9 insertions, 4 deletions
diff --git a/lisp/org/ChangeLog b/lisp/org/ChangeLog
index cb518f97a19..555709f1fa8 100644
--- a/lisp/org/ChangeLog
+++ b/lisp/org/ChangeLog
@@ -1,3 +1,8 @@
12011-12-06 Juanma Barranquero <lekktu@gmail.com>
2
3 * ob.el (org-babel-expand-body:generic, org-babel-number-p):
4 * ob-ref.el (org-babel-ref-parse): Fix typos.
5
12011-11-24 Juanma Barranquero <lekktu@gmail.com> 62011-11-24 Juanma Barranquero <lekktu@gmail.com>
2 7
3 * ob.el (org-babel-execute-src-block): Fix typo. 8 * ob.el (org-babel-execute-src-block): Fix typo.
diff --git a/lisp/org/ob-ref.el b/lisp/org/ob-ref.el
index d0a2c14bee9..1e14021a364 100644
--- a/lisp/org/ob-ref.el
+++ b/lisp/org/ob-ref.el
@@ -69,7 +69,7 @@
69 "Parse a variable ASSIGNMENT in a header argument. 69 "Parse a variable ASSIGNMENT in a header argument.
70If the right hand side of the assignment has a literal value 70If the right hand side of the assignment has a literal value
71return that value, otherwise interpret as a reference to an 71return that value, otherwise interpret as a reference to an
72external resource and find it's value using 72external resource and find its value using
73`org-babel-ref-resolve'. Return a list with two elements. The 73`org-babel-ref-resolve'. Return a list with two elements. The
74first element of the list will be the name of the variable, and 74first element of the list will be the name of the variable, and
75the second will be an emacs-lisp representation of the value of 75the second will be an emacs-lisp representation of the value of
diff --git a/lisp/org/ob.el b/lisp/org/ob.el
index f34d1fbda9e..8bba4672169 100644
--- a/lisp/org/ob.el
+++ b/lisp/org/ob.el
@@ -464,7 +464,7 @@ block."
464 464
465(defun org-babel-expand-body:generic (body params &optional var-lines) 465(defun org-babel-expand-body:generic (body params &optional var-lines)
466 "Expand BODY with PARAMS. 466 "Expand BODY with PARAMS.
467Expand a block of code with org-babel according to it's header 467Expand a block of code with org-babel according to its header
468arguments. This generic implementation of body expansion is 468arguments. This generic implementation of body expansion is
469called for languages which have not defined their own specific 469called for languages which have not defined their own specific
470org-babel-expand-body:lang function." 470org-babel-expand-body:lang function."
@@ -2045,7 +2045,7 @@ appropriate."
2045 cell)) 2045 cell))
2046 2046
2047(defun org-babel-number-p (string) 2047(defun org-babel-number-p (string)
2048 "If STRING represents a number return it's value." 2048 "If STRING represents a number return its value."
2049 (if (and (string-match "^-?[0-9]*\\.?[0-9]*$" string) 2049 (if (and (string-match "^-?[0-9]*\\.?[0-9]*$" string)
2050 (= (length (substring string (match-beginning 0) 2050 (= (length (substring string (match-beginning 0)
2051 (match-end 0))) 2051 (match-end 0)))
diff --git a/lisp/org/org-publish.el b/lisp/org/org-publish.el
index 61edef50738..7a0d7b56e22 100644
--- a/lisp/org/org-publish.el
+++ b/lisp/org/org-publish.el
@@ -715,7 +715,7 @@ If :auto-sitemap is set, publish the sitemap too.
715If :makeindex is set, also produce a file theindex.org." 715If :makeindex is set, also produce a file theindex.org."
716 (mapc 716 (mapc
717 (lambda (project) 717 (lambda (project)
718 ;; Each project uses it's own cache file: 718 ;; Each project uses its own cache file:
719 (org-publish-initialize-cache (car project)) 719 (org-publish-initialize-cache (car project))
720 (let* 720 (let*
721 ((project-plist (cdr project)) 721 ((project-plist (cdr project))