aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/org
diff options
context:
space:
mode:
authorJuanma Barranquero2011-11-20 04:48:53 +0100
committerJuanma Barranquero2011-11-20 04:48:53 +0100
commitcd1181dbece7f23a801ce9c56b985f9466cd6511 (patch)
tree59d07d411c4de52f8e100fc1d71dbadd9095d1b2 /lisp/org
parent17e845af732cf7bd0ada49375f014e10deb3d06a (diff)
downloademacs-cd1181dbece7f23a801ce9c56b985f9466cd6511.tar.gz
emacs-cd1181dbece7f23a801ce9c56b985f9466cd6511.zip
Fix typos.
Diffstat (limited to 'lisp/org')
-rw-r--r--lisp/org/ChangeLog14
-rw-r--r--lisp/org/org-table.el2
2 files changed, 10 insertions, 6 deletions
diff --git a/lisp/org/ChangeLog b/lisp/org/ChangeLog
index 477daf75534..4f4fbf0f931 100644
--- a/lisp/org/ChangeLog
+++ b/lisp/org/ChangeLog
@@ -1,3 +1,7 @@
12011-11-20 Juanma Barranquero <lekktu@gmail.com>
2
3 * org-table.el (org-table-line-to-dline): Fix typo.
4
12011-11-16 Juanma Barranquero <lekktu@gmail.com> 52011-11-16 Juanma Barranquero <lekktu@gmail.com>
2 6
3 * org-agenda.el (org-agenda-add-entry-text-descriptive-links) 7 * org-agenda.el (org-agenda-add-entry-text-descriptive-links)
@@ -6185,8 +6189,8 @@
61852010-11-11 Carsten Dominik <carsten.dominik@gmail.com> 61892010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
6186 6190
6187 * org-indent.el (org-indent-add-properties): 6191 * org-indent.el (org-indent-add-properties):
6188 Use `with-silent-modificatons'. 6192 Use `with-silent-modifications'.
6189 (org-indent-remove-properties): Use `with-silent-modificatons'. 6193 (org-indent-remove-properties): Use `with-silent-modifications'.
6190 6194
61912010-11-11 Carsten Dominik <carsten.dominik@gmail.com> 61952010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
6192 6196
@@ -13637,7 +13641,7 @@
136372009-08-06 Carsten Dominik <carsten.dominik@gmail.com> 136412009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
13638 13642
13639 * org.el (org-remove-empty-overlays-at) 13643 * org.el (org-remove-empty-overlays-at)
13640 (org-clean-visibility-after-subtree-move): New functons. 13644 (org-clean-visibility-after-subtree-move): New functions.
13641 (org-move-subtree-down): Simplify cleanup of display. 13645 (org-move-subtree-down): Simplify cleanup of display.
13642 13646
136432009-08-06 Carsten Dominik <carsten.dominik@gmail.com> 136472009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
@@ -15201,7 +15205,7 @@
15201 15205
15202 * org-exp.el (org-export-as-html): Use IDs in the correct way. 15206 * org-exp.el (org-export-as-html): Use IDs in the correct way.
15203 15207
15204 * org.el (org-uuidgen-p): New funtion. 15208 * org.el (org-uuidgen-p): New function.
15205 15209
15206 * org-agenda.el (org-agenda-fontify-priorities): New default value 15210 * org-agenda.el (org-agenda-fontify-priorities): New default value
15207 `cookies'. 15211 `cookies'.
@@ -17067,7 +17071,7 @@
17067 (org-file-apps-defaults-macosx): Let PostScript files be opened by 17071 (org-file-apps-defaults-macosx): Let PostScript files be opened by
17068 preview. 17072 preview.
17069 (org-time-stamp-inactive): Call `org-time-stamp'. 17073 (org-time-stamp-inactive): Call `org-time-stamp'.
17070 (org-time-stamp): New argument `inactive'. Also edit inacive 17074 (org-time-stamp): New argument `inactive'. Also edit inactive
17071 stamps. Convert time stamp type. 17075 stamps. Convert time stamp type.
17072 (org-open-file): Interpret the `default' value for the `command' 17076 (org-open-file): Interpret the `default' value for the `command'
17073 in `org-file-apps'. 17077 in `org-file-apps'.
diff --git a/lisp/org/org-table.el b/lisp/org/org-table.el
index 72723845426..92c14f4cd59 100644
--- a/lisp/org/org-table.el
+++ b/lisp/org/org-table.el
@@ -1302,7 +1302,7 @@ However, when FORCE is non-nil, create new columns if necessary."
1302(defun org-table-line-to-dline (line &optional above) 1302(defun org-table-line-to-dline (line &optional above)
1303 "Turn a buffer line number into a data line number. 1303 "Turn a buffer line number into a data line number.
1304If there is no data line in this line, return nil. 1304If there is no data line in this line, return nil.
1305If there is no matching dline (most likely te refrence was a hline), the 1305If there is no matching dline (most likely the reference was a hline), the
1306first dline below it is used. When ABOVE is non-nil, the one above is used." 1306first dline below it is used. When ABOVE is non-nil, the one above is used."
1307 (catch 'exit 1307 (catch 'exit
1308 (let ((ll (length org-table-dlines)) 1308 (let ((ll (length org-table-dlines))