aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/org
diff options
context:
space:
mode:
authorPaul Eggert2017-09-29 16:40:18 -0700
committerPaul Eggert2017-09-29 16:41:50 -0700
commitbbda601d1d4e125c9d3c374b56eee3e2e9623f1d (patch)
tree7df68498e8103e168d413adaa16d00269887da4f /lisp/org
parent695cf5300b4f5b0a8f3bd615b3259a99c5532b5e (diff)
downloademacs-bbda601d1d4e125c9d3c374b56eee3e2e9623f1d.tar.gz
emacs-bbda601d1d4e125c9d3c374b56eee3e2e9623f1d.zip
; Spelling fixes
Diffstat (limited to 'lisp/org')
-rw-r--r--lisp/org/ob-sql.el2
-rw-r--r--lisp/org/org-datetree.el4
-rw-r--r--lisp/org/org-table.el2
3 files changed, 4 insertions, 4 deletions
diff --git a/lisp/org/ob-sql.el b/lisp/org/ob-sql.el
index 9250825d4e5..1b1d2dc09d3 100644
--- a/lisp/org/ob-sql.el
+++ b/lisp/org/ob-sql.el
@@ -127,7 +127,7 @@ SQL Server on Windows and Linux platform."
127 " ")) 127 " "))
128 128
129(defun org-babel-sql-dbstring-sqsh (host user password database) 129(defun org-babel-sql-dbstring-sqsh (host user password database)
130 "Make sqsh commmand line args for database connection. 130 "Make sqsh command line args for database connection.
131\"sqsh\" is one method to access Sybase or MS SQL via Linux platform" 131\"sqsh\" is one method to access Sybase or MS SQL via Linux platform"
132 (mapconcat #'identity 132 (mapconcat #'identity
133 (delq nil 133 (delq nil
diff --git a/lisp/org/org-datetree.el b/lisp/org/org-datetree.el
index 308f42ff6cf..6d1926bc15e 100644
--- a/lisp/org/org-datetree.el
+++ b/lisp/org/org-datetree.el
@@ -54,7 +54,7 @@ Added time stamp is active unless value is `inactive'."
54 "Find or create an entry for date D. 54 "Find or create an entry for date D.
55If KEEP-RESTRICTION is non-nil, do not widen the buffer. 55If KEEP-RESTRICTION is non-nil, do not widen the buffer.
56When it is nil, the buffer will be widened to make sure an existing date 56When it is nil, the buffer will be widened to make sure an existing date
57tree can be found. If it is the sympol `subtree-at-point', then the tree 57tree can be found. If it is the symbol `subtree-at-point', then the tree
58will be built under the headline at point." 58will be built under the headline at point."
59 (setq-local org-datetree-base-level 1) 59 (setq-local org-datetree-base-level 1)
60 (save-restriction 60 (save-restriction
@@ -94,7 +94,7 @@ will be built under the headline at point."
94Compared to `org-datetree-find-date-create' this function creates 94Compared to `org-datetree-find-date-create' this function creates
95entries ordered by week instead of months. 95entries ordered by week instead of months.
96When it is nil, the buffer will be widened to make sure an existing date 96When it is nil, the buffer will be widened to make sure an existing date
97tree can be found. If it is the sympol `subtree-at-point', then the tree 97tree can be found. If it is the symbol `subtree-at-point', then the tree
98will be built under the headline at point." 98will be built under the headline at point."
99 (setq-local org-datetree-base-level 1) 99 (setq-local org-datetree-base-level 1)
100 (save-restriction 100 (save-restriction
diff --git a/lisp/org/org-table.el b/lisp/org/org-table.el
index ae437908643..66907e2cd9c 100644
--- a/lisp/org/org-table.el
+++ b/lisp/org/org-table.el
@@ -5131,7 +5131,7 @@ information."
5131 (column 5131 (column
5132 ;; Call costly `org-export-table-cell-address' only if 5132 ;; Call costly `org-export-table-cell-address' only if
5133 ;; absolutely necessary, i.e., if one 5133 ;; absolutely necessary, i.e., if one
5134 ;; of :fmt :efmt :hmft has a "plist type" value. 5134 ;; of :fmt :efmt :hfmt has a "plist type" value.
5135 ,(and (cl-some (lambda (v) (integerp (car-safe v))) 5135 ,(and (cl-some (lambda (v) (integerp (car-safe v)))
5136 (list efmt hfmt fmt)) 5136 (list efmt hfmt fmt))
5137 '(1+ (cdr (org-export-table-cell-address cell info)))))) 5137 '(1+ (cdr (org-export-table-cell-address cell info))))))